diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-04-29 09:23:34 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-04-29 09:23:34 +0000 |
commit | 3f302b66ce9b9d5f40c4171c8b1366d8e29bb254 (patch) | |
tree | 489a3f6f3d004f70f1cf5ffa51cf1b1dca06da97 | |
parent | 32022267affaf9fb0fd831e030b632ffdea9c100 (diff) | |
download | redmine-3f302b66ce9b9d5f40c4171c8b1366d8e29bb254.tar.gz redmine-3f302b66ce9b9d5f40c4171c8b1366d8e29bb254.zip |
Updates for 1.1.3 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.1-stable@5592 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 26 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 27 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 2797aa0c8..00c3f3f48 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,32 @@ Redmine - project management software Copyright (C) 2006-2011 Jean-Philippe Lang http://www.redmine.org/ +== 2011-04-29 v1.1.3 + +* Defect #5773: Email reminders are sent to locked users +* Defect #6590: Wrong file list link in email notification on new file upload +* Defect #7589: Wiki page with backslash in title can not be found +* Defect #7785: Mailhandler keywords are not removed when updating issues +* Defect #7794: Internal server error on formatting an issue as a PDF in Japanese +* Defect #7838: Gantt- Issues does not show up in green when start and end date are the same +* Defect #7846: Headers (h1, etc.) containing backslash followed by a digit are not displayed correctly +* Defect #7875: CSV export separators in polish locale (pl.yml) +* Defect #7890: Internal server error when referencing an issue without project in commit message +* Defect #7904: Subprojects not properly deleted when deleting a parent project +* Defect #7939: Simultaneous Wiki Updates Cause Internal Error +* Defect #7951: Atom links broken on wiki index +* Defect #7954: IE 9 can not select issues, does not display context menu +* Defect #7985: Trying to do a bulk edit results in "Internal Error" +* Defect #8003: Error raised by reposman.rb under Windows server 2003 +* Defect #8012: Wrong selection of modules when adding new project after validation error +* Defect #8038: Associated Revisions OL/LI items are not styled properly in issue view +* Defect #8067: CSV exporting in Italian locale +* Defect #8235: bulk edit issues and copy issues error in es, gl and ca locales +* Defect #8244: selected modules are not activated when copying a project +* Patch #7278: Update Simplified Chinese translation to 1.1 +* Patch #7390: Fixes in Czech localization +* Patch #7963: Reminder email: Link for show all issues does not sort + == 2011-03-07 v1.1.2 * Defect #3132: Bulk editing menu non-functional in Opera browser diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 19720b9dd..461309a5b 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 1 MINOR = 1 - TINY = 2 + TINY = 3 # Branch values: # * official release: nil |