diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-11-17 11:17:59 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-11-17 11:17:59 +0000 |
commit | 3ee363a5cb96d1302ce9f4a24ea0dbd304076c1c (patch) | |
tree | 9471a645c64d8bee65d660dca46c1b20462f96af | |
parent | 071bb653b81c74a15fd3f1a8af44980a80308bc2 (diff) | |
download | redmine-3ee363a5cb96d1302ce9f4a24ea0dbd304076c1c.tar.gz redmine-3ee363a5cb96d1302ce9f4a24ea0dbd304076c1c.zip |
Updates for 2.3.4 release.
git-svn-id: http://svn.redmine.org/redmine/branches/2.3-stable@12291 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 f122eebd4..4890d48d2 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-11-17 v2.3.4 + +* Defect #13348: Repository tree can't handle two loading at once +* Defect #13632: Empty page attached when exporting PDF +* Defect #14590: migrate_from_trac.rake does not import Trac users, uses too short password +* Defect #14656: JRuby: Encoding error when creating issues +* Defect #14883: Update activerecord-jdbc-adapter +* Defect #14902: Potential invalid SQL error with invalid group_ids +* Defect #14931: SCM annotate with non ASCII author +* Defect #14960: migrate_from_mantis.rake does not import Mantis users, uses too short password +* Defect #14977: Internal Server Error while uploading file +* Defect #15190: JS-error while using a global custom query w/ project filter in a project context +* Defect #15235: Wiki Pages REST API with version returns wrong comments +* Defect #15344: Default status always inserted to allowed statuses when changing status +* Feature #14919: Update ruby-openid version above 2.3.0 +* Patch #14592: migrate_from_trac.rake does not properly parse First Name and Last Name +* Patch #14886: Norweigan - label_copied_to and label_copied_from translated +* Patch #15185: Simplified Chinese translation for 2.3-stable + == 2013-09-14 v2.3.3 * Defect #13008: Usage of attribute_present? in UserPreference diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 7992821eb..7a5ae06c2 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 = 3 + TINY = 4 # Branch values: # * official release: nil |