mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
libplist: Update to version 2.3.0
- Update from version 2.2.0 to 2.3.0
- Update of rootfile
2.3.0
- Changes:
* Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val()
* Add support for JSON format
* Add support for OpenStep format
* Introduce error codes and format constants
* Add return value to import/export functions to allow returning error codes
* Add new plist_sort function
* Add several human-readable output-only formats
* Add new plist_write_to_string/_stream/_file functions
* Add new plist_print function
* Add new plist_read_from_file function
* Add new plist_mem_free() function
* Add a few C++ methods
* Add C++ interface test
* Add PLIST_NULL type
* Some code housekeeping (mostly clang-tidy)
- Breaking:
* plist_from_memory() gets additional parameter
- Bugfixes:
* Fix multiple bugs in all of the parsers
* Fix handling of PLIST_UID nodes
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
fda0b945d0
commit
1e2f989fbd
@@ -16,12 +16,12 @@
|
||||
#usr/include/plist/plist.h
|
||||
#usr/lib/libplist++-2.0.la
|
||||
#usr/lib/libplist++-2.0.so
|
||||
usr/lib/libplist++-2.0.so.3
|
||||
usr/lib/libplist++-2.0.so.3.3.0
|
||||
usr/lib/libplist++-2.0.so.4
|
||||
usr/lib/libplist++-2.0.so.4.3.0
|
||||
#usr/lib/libplist-2.0.la
|
||||
#usr/lib/libplist-2.0.so
|
||||
usr/lib/libplist-2.0.so.3
|
||||
usr/lib/libplist-2.0.so.3.3.0
|
||||
usr/lib/libplist-2.0.so.4
|
||||
usr/lib/libplist-2.0.so.4.3.0
|
||||
#usr/lib/pkgconfig/libplist++-2.0.pc
|
||||
#usr/lib/pkgconfig/libplist-2.0.pc
|
||||
#usr/share/man/man1/plistutil.1
|
||||
|
||||
Reference in New Issue
Block a user