Changelog for
ruby1.8-rubygem-activerecord-2_3-2.3.18-2.3.x86_64.rpm :
Sat Nov 1 13:00:00 2014 tboergerAATTsuse.com
- Replaced rb_ver with an asterisk to expand correctly with multiple ruby versions
Fri Oct 24 14:00:00 2014 tboergerAATTsuse.com
- Updated to 2.3.18
- Removed rpmlint errors
Fri Oct 24 14:00:00 2014 tboergerAATTsuse.com
- Added new ruby macros
Mon Mar 18 13:00:00 2013 cooloAATTsuse.com
- update to 2.3.17, another security update
Wed Jan 9 13:00:00 2013 adrianAATTsuse.de
- update to version 2.3.15
- potential SQL injection (CVE-2013-0156)
Wed Aug 17 14:00:00 2011 mrueckertAATTsuse.de
- update to version 2.3.14
- potential SQL injection with quote_table_name (bnc#712062)
Mon Jun 20 14:00:00 2011 mrueckertAATTsuse.de
- update to version 2.3.12
* Version Bump
Wed Feb 16 13:00:00 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 13:00:00 2011 mvidnerAATTsuse.cz
- Split off doc and testsuite subpackages.
Wed Oct 27 14:00:00 2010 mrueckertAATTsuse.de
- update to version 2.3.10
* Security Release to fix CVE-2010-3933
Sun Sep 5 14:00:00 2010 mrueckertAATTsuse.de
- update to version 2.3.9
* Version bump.
Tue May 25 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Tue May 25 14:00:00 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 1 13:00:00 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 14:00:00 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 13:00:00 2009 mrueckertAATTsuse.de
- starting package for the rails 2.3 series