diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 0984f3b..d690bba 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,13 @@ Redmine - project management software Copyright (C) 2006-2012 Jean-Philippe Lang http://www.redmine.org/ +== 2012-06-05 v1.4.3 + +* Defect #11038: "Create and continue" should preserve project, issue and activity when logging time +* Defect #11046: Redmine.pm does not support "bind as user" ldap authentication +* Defect #11051: reposman.rb fails in 1.4.2 because of missing require for rubygems +* Fix for Rails vulnerability CVE-2012-2660 + == 2012-05-13 v1.4.2 * Defect #10744: rake task redmine:email:test broken diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 84fe19c..fe92943 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 1 MINOR = 4 - TINY = 2 + TINY = 3 # Branch values: # * official release: nil