##// END OF EJS Templates
Set version to 0.8.7....
Jean-Philippe Lang -
r2942:b49aaccdd656
parent child
Show More
@@ -4,7 +4,7 Redmine - project management software
4 Copyright (C) 2006-2009 Jean-Philippe Lang
4 Copyright (C) 2006-2009 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == TDB v0.8.7
7 == 2009-11-15 v0.8.7
8
8
9 * Fixed: Hide paragraph terminator at the end of headings on html export
9 * Fixed: Hide paragraph terminator at the end of headings on html export
10 * Fixed: pre tags containing "<pre*"
10 * Fixed: pre tags containing "<pre*"
@@ -13,6 +13,7 http://www.redmine.org/
13 * Fixed: Error when sumbitting a POST request that requires a login
13 * Fixed: Error when sumbitting a POST request that requires a login
14 * Fixed: CSRF vulnerabilities
14 * Fixed: CSRF vulnerabilities
15
15
16
16 == 2009-11-04 v0.8.6
17 == 2009-11-04 v0.8.6
17
18
18 * Change links to closed issues to be a grey color
19 * Change links to closed issues to be a grey color
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 0
5 MAJOR = 0
6 MINOR = 8
6 MINOR = 8
7 TINY = 6
7 TINY = 7
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