diff --git a/CHANGES.md b/CHANGES.md index 65fd24f..d2c438c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## Version 0.70 + + * UDP support + * source address binding support + * use a real grammar for the configuration file and get rid of the hand-made + parser + ## Version 0.63 * added a `-f` flag to run in the foreground diff --git a/configure.ac b/configure.ac index b4a0f62..66ac1e0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(rinetd, 0.63.test, sam@hocevar.net) +AC_INIT(rinetd, 0.70, sam@hocevar.net) AC_CONFIG_AUX_DIR(.auto) AC_CONFIG_SRCDIR([getopt.h]) AC_CONFIG_HEADER([config.h]) diff --git a/rinetd.8 b/rinetd.8 index bc1fe7d..ed75921 100644 --- a/rinetd.8 +++ b/rinetd.8 @@ -1,4 +1,4 @@ -.TH rinetd 8 "2017-07-19" "rinetd 0.63" +.TH rinetd 8 "2017-09-09" "rinetd 0.70" .SH NAME rinetd \- internet redirection server