From e2f00792a8989d9e2616af232a2e9ae0854a11bb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 18 Jun 2012 18:46:53 +0000 Subject: [PATCH] Updates for 1.4.4 release. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@9866 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 5 +++-- lib/redmine/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 147b45a5e..eefa186d2 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,14 +4,15 @@ Redmine - project management software Copyright (C) 2006-2012 Jean-Philippe Lang http://www.redmine.org/ -== TBD v1.4.4 +== 2012-06-18 v1.4.4 * Defect #10688: PDF export from Wiki - Problems with tables -* Defect #11160: SQL Error on time report if a custom field has multiple values for an entry * Defect #11061: Cannot choose commit versions to view differences in Git/Mercurial repository view * Defect #11112: REST API - custom fields in POST/PUT ignored for time_entries * Defect #11133: Wiki-page section edit link can point to incorrect section +* Defect #11160: SQL Error on time report if a custom field has multiple values for an entry * Defect #11178: Spent time sorted by date-descending order lists same-date entries in physical order +* Defect #11185: Redmine fails to delete a project with parent/child task * Feature #6597: Configurable session lifetime and timeout * Patch #11113: Small glitch in German localization * Fix for Rails vulnerabilities CVE-2012-2694 and CVE-2012-2695 diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index fe92943fb..64472478c 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 = 3 + TINY = 4 # Branch values: # * official release: nil