From 048036da816e9c922b5fe9cbe0ce23c42ee95044 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 29 Mar 2014 16:08:43 +0000 Subject: [PATCH] Updates for 2.5.1 release. git-svn-id: http://svn.redmine.org/redmine/branches/2.5-stable@13032 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 21 +++++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 9fe595348..d7c0f6f0e 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,27 @@ Redmine - project management software Copyright (C) 2006-2014 Jean-Philippe Lang http://www.redmine.org/ +== 2014-03-29 v2.5.1 + +* Defect #14298: Error generated on 'search for watchers to add' after clicking add without selected users +* Defect #16236: Right-aligned table of contents (TOC) not working with markdown +* Defect #16255: Internal Error for specific version of non-existent wiki page +* Defect #16259: Changing Tracker value on new issue form makes hidden fields appearing after hitting F5 +* Defect #16321: Custom Fields with "Link values to URL" set are displayed as escaped html in email +* Defect #16338: Can't choose an issue of a different project when updating time entries +* Defect #16353: Regexp bug in JournalsController regexp handling when quoting existing journal entries +* Feature #16326: Custom queries, buttons to move column to top and bottom +* Patch #16291: Japanese translation update +* Patch #16319: Random crash when using custom fields +* Patch #16320: Turkish typo fix +* Patch #16334: Korean Translation +* Patch #16336: Russian translation +* Patch #16356: Spanish Translation: label_custom_field_select_type +* Patch #16368: Polish translation update +* Patch #16381: Extract code to render project context links to helper +* Patch #16453: Czech localisation +* Defect #16466: Fixed back url verification + == 2014-03-02 v2.5.0 * Defect #3163: Large inline images overflow diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 0406b5bdf..eb0c1ae58 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 5 - TINY = 0 + TINY = 1 # Branch values: # * official release: nil