File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# Process this file with autoconf to produce a configure script.
22AC_PREREQ ( 2.52 )
3- AC_INIT ( rinetd ,
0.71 ,
[email protected] ) 3+ AC_INIT ( rinetd ,
0.72 ,
[email protected] ) 44AC_CONFIG_AUX_DIR ( .auto )
55AC_CONFIG_SRCDIR ( [ src/rinetd.c] )
66AC_CONFIG_HEADER([ src/config.h] )
Original file line number Diff line number Diff line change 1- .TH rinetd 8 "2021-02-14 " "rinetd 0.71 "
1+ .TH rinetd 8 "2021-02-12 " "rinetd 0.72 "
22
33.SH NAME
44rinetd \- internet redirection server
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments