##// END OF EJS Templates
Updates for 1.4.2 release....
Jean-Philippe Lang -
r9509:a06462548c48
parent child
Show More
@@ -4,6 +4,26 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-05-13 v1.4.2
8
9 * Defect #10744: rake task redmine:email:test broken
10 * Defect #10787: "Allow users to unsubscribe" option is confusing
11 * Defect #10827: Cannot access Repositories page and Settings in a Project - Error 500
12 * Defect #10829: db:migrate fails 0.8.2 -> 1.4.1
13 * Defect #10832: REST Uploads fail with fastcgi
14 * Defect #10837: reposman and rdm-mailhandler not working with ruby 1.9.x
15 * Defect #10856: can not load translations from hr.yml with ruby1.9.3-p194
16 * Defect #10865: Filter reset when deleting locked user
17 * Feature #9790: Allow filtering text custom fields on "is null" and "is not null"
18 * Feature #10778: svn:ignore for config/additional_environment.rb
19 * Feature #10875: Partial Albanian Translations
20 * Feature #10888: Bring back List-Id to help aid Gmail filtering
21 * Patch #10733: Traditional Chinese language file (to r9502)
22 * Patch #10745: Japanese translation update (r9519)
23 * Patch #10750: Swedish Translation for r9522
24 * Patch #10785: Bulgarian translation (jstoolbar)
25 * Patch #10800: Simplified Chinese translation
26
7 == 2012-04-20 v1.4.1
27 == 2012-04-20 v1.4.1
8
28
9 * Defect #8574: Time report: date range fields not enabled when using the calendar popup
29 * Defect #8574: Time report: date range fields not enabled when using the calendar popup
@@ -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 = 1
7 TINY = 2
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