Changelog for
rubygem-activerecord-2_3-testsuite-2.3.17-3.20.1.i586.rpm :
* Tue Apr 02 2013 jmassaguerplaAATTsuse.com- add patch to fix security issue: - bug-809932_2-3-attribute_symbols.patch: fix CVE-2013-1854: rubygem-activerecord
*: Symbol DoS vulnerability in Active Record (bnc#809932)
* Wed Feb 13 2013 mrueckertAATTsuse.de- update to version 2.3.17 (bnc#803336, bnc#803339) CVE-2013-0276 CVE-2013-0277: - Fix issue with attr_protected where malformed input could circumvent protection - Fix Serialized Attributes YAML Vulnerability
* Wed Jan 30 2013 mrueckertAATTsuse.de- update to 2.3.16 (bnc#800320) CVE-2013-0333 - Fix for CVE-2013-0155- obsoletes 2-3-null_array_param.patch
* Thu Jan 17 2013 mrueckertAATTsuse.de- update to 2.3.15: (bnc#796712, bnc#797449, bnc#797452) - CVE-2012-5664 options hashes should only be extracted if there are extra parameters - CVE-2012-2695 Fix SQL injection via nested hashes in conditions- dropped 2-3-sql-injection.patch: included upstream- added 2-3-null_array_param.patch: Patch for CVE-2013-0155.
* Wed Jul 18 2012 mrueckertAATTsuse.de- added 2-3-sql-injection.patch (CVE-2012-2695) (bnc#766792)
* Wed Aug 17 2011 mrueckertAATTsuse.de- update to version 2.3.14 - potential SQL injection with quote_table_name (bnc#712062)
* Mon Jun 20 2011 mrueckertAATTsuse.de- update to version 2.3.12
* Version Bump
* Wed Feb 16 2011 mrueckertAATTsuse.de- update to version 2.3.11: (bnc#668817) - XSS Risk in mail_to :encode=>:javascript CVE-2011-0446 - CSRF Bypass Risk CVE-2011-0447 - Filter Problems on Case Insensitive Filesystems CVE-2011-0449 - Potential SQL Injection with limit() CVE-2011-0448
* Mon Jan 17 2011 mvidnerAATTsuse.cz- Split off doc and testsuite subpackages.
* Wed Oct 27 2010 mrueckertAATTsuse.de- update to version 2.3.10
* Security Release to fix CVE-2010-3933
* Sun Sep 05 2010 mrueckertAATTsuse.de- update to version 2.3.9
* Version bump.
* Tue May 25 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Tue May 25 2010 mrueckertAATTsuse.de- update to version 2.3.8
* Version bump.- additional changes from version 2.3.7
* Version bump.- additional changes from version 2.3.6
* Add index length support for MySQL. [#1852] [Emili Parreno, Pratik Naik]
* find_or_create_by_attr(value, ...) works when attr is protected. #4457 [Santiago Pastorino, Marc-André Lafortune]
* JSON supports a custom root option: to_json(:root => \'custom\') [#4515] [Jatinder Singh]
* Destroy uses optimistic locking. If lock_version on the record you\'re destroying doesn\'t match lock_version in the database, a StaleObjectError is raised. #1966 [Curtis Hawthorne]
* To prefix the table names of all models in a module, define self.table_name_prefix on the module. #4032 [Andrew White]
* Association inverses for belongs_to, has_one, and has_many. Optimization to reduce database queries. #3533 [Murray Steele]
* MySQL: add_ and change_column support positioning. [#3286] [Ben Marini]
* Reset your Active Record counter caches with the reset_counter_cache class method. [#1211] [Mike Breen, Gabe da Silveira]
* Tue Dec 01 2009 chrisAATTcomputersalat.de- update to version 2.3.5
* Minor Bug Fixes and deprecation warnings
* 1.9 Compatibility
* Numerous fixes to the nested attributes functionality
* Thu Sep 10 2009 adrianAATTsuse.de- update to version 2.3.4
* PostgreSQL: XML datatype support. #1874 [Leonardo Borges]
* SQLite: deprecate the \'dbfile\' option in favor of \'database.\' [#2363] [Paul Hinze, Jeremy Kemper]
* Mon Mar 16 2009 mrueckertAATTsuse.de- starting package for the rails 2.3 series