SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.1-rubygem-ox-2.14.11-lp155.1.7.x86_64.rpm :

* Thu Apr 28 2022 Stephan Kulow updated to version 2.14.11 see installed CHANGELOG.md [#]# [2.14.11] - 2022-03-31 [#]## Fixed - Missing attribute value no longer crashes with the SAX parser. [#]# [2.14.10] - 2022-03-10 [#]## Fixed - Writing strings over 16K to a file with builder no longer causes a crash.
* Tue Feb 15 2022 Stephan Kulow updated to version 2.14.9 see installed CHANGELOG.md [#]# [2.14.9] - 2022-02-11 [#]## Fixed - Fixed the `\\r` replacement with `\
` with the SAX parser according to https://www.w3.org/TR/2008/REC-xml-20081126/#sec-line-ends. [#]# [2.14.8] - 2022-02-09 [#]## Fixed - Renamed internal functions to avoid linking issues where Oj and Ox function names collided. [#]# [2.14.7] - 2022-02-03 [#]## Fixed - All classes and symbols are now registered to avoid issues with GC compaction movement. - Parsing of any size processing instruction is now allowed. There is no 1024 limit. - Fixed the `\\r` replacement with `\
` according to https://www.w3.org/TR/2008/REC-xml-20081126/#sec-line-ends. [#]## Changed - Symbol and string caching changed but should have no impact on use other than being slightly faster and handles large numbers of cached items more efficiently.
* Tue Jan 25 2022 Stephan Kulow updated to version 2.14.6 see installed CHANGELOG.md [#]# [2.14.6] - 2021-11-03 [#]## Fixed - Closing tags in builder are now escapped correctly thanks to ezekg.
* Thu Jun 24 2021 Stephan Kulow updated to version 2.14.5 see installed CHANGELOG.md
* Wed Jan 20 2021 Stephan Kulow updated to version 2.14.1 see installed CHANGELOG.md [#]# [2.14.1] - 2021-01-11 [#]## Fixed - In Ruby 3.0 Range objects are frozen. This version allows Ranges to be created on load. [#]# [2.14.0] - 2020-12-15 [#]## Added - The `:with_cdata` option added for the hash_load() function.
* Fri Sep 25 2020 Stephan Kulow updated to version 2.13.4 see installed CHANGELOG.md [#]# [2.13.4] - 2020-09-11 [#]## Fixed - Fixed one crash that occurred when a corrupted object encoded string was provided. [#]# [2.13.3] - 2020-09-03 [#]## Changed - mkmf have macros used instead of ad-hoc determinations.
* Mon Feb 10 2020 Stephan Kulow - updated to version 2.13.2 see installed CHANGELOG.md [#]# [2.13.2] - 2020-02-05 Skip and missed sequence [#]## Fixed - Add ' sequence. - `:skip_off` no longer misses spaces between elements. [#]# [2.13.1] - 2020-01-30 HTML Sequences [#]## Added - All HTML 4 sequence are now supported. [#]# [2.13.0] - 2020-01-25 HTML Escape Sequences [#]## Added - All HTML 4 escape sequences are now parsed. [#]# [2.12.1] - 2020-01-05 Ruby 2.7.0 [#]## Fixed - Updated for Ruby 2.7.0. More strict type checking. Function signature changes, and `Object#taint` deprecated. [#]# [2.12.0] - 2019-12-18 [#]## Added - Add `no_empty` option to not allow and use instead.
* Fri Jul 19 2019 Stephan Kulow - updated to version 2.11.0 see installed CHANGELOG.md [#] Changelog
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 2.10.0 see installed CHANGELOG.md [#]# 2.10.0 - August 26, 2018 - `:element_key_mod` and `:attr_key_mod` options were added to allow keys to be modified when loading. [#]# 2.9.4 - July 16, 2018 - Fixed issue with malformed object mode input.
* Wed Jun 13 2018 factory-autoAATTkulow.org- updated to version 2.9.3 see installed CHANGELOG.md [#]# 2.9.3 - June 12, 2018 - Handle ` - No ` ` added on dumped if indent is less than zero.
* Mon Apr 16 2018 factory-autoAATTkulow.org- updated to version 2.9.2 see installed CHANGELOG.md [#]# 2.9.2 - April 16, 2018 - `locate` fixed to cover a missing condition with named child thanks to mberlanda. - `locate` supports attribute exists searches thanks to mberlanda.
* Sat Apr 14 2018 factory-autoAATTkulow.org- updated to version 2.9.1 see installed CHANGELOG.md [#]# 2.9.1 - April 14, 2018 - `prepend_child` added by mberlanda.
* Tue Mar 20 2018 factory-autoAATTkulow.org- updated to version 2.9.0 see installed CHANGELOG.md [#]# 2.9.0 - March 13, 2018 - New builder methods for building HTML. - Examples added.
* Mon Mar 05 2018 factory-autoAATTkulow.org- updated to version 2.8.4 see installed CHANGELOG.md [#]# 2.8.4 - March 4, 2018 - Commented out debuf statement.
* Sun Mar 04 2018 factory-autoAATTkulow.org- updated to version 2.8.3 see installed CHANGELOG.md [#]# 2.8.3 - March 3, 2018 - Attribute values now escape < and > on dump.
* Sun Dec 03 2017 cooloAATTsuse.com- updated to version 2.8.2 see installed CHANGELOG.md [#]# 2.8.2 - November 1, 2017 - Fixed bug with SAX parser that caused a crash with very long invalid instruction element. - Fixed SAX parse error with double elements. [#]# 2.8.1 - October 27, 2017 - Avoid crash with invalid XML passed to Oj.parse_obj().
* Wed Oct 11 2017 cooloAATTsuse.com- updated to version 2.8.0 see installed CHANGELOG.md [#]# 2.8.0 - September 22, 2017 - Added :skip_off mode to make sax callback on every none empty string even if there are not other non-whitespace characters present.
* Thu Sep 21 2017 cooloAATTsuse.com- updated to version 2.7.0 see installed CHANGELOG.md [#]# 2.7.0 - August 18, 2017 - Two new load modes added, :hash and :hash_no_attrs. Both load an XML document to create a Hash populated with core Ruby objects. - Worked around Ruby API change for RSTRUCT_LEN so Ruby 2.4.2 does not crash.
* Mon Aug 28 2017 cooloAATTsuse.com- updated to version 2.6.0 - The Element#each() method was added to allow iteration over Element nodes conditionally. - Element#locate() now supports a [AATTattr=value] specification. - An underscore character used in the easy API is now treated as a wild card for valid XML characters that are not valid for Ruby method names.
* Tue May 23 2017 cooloAATTsuse.com- updated to version 2.5.0 no changelog found
* Wed Apr 12 2017 cooloAATTsuse.com- updated to version 2.4.12 no changelog found
* Mon Mar 20 2017 cooloAATTsuse.com- updated to version 2.4.11 no changelog found
* Thu Jan 26 2017 cooloAATTsuse.com- updated to version 2.4.9 no changelog found
* Mon Jan 16 2017 cooloAATTsuse.com- updated to version 2.4.8 no changelog found
* Mon Dec 26 2016 cooloAATTsuse.com- updated to version 2.4.7 no changelog found
* Tue Nov 29 2016 cooloAATTsuse.com- updated to version 2.4.6 no changelog found
* Mon Sep 12 2016 cooloAATTsuse.com- updated to version 2.4.5 no changelog found
* Wed Aug 10 2016 cooloAATTsuse.com- updated to version 2.4.4 no changelog found
* Mon Jun 27 2016 cooloAATTsuse.com- updated to version 2.4.3 no changelog found
* Fri Jun 24 2016 cooloAATTsuse.com- updated to version 2.4.2 no changelog found
* Tue May 10 2016 cooloAATTsuse.com- updated to version 2.4.1 no changelog found
* Fri Apr 15 2016 cooloAATTsuse.com- updated to version 2.4.0 no changelog found
* Mon Feb 22 2016 cooloAATTsuse.com- updated to version 2.3.0 no changelog found
* Fri Feb 05 2016 cooloAATTsuse.com- updated to version 2.2.4 no changelog found
* Thu Jan 21 2016 cooloAATTsuse.com- updated to version 2.2.3 no changelog found
* Tue Oct 20 2015 cooloAATTsuse.com- updated to version 2.2.2 no changelog found
* Fri Jul 31 2015 cooloAATTsuse.com- updated to version 2.2.1 no changelog found
* Wed May 20 2015 mrueckertAATTsuse.de- initial package
 
ICM