diff --git a/Changes b/Changes index 75a440f..c44bd0d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for pfresolved pf table DNS update daemon +1.03 + 1.02 2025-01-16 * Add control socket to pfresolved and implement pfresolvectl command line tool. diff --git a/Makefile b/Makefile index 46e80de..ed448e5 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ CFLAGS+= -Wsign-compare LDFLAGS+= -L/usr/local/lib -VERSION= 1.02 +VERSION= 1.03 CLEANFILES= pfresolved-${VERSION}.tar.gz* REGRESSFILES!= make -C ${.CURDIR}/regress -V PERLS -V ARGS CTLFILES!= make -C ${.CURDIR}/pfresolvectl -V CTLFILES