##// END OF EJS Templates
Updates for 1.1.3 release....
Jean-Philippe Lang -
r5472:3f302b66ce9b
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-04-29 v1.1.3
8
9 * Defect #5773: Email reminders are sent to locked users
10 * Defect #6590: Wrong file list link in email notification on new file upload
11 * Defect #7589: Wiki page with backslash in title can not be found
12 * Defect #7785: Mailhandler keywords are not removed when updating issues
13 * Defect #7794: Internal server error on formatting an issue as a PDF in Japanese
14 * Defect #7838: Gantt- Issues does not show up in green when start and end date are the same
15 * Defect #7846: Headers (h1, etc.) containing backslash followed by a digit are not displayed correctly
16 * Defect #7875: CSV export separators in polish locale (pl.yml)
17 * Defect #7890: Internal server error when referencing an issue without project in commit message
18 * Defect #7904: Subprojects not properly deleted when deleting a parent project
19 * Defect #7939: Simultaneous Wiki Updates Cause Internal Error
20 * Defect #7951: Atom links broken on wiki index
21 * Defect #7954: IE 9 can not select issues, does not display context menu
22 * Defect #7985: Trying to do a bulk edit results in "Internal Error"
23 * Defect #8003: Error raised by reposman.rb under Windows server 2003
24 * Defect #8012: Wrong selection of modules when adding new project after validation error
25 * Defect #8038: Associated Revisions OL/LI items are not styled properly in issue view
26 * Defect #8067: CSV exporting in Italian locale
27 * Defect #8235: bulk edit issues and copy issues error in es, gl and ca locales
28 * Defect #8244: selected modules are not activated when copying a project
29 * Patch #7278: Update Simplified Chinese translation to 1.1
30 * Patch #7390: Fixes in Czech localization
31 * Patch #7963: Reminder email: Link for show all issues does not sort
32
7 == 2011-03-07 v1.1.2
33 == 2011-03-07 v1.1.2
8
34
9 * Defect #3132: Bulk editing menu non-functional in Opera browser
35 * Defect #3132: Bulk editing menu non-functional in Opera browser
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 1
5 MAJOR = 1
6 MINOR = 1
6 MINOR = 1
7 TINY = 2
7 TINY = 3
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