##// END OF EJS Templates
Updates for 1.4.3 release....
Jean-Philippe Lang -
r9589:1e1517e6abce
parent child
Show More
@@ -4,6 +4,13 Redmine - project management software
4 Copyright (C) 2006-2012 Jean-Philippe Lang
4 Copyright (C) 2006-2012 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2012-06-05 v1.4.3
8
9 * Defect #11038: "Create and continue" should preserve project, issue and activity when logging time
10 * Defect #11046: Redmine.pm does not support "bind as user" ldap authentication
11 * Defect #11051: reposman.rb fails in 1.4.2 because of missing require for rubygems
12 * Fix for Rails vulnerability CVE-2012-2660
13
7 == 2012-05-13 v1.4.2
14 == 2012-05-13 v1.4.2
8
15
9 * Defect #10744: rake task redmine:email:test broken
16 * Defect #10744: rake task redmine:email:test broken
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 1
5 MAJOR = 1
6 MINOR = 4
6 MINOR = 4
7 TINY = 2
7 TINY = 3
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now