summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGELOG11
-rw-r--r--lib/redmine/version.rb2
2 files changed, 12 insertions, 1 deletions
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