##// END OF EJS Templates
Updates for 2.5.1 release....
Jean-Philippe Lang -
r12758:08b96d8b470f
parent child
Show More
@@ -4,6 +4,27 Redmine - project management software
4 Copyright (C) 2006-2014 Jean-Philippe Lang
4 Copyright (C) 2006-2014 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2014-03-29 v2.5.1
8
9 * Defect #14298: Error generated on 'search for watchers to add' after clicking add without selected users
10 * Defect #16236: Right-aligned table of contents (TOC) not working with markdown
11 * Defect #16255: Internal Error for specific version of non-existent wiki page
12 * Defect #16259: Changing Tracker value on new issue form makes hidden fields appearing after hitting F5
13 * Defect #16321: Custom Fields with "Link values to URL" set are displayed as escaped html in email
14 * Defect #16338: Can't choose an issue of a different project when updating time entries
15 * Defect #16353: Regexp bug in JournalsController regexp handling when quoting existing journal entries
16 * Feature #16326: Custom queries, buttons to move column to top and bottom
17 * Patch #16291: Japanese translation update
18 * Patch #16319: Random crash when using custom fields
19 * Patch #16320: Turkish typo fix
20 * Patch #16334: Korean Translation
21 * Patch #16336: Russian translation
22 * Patch #16356: Spanish Translation: label_custom_field_select_type
23 * Patch #16368: Polish translation update
24 * Patch #16381: Extract code to render project context links to helper
25 * Patch #16453: Czech localisation
26 * Defect #16466: Fixed back url verification
27
7 == 2014-03-02 v2.5.0
28 == 2014-03-02 v2.5.0
8
29
9 * Defect #3163: Large inline images overflow
30 * Defect #3163: Large inline images overflow
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 2
5 MAJOR = 2
6 MINOR = 5
6 MINOR = 5
7 TINY = 0
7 TINY = 1
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now