##// END OF EJS Templates
Updated CHANGELOG and version number....
Jean-Philippe Lang -
r1622:1602fd0dfde4
parent child
Show More
@@ -5,6 +5,17 Copyright (C) 2006-2008 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7
7
8 == 2008-07-06 v0.7.3
9
10 * Allow dot in firstnames and lastnames
11 * Add project name to cross-project Atom feeds
12 * Encoding set to utf8 in example database.yml
13 * HTML titles on forums related views
14 * Fixed: Entourage (and some old client) fails to correctly render notification styles
15 * Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
16 * Fixed: wrong relative paths to images in wiki_syntax.html
17
18
8 == 2008-06-15 v0.7.2
19 == 2008-06-15 v0.7.2
9
20
10 * "New Project" link on Projects page
21 * "New Project" link on Projects page
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 0
5 MAJOR = 0
6 MINOR = 7
6 MINOR = 7
7 TINY = 2
7 TINY = 3
8
8
9 def self.revision
9 def self.revision
10 revision = nil
10 revision = nil
General Comments 0
You need to be logged in to leave comments. Login now