Skip to content

Commit 100a5f5

Browse files
committed
Updates for 2.6.4 release.
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14225 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 094e772 commit 100a5f5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

doc/CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Redmine - project management software
44
Copyright (C) 2006-2015 Jean-Philippe Lang
55
http://www.redmine.org/
66

7+
== 2015-04-26 v2.6.4
8+
9+
* Defect #19297: Custom fields with hidden/read-only combination displayed in Issue Edit Form
10+
* Defect #19400: Possibility of having 2 (or more) repositories with empty identifier
11+
* Defect #19444: Fix typo in wiki_syntax_detailed.html
12+
* Defect #19538: Keywords in commit messages: journal entries are created even if nothing was changed
13+
* Defect #19569: Field permissions not working properly with inherited memberships
14+
* Defect #19580: "Required" and "Read-only" rules on "Fields Permissions" screen are not colored
15+
716
== 2015-03-16 v2.6.3
817

918
* Defect #19197: Missing notification if assignee was a group

lib/redmine/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Redmine
44
module VERSION #:nodoc:
55
MAJOR = 2
66
MINOR = 6
7-
TINY = 3
7+
TINY = 4
88

99
# Branch values:
1010
# * official release: nil

0 commit comments

Comments
 (0)