forked from pool/libxmlb
Update to version 0.1.13: OBS-URL: https://build.opensuse.org/request/show/748512 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libxmlb?expand=0&rev=10
65 lines
2.3 KiB
Plaintext
65 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 13 09:50:26 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
|
|
|
|
- Update to version 0.1.13:
|
|
+ New Features:
|
|
- Export xb_silo_query_full()
|
|
+ Bugfixes:
|
|
- Show the XPath that was used in the query in the error
|
|
message
|
|
- Changes from version 0.1.12:
|
|
+ New Features:
|
|
- Add helper functions to get the first and last child
|
|
XbBuilerNode
|
|
- Add xb_node_transmogrify to allow changing XML format
|
|
- Support 'tail' XML data in the stored silo
|
|
+ Bugfixes:
|
|
- Do not escape a single quote with '
|
|
- Don't invalidate the silo for a GIO temp file
|
|
- Fix up two memory leaks if using libxmlb from an introspected
|
|
binding
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 20 12:07:24 UTC 2019 - ecsos@opensuse.org
|
|
|
|
- Update to version 0.1.11:
|
|
+ New Features:
|
|
- Add xb_node_query_first_full() convenience helper
|
|
- Rebuild the XbMachine parser to support 'and' and 'or'
|
|
predicates.
|
|
- Verify we never break the ABI.
|
|
+ Bugfixes:
|
|
- Conditionalize installation of test data.
|
|
- Generate a GUID of zero for no silo data.
|
|
- Run CI jobs in parallel.
|
|
- Changes from version 0.1.10:
|
|
+ Bugfixes:
|
|
- Do not mistake gzipped files as being application/x-zerosize
|
|
content type.
|
|
- Fix running the installed tests with no checkout directory.
|
|
- Changes from version 0.1.9:
|
|
+ Bugfixes: Correctly implement building a silo with _SINGLE_LANG
|
|
set.
|
|
- Add python-setuptools BuildRequires: New dependency.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 16 17:03:51 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Update to version 0.1.8:
|
|
+ New Features: Add some installed tests.
|
|
+ Bugfixes: Always add all children when importing parent-less
|
|
XML data.
|
|
- Changes from version 0.1.7:
|
|
+ New Features:
|
|
- Add XB_BUILDER_COMPILE_FLAG_IGNORE_GUID.
|
|
- Allow nesting XbBuilderSource content type handlers.
|
|
+ Bugfixes:
|
|
- Correct return type for xb_builder_compile().
|
|
- Increase the amount of time for the inotify event to happen.
|
|
- Only run the speed tests when using '-m perf'.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 10 09:32:08 UTC 2019 - bjorn.lie@gmail.com
|
|
|
|
- Initial packaging for openSUSE, version 0.1.6.
|