Skip to content

Commit b5f75ea

Browse files
committed
Version 0.70.
1 parent be9f46e commit b5f75ea

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Version 0.70
2+
3+
* UDP support
4+
* source address binding support
5+
* use a real grammar for the configuration file and get rid of the hand-made
6+
parser
7+
18
## Version 0.63
29

310
* added a `-f` flag to run in the foreground

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Process this file with autoconf to produce a configure script.
22
AC_PREREQ(2.52)
3-
AC_INIT(rinetd, 0.63.test, [email protected])
3+
AC_INIT(rinetd, 0.70, [email protected])
44
AC_CONFIG_AUX_DIR(.auto)
55
AC_CONFIG_SRCDIR([getopt.h])
66
AC_CONFIG_HEADER([config.h])

rinetd.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH rinetd 8 "2017-07-19" "rinetd 0.63"
1+
.TH rinetd 8 "2017-09-09" "rinetd 0.70"
22

33
.SH NAME
44
rinetd \- internet redirection server

0 commit comments

Comments
 (0)