diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-11-04 10:25:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-11-04 10:25:49 +0000 |
commit | 58c24ef2c8dee00ebc4a648abfbcc6b0bb71d8cf (patch) | |
tree | 99b09e6cb311c303859b14a90087ff07b36b5d1d | |
parent | ff1b7f4832cb9c1db1e922dea2866b2ac1749636 (diff) | |
download | redmine-58c24ef2c8dee00ebc4a648abfbcc6b0bb71d8cf.tar.gz redmine-58c24ef2c8dee00ebc4a648abfbcc6b0bb71d8cf.zip |
Version set to 0.8.6 and CHANGELOG updated.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@3001 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 |