Releases: ofalk/libdnet
Releases · ofalk/libdnet
Release 1.18.2
Notes
- 1.18.1 was skipped due to a few unresolved issues.
What's Changed
- fix copyright typo by @florianernst in #97
- Fix encoding (iso-8859 -> utf-8) and add GL CI config by @ofalk in #98
- config.h.in: Fix wrong return type by @leamas in #102
- Update master from devel branch by @ofalk in #105
- Pull in latest development changes by @ofalk in #106
- Release 1.18.1 by @ofalk in #111
- v1.18.2 - Merge devel fixes and create new release by @ofalk in #115
New Contributors
- @florianernst made their first contribution in #97
- @leamas made their first contribution in #102
Full Changelog: libdnet-1.18.0...libdnet-1.18.2
Release 1.18.0
Small bugfixes, update to autotools build chain, rebuild Python bindings with latest Cython and a bit more cleanup as in every release.
Full Changelog: libdnet-1.17.0...libdnet-1.18.0
Release 1.17.0
Stronger cmake support, updated autotools and a few smaller fixes.
Release 1.16.4
Various fixes around the build process (esp. cmake support + string.h include fixes)
I'm very happy to see it automatically builds and tests on Windows and Ubuntu and therefore enhance the release quality.
Release 1.16.3
Add missing files to allow direct compilation without having to run autotools before.
Full Changelog: libdnet-1.16.1...libdnet-1.16.3
Release 1.16.2
WIP: Release 1.16.2 (#77) Release 1.16.2 - Use latest toolchain (autotools) and update files - Update rpm spec w/ latest version and get rid of *la exclude - Get rid of distutils from Python and use setuptools - Correct path to string.h (from bsd); Fixes #74
Emergency release, due to version not updated in all places
libdnet-1.16.1 Update version (in all places) + update python bindings (merge from d…
Release 1.16 with, making libbsd mandatory
What's Changed
- Sync in latest changes by @ofalk in #52
- IPv6 support by @stsi in #56
- Fixed some potential buffer overflows #41 by @qingkaishi in #58
- configure: Use AC_CONFIG_HEADERS instead of deprecated AM_CONFIG_HEADER by @jer-gentoo in #59
- Don't try to convert hostnames to addresses in addr_pton() by @dwmcrobb in #61
New Contributors
- @stsi made their first contribution in #56
- @qingkaishi made their first contribution in #58
- @jer-gentoo made their first contribution in #59
- @dwmcrobb made their first contribution in #61
Full Changelog: libdnet-1.14...libdnet-1.16
libdnet-1.14
Finally release 1.14 with latest fixes included.