From 1e1517e6abce8a8a3333468867623f8b923b4624 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 5 Jun 2012 17:21:42 +0000 Subject: [PATCH] Updates for 1.4.3 release. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@9772 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 7 +++++++ lib/redmine/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 0984f3b8c..d690bbabc 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 84fe19c53..fe92943fb 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 -- 2.39.5