Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
agoode committed Feb 13, 2018
1 parent a008e13 commit e7929c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit e7929c2

Please sign in to comment.