diff --git a/NEWS.md b/NEWS.md index 24d86ae..77772f6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,15 @@ # News +## Mon Feb 12 2018: + +Version 0.13 released. Highlights: + +* Fix an old memory leak in reverse lookup +* Fix the broken workaround for nscd segfaults (not all clients + would see all results) +* Simplify buffer management +* More unit tests, more cleanups, and fewer gotos + ## Sat Feb 10 2018: Version 0.12 released. Highlights: diff --git a/configure.ac b/configure.ac index 25350ff..5e14e66 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA AC_PREREQ([2.69]) -AC_INIT([nss-mdns],[0.12],[https://github.com/lathiat/nss-mdns/issues]) +AC_INIT([nss-mdns],[0.13],[https://github.com/lathiat/nss-mdns/issues]) AC_CONFIG_SRCDIR([src/nss.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign 1.9 -Wall])