##// END OF EJS Templates
Update for 0.9.2 release....
Jean-Philippe Lang -
r3278:be2004e3989f
parent child
Show More
@@ -4,7 +4,21 Redmine - project management software
4 Copyright (C) 2006-2010 Jean-Philippe Lang
4 Copyright (C) 2006-2010 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 0.9.1
7 == 2010-02-07 v0.9.2
8
9 * Fixed: Sub-project repository commits not displayed on parent project issues
10 * Fixed: Potential security leak on my page calendar
11 * Fixed: Project tree structure is broken by deleting the project with the subproject
12 * Fixed: Error message shown duplicated when creating a new group
13 * Fixed: Firefox cuts off large pages
14 * Fixed: Invalid format parameter returns a DoubleRenderError on issues index
15 * Fixed: Unnecessary Quote button on locked forum message
16 * Fixed: Error raised when trying to view the gantt or calendar with a grouped query
17 * Fixed: PDF support for Korean locale
18 * Fixed: Deprecation warning in extra/svn/reposman.rb
19
20
21 == 2010-01-30 v0.9.1
8
22
9 * Vertical alignment for inline images in formatted text set to 'middle'
23 * Vertical alignment for inline images in formatted text set to 'middle'
10 * Fixed: Redmine.pm error "closing dbh with active statement handles at /usr/lib/perl5/Apache/Redmine.pm"
24 * Fixed: Redmine.pm error "closing dbh with active statement handles at /usr/lib/perl5/Apache/Redmine.pm"
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 0
5 MAJOR = 0
6 MINOR = 9
6 MINOR = 9
7 TINY = 1
7 TINY = 2
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