diff options
-rw-r--r-- | doc/CHANGELOG | 10 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index bb6d56bbf..a18521181 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,10 +4,18 @@ Redmine - project management software Copyright (C) 2006-2009 Jean-Philippe Lang http://www.redmine.org/ -== 2009-xx-xx v0.8.6 +== 2009-11-04 v0.8.6 * Change links to closed issues to be a grey color * Change subversion adapter to not cache authentication and run non interactively +* Fixed: Custom Values with a nil value cause HTTP error 500 +* Fixed: Failure to convert HTML entities when editing an Issue reply +* Fixed: Error trying to show repository when there are no comments in a changeset +* Fixed: account/show/:user_id should not be accessible for other users not in your projects +* Fixed: XSS vulnerabilities +* Fixed: IssuesController#destroy should accept POST only +* Fixed: Inline images in wiki headings + == 2009-09-13 v0.8.5 diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 4242a1710..22e46a705 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 = 5 + TINY = 6 # Branch values: # * official release: nil |