File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Version 0.73 (2021/02/19)
2+
3+ * improve error reporting
4+ * fixed another configuration parsing bug
5+
16## Version 0.72 (2021/02/16)
27
38 * fixed a configuration parsing bug making 0.71 almost unusable
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.72 , sam@hocevar.net )
3+ AC_INIT ( rinetd , 0.73 , sam@hocevar.net )
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-12 " "rinetd 0.72 "
1+ .TH rinetd 8 "2021-02-19 " "rinetd 0.73 "
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.72 ";_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
81+ <PreprocessorDefinitions >_CONSOLE;PACKAGE_VERSION="0.73 ";_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