Hello community,

here is the log from the commit of package rubygem-actionpack-3_2 for 
openSUSE:Factory checked in at 2012-07-16 09:34:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actionpack-3_2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-actionpack-3_2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-actionpack-3_2", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-actionpack-3_2/rubygem-actionpack-3_2.changes
    2012-05-21 07:31:40.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionpack-3_2.new/rubygem-actionpack-3_2.changes
       2012-07-16 09:34:07.000000000 +0200
@@ -1,0 +2,23 @@
+Thu Jun 28 12:57:50 UTC 2012 - [email protected]
+
+- update to 3.2.6
+ *  nil is removed from array parameter values
+    CVE-2012-2694
+ *  Deprecate `:confirm` in favor of `':data => { :confirm => "Text" }'` 
option for `button_to`, `button_tag`, `image_submit_tag`, `link_to` and 
`submit_tag
+` helpers.
+ *  Allow to use mounted_helpers (helpers for accessing mounted engines) in 
ActionView::TestCase. *Piotr Sarnacki*
+ *  Include mounted_helpers (helpers for accessing mounted engines) in 
ActionDispatch::IntegrationTest by default. *Piotr Sarnacki*
+ *  Deprecate old APIs for highlight, excerpt and word_wrap *Jeremy Walker*
+ *  Deprecate `:disable_with` in favor of `'data-disable-with'` option for 
`button_to`, `button_tag` and `submit_tag` helpers.
+ *  Deprecate `:mouseover` option for `image_tag` helper. *Rafael Mendonça 
França*
+ *  Deprecate `button_to_function` and `link_to_function` helpers. *Rafael 
Mendonça França*
+ *  Don't break Haml with textarea newline fix.  GH #393, #4000, #5190, #5191
+ *  Fix options handling on labels. GH #2492, #5614
+ *  Added config.action_view.embed_authenticity_token_in_remote_forms to deal
+    with regression from 16ee611fa
+ *  Set rendered_format when doing render :inline. GH #5632
+ *  Fix the redirect when it receive blocks with arity of 1. Closes #5677
+ *  Strip [nil] from parameters hash. Thanks to Ben Murphy for
+    reporting this! CVE-2012-2660
+
+-------------------------------------------------------------------

Old:
----
  actionpack-3.2.3.gem

New:
----
  actionpack-3.2.6.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-actionpack-3_2.spec ++++++
--- /var/tmp/diff_new_pack.ZKX456/_old  2012-07-16 09:34:09.000000000 +0200
+++ /var/tmp/diff_new_pack.ZKX456/_new  2012-07-16 09:34:09.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-actionpack-3_2
-Version:        3.2.3
+Version:        3.2.6
 Release:        0
 %define mod_name actionpack
 %define mod_full_name %{mod_name}-%{version}
@@ -29,12 +29,12 @@
 
 Requires:       ruby >= 1.8.7
 BuildRequires:  ruby-devel >= 1.8.7
-# activesupport = 3.2.3
-BuildRequires:  rubygem-activesupport-3_2 = 3.2.3
-Requires:       rubygem-activesupport-3_2 = 3.2.3
-# activemodel = 3.2.3
-BuildRequires:  rubygem-activemodel-3_2 = 3.2.3
-Requires:       rubygem-activemodel-3_2 = 3.2.3
+# activesupport = %{version}
+BuildRequires:  rubygem-activesupport-3_2 = %{version}
+Requires:       rubygem-activesupport-3_2 = %{version}
+# activemodel = %{version}
+BuildRequires:  rubygem-activemodel-3_2 = %{version}
+Requires:       rubygem-activemodel-3_2 = %{version}
 # rack-cache ~> 1.2
 BuildRequires:  rubygem-rack-cache-1_2 >= 1.2
 Requires:       rubygem-rack-cache-1_2 >= 1.2
@@ -51,8 +51,8 @@
 BuildRequires:  rubygem-journey-1_0 >= 1.0.1
 Requires:       rubygem-journey-1_0 >= 1.0.1
 # sprockets ~> 2.1.2
-BuildRequires:  rubygem-sprockets-2_1 >= 2.1.2
-Requires:       rubygem-sprockets-2_1 >= 2.1.2
+BuildRequires:  rubygem-sprockets-2_1 >= 2.1.3
+Requires:       rubygem-sprockets-2_1 >= 2.1.3
 # erubis ~> 2.7.0
 BuildRequires:  rubygem-erubis-2_7 >= 2.7.0
 Requires:       rubygem-erubis-2_7 >= 2.7.0

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to