diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-12-10 14:49:10 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-12-10 14:49:10 +0000 |
commit | 5c4b618bce979c2c85e9a9f536e6c6962f47534a (patch) | |
tree | 979ae8d9f424aedd026da587514de9b76c7e656e | |
parent | 2f87b3bae38aa6ade21fbf763566b1b9a4fb972c (diff) | |
download | redmine-5c4b618bce979c2c85e9a9f536e6c6962f47534a.tar.gz redmine-5c4b618bce979c2c85e9a9f536e6c6962f47534a.zip |
CHANGELOG updated.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@8177 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 7b3d631b2..867ea7896 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,27 @@ Redmine - project management software Copyright (C) 2006-2011 Jean-Philippe Lang http://www.redmine.org/ +== 2011-12-10 v1.2.3 + +* Defect #8707: Reposman: wrong constant name +* Defect #8809: Table in timelog report overflows +* Defect #9055: Version files in Files module cannot be downloaded if issue tracking is disabled +* Defect #9137: db:encrypt fails to handle repositories with blank password +* Defect #9394: Custom date field only validating on regex and not a valid date +* Defect #9405: Any user with :log_time permission can edit time entries via context menu +* Defect #9448: The attached images are not shown in documents +* Defect #9520: Copied private query not visible after project copy +* Defect #9552: Error when reading ciphered text from the database without cipher key configured +* Defect #9566: Redmine.pm considers all projects private when login_required is enabled +* Defect #9567: Redmine.pm potential security issue with cache credential enabled and subversion +* Defect #9577: Deleting a subtasks doesn't update parent's rgt & lft values +* Defect #9597: Broken version links in wiki annotate history +* Defect #9682: Wiki HTML Export only useful when Access history is accessible +* Defect #9737: Custom values deleted before issue submit +* Defect #9741: calendar-hr.js (Croatian) is not UTF-8 +* Patch #9558: Simplified Chinese translation for 1.2.2 updated +* Patch #9695: Bulgarian translation (r7942) + == 2011-11-11 v1.2.2 * Defect #3276: Incorrect handling of anchors in Wiki to HTML export |