From 22d11bef2daaecd243f757ce8e8caf46438b2584 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 8 Nov 2014 22:19:23 -0800 Subject: [PATCH] Prepare a :gem: v2.5.1 release. --- History.markdown | 10 +++++-- lib/jekyll/version.rb | 2 +- site/_docs/history.md | 15 ++++++++++ .../2014-11-08-jekyll-2-5-1-released.markdown | 29 +++++++++++++++++++ site/latest_version.txt | 2 +- 5 files changed, 54 insertions(+), 4 deletions(-) create mode 100644 site/_posts/2014-11-08-jekyll-2-5-1-released.markdown diff --git a/History.markdown b/History.markdown index d4003898..6494244a 100644 --- a/History.markdown +++ b/History.markdown @@ -4,6 +4,14 @@ ### Minor Enhancements +### Bug Fixes + +### Development Fixes + +### Site Enhancements + +## 2.5.1 / 2014-11-08 + ### Bug Fixes * Fix path sanitation bug related to Windows drive names (#3077) @@ -13,8 +21,6 @@ * Add development time dependencies on minitest and test-unit to gemspec for cygwin (#3064) * Use Travis's built-in caching. (#3075) -### Site Enhancements - ## 2.5.0 / 2014-11-06 ### Minor Enhancements diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index e08fe3e1..4bd484c2 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,3 +1,3 @@ module Jekyll - VERSION = '2.5.0' + VERSION = '2.5.1' end diff --git a/site/_docs/history.md b/site/_docs/history.md index 746047e7..3e96b023 100644 --- a/site/_docs/history.md +++ b/site/_docs/history.md @@ -5,6 +5,21 @@ permalink: "/docs/history/" prev_section: contributing --- +## 2.5.1 / 2014-11-08 +{: #v2-5-1} + +### Bug Fixes +{: #bug-fixes-v2-5-1} + +- Fix path sanitation bug related to Windows drive names ([#3077]({{ site.repository }}/issues/3077)) + +### Development Fixes +{: #development-fixes-v2-5-1} + +- Add development time dependencies on minitest and test-unit to gemspec for cygwin ([#3064]({{ site.repository }}/issues/3064)) +- Use Travis's built-in caching. ([#3075]({{ site.repository }}/issues/3075)) + + ## 2.5.0 / 2014-11-06 {: #v2-5-0} diff --git a/site/_posts/2014-11-08-jekyll-2-5-1-released.markdown b/site/_posts/2014-11-08-jekyll-2-5-1-released.markdown new file mode 100644 index 00000000..2cce5d01 --- /dev/null +++ b/site/_posts/2014-11-08-jekyll-2-5-1-released.markdown @@ -0,0 +1,29 @@ +--- +layout: news_item +title: 'Jekyll 2.5.1 Released' +date: 2014-11-08 22:11:07 -0800 +author: parkr +version: 2.5.1 +categories: [release] +--- + +Hot on the heels of v2.5.0, this release brings relief to our Windows +users. It includes a fix for a 2.5.0 path sanitation change that has been +confirmed to work on Windows. + +To our Windows users: while we don't officially support Windows, we don't +wish to impede your normal use of Jekyll at all. Our lack of full support +for Windows is due to our lack of a Windows machine for development testing +(no one on the core team has a Windows machine upon which to test new +release candidates), not due to any malice or willful oversight. If you +come to us with an issue, we are more than happy to work through it with +you to come to a solution that works for all platforms. Along those lines, +we have created a [**Windows Test Force**][] (WTF) which is a group of Jekyll +users dedicated to making sure all future releases work on Windows *before* +they're released so we don't have this issue again. A special thanks goes +out to the initial WTF team members, XhmikosR, Julian Thilo, Pedro Rogério, +and Alfred Xing. + +Happy Jekylling! + +[Windows Test Force]: https://github.com/jekyll/jekyll/issues/3069 diff --git a/site/latest_version.txt b/site/latest_version.txt index fad066f8..4fd0fe3c 100644 --- a/site/latest_version.txt +++ b/site/latest_version.txt @@ -1 +1 @@ -2.5.0 \ No newline at end of file +2.5.1 \ No newline at end of file