Skip to content

Commit

Permalink
Fix broken 0.15 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
agoode committed Jun 12, 2021
1 parent 65ad255 commit 4b3cfe8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif

check_PROGRAMS = nss-test avahi-test

libnss_mdns_la_SOURCES=src/util.c src/util.h src/avahi.c src/avahi.h src/nss.c
libnss_mdns_la_SOURCES=src/util.c src/util.h src/avahi.c src/avahi.h src/nss.c src/nss.h
libnss_mdns_la_CFLAGS=$(AM_CFLAGS)
libnss_mdns_la_LDFLAGS=$(AM_LDFLAGS) -shrext .so.2 -Wl,-version-script=$(srcdir)/src/map-file

Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# News

## Sat Jun 12 2021:

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

* This fixes the broken previous release by restoring the missing
`src/nss.h` file. If you are using 0.15, you must upgrade to this
version, or downgrade to a previous one.

## Mon May 10 2021:

[Version 0.15](https://github.com/lathiat/nss-mdns/releases/tag/v0.15)
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.15],[https://github.com/lathiat/nss-mdns/issues])
AC_INIT([nss-mdns],[0.15.1],[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 4b3cfe8

Please sign in to comment.