diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 5fe6bfc..9cbba24 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -5,6 +5,17 @@ Copyright (C) 2006-2008 Jean-Philippe Lang http://www.redmine.org/ +== 2008-07-06 v0.7.3 + +* Allow dot in firstnames and lastnames +* Add project name to cross-project Atom feeds +* Encoding set to utf8 in example database.yml +* HTML titles on forums related views +* Fixed: Entourage (and some old client) fails to correctly render notification styles +* Fixed: Fixed: timelog redirects inappropriately when :back_url is blank +* Fixed: wrong relative paths to images in wiki_syntax.html + + == 2008-06-15 v0.7.2 * "New Project" link on Projects page diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index cb37698..d082903 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 = 2 + TINY = 3 def self.revision revision = nil