Skip to content

Commit f91e34c

Browse files
committed
Release version 0.72.
1 parent 5e8be95 commit f91e34c

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGES.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
1-
## Version 0.71
1+
## Version 0.72 (2021/02/16)
2+
3+
* fixed a configuration parsing bug making 0.71 almost unusable
4+
5+
## Version 0.71 (2021/02/14)
26

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

10-
## Version 0.70
14+
## Version 0.70 (2017/09/09)
1115

1216
* UDP support
1317
* source address binding support
1418
* use a real grammar for the configuration file and get rid of the hand-made
1519
parser
1620

17-
## Version 0.63
21+
## Version 0.63 (2017/07/19)
1822

1923
* added a `-f` flag to run in the foreground
2024
* quit cleanly when `SIGINT` is received

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.71, [email protected])
3+
AC_INIT(rinetd, 0.72, [email protected])
44
AC_CONFIG_AUX_DIR(.auto)
55
AC_CONFIG_SRCDIR([src/rinetd.c])
66
AC_CONFIG_HEADER([src/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 "2021-02-14" "rinetd 0.71"
1+
.TH rinetd 8 "2021-02-12" "rinetd 0.72"
22

33
.SH NAME
44
rinetd \- internet redirection server

rinetd.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<SDLCheck>true</SDLCheck>
7979
<CompileAs>CompileAsC</CompileAs>
8080
<ConformanceMode>true</ConformanceMode>
81-
<PreprocessorDefinitions>_CONSOLE;PACKAGE_VERSION="0.71";_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
81+
<PreprocessorDefinitions>_CONSOLE;PACKAGE_VERSION="0.72";_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
8282
</ClCompile>
8383
<Link>
8484
<SubSystem>Console</SubSystem>

0 commit comments

Comments
 (0)