SHA256
1
0
forked from jengelh/ell

- Update to new upstream release 0.14

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ell?expand=0&rev=6
This commit is contained in:
2018-11-13 13:05:20 +00:00
committed by Git OBS Bridge
parent 3c3b5376bd
commit f885b22cb4
6 changed files with 287 additions and 7 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Nov 13 13:00:16 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 0.14
* Fix issue with TLS failure handling.
* Fix issue with loading empty settings file.
* Fix issue with generic netlink message sizes.
* Add support for filesystem watch functionality.
* Fix issue with missing filesystem watch notifications.
* Fix issue with buffer overrun and PBKDF2 support.
* Add support for string argument parsing.
* Fix issue with D-Bus subpath comparisons in object tree walk.
* Fix issue with D-Bus InterfacesAdded on new ObjectManager
addition.
* Fix issue with verifying total length of certificates.
* Fix issue with loading v2 and v3 formatted hwdb.bin files.
* Fix issue with handling EPOLLHUP and EPOLLERR in IO watch.
* Fix issue with closing of the fd inside IO watch handlers.
* Fix issue with initialization of struct keyctl_dh_params.
* Fix issue with unexported public API symbols.
* Fix issue with handling netlink error return values.
* Fix issue with handling hashmap removing of last entry.
* Fix issue with handling zero-length secret for PRF.
* Add support for directory watch interface.
* Fix issue with return value of l_getrandom_is_supported.
* Fix issue with supporting l_genl_family_set_unicast_handler.
* Fix issue with utilizing single shared signalfd file descriptor.
-------------------------------------------------------------------
Tue Jun 5 08:44:36 UTC 2018 - seife+obs@b1-systems.com