summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-05-04 10:26:25 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-05-04 10:26:25 +0000
commitc0db7007fa11e6e870f9b15883c2912d352c4c69 (patch)
treeea4cbaeda347bcec285bf113633b54b55ddd4736
parentd7e3c4df2604db88fceaa733efb39f6fd5a283b7 (diff)
downloadredmine-c0db7007fa11e6e870f9b15883c2912d352c4c69.tar.gz
redmine-c0db7007fa11e6e870f9b15883c2912d352c4c69.zip
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
-rw-r--r--doc/CHANGELOG15
-rw-r--r--doc/INSTALL2
-rw-r--r--lib/redmine/version.rb2
3 files changed, 17 insertions, 2 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index b39185151..3a39061c6 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -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
diff --git a/doc/INSTALL b/doc/INSTALL
index 7a00b9367..872543d95 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -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/
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index 0a91933d1..4404bcf0e 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -4,7 +4,7 @@ module Redmine
module VERSION #:nodoc:
MAJOR = 0
MINOR = 7
- TINY = 0
+ TINY = 1
def self.revision
revision = nil