Skip to content

Commit

Permalink
Version 0.70.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Sep 9, 2017
1 parent be9f46e commit b5f75ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
AC_INIT(rinetd, 0.63.test, [email protected])
AC_INIT(rinetd, 0.70, [email protected])
AC_CONFIG_AUX_DIR(.auto)
AC_CONFIG_SRCDIR([getopt.h])
AC_CONFIG_HEADER([config.h])
Expand Down
2 changes: 1 addition & 1 deletion rinetd.8
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b5f75ea

Please sign in to comment.