##// END OF EJS Templates
Updates CHANGELOG and version for 0.7.4 release....
Jean-Philippe Lang -
r2201:76bcbce2ef2c 0.7-stable
parent child
Show More
@@ -4,6 +4,11 Redmine - project management software
4 4 Copyright (C) 2006-2008 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2008-12-30 v0.7.4
8
9 * Fixed several XSS vulnerabilities
10 * Fixed a SQL injection vulnerability
11
7 12
8 13 == 2008-07-06 v0.7.3
9 14
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 0
6 6 MINOR = 7
7 TINY = 3
7 TINY = 4
8 8
9 9 def self.revision
10 10 revision = nil
General Comments 0
You need to be logged in to leave comments. Login now