From c0db7007fa11e6e870f9b15883c2912d352c4c69 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 4 May 2008 10:26:25 +0000 Subject: [PATCH] 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 --- doc/CHANGELOG | 15 +++++++++++++++ doc/INSTALL | 2 +- lib/redmine/version.rb | 2 +- 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 -- 2.39.5