From 685cdbe124c339c839cb76715bd78559ea071b0a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 1 Jul 2014 20:21:58 -0400 Subject: [PATCH] Release Jekyll v2.1.1 --- History.markdown | 13 ++++++++---- lib/jekyll/version.rb | 2 +- .../2014-07-01-jekyll-2-1-1-released.markdown | 20 +++++++++++++++++++ 3 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 site/_posts/2014-07-01-jekyll-2-1-1-released.markdown diff --git a/History.markdown b/History.markdown index ee73923f..04f6df63 100644 --- a/History.markdown +++ b/History.markdown @@ -4,15 +4,20 @@ ### Minor Enhancements - * Patch read vulnerabilities for data & confirm none for layouts (#2563) - * Update Maruku dependency to allow use of the latest version (#2576) +### Bug Fixes + +### Development Fixes + +### Site Enhancements + +## 2.1.1 / 2014-07-01 ### Bug Fixes + * Patch read vulnerabilities for data & confirm none for layouts (#2563) + * Update Maruku dependency to allow use of the latest version (#2576) * Remove conditional assignment from document URL to prevent stale urls (#2575) -### Development Fixes - ### Site Enhancements * Add vertical margin to `highlight` to separate code blocks (#2558) diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index b61af28b..68c9a40b 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,3 +1,3 @@ module Jekyll - VERSION = '2.1.0' + VERSION = '2.1.1' end diff --git a/site/_posts/2014-07-01-jekyll-2-1-1-released.markdown b/site/_posts/2014-07-01-jekyll-2-1-1-released.markdown new file mode 100644 index 00000000..fe000ed3 --- /dev/null +++ b/site/_posts/2014-07-01-jekyll-2-1-1-released.markdown @@ -0,0 +1,20 @@ +--- +layout: news_item +title: 'Jekyll 2.1.1 Released' +date: 2014-07-01 20:16:43 -0400 +author: parkr +version: 2.1.1 +categories: [release] +--- + +This is a security release for Jekyll 2.1.0. It covers two vulnerabilities: + +1. One in the reading of data +2. One in the `layouts` setting + +They were identified in Jekyll 1.5.1 and has been confirmed as patched +in this version and the version used by GitHub Pages. If you are in the +business of building Jekyll sites, please ensure you upgrade to 2.1.1 as +soon as possible. + +For more, check out [`jekyll/jekyll#2563`](https://github.com/jekyll/jekyll/pull/2563).