diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-19 19:05:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-19 19:05:22 +0000 |
commit | 662bd633ce0654de466cd07872c415e5c9a8561d (patch) | |
tree | 3d3ad2c37a2e6e2426fabef7207400f3ba8e4e6b | |
parent | 8d1f6e77d39e8cee6c2af59d75a8e5a334e1e988 (diff) | |
download | redmine-662bd633ce0654de466cd07872c415e5c9a8561d.tar.gz redmine-662bd633ce0654de466cd07872c415e5c9a8561d.zip |
Updates for 2.6.2 release.
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14040 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 15 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 1c3e29d9c..1a03c0271 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,21 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-02-19 v2.6.2 + +* Defect #10681: Export to Persian PDF problem +* Defect #17722: Plugin update check not working if redmine is viewed over https +* Defect #18586: Arabic PDF +* Defect #18632: PDF Export has no left padding for tables +* Defect #18883: Slow rendering of large textile tables +* Defect #18894: Grouping of Boolean field: Both "No" and "blank" tickets are grouped in "none" groups +* Defect #18896: Grouping of Boolean field in Query: group not displayed for "No" value if the group is in first position +* Defect #18922: rdm-mailhandler.rb should catch EOFError +* Defect #18961: {{macro_list}} error when choose markdown as wiki language +* Defect #19065: API: issue details created_on timestamp not formatted as expected +* Defect #19120: Wrap parent task title on the issue list +* Defect #19117: Potential XSS vulnerability in some flash messages rendering + == 2015-01-11 v2.6.1 * Defect #13608: Parent column in CSV export should include issue id only diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index ed3779678..601f52bee 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 = 1 + TINY = 2 # Branch values: # * official release: nil |