[DRE-commits] r5987 - in trunk/redmine/debian: . patches

Jérémy Lal kapouer-guest at alioth.debian.org
Thu Dec 23 20:13:54 UTC 2010


Author: kapouer-guest
Date: 2010-12-23 20:13:54 +0000 (Thu, 23 Dec 2010)
New Revision: 5987

Modified:
   trunk/redmine/debian/changelog
   trunk/redmine/debian/patches/disable-deprecations.patch
Log:
Upstream update to 1.0.5

Modified: trunk/redmine/debian/changelog
===================================================================
--- trunk/redmine/debian/changelog	2010-12-20 18:33:47 UTC (rev 5986)
+++ trunk/redmine/debian/changelog	2010-12-23 20:13:54 UTC (rev 5987)
@@ -1,3 +1,9 @@
+redmine (1.0.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jérémy Lal <kapouer at melix.org>  Thu, 23 Dec 2010 21:08:19 +0100
+
 redmine (1.0.4-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/redmine/debian/patches/disable-deprecations.patch
===================================================================
--- trunk/redmine/debian/patches/disable-deprecations.patch	2010-12-20 18:33:47 UTC (rev 5986)
+++ trunk/redmine/debian/patches/disable-deprecations.patch	2010-12-23 20:13:54 UTC (rev 5987)
@@ -22,8 +22,8 @@
      module Base
        def warn_syntax_deprecation!(*args)
          return if @skip_syntax_deprecation
--        warn "The {{key}} interpolation syntax in I18n messages is deprecated. Please use %{key} instead.\nDowngrade your i18n gem to 0.3.7 (everything above must be deinstalled) to remove this warning, see http://www.redmine.org/issues/5608 for more information."
-+        #warn "The {{key}} interpolation syntax in I18n messages is deprecated. Please use %{key} instead.\nDowngrade your i18n gem to 0.3.7 (everything above must be deinstalled) to remove this warning, see http://www.redmine.org/issues/5608 for more information."
+-        warn "The {{key}} interpolation syntax in I18n messages is deprecated and will be removed in Redmine 1.2. Please use %{key} instead, see http://www.redmine.org/issues/7013 for more information."
++        #warn "The {{key}} interpolation syntax in I18n messages is deprecated and will be removed in Redmine 1.2. Please use %{key} instead, see http://www.redmine.org/issues/7013 for more information."
          @skip_syntax_deprecation = true
        end
      end




More information about the Pkg-ruby-extras-commits mailing list