diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-09-20 06:12:58 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-09-20 06:12:58 +0000 |
commit | 5cec71b64c7d0e91ee9107ae1a15214419ec5539 (patch) | |
tree | d1a272832f5ba1b862557037ece54ebed1dbcbc9 | |
parent | d5a9da6aa2dd9a31bc69091d7f3d09b287e1f632 (diff) | |
download | redmine-5cec71b64c7d0e91ee9107ae1a15214419ec5539.tar.gz redmine-5cec71b64c7d0e91ee9107ae1a15214419ec5539.zip |
Updates for 2.6.7 release.
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14604 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 11 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index e83576123..660c85b49 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,17 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-09-20 v2.6.7 + +* Defect #19577: Open redirect vulnerability +* Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated +* Patch #20293: Russian translation for 2.6-stable +* Patch #20294: Russian translation for 2.6-stable +* Patch #20408: Turkish translation for 2.6-stable +* Patch #20557: Czech translation for 2.6-stable +* Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher) +* Patch #20745: Portuguese translation for 2.6-stable + == 2015-07-07 v2.6.6 * Defect #17757: Link with hash does not work on Firefox diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 10ab9a304..f6a929764 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 = 6 + TINY = 7 # Branch values: # * official release: nil |