Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading