diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-04-26 06:48:42 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-04-26 06:48:42 +0000 |
commit | 100a5f56e94e99bd45afab531dd424a164029969 (patch) | |
tree | 8586b0dbb5a251202353b3b0f4838fdac586b4b9 | |
parent | 094e7728979a8e974ef46da1e6c4461e71c77510 (diff) | |
download | redmine-100a5f56e94e99bd45afab531dd424a164029969.tar.gz redmine-100a5f56e94e99bd45afab531dd424a164029969.zip |
Updates for 2.6.4 release.
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14225 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 9 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 6caa79910..be8b869ed 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,15 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-04-26 v2.6.4 + +* Defect #19297: Custom fields with hidden/read-only combination displayed in Issue Edit Form +* Defect #19400: Possibility of having 2 (or more) repositories with empty identifier +* Defect #19444: Fix typo in wiki_syntax_detailed.html +* Defect #19538: Keywords in commit messages: journal entries are created even if nothing was changed +* Defect #19569: Field permissions not working properly with inherited memberships +* Defect #19580: "Required" and "Read-only" rules on "Fields Permissions" screen are not colored + == 2015-03-16 v2.6.3 * Defect #19197: Missing notification if assignee was a group diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index d6894c73c..8ce5016d9 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 6 - TINY = 3 + TINY = 4 # Branch values: # * official release: nil |