Releases: hughsie/libxmlb
Releases · hughsie/libxmlb
0.3.25
03 Feb 13:07
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Correctly decompress heavily compressed zstd streams (Richard Hughes)
0.3.24
10 Sep 15:55
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Allow calling xb_silo_query_build_index() with no text set
Do not reverse the order of attrs when using xb_node_attr_iter_next()
0.3.23
07 Aug 12:34
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Do not reallocate the final silo blob when compiling to reduce peak RSS by about ~6%
0.3.22
12 Mar 09:37
Compare
Sorry, something went wrong.
No results found
New Features:
Add support for COLLAPSE_EMPTY when exporting an XbBuilderNode (Richard Hughes)
Store the expected file size in the header to detect truncation (Richard Hughes)
Bugfixes:
Check the strtab has a trailing NUL byte (Richard Hughes)
Fix an issue when exporting a silo using COLLAPSE_EMPTY (Richard Hughes)
Fix calling text() on an empty element (Richard Hughes)
0.3.21
15 Oct 11:55
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Check for corrupt XbSiloNode values in a smarter way (Richard Hughes)
0.3.20
14 Oct 13:55
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Do not always strip literal text (Richard Hughes)
Do not assume .txt files are application/xml (Richard Hughes)
Fix a crash when loading a corrupt XMLb store (Richard Hughes)
Fix writing files on Windows (Richard Hughes)
0.3.19
22 Apr 17:09
Compare
Sorry, something went wrong.
No results found
New Features:
Add xb_version_string() to get the runtime ABI version (Richard Hughes)
Bugfixes:
Add the runtime version as the default XMLb invalidation GUID (Richard Hughes)
0.3.18
09 Apr 20:26
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Fix decompressing large zstd files, harder (Richard Hughes)
Include the pkgconfig variables in the subproject declared dependency (Richard Hughes)
0.3.17
05 Apr 08:53
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Create SECURITY.md for the OpenSSF scorecard (Richard Hughes)
Fix decompressing large zstd files (Richard Hughes)
Use zst as the file extension for zstd (Richard Hughes)
0.3.16
03 Apr 13:13
Compare
Sorry, something went wrong.
No results found
New Features:
Add the lzma and zstd support to the pkgconfig file
Bugfixes:
Make the LZMA support optional