Skip to content

Commit

Permalink
Release version 0.72.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Feb 16, 2021
1 parent 5e8be95 commit f91e34c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
## Version 0.71
## Version 0.72 (2021/02/16)

* fixed a configuration parsing bug making 0.71 almost unusable

## Version 0.71 (2021/02/14)

* IPv6 support
* fix a display overflow in data usage statistics
* fixed a display overflow in data usage statistics
* made the configuration parser more tolerant with service names that contain
dashes (e.g. snmp-trap) or hostnames with underscores (e.g. \_http.example.com).
* create the log file if it does not exist
* new Visual Studio project file

## Version 0.70
## Version 0.70 (2017/09/09)

* 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
## Version 0.63 (2017/07/19)

* added a `-f` flag to run in the foreground
* quit cleanly when `SIGINT` is received
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.71, [email protected])
AC_INIT(rinetd, 0.72, [email protected])
AC_CONFIG_AUX_DIR(.auto)
AC_CONFIG_SRCDIR([src/rinetd.c])
AC_CONFIG_HEADER([src/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 "2021-02-14" "rinetd 0.71"
.TH rinetd 8 "2021-02-12" "rinetd 0.72"

.SH NAME
rinetd \- internet redirection server
Expand Down
2 changes: 1 addition & 1 deletion rinetd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<SDLCheck>true</SDLCheck>
<CompileAs>CompileAsC</CompileAs>
<ConformanceMode>true</ConformanceMode>
<PreprocessorDefinitions>_CONSOLE;PACKAGE_VERSION="0.71";_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CONSOLE;PACKAGE_VERSION="0.72";_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down

0 comments on commit f91e34c

Please sign in to comment.