Release 1.1.2

This commit is contained in:
Parker Moore 2013-07-25 09:15:34 +02:00
parent 49189844ef
commit 0db5dcf832
5 changed files with 50 additions and 5 deletions

View File

@ -5,11 +5,13 @@
### Minor Enhancements ### Minor Enhancements
### Bug Fixes ### Bug Fixes
* Require Liquid 2.5.1 (#1349)
### Development Fixes ### Development Fixes
### Site Enhancements ## v1.1.2 / 2013-07-25
### Bug Fixes
* Require Liquid 2.5.1 (#1349)
## v1.1.1 / 2013-07-24 ## v1.1.1 / 2013-07-24

View File

@ -4,9 +4,9 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5' s.rubygems_version = '1.3.5'
s.name = 'jekyll' s.name = 'jekyll'
s.version = '1.1.1' s.version = '1.1.2'
s.license = 'MIT' s.license = 'MIT'
s.date = '2013-07-24' s.date = '2013-07-25'
s.rubyforge_project = 'jekyll' s.rubyforge_project = 'jekyll'
s.summary = "A simple, blog aware, static site generator." s.summary = "A simple, blog aware, static site generator."
@ -141,6 +141,9 @@ Gem::Specification.new do |s|
site/_posts/2013-05-12-jekyll-1-0-2-released.markdown 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-06-07-jekyll-1-0-3-released.markdown
site/_posts/2013-07-14-jekyll-1-1-0-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/gridism.css
site/css/normalize.css site/css/normalize.css
site/css/pygments.css site/css/pygments.css

View File

@ -58,7 +58,7 @@ require_all 'jekyll/tags'
SafeYAML::OPTIONS[:suppress_warnings] = true SafeYAML::OPTIONS[:suppress_warnings] = true
module Jekyll module Jekyll
VERSION = '1.1.1' VERSION = '1.1.2'
# Public: Generate a Jekyll configuration Hash by merging the default # Public: Generate a Jekyll configuration Hash by merging the default
# options with anything in _config.yml, and adding the given options on top. # options with anything in _config.yml, and adding the given options on top.

View File

@ -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

View File

@ -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