1.2.1 release

This commit is contained in:
Konstantin Haase 2011-03-17 11:36:02 +01:00
parent 6fbd58f950
commit 62fa2cd7ec
2 changed files with 10 additions and 7 deletions

13
CHANGES
View File

@ -1,12 +1,15 @@
= 1.2.1 / Not Yet Release
= 1.2.1 / 2011-03-17
* Use a generated session secret when using `enable :sessions`. (Konstantin
Haase)
* Fixed a bug where the wrong content type was used if no content type was
set and a template engine was used with a different engine for the layout
with different default content types, say Less embedded in Slim.
(Konstantin Haase)
* Fixed a bug where the wrong content type was used if no content type was set
and a template engine was used with a different engine for the layout with
different default content types, say Less embedded in Slim. (Konstantin
Haase)
* README translations improved (Gabriel Andretta, burningTyger, Sylvain Desvé,
Gregor Schmidt)
= 1.2.0 / 2011-03-03

View File

@ -3,8 +3,8 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.name = 'sinatra'
s.version = '1.2.0'
s.date = '2011-03-03'
s.version = '1.2.1'
s.date = '2011-03-17'
s.description = "Classy web-development dressed in a DSL"
s.summary = "Classy web-development dressed in a DSL"