1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

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
This commit is contained in:
Jean-Philippe Lang 2009-11-04 10:25:49 +00:00
parent ff1b7f4832
commit 58c24ef2c8
2 changed files with 10 additions and 2 deletions

View File

@ -4,10 +4,18 @@ Redmine - project management software
Copyright (C) 2006-2009 Jean-Philippe Lang Copyright (C) 2006-2009 Jean-Philippe Lang
http://www.redmine.org/ 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 links to closed issues to be a grey color
* Change subversion adapter to not cache authentication and run non interactively * 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 == 2009-09-13 v0.8.5

View File

@ -4,7 +4,7 @@ module Redmine
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 0 MAJOR = 0
MINOR = 8 MINOR = 8
TINY = 5 TINY = 6
# Branch values: # Branch values:
# * official release: nil # * official release: nil