Changelog for
ruby2.5-rubygem-xmlhash-1.3.7-85.1.x86_64.rpm :
Tue Jul 5 14:00:00 2016 cooloAATTsuse.com
- updated to version 1.3.7
see installed History.txt
=== 1.3.7 / 2016-07-04
* Fix XML parsing: ignore comments and parse huge TXT nodes
Fri Jan 30 13:00:00 2015 cooloAATTsuse.com
- fix indenting in gem2rpm.yml and recreate
Tue Oct 21 14:00:00 2014 adrianAATTsuse.de
- fix build by adding rpmlintrc
Tue Oct 14 14:00:00 2014 cooloAATTsuse.com
- adapt to new packaging
Mon Feb 3 13:00:00 2014 cooloAATTsuse.com
- use new macros
Wed Sep 11 14:00:00 2013 cooloAATTsuse.com
- update to 1.3.6
* Wrap libxml2 parsing in a synchronize block - otherwise the stacking
will not work and it\'s too much work to make it reentrant
Sun Jul 21 14:00:00 2013 cooloAATTsuse.com
- fix update case with a %pre hack
Thu Jun 27 14:00:00 2013 cooloAATTsuse.com
- do not break recent ruby with old workaround
Mon May 13 14:00:00 2013 cooloAATTsuse.com
- avoid broken lib/xmlhash file
Fri Dec 21 13:00:00 2012 cooloAATTsuse.com
- updated to version 1.3.5
* Initialize result so we don\'t return something random in case of parse error
Tue Dec 4 13:00:00 2012 cooloAATTsuse.com
- updated to version 1.3.4
* \"upgrade\" latin1 and us-ascii to utf-8 automatically
Wed Nov 7 13:00:00 2012 cooloAATTsuse.com
- updated to version 1.3.3
*
should return [] not [{}]
Tue Nov 6 13:00:00 2012 cooloAATTsuse.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 14:00:00 2012 cooloAATTsuse.com
- update to version 1.3.1
* fix manifest
Mon Oct 1 14:00:00 2012 cooloAATTsuse.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 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.2.4
* set the encoding of the result to the encoding of the input
Fri Aug 3 14:00:00 2012 cooloAATTsuse.com
- use the new macros
Sat Jun 30 14:00:00 2012 cooloAATTsuse.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 14:00:00 2012 cooloAATTsuse.com
- update to 1.2.2 - fix compilation on ubuntu
Tue Apr 3 14:00:00 2012 cooloAATTsuse.com
- do not buildrequire strange ruby versions
Sat Mar 24 13:00:00 2012 cooloAATTsuse.com
- fix a crash in heavy load
Wed Mar 21 13:00:00 2012 cooloAATTsuse.com
- update to 1.2 to fix crashes on high memory load
Mon Mar 19 13:00:00 2012 cooloAATTsuse.com
- update to 1.1.1 to fix tests on SLE11
Mon Mar 19 13:00:00 2012 cooloAATTsuse.com
- update to 1.1 to fix compilation with ruby 1.9 and to avoid
problems with C++ on sles11 ;(
Wed Feb 29 13:00:00 2012 cooloAATTsuse.com
- initial package