diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-11-17 13:24:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-11-17 13:24:56 +0000 |
commit | 628e63eefe0b245d9515e6ae082a16179d9ea732 (patch) | |
tree | 1abd669ad7c4835af4cb97f8bacc9c4cf2003eea | |
parent | 83b356484af33117ab8928bc9b75db5e2805ebf6 (diff) | |
download | redmine-628e63eefe0b245d9515e6ae082a16179d9ea732.tar.gz redmine-628e63eefe0b245d9515e6ae082a16179d9ea732.zip |
Updates for 1.4.5 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@10834 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 6 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 1bd8133a3..dd21ae215 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,7 +4,7 @@ Redmine - project management software Copyright (C) 2006-2012 Jean-Philippe Lang http://www.redmine.org/ -== TBD v1.4.5 +== 2012-11-17 v1.4.5 * Defect #10818: Running rake in test environment causes exception * Defect #11192: Make repository identifier accept underscores @@ -12,12 +12,16 @@ http://www.redmine.org/ * Defect #11307: Can't filter for negative numeric custom fields * Defect #11365: Attachment description length is not validated * Defect #11541: Version sharing is missing in the REST API +* Defect #11665: New document category is not saved properly * Defect #11789: Edit section links broken with h5/h6 headings +* Defect #11966: 404 Error when switching mode in view revision differences in non-main repo * Defect #12189: No tmp/pdf directory * Defect #12196: "Page not found" on OK button in SCM "View all revisions" page * Feature #11338: Exclude emails with auto-submitted => auto-generated * Patch #9732: German translations +* Patch #11261: Simplified Chinese translation for configurable session lifetime and timeout * Patch #11328: Fix Japanese mistranslation for 'label_language_based' +* Patch #11406: German translation for configurable session lifetime and timeout * Patch #11448: Russian translation for 1.4-stable and 2.0-stable * Patch #11600: Fix plural form of the abbreviation for hours in Brazilian Portuguese diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 64472478c..44d06ba63 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 = 4 + TINY = 5 # Branch values: # * official release: nil |