commit
db8163b6e8
|
@ -4,6 +4,14 @@
|
||||||
|
|
||||||
### Minor Enhancements
|
### Minor Enhancements
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
### Development Fixes
|
||||||
|
|
||||||
|
### Site Enhancements
|
||||||
|
|
||||||
|
## 2.5.1 / 2014-11-08
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* Fix path sanitation bug related to Windows drive names (#3077)
|
* 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)
|
* Add development time dependencies on minitest and test-unit to gemspec for cygwin (#3064)
|
||||||
* Use Travis's built-in caching. (#3075)
|
* Use Travis's built-in caching. (#3075)
|
||||||
|
|
||||||
### Site Enhancements
|
|
||||||
|
|
||||||
## 2.5.0 / 2014-11-06
|
## 2.5.0 / 2014-11-06
|
||||||
|
|
||||||
### Minor Enhancements
|
### Minor Enhancements
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Jekyll
|
module Jekyll
|
||||||
VERSION = '2.5.0'
|
VERSION = '2.5.1'
|
||||||
end
|
end
|
||||||
|
|
|
@ -5,6 +5,21 @@ permalink: "/docs/history/"
|
||||||
prev_section: contributing
|
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
|
## 2.5.0 / 2014-11-06
|
||||||
{: #v2-5-0}
|
{: #v2-5-0}
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
@ -1 +1 @@
|
||||||
2.5.0
|
2.5.1
|
Loading…
Reference in New Issue