mirror of
https://github.com/redmine/redmine.git
synced 2026-07-06 12:27:25 +02:00
Updated CHANGELOG and version number.
git-svn-id: http://redmine.rubyforge.org/svn/branches/0.7-stable@1636 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@ module Redmine
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 0
|
||||
MINOR = 7
|
||||
TINY = 2
|
||||
TINY = 3
|
||||
|
||||
def self.revision
|
||||
revision = nil
|
||||
|
||||
Reference in New Issue
Block a user