Updates for 0.8.3 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2657 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
51a9f6a6eb
commit
babbe88a86
@ -5,7 +5,7 @@ Copyright (C) 2006-2009 Jean-Philippe Lang
|
|||||||
http://www.redmine.org/
|
http://www.redmine.org/
|
||||||
|
|
||||||
|
|
||||||
== 2009-xx-xx v0.8.3
|
== 2009-04-05 v0.8.3
|
||||||
|
|
||||||
* Separate project field and subject in cross-project issue view
|
* Separate project field and subject in cross-project issue view
|
||||||
* Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable
|
* Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable
|
||||||
@ -14,6 +14,7 @@ http://www.redmine.org/
|
|||||||
* Hide "New file" link on wiki pages from printing
|
* Hide "New file" link on wiki pages from printing
|
||||||
* Flush buffer when asking for language in redmine:load_default_data task
|
* Flush buffer when asking for language in redmine:load_default_data task
|
||||||
* Minimum project identifier length set to 1
|
* Minimum project identifier length set to 1
|
||||||
|
* Include headers so that emails don't trigger vacation auto-responders
|
||||||
* Fixed: Time entries csv export links for all projects are malformed
|
* Fixed: Time entries csv export links for all projects are malformed
|
||||||
* Fixed: Files without Version aren't visible in the Activity page
|
* Fixed: Files without Version aren't visible in the Activity page
|
||||||
* Fixed: Commit logs are centered in the repo browser
|
* Fixed: Commit logs are centered in the repo browser
|
||||||
|
@ -4,7 +4,7 @@ module Redmine
|
|||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 8
|
MINOR = 8
|
||||||
TINY = 2
|
TINY = 3
|
||||||
|
|
||||||
# Branch values:
|
# Branch values:
|
||||||
# * official release: nil
|
# * official release: nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user