diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-05-01 15:13:58 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-05-01 15:13:58 +0000 |
commit | 92dcaeb4729fa45dd885c2d19b25e0268ea515a8 (patch) | |
tree | 693064fa526c11a4b3538822ababb1b29b5e6f37 | |
parent | 9d190c922adbd3ee804a8fa4d0f85be96f649cd1 (diff) | |
download | redmine-92dcaeb4729fa45dd885c2d19b25e0268ea515a8.tar.gz redmine-92dcaeb4729fa45dd885c2d19b25e0268ea515a8.zip |
Updates for 2.3.1 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11757 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 19 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 79e841ad0..ad808770f 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,25 @@ Redmine - project management software Copyright (C) 2006-2013 Jean-Philippe Lang http://www.redmine.org/ +== 2013-05-01 v2.3.1 + +* Defect #12650: Lost text after selection in issue list with IE +* Defect #12684: Hotkey for Issue-Edit doesn't work as expected +* Defect #13405: Commit link title is escaped twice when using "commit:" prefix +* Defect #13541: Can't access SCM when log/production.scm.stderr.log is not writable +* Defect #13579: Datepicker uses Simplified Chinese in Traditional Chinese locale +* Defect #13584: Missing Portuguese jQuery UI date picker +* Defect #13586: Circular loop testing prevents precedes/follows relation between subtasks +* Defect #13618: CSV export of spent time ignores filters and columns selection +* Defect #13630: PDF export generates the issue id twice +* Defect #13644: Diff - Internal Error +* Defect #13712: Fix email rake tasks to also support no_account_notice and default_group options +* Defect #13811: Broken javascript in IE7 ; recurrence of #12195 +* Defect #13823: Trailing comma in javascript files +* Patch #13531: Traditional Chinese translation for 2.3-stable +* Patch #13552: Dutch translations for 2.3-stable +* Patch #13678: Lithuanian translation for 2.3-stable + == 2013-03-19 v2.3.0 * Defect #3107: Issue with two digit year on Logtime diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index dd412662d..452dd815f 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 3 - TINY = 0 + TINY = 1 # Branch values: # * official release: nil |