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 20, 2018
1 parent b2b20d6 commit 6472515
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# News

## Tue Feb 20 2018:

[Version 0.13.2](https://github.com/lathiat/nss-mdns/releases/tag/v0.13.2)
released. Highlights:

* No code changes
* Change how `./configure --enable/disable-tests` works:
* `--enable-tests`: tests are enabled and will fail if dependencies are
not found
* `--disable-tests`: tests are not enabled and will not be built even
if dependencies are found
* no flag given: tests are conditionally enabled if dependencies are
found

## Sun Feb 18 2018:

[Version 0.13.1](https://github.com/lathiat/nss-mdns/releases/tag/v0.13.1)
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.13.1],[https://github.com/lathiat/nss-mdns/issues])
AC_INIT([nss-mdns],[0.13.2],[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 subdir-objects])
Expand Down

0 comments on commit 6472515

Please sign in to comment.