##// 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 4 Copyright (C) 2006-2009 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == TDB v0.8.7
7 == 2009-11-15 v0.8.7
8 8
9 9 * Fixed: Hide paragraph terminator at the end of headings on html export
10 10 * Fixed: pre tags containing "<pre*"
@@ -13,6 +13,7 http://www.redmine.org/
13 13 * Fixed: Error when sumbitting a POST request that requires a login
14 14 * Fixed: CSRF vulnerabilities
15 15
16
16 17 == 2009-11-04 v0.8.6
17 18
18 19 * Change links to closed issues to be a grey color
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 0
6 6 MINOR = 8
7 TINY = 6
7 TINY = 7
8 8
9 9 # Branch values:
10 10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now