summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2016-01-10 09:47:04 +0100
committerStef Walter <stefw@redhat.com>2016-01-10 09:48:10 +0100
commit4f297c0959c85ff45c672bb1009dce09d57c3d98 (patch)
treea1d5d71fa99440594f2f9ea4b65fee2581f01da1
parent2ba29d4fbd61cb3c99cb19f190a25855f4a980fe (diff)
Bump version number0.2.4
l---------INSTALL2
-rw-r--r--Makefile.am3
-rw-r--r--NEWS3
-rw-r--r--configure.in6
4 files changed, 10 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index cbd1c80..ddcdb76 120000
--- a/INSTALL
+++ b/INSTALL
@@ -1 +1 @@
-/usr/share/automake-1.11/INSTALL \ No newline at end of file
+/usr/share/automake-1.15/INSTALL \ No newline at end of file
diff --git a/Makefile.am b/Makefile.am
index 8145774..835eb2c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,3 +15,6 @@ dist-hook:
echo A git clone is required to generate a ChangeLog >&2; \
fi
+upload-release: $(DIST_ARCHIVES)
+ gpg --detach-sign --local-user 'stef@thewalter.net' $(DIST_ARCHIVES)
+ scp $(DIST_ARCHIVES) $(DIST_ARCHIVES).sig thewalter.net:/data/www/stef/software/slapi-dnsnotify/
diff --git a/NEWS b/NEWS
index a29d732..281d6cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 0.2.4 [2016-01-10]
+ - Fix build problems on clang
+
Version 0.2.3 [2010-12-08]
- Fix problems with certain patterns of line input crashing.
diff --git a/configure.in b/configure.in
index 4e6f079..d3ee9b9 100644
--- a/configure.in
+++ b/configure.in
@@ -36,11 +36,11 @@ dnl Stef Walter <stef@memberwebs.com>
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(slapi-dnsnotify, 0.2.3, stef@memberwebs.com)
-AM_INIT_AUTOMAKE(slapi-dnsnotify, 0.2.3)
+AC_INIT(slapi-dnsnotify, 0.2.4, stef@thewalter.net)
+AM_INIT_AUTOMAKE(slapi-dnsnotify, 0.2.4)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
-CFLAGS="$CFLAGS -I/usr/local/include"
+CFLAGS="$CFLAGS -Wall -I/usr/local/include"
AC_CONFIG_SRCDIR([plugin/plugin.c])
AM_CONFIG_HEADER([config.h])