##// END OF EJS Templates
Updates for 1.4.4 release....
Jean-Philippe Lang -
r9683:e2f00792a898
parent child
Show More
@@ -4,14 +4,15 Redmine - project management software
4 Copyright (C) 2006-2012 Jean-Philippe Lang
4 Copyright (C) 2006-2012 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == TBD v1.4.4
7 == 2012-06-18 v1.4.4
8
8
9 * Defect #10688: PDF export from Wiki - Problems with tables
9 * Defect #10688: PDF export from Wiki - Problems with tables
10 * Defect #11160: SQL Error on time report if a custom field has multiple values for an entry
11 * Defect #11061: Cannot choose commit versions to view differences in Git/Mercurial repository view
10 * Defect #11061: Cannot choose commit versions to view differences in Git/Mercurial repository view
12 * Defect #11112: REST API - custom fields in POST/PUT ignored for time_entries
11 * Defect #11112: REST API - custom fields in POST/PUT ignored for time_entries
13 * Defect #11133: Wiki-page section edit link can point to incorrect section
12 * Defect #11133: Wiki-page section edit link can point to incorrect section
13 * Defect #11160: SQL Error on time report if a custom field has multiple values for an entry
14 * Defect #11178: Spent time sorted by date-descending order lists same-date entries in physical order
14 * Defect #11178: Spent time sorted by date-descending order lists same-date entries in physical order
15 * Defect #11185: Redmine fails to delete a project with parent/child task
15 * Feature #6597: Configurable session lifetime and timeout
16 * Feature #6597: Configurable session lifetime and timeout
16 * Patch #11113: Small glitch in German localization
17 * Patch #11113: Small glitch in German localization
17 * Fix for Rails vulnerabilities CVE-2012-2694 and CVE-2012-2695
18 * Fix for Rails vulnerabilities CVE-2012-2694 and CVE-2012-2695
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 1
5 MAJOR = 1
6 MINOR = 4
6 MINOR = 4
7 TINY = 3
7 TINY = 4
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