mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +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:
parent
ff1b7f4832
commit
58c24ef2c8
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user