mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Doc and version update for 0.7.1 release.
git-svn-id: http://redmine.rubyforge.org/svn/branches/0.7-stable@1413 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d7e3c4df26
commit
c0db7007fa
@ -5,6 +5,21 @@ Copyright (C) 2006-2008 Jean-Philippe Lang
|
||||
http://www.redmine.org/
|
||||
|
||||
|
||||
== 2008-05-04 v0.7.1
|
||||
|
||||
* Thai translation added (Gampol Thitinilnithi)
|
||||
* Translations updates
|
||||
* Escape HTML comment tags
|
||||
* Prevent "can't convert nil into String" error when :sort_order param is not present
|
||||
* Fixed: Updating tickets add a time log with zero hours
|
||||
* Fixed: private subprojects names are revealed on the project overview
|
||||
* Fixed: Search for target version of "none" fails with postgres 8.3
|
||||
* Fixed: Home, Logout, Login links shouldn't be absolute links
|
||||
* Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
|
||||
* Fixed: error when using upcase language name in coderay
|
||||
* Fixed: error on Trac import when :due attribute is nil
|
||||
|
||||
|
||||
== 2008-04-28 v0.7.0
|
||||
|
||||
* Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
== Redmine installation
|
||||
|
||||
Redmine - project management software
|
||||
Copyright (C) 2006-2007 Jean-Philippe Lang
|
||||
Copyright (C) 2006-2008 Jean-Philippe Lang
|
||||
http://www.redmine.org/
|
||||
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ module Redmine
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 0
|
||||
MINOR = 7
|
||||
TINY = 0
|
||||
TINY = 1
|
||||
|
||||
def self.revision
|
||||
revision = nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user