From 757073edef0b94c0ebcc1d4d85cda4638c0d158f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 30 Sep 2012 08:06:41 +0000 Subject: [PATCH] Updates for 2.1.1 release. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10531 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 16 ++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 0fd8d27a3..26357e94a 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,22 @@ Redmine - project management software Copyright (C) 2006-2012 Jean-Philippe Lang http://www.redmine.org/ +== 2012-09-30 v2.1.1 + +* Defect #11290: ParseDate missing in Ruby 1.9x +* Defect #11844: "load_default_data" rake task fails to print the error message if one occurs +* Defect #11850: Can't create a user from ldap by on-the-fly on the redmine server using URI prefix +* Defect #11872: Private issue visible to anonymous users after its author is deleted +* Defect #11885: Filter misses Selectionfield on IE8 +* Defect #11893: New relation form Cancel link is broken with Chrome 21 +* Defect #11905: Potential "can't dup NilClass" error in UserPreference +* Defect #11909: Autocomplete results not reset after clearing search field +* Defect #11922: bs.yml and de.yml lead to error by number_to_currency() +* Defect #11945: rake task prints "can't convert Errno::EACCES into String" in case of no permission of public/plugin_assets +* Defect #11975: Undefined status transitions allowed in workflow (author of issue changes when selecting a new status) +* Defect #11982: SCM diff view generates extra parameter for switching mode +* Patch #11897: Traditional Chinese language file (to r10433) + == 2012-09-16 v2.1.0 * Defect #2071: Reordering priority-enumerations breaks alternate-theme's issue-colouring diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 82feecb24..e8f38da23 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 1 - TINY = 0 + TINY = 1 # Branch values: # * official release: nil -- 2.39.5