89 lines
3.0 KiB
Plaintext
89 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Apr 5 21:27:59 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.0.5
|
|
* New example program
|
|
* "MNL_SOCKET_DUMP_SIZE" define, holding a recommended buffer
|
|
size for netlink dumps.
|
|
* Resolved compiler warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 21:33:35 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- package the license text
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 2 14:02:58 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 1.0.4
|
|
* Improvements in the netlink message printing function,
|
|
attribute validation for MNL_TYPE_MSEC and MNL_TYPE_U64, clang
|
|
compilation fixes, the new mnl_socket_open2() and
|
|
mnl_socket_fdopen() functions, missing handling for
|
|
NLM_F_DUMP_INTR and documentation updates.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 9 11:59:51 UTC 2014 - jengelh@inai.de
|
|
|
|
- Remove extra directory pkg, one level is enough.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 23 15:43:40 UTC 2014 - jengelh@inai.de
|
|
|
|
- Move include files to /usr/include/pkg, like done in many other
|
|
packages
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 24 07:32:10 UTC 2014 - dmueller@suse.com
|
|
|
|
- remove dependency on gpg-offline, source validator already
|
|
does that
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 28 20:05:54 CET 2012 - sbrabec@suse.cz
|
|
|
|
- Verify GPG signature
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 26 18:29:50 UTC 2012 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 1.0.3
|
|
* Added the "mnl_attr_for_each_payload" function, which allows to
|
|
iterate over attributes for a given payload pointer.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 2 21:24:22 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Update to new upstream release 1.0.2
|
|
* build and compile updates
|
|
* header: fix invalid use of type void * in arithmetic of
|
|
mnl_for_each_nest(...)
|
|
* doc: fix wrong comment describing mnl_nlmsg_batch_stop
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 29 20:48:55 UTC 2011 - jengelh@medozas.de
|
|
|
|
- SPDX format for License: tag
|
|
- Use separate include dir to detect compile errors
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 26 21:30:34 UTC 2010 - jengelh@medozas.de
|
|
|
|
- Update to libmnl 1.0.1
|
|
* examples: fix wrong group mask number in nfct-event
|
|
* header: fix signess issues in MNL_SOCKET_BUFFER_SIZE
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 17 16:25:22 UTC 2010 - jengelh@medozas.de
|
|
|
|
- Update to initial public tarball release, version 1.0.0
|
|
* Added checking variants of the put function family.
|
|
* Message batching infrastructure
|
|
- Run spec-beautifier on .spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 19 11:01:25 UTC 2010 - jengelh@medozas.de
|
|
|
|
- Initial package
|
|
|