Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jul 25, 2013
1 parent 4918984 commit 0db5dcf
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 5 deletions.
6 changes: 4 additions & 2 deletions History.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
### Minor Enhancements

### Bug Fixes
* Require Liquid 2.5.1 (#1349)

### Development Fixes

### Site Enhancements
## v1.1.2 / 2013-07-25

### Bug Fixes
* Require Liquid 2.5.1 (#1349)

## v1.1.1 / 2013-07-24

Expand Down
7 changes: 5 additions & 2 deletions jekyll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'jekyll'
s.version = '1.1.1'
s.version = '1.1.2'
s.license = 'MIT'
s.date = '2013-07-24'
s.date = '2013-07-25'
s.rubyforge_project = 'jekyll'

s.summary = "A simple, blog aware, static site generator."
Expand Down Expand Up @@ -141,6 +141,9 @@ Gem::Specification.new do |s|
site/_posts/2013-05-12-jekyll-1-0-2-released.markdown
site/_posts/2013-06-07-jekyll-1-0-3-released.markdown
site/_posts/2013-07-14-jekyll-1-1-0-released.markdown
site/_posts/2013-07-24-jekyll-1-1-1-released.markdown
site/_posts/2013-07-25-jekyll-1-0-4-released.markdown
site/_posts/2013-07-25-jekyll-1-1-2-released.markdown
site/css/gridism.css
site/css/normalize.css
site/css/pygments.css
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def require_all(path)
SafeYAML::OPTIONS[:suppress_warnings] = true

module Jekyll
VERSION = '1.1.1'
VERSION = '1.1.2'

# Public: Generate a Jekyll configuration Hash by merging the default
# options with anything in _config.yml, and adding the given options on top.
Expand Down
20 changes: 20 additions & 0 deletions site/_posts/2013-07-25-jekyll-1-0-4-released.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: news_item
title: "Jekyll 1.0.4 Released"
date: "2013-07-25 09:08:38 +0200"
author: parkr
version: 1.0.4
categories: [release]
---

This version contains a [very important security patch][230] for `Liquid::Drop` plugins
which granted access to all non-`Drop` entities within a `Drop`, which may include your
Rack configuration settings and many more pieces of private information which could be
used to exploit your system. We recommend you upgrade to v1.0.4 as quickly as possible if
you use `Liquid::Drop` plugins in your site.

Many thanks for [Ben Balter](http://github.com/benbalter) for alerting us to the problem
and [submitting a patch][1349] so quickly.

[230]: https://github.com/Shopify/liquid/pull/230
[1349]: https://github.com/mojombo/jekyll/issues/1349
20 changes: 20 additions & 0 deletions site/_posts/2013-07-25-jekyll-1-1-2-released.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: news_item
title: "Jekyll 1.1.2 Released"
date: "2013-07-25 09:08:38 +0200"
author: parkr
version: 1.1.2
categories: [release]
---

This version contains a [very important security patch][230] for `Liquid::Drop` plugins
which granted access to all non-`Drop` entities within a `Drop`, which may include your
Rack configuration settings and many more pieces of private information which could be
used to exploit your system. We recommend you upgrade to v1.1.2 as quickly as possible if
you use `Liquid::Drop` plugins in your site.

Many thanks for [Ben Balter](http://github.com/benbalter) for alerting us to the problem
and [submitting a patch][1349] so quickly.

[230]: https://github.com/Shopify/liquid/pull/230
[1349]: https://github.com/mojombo/jekyll/issues/1349

0 comments on commit 0db5dcf

Please sign in to comment.