File rubygem-activesupport-2_1.changes of Package rubygem-activesupport-2_1
-------------------------------------------------------------------
Wed Sep 16 15:11:16 CEST 2009 - mrueckert@suse.de
- added rubygem-activesupport-2.1.2_CVE-2009-3009_activesupport.patch
fixes XSS bug in rails (bnc#535913, CVE-2009-3009)
-------------------------------------------------------------------
Fri Sep 12 18:01:09 CEST 2008 - mrueckert@suse.de
- update to version 2.1.1
* Fix Ruby's Time marshaling bug in pre-1.9 versions of Ruby:
utc instances are now correctly unmarshaled with a utc zone
instead of the system local zone [#900 state:resolved]
* TimeWithZone: when crossing DST boundary, treat Durations of
days, months or years as variable-length, and all other values
as absolute length. A time + 24.hours will advance exactly
24 hours, but a time + 1.day will advance 23-25 hours,
depending on the day. Ensure consistent behavior across all
advancing methods [Geoff Buesing]
* Fix TimeWithZone unmarshaling: coerce unmarshaled Time
instances to utc, because Ruby's marshaling of Time instances
doesn't respect the zone [Geoff Buesing]
* Added StringQuestioneer for doing things like
StringQuestioneer.new("production").production? # => true
and StringQuestioneer.new("production").development? # => false
[DHH]
* Fixed Date#end_of_quarter to not blow up on May 31st
[#290 state:resolved] (Danger)
-------------------------------------------------------------------
Tue Jun 3 17:48:04 CEST 2008 - mrueckert@suse.de
- update to version 2.1.0
- out of the box memcached cache support
- timezone handling
- small bugfixes
for all changes see
/usr/lib*/ruby/gems/1.8/gems/activesupport-2.1.0/CHANGELOG
- package branched of the 2.0 package
-------------------------------------------------------------------
Wed Feb 20 23:18:29 CET 2008 - mrueckert@suse.de
- do not obsolete the old name as it leads to trouble on upgrade.
this will handled by the wrapper package.
-------------------------------------------------------------------
Wed Jan 16 21:32:08 CET 2008 - mrueckert@suse.de
- branched of a rubygem-activesupport-2_0 package
- update to version 2.0.2:
the next major step in the rails development. for all changes see
/usr/lib*/ruby/gems/1.8/gems/activesupport-2.0.2/CHANGELOG
-------------------------------------------------------------------
Wed Jan 16 21:24:36 CET 2008 - mrueckert@suse.de
- renamed package to rubygem-activesupport-1_4 to allow parallel
installation of other major branches
-------------------------------------------------------------------
Wed Oct 17 17:45:54 CEST 2007 - mrueckert@suse.de
- update to version 1.4.4
* Backport: allow array and hash query parameters. Array route
parameters are converted/to/a/path as before. #6765, #7047,
#7462 [bgipsy, Jeremy McAnally, Dan Kubb, brendan, Diego
Algorta Casamayou]
- additional changes from 1.4.3
* Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't
read files or stdin. #8453 [candlerb, Jeremy Kemper]
(CVE-2007-5379) (bnc #332441)
* Document Object#blank?. #6491 [Chris Mear]
* Update Dependencies to ignore constants inherited from
ancestors. Closes #6951. [Nicholas Seckar]
* Improved multibyte performance by relying less on exception
raising #8159 [Blaine]
-------------------------------------------------------------------
Mon May 14 16:24:06 CEST 2007 - mrueckert@suse.de
- update to version 1.4.2
* Ruby 1.8.6 and 1.9 define private Time#to_date and
#to_datetime; make them public for compatibility.
[Jeremy Kemper]
* Deprecation: warn on stderr if RAILS_DEFAULT_LOGGER isn't set
yet. [Jeremy Kemper]
- additional changes from version 1.4.1
* Optimize Class Inheritable Attributes so that unnecessary
hashes are not created. Closes #7472 [Bruce Perens]
* Added :instance_writer option to #mattr_writer/accessor,
#cattr_writer/accessor, and #class_inheritable_writer to skip
the creation of the instance writer. [Rick]
* Full test coverage for Inflector. #7228 [Dan Kubb]
-------------------------------------------------------------------
Wed Jan 24 00:46:49 CET 2007 - mrueckert@suse.de
- update to version 1.4.0
update for rails 1.2.1. too many changes to mention them here.
see /usr/lib*/ruby/gems/1.8/gems/activesupport-1.4.0/CHANGELOG
-------------------------------------------------------------------
Wed Jun 21 01:04:30 CEST 2006 - mrueckert@suse.de
- use rubygems_with_buildroot_patch instead of the versioned
buildrequires
-------------------------------------------------------------------
Mon Jun 19 18:29:44 CEST 2006 - mrueckert@suse.de
- Initial package version 1.3.1