diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-13 19:09:35 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-13 19:09:35 +0000 |
commit | a06462548c48503e871a94dc015f2717632914e7 (patch) | |
tree | a114bdacc321973ee0760768ce15f70843575b31 | |
parent | e62a40a7194703950cf09712f6e6996b25dcda0a (diff) | |
download | redmine-a06462548c48503e871a94dc015f2717632914e7.tar.gz redmine-a06462548c48503e871a94dc015f2717632914e7.zip |
Updates for 1.4.2 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@9692 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 20 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 3fbf53c0c..0984f3b8c 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,26 @@ Redmine - project management software Copyright (C) 2006-2012 Jean-Philippe Lang http://www.redmine.org/ +== 2012-05-13 v1.4.2 + +* Defect #10744: rake task redmine:email:test broken +* Defect #10787: "Allow users to unsubscribe" option is confusing +* Defect #10827: Cannot access Repositories page and Settings in a Project - Error 500 +* Defect #10829: db:migrate fails 0.8.2 -> 1.4.1 +* Defect #10832: REST Uploads fail with fastcgi +* Defect #10837: reposman and rdm-mailhandler not working with ruby 1.9.x +* Defect #10856: can not load translations from hr.yml with ruby1.9.3-p194 +* Defect #10865: Filter reset when deleting locked user +* Feature #9790: Allow filtering text custom fields on "is null" and "is not null" +* Feature #10778: svn:ignore for config/additional_environment.rb +* Feature #10875: Partial Albanian Translations +* Feature #10888: Bring back List-Id to help aid Gmail filtering +* Patch #10733: Traditional Chinese language file (to r9502) +* Patch #10745: Japanese translation update (r9519) +* Patch #10750: Swedish Translation for r9522 +* Patch #10785: Bulgarian translation (jstoolbar) +* Patch #10800: Simplified Chinese translation + == 2012-04-20 v1.4.1 * Defect #8574: Time report: date range fields not enabled when using the calendar popup diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index cf6976000..84fe19c53 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 = 1 + TINY = 2 # Branch values: # * official release: nil |