mirror of
https://github.com/samhocevar/rinetd.git
synced 2025-01-13 22:00:17 +08:00
Version 0.70.
This commit is contained in:
parent
be9f46e7f1
commit
b5f75eae99
@ -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
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user