From: Jean-Philippe Lang Date: Fri, 20 Apr 2012 09:59:51 +0000 (+0000) Subject: Updates for 1.4.1 release. X-Git-Tag: 2.0.0~163 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=306af1d0177ad7aa2690bc9d7aa15d0cf1a656e2;p=redmine.git Updates for 1.4.1 release. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9459 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index c596f0b2b..3fbf53c0c 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,17 @@ Redmine - project management software Copyright (C) 2006-2012 Jean-Philippe Lang http://www.redmine.org/ +== 2012-04-20 v1.4.1 + +* Defect #8574: Time report: date range fields not enabled when using the calendar popup +* Defect #10642: Nested textile ol/ul lists generate invalid HTML +* Defect #10668: RSS key is generated twice when user is not reloaded +* Defect #10669: Token.destroy_expired should not delete API tokens +* Defect #10675: "Submit and continue" is broken +* Defect #10711: User cannot change account details with "Login has already been taken" error +* Feature #10664: Unsubscribe Own User Account +* Patch #10693: German Translation Update + == 2012-04-14 v1.4.0 * Defect #2719: Increase username length limit from 30 to 60 diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 2c76cde45..45c405988 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 1 MINOR = 4 - TINY = 0 + TINY = 1 # Branch values: # * official release: nil