diff options
-rw-r--r-- | doc/CHANGELOG | 3 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index d7926d43a..c6b5a350f 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,7 +4,7 @@ Redmine - project management software Copyright (C) 2006-2009 Jean-Philippe Lang http://www.redmine.org/ -== TDB v0.8.7 +== 2009-11-15 v0.8.7 * Fixed: Hide paragraph terminator at the end of headings on html export * Fixed: pre tags containing "<pre*" @@ -13,6 +13,7 @@ http://www.redmine.org/ * Fixed: Error when sumbitting a POST request that requires a login * Fixed: CSRF vulnerabilities + == 2009-11-04 v0.8.6 * Change links to closed issues to be a grey color diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 22e46a705..842370fc4 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 0 MINOR = 8 - TINY = 6 + TINY = 7 # Branch values: # * official release: nil |