Mailinglist Archive: opensuse-commit (1670 mails)
| < Previous | Next > |
commit rubygem-actionpack
- From: root@xxxxxxx (h_root)
- Date: Fri, 20 Oct 2006 01:17:44 +0200 (CEST)
- Message-id: <20061019231744.2E1DB847E5@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package rubygem-actionpack
checked in at Fri Oct 20 01:17:44 CEST 2006.
--------
--- rubygem-actionpack/rubygem-actionpack.changes 2006-07-01 04:43:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/rubygem-actionpack/rubygem-actionpack.changes 2006-10-20 01:04:08.000000000 +0200
@@ -1,0 +2,49 @@
+Fri Aug 11 02:33:25 CEST 2006 - mrueckert@xxxxxxx
+
+- update to version 1.12.5:
+ * update for the previous security fix
+
+-------------------------------------------------------------------
+Thu Aug 10 12:40:16 CEST 2006 - mrueckert@xxxxxxx
+
+- update to version 1.12.4:
+ * Documentation fix: integration test scripts don't require
+ integration_test. (rails:#4914) [Frederick Ros <sl33p3r@xxxxxxx>]
+ * ActionController::Base Summary documentation rewrite.
+ (rails:#4900) [kevin.clark@xxxxxxxxx]
+ * Fix text_helper.rb documentation rendering.
+ (rails:#4725) [Frederick Ros]
+ * Fixes bad rendering of JavaScriptMacrosHelper rdoc.
+ (rails:#4910) [Frederick Ros]
+ * Enhance documentation for setting headers in integration tests.
+ Skip auto HTTP prepending when its already there.
+ (rails:#4079) [Rick Olson]
+ * Documentation for AbstractRequest.
+ (rails:#4895) [kevin.clark@xxxxxxxxx]
+ * Remove all remaining references to @params in the documentation.
+ [Marcel Molina Jr.]
+ * Add documentation for redirect_to :back's RedirectBackError
+ exception. [Marcel Molina Jr.]
+ * Update layout and content_for documentation to use yield rather
+ than magic @content_for instance variables. [Marcel Molina Jr.]
+ * Cache CgiRequest#request_parameters so that multiple calls
+ don't re-parse multipart data. [Rick]
+ * Fixed that remote_form_for can leave out the object parameter
+ and default to the instance variable of the object_name,
+ just like form_for [DHH]
+ * Added ActionController.filter_parameter_logging that makes it
+ easy to remove passwords, credit card numbers, and other
+ sensitive information from being logged when a request is
+ handled. (rails:#1897) [jeremye@xxxxxxxxxx]
+ * Fixed that real files and symlinks should be treated the same
+ when compiling templates.
+ (rails:#5438) [zachary@xxxxxxxxxxxxxx]
+ * Add :status option to send_data and send_file. Defaults to
+ '200 OK'. (rails:#5243)
+ [Manfred Stienstra <m.stienstra@xxxxxxxxxx>]
+ * Update documentation for erb trim syntax.
+ (rails:#5651) [matt@xxxxxxxxxxxxxxxx]
+ * Short documentation to mention use of Mime::Type.register.
+ (rails:#5710) [choonkeat@xxxxxxxxx]
+
+-------------------------------------------------------------------
Old:
----
actionpack-1.12.3.gem
New:
----
actionpack-1.12.5.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-actionpack.spec ++++++
--- /var/tmp/diff_new_pack.tCl3XI/_old 2006-10-20 01:16:02.000000000 +0200
+++ /var/tmp/diff_new_pack.tCl3XI/_new 2006-10-20 01:16:02.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package rubygem-actionpack (Version 1.12.3)
+# spec file for package rubygem-actionpack (Version 1.12.5)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,7 +13,7 @@
Name: rubygem-actionpack
%define mod_name actionpack
#
-Version: 1.12.3
+Version: 1.12.5
Release: 1
#
Group: Development/Languages/Ruby
@@ -26,7 +26,7 @@
Requires: rubygem-activesupport = 1.3.1
#
URL: http://rubyforge.org/projects/actionpack
-Source: actionpack-1.12.3.gem
+Source: http://rubyforge.org/frs/download.php/12313/actionpack-1.12.5.gem
#
Summary: Eases web-request routing, handling, and response
@@ -59,6 +59,49 @@
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
%changelog -n rubygem-actionpack
+* Fri Aug 11 2006 - mrueckert@xxxxxxx
+- update to version 1.12.5:
+ * update for the previous security fix
+* Thu Aug 10 2006 - mrueckert@xxxxxxx
+- update to version 1.12.4:
+ * Documentation fix: integration test scripts don't require
+ integration_test. (rails:#4914) [Frederick Ros <sl33p3r@xxxxxxx>]
+ * ActionController::Base Summary documentation rewrite.
+ (rails:#4900) [kevin.clark@xxxxxxxxx]
+ * Fix text_helper.rb documentation rendering.
+ (rails:#4725) [Frederick Ros]
+ * Fixes bad rendering of JavaScriptMacrosHelper rdoc.
+ (rails:#4910) [Frederick Ros]
+ * Enhance documentation for setting headers in integration tests.
+ Skip auto HTTP prepending when its already there.
+ (rails:#4079) [Rick Olson]
+ * Documentation for AbstractRequest.
+ (rails:#4895) [kevin.clark@xxxxxxxxx]
+ * Remove all remaining references to @params in the documentation.
+ [Marcel Molina Jr.]
+ * Add documentation for redirect_to :back's RedirectBackError
+ exception. [Marcel Molina Jr.]
+ * Update layout and content_for documentation to use yield rather
+ than magic @content_for instance variables. [Marcel Molina Jr.]
+ * Cache CgiRequest#request_parameters so that multiple calls
+ don't re-parse multipart data. [Rick]
+ * Fixed that remote_form_for can leave out the object parameter
+ and default to the instance variable of the object_name,
+ just like form_for [DHH]
+ * Added ActionController.filter_parameter_logging that makes it
+ easy to remove passwords, credit card numbers, and other
+ sensitive information from being logged when a request is
+ handled. (rails:#1897) [jeremye@xxxxxxxxxx]
+ * Fixed that real files and symlinks should be treated the same
+ when compiling templates.
+ (rails:#5438) [zachary@xxxxxxxxxxxxxx]
+ * Add :status option to send_data and send_file. Defaults to
+ '200 OK'. (rails:#5243)
+ [Manfred Stienstra <m.stienstra@xxxxxxxxxx>]
+ * Update documentation for erb trim syntax.
+ (rails:#5651) [matt@xxxxxxxxxxxxxxxx]
+ * Short documentation to mention use of Mime::Type.register.
+ (rails:#5710) [choonkeat@xxxxxxxxx]
* Sat Jul 01 2006 - mrueckert@xxxxxxx
- update to version 1.12.3:
* Fix broken traverse_to_controller. We now:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |