Skip to content

Commit

Permalink
1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Mar 17, 2011
1 parent 6fbd58f commit 62fa2cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions CHANGES
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions sinatra.gemspec
Expand Up @@ -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"
Expand Down

0 comments on commit 62fa2cd

Please sign in to comment.