Changelog for
ruby2.3-rubygem-xmlhash-1.3.7-45.19.x86_64.rpm :
* Tue Jul 05 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 2015 cooloAATTsuse.com- fix indenting in gem2rpm.yml and recreate
* Tue Oct 14 2014 cooloAATTsuse.com- adapt to new packaging
* Mon Feb 03 2014 cooloAATTsuse.com- use new macros
* Wed Sep 11 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 2013 cooloAATTsuse.com- fix update case with a %pre hack
* Thu Jun 27 2013 cooloAATTsuse.com- do not break recent ruby with old workaround
* Mon May 13 2013 cooloAATTsuse.com- avoid broken lib/xmlhash file
* Fri Dec 21 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 04 2012 cooloAATTsuse.com- updated to version 1.3.4
* \"upgrade\" latin1 and us-ascii to utf-8 automatically
* Wed Nov 07 2012 cooloAATTsuse.com- updated to version 1.3.3
*
should return [] not [{}]
* Tue Nov 06 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 08 2012 cooloAATTsuse.com- update to version 1.3.1
* fix manifest
* Mon Oct 01 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 2012 cooloAATTsuse.com- updated to version 1.2.4
* set the encoding of the result to the encoding of the input
* Fri Aug 03 2012 cooloAATTsuse.com- use the new macros
* Sat Jun 30 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 2012 cooloAATTsuse.com- update to 1.2.2 - fix compilation on ubuntu
* Tue Apr 03 2012 cooloAATTsuse.com- do not buildrequire strange ruby versions
* Sat Mar 24 2012 cooloAATTsuse.com- fix a crash in heavy load
* Wed Mar 21 2012 cooloAATTsuse.com- update to 1.2 to fix crashes on high memory load
* Mon Mar 19 2012 cooloAATTsuse.com- update to 1.1.1 to fix tests on SLE11
* Mon Mar 19 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 2012 cooloAATTsuse.com- initial package