##// END OF EJS Templates
Updates for 1.4.1 release....
Jean-Philippe Lang -
r9325:306af1d0177a
parent child
Show More
@@ -4,6 +4,17 Redmine - project management software
4 Copyright (C) 2006-2012 Jean-Philippe Lang
4 Copyright (C) 2006-2012 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2012-04-20 v1.4.1
8
9 * Defect #8574: Time report: date range fields not enabled when using the calendar popup
10 * Defect #10642: Nested textile ol/ul lists generate invalid HTML
11 * Defect #10668: RSS key is generated twice when user is not reloaded
12 * Defect #10669: Token.destroy_expired should not delete API tokens
13 * Defect #10675: "Submit and continue" is broken
14 * Defect #10711: User cannot change account details with "Login has already been taken" error
15 * Feature #10664: Unsubscribe Own User Account
16 * Patch #10693: German Translation Update
17
7 == 2012-04-14 v1.4.0
18 == 2012-04-14 v1.4.0
8
19
9 * Defect #2719: Increase username length limit from 30 to 60
20 * Defect #2719: Increase username length limit from 30 to 60
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 1
5 MAJOR = 1
6 MINOR = 4
6 MINOR = 4
7 TINY = 0
7 TINY = 1
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now