diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-02 11:55:14 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-02 11:55:14 +0000 |
commit | bc21fbb8b788b7fb2381021e67279e4820a3d008 (patch) | |
tree | def232a0fce12d3e847fb7e5b22e5d09c563e01b | |
parent | 4bad238afd9f101cc132041c5ff47c56da1434f8 (diff) | |
download | redmine-bc21fbb8b788b7fb2381021e67279e4820a3d008.tar.gz redmine-bc21fbb8b788b7fb2381021e67279e4820a3d008.zip |
Updates for 3.2.7 release.
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@16745 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 46 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 47 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 14133ba42..ec34acde5 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,52 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2017-07-02 v3.2.7 + +=== [Accounts / authentication] + +* Patch #25653: Fix NoMethodError on HEAD requests to AccountController#register + +=== [Code cleanup/refactoring] + +* Defect #26055: Three issues with Redmine::SyntaxHighlighting::CodeRay.language_supported? + +=== [Gems support] + +* Defect #25829: mysql2 0.3 gem doesn't properly close connections + +=== [Importers] + +* Patch #25861: CSV Importer - handle UndefinedConversionErrors + +=== [Issues] + +* Defect #26072: Set default assignee before validation + +=== [Issues filter] + +* Defect #25212: User profile should link to issues assigned to user or his groups + +=== [Security] + +* Defect #26183: Use Nokogiri 1.7.2 + +=== [Text formatting] + +* Defect #25634: Highlight language aliases are no more supported + +=== [Translations] + +* Patch #26263: Simplified Chinese translation for 3.2-stable + +=== [UI] + +* Defect #25760: Clicking custom field label should not check the first option + +=== [UI - Responsive] + +* Patch #25745: Optimize Gantt Charts for mobile screens + == 2017-04-09 v3.2.6 * Defect #22335: Images with non-ASCII file names are not shown in PDF diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 3e9f529a8..4e1930e40 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 3 MINOR = 2 - TINY = 6 + TINY = 7 # Branch values: # * official release: nil |