##// END OF EJS Templates
Updates for 1.2.1 release....
Jean-Philippe Lang -
r6141:f5a6b0cf9322
parent child
Show More
@@ -4,6 +4,32 Redmine - project management software
4 Copyright (C) 2006-2011 Jean-Philippe Lang
4 Copyright (C) 2006-2011 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2011-07-11 v1.2.1
8
9 * Defect #5089: i18N error on truncated revision diff view
10 * Defect #7501: Search options get lost after clicking on a specific result type
11 * Defect #8229: "project.xml" response does not include the parent ID
12 * Defect #8449: Wiki annotated page does not display author of version 1
13 * Defect #8467: Missing german translation - Warn me when leaving a page with unsaved text
14 * Defect #8468: No warning when leaving page with unsaved text that has not lost focus
15 * Defect #8472: Private checkbox ignored on issue creation with "Set own issues public or private" permission
16 * Defect #8510: JRuby: Can't open administrator panel if scm command is not available
17 * Defect #8512: Syntax highlighter on Welcome page
18 * Defect #8554: Translation missing error on custom field validation
19 * Defect #8565: JRuby: Japanese PDF export error
20 * Defect #8566: Exported PDF UTF-8 Vietnamese not correct
21 * Defect #8569: JRuby: PDF export error with TypeError
22 * Defect #8576: Missing german translation - different things
23 * Defect #8616: Circular relations
24 * Defect #8646: Russian translation "label_follows" and "label_follows" are wrong
25 * Defect #8712: False 'Description updated' journal details messages
26 * Defect #8729: Not-public queries are not private
27 * Defect #8737: Broken line of long issue description on issue PDF.
28 * Defect #8738: Missing revision number/id of associated revisions on issue PDF
29 * Defect #8739: Workflow copy does not copy advanced workflow settings
30 * Defect #8759: Setting issue attributes from mail should be case-insensitive
31 * Defect #8777: Mercurial: Not able to Resetting Redmine project respository
32
7 == 2011-05-30 v1.2.0
33 == 2011-05-30 v1.2.0
8
34
9 * Defect #61: Broken character encoding in pdf export
35 * Defect #61: Broken character encoding in pdf export
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 1
5 MAJOR = 1
6 MINOR = 2
6 MINOR = 2
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