File rubygem-libxml-ruby.changes of Package rubygem-libxml-ruby
-------------------------------------------------------------------
Fri Jun 21 10:08:42 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 5.0.3, see bundled HISTORY
-------------------------------------------------------------------
Mon Jan 29 14:11:26 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 5.0.2, see bundled HISTORY
-------------------------------------------------------------------
Wed Dec 7 11:24:28 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 3.2.4
see installed HISTORY
== 3.2.4 / 2022-10-29
* Support libxml2 version 2.10.2 (Charlie Savage)
* Reduce number of globally included C header files (Charlie Savage)
-------------------------------------------------------------------
Thu Aug 4 13:17:20 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 3.2.3
see installed HISTORY
== 3.2.3 / 2022-05-22
* Change some getter methods to instance variables with attr_accessors for easier debuggability (David Hansen)
* Add a number of tests related to schemas (David Hansen)
* Add schema.imported_elements so we can find imported elements (David Hansen)
* Fix segfault under windows when dereferencing a pre-existing error where the node has already been freed (David Hansen)
* Update to change name from imported_elements to imported_ns_elements and return a hash of hashes for namespaced elements (David Hansen)
* Only call xmlGetFeaturesList if LIBXML_LEGACY_ENABLED is defined. Most distros still ship libxml2 with legacy features enabled, but this will change (Nick Wellnhofer)
* Update GitHub Actions to use ruby/setup-ruby (Greg)
* Fix memory leak in rxml_node_path, node.path (vovanmozg)
-------------------------------------------------------------------
Tue Jan 25 07:09:14 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 3.2.2
see installed HISTORY
== 3.2.2 / 2022-01-15
* Switch to Github actions for CI/CD (Greg)
* Test fixes (Greg, Sergio Durigan Junior)
* Fix typo on test/test_sax_parser.rb (Sergio Durigan Junior)
* Update homepage in gemspec (Pirate Praveen Arimbrathodiyil)
-------------------------------------------------------------------
Wed Jan 20 12:52:02 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 3.2.1
see installed HISTORY
== 3.2.1 / 2020-11-05
* Fix incorrect handling of encodings when using XMLWriter.io (Charlie Savage)
* Clean up README (Richard Michael)
== 3.2.0 / 2020-05-09 Charlie Savage
* Fix crash when creating an empty DTD
* Modernize tests to use Bundler to load gem
* Add libxml-ruby.rb file so gem loads in expected way.
* Add support for xmlSaveNoEmptyTags.
* Clean up extconf.rb file
-------------------------------------------------------------------
Thu Feb 8 06:11:50 UTC 2018 - coolo@suse.com
- updated to version 3.1.0
see installed HISTORY
== 3.1.0 / 2018-02-03 Charlie Savage
* Fix segmentation fault when adding one node to another node (Charlie Savage)
* Fix deprecated "assert_equal(nil, expected)" calls. #148 and #151. (utilum)
* Remove assigned but unused variables. #150 (utilum)
* Add Gemfile. #146. (Dorian Marié)
* Remove duplicate hash key in setup.rb. #147. (Dorian Marié)
* Fix gemspec by requiring Date. #149 (utilum)
* Restore default internal encoding after tests are completed. #123 (Charlie Savage)
* Remove duplicate method definitions. #145. (Charlie Savage)
* Remove SchemaElement#minOccurs and SchemaElement#maxOccurs since they actually did not work (Charlie Savage)
* Rename test files to follow Ruby conventions (Charlie Savage)
* Fix handling of node returned by Reader#expand. #142. (Charlie Savage)
* Add Travis Build support (Charlie Savage)
* Fix Fixnum deprecation (Charlie Savage)
* Cleanup schema code (Charlie Savage)
* Update Visual Studio project to 2017 (Charlie Savage)
-------------------------------------------------------------------
Sat Feb 11 05:52:02 UTC 2017 - coolo@suse.com
- updated to version 3.0.0
see installed HISTORY
-------------------------------------------------------------------
Tue Jun 14 04:32:02 UTC 2016 - coolo@suse.com
- updated to version 2.9.0
see installed HISTORY
== 2.9.0 / 2016-06-13 Charlie Savage
* Revamp libxml-ruby's memory management to not cause crashes when used with Nokogiri (James Laird-Wah)
* Fix garbage collection issue that sometimes caused the library to hang (Charlie Savage)
* Improved multi-threading support (Charlie Savage)
* Fix crash sometimes caused by a xml node being being freed twice (Charlie Savage)
* Fix memory leak when setting the text content of a node (Charlie Savage)
* Set a default task in the Rakefile - use "test" (Robert Haines)
* Add "hanna_gudao" gem and add "rake-compiler" to develpoment dependencies (Robert Haines)
* Use Process.getrlimit instead of `ulimit` in the tests (Robert Haines)
* Build on smartos (Steven Williamson)
* Fix compiler warnings (Charlie Savage)
* Add Xcode project for easier debugging on OSX (Charlie Savage)
* Switch from unit test to minitest (Charlie Savage)
-------------------------------------------------------------------
Tue Feb 10 18:02:09 UTC 2015 - coolo@suse.com
- updated to version 2.8.0
-------------------------------------------------------------------
Sat Nov 1 17:15:49 UTC 2014 - tboerger@suse.com
- Replaced rb_ver with an asterisk to expand correctly with multiple ruby versions
-------------------------------------------------------------------
Fri Oct 24 11:55:08 UTC 2014 - tboerger@suse.com
- Added new ruby macros
-------------------------------------------------------------------
Sun Feb 16 09:28:13 UTC 2014 - kkaempf@suse.com
- use new macros
-------------------------------------------------------------------
Tue Aug 6 17:45:15 UTC 2013 - coolo@suse.com
- updated to version 2.7.0
-------------------------------------------------------------------
Mon May 27 09:39:01 UTC 2013 - coolo@suse.com
- updated to version 2.6.0
-------------------------------------------------------------------
Sat Dec 29 07:37:29 UTC 2012 - coolo@suse.com
- updated to version 2.4.0
-------------------------------------------------------------------
Sun Aug 5 06:18:46 UTC 2012 - coolo@suse.com
- updated to version 2.3.3
* Add LibXML::XML::Error.get_handler (Carsten Zimmermann)
* Fix variable name in example (Marcus)
* Define various canonicalize constants to support libxml2 versions
older than 1.1.25 (thanks Apple!)
* Yanked - didn't fix the OSX canonicalize issue
* Add ability to insert new PI-nodes into the xmltree (Axel Struebing).
* Added full pass-through access to libxml2 xmlC14NDocDumpMemory method via
LibXML::XML::Document#canonicalize method with optional arguments.
* Added full test data for C14N based off of W3C spec.
(http://www.w3.org/TR/xml-c14n#Examples)
* Update sax handler to support encodings on Ruby 1.9 and higher.
-------------------------------------------------------------------
Tue Nov 1 11:42:17 UTC 2011 - jmassaguerpla@suse.de
- update to versions 2.2.2
-------------------------------------------------------------------
Thu Jul 7 12:00:03 UTC 2011 - mrueckert@suse.com
- update to version 2.0.9
too many changes to list here:
see /usr/lib*/ruby/gems/1.8/gems/libxml-ruby-2.0.9/HISTORY
-------------------------------------------------------------------
Fri Jun 11 18:32:35 UTC 2010 - mrueckert@suse.de
- update to version 1.1.4
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Fri Mar 27 17:46:17 CET 2009 - mrueckert@suse.de
- update to 1.1.3
-------------------------------------------------------------------
Wed Dec 3 21:47:53 CET 2008 - mrueckert@suse.de
- update to 0.9.5
-------------------------------------------------------------------
Thu Oct 2 12:23:23 CEST 2008 - mrueckert@suse.de
- update to 0.8.3
-------------------------------------------------------------------
Tue May 22 18:46:10 CEST 2007 - mrueckert@suse.de
- update to 0.3.8.4