File gumbo-parser.changes of Package gumbo-parser
-------------------------------------------------------------------
Fri Mar 13 13:18:35 UTC 2026 - Jakob Lorenz <onlyjak0b@mailbox.org>
- Update to version 0.13.2
* Add fuzz testing facilities using LLVM's libFuzzer
* Support Autotools builds in environments lacking a C++ compiler
* Fix compilation with the latest gtest which now requires C++17
* Introduce `default_library` option in Meson for more flexible builds
- Changes in version 0.13.1
* Add Meson build system support (recommended build method)
* Add deprecation warning to Autotools configure script
- Changes in version 0.13.0
* Fix incorrect doctype matching
* Retroactively bump so version (should have been done in 0.12.2)
- Changes in version 0.12.3
* Make Python bindings compatible with Python 3.13
- Changes in version 0.12.2
* Add support for <search> tag
* Add special handling for <hr> tag in <select> context per spec
* Fix potential segfault in gumbo_caret_diagnostic_to_string
* Fix pretty bad integer overflow in the numeric entity parsing code
* Fix foreign context handling according to the spec
* Adjust token foreign attributes per spec
* Remove special handling for <isindex> tag per spec
* Remove special handling for <menuitem> tag per spec
* Update autoconf version requirements to 2.72
* Drop GYP build system support
-------------------------------------------------------------------
Tue Nov 21 21:56:25 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
- Update to version 0.12.1
* Fix empty the end of the tag <form>
* Correctly handle text in <form> elements
* Fix tag name filtering that could result in XSS
- Changes in version 0.12.0
* Add support for <dialog> tag
* Fix TAGSET_INCLUDES macro to work properly with multiple
bit flags
* Avoid potential crash for zero length tags
- Changes in version 0.11.0
* Add support for <picture> tag
* Make genperf.py script compatible with Python 3
- Update project and download URL to new maintained fork
-------------------------------------------------------------------
Wed Oct 26 21:22:06 UTC 2016 - jengelh@inai.de
- Update to new upstream release 0.10.1
* Full support for <template> tag.
* Some fixes for <rtc>/<rt> handling.
* Support for fragment parsing.
* Performance improvements totaling an estimated 30–40% total
improvement.
-------------------------------------------------------------------
Sun Feb 8 14:56:47 UTC 2015 - jengelh@inai.de
- Update to new upstream release 0.9.2
* Replaced the UTF-8 decoder with a DFA-based one.
* Fix a tokenizer bug causing incorrect handling of duplicate
attributes.
-------------------------------------------------------------------
Mon Jul 21 07:38:59 UTC 2014 - jengelh@inai.de
- Update to 0~git114
* Fix a read past the end of the buffer
* Fix a tokenizer bug causing incorrect handling of duplicate
attributes
-------------------------------------------------------------------
Thu Aug 15 12:42:08 UTC 2013 - jengelh@inai.de
- Initial package (version 0~git91) for build.opensuse.org