File rubygem-xmlhash.changes of Package rubygem-xmlhash
-------------------------------------------------------------------
Sun Jul 21 19:06:07 UTC 2013 - coolo@suse.com
- fix update case with a %pre hack
-------------------------------------------------------------------
Thu Jun 27 07:52:17 UTC 2013 - coolo@suse.com
- do not break recent ruby with old workaround
-------------------------------------------------------------------
Mon May 13 12:34:52 UTC 2013 - coolo@suse.com
- avoid broken lib/xmlhash file
-------------------------------------------------------------------
Fri Dec 21 13:33:36 UTC 2012 - coolo@suse.com
- updated to version 1.3.5
* Initialize result so we don't return something random in case of parse error
-------------------------------------------------------------------
Tue Dec 4 11:10:37 UTC 2012 - coolo@suse.com
- updated to version 1.3.4
* "upgrade" latin1 and us-ascii to utf-8 automatically
-------------------------------------------------------------------
Wed Nov 7 05:21:05 UTC 2012 - coolo@suse.com
- updated to version 1.3.3
* <files/> should return [] not [{}]
-------------------------------------------------------------------
Tue Nov 6 19:54:06 UTC 2012 - coolo@suse.com
- updated to version 1.3.2
* elements that have both attributes and content, are now parsed
as { "attr" => "value", "_content" => "CONTENT" }
-------------------------------------------------------------------
Mon Oct 8 08:40:18 UTC 2012 - coolo@suse.com
- update to version 1.3.1
* fix manifest
-------------------------------------------------------------------
Mon Oct 1 12:22:52 UTC 2012 - coolo@suse.com
- updated to version 1.3.0
* parse will no longer return a plain ruby Hash, but a XMLHash,
which is a subclass with some convenience functions added to it
-------------------------------------------------------------------
Thu Sep 27 13:56:00 UTC 2012 - coolo@suse.com
- updated to version 1.2.4
* set the encoding of the result to the encoding of the input
-------------------------------------------------------------------
Fri Aug 3 18:39:11 UTC 2012 - coolo@suse.com
- use the new macros
-------------------------------------------------------------------
Sat Jun 30 05:48:38 UTC 2012 - coolo@suse.com
- the spec says it requires pkg-config, so we need to have it
at runtime too, even though it's pointless
-------------------------------------------------------------------
Fri Jun 22 07:03:49 UTC 2012 - coolo@suse.com
- update to 1.2.2 - fix compilation on ubuntu
-------------------------------------------------------------------
Tue Apr 3 11:46:04 UTC 2012 - coolo@suse.com
- do not buildrequire strange ruby versions
-------------------------------------------------------------------
Sat Mar 24 12:01:19 UTC 2012 - coolo@suse.com
- fix a crash in heavy load
-------------------------------------------------------------------
Wed Mar 21 13:39:43 UTC 2012 - coolo@suse.com
- update to 1.2 to fix crashes on high memory load
-------------------------------------------------------------------
Mon Mar 19 15:49:14 UTC 2012 - coolo@suse.com
- update to 1.1.1 to fix tests on SLE11
-------------------------------------------------------------------
Mon Mar 19 11:04:30 UTC 2012 - coolo@suse.com
- update to 1.1 to fix compilation with ruby 1.9 and to avoid
problems with C++ on sles11 ;(
-------------------------------------------------------------------
Wed Feb 29 08:23:45 UTC 2012 - coolo@suse.com
- initial package