Skip to content

Commit af88e6f

Browse files
committed
Release version 0.73.
1 parent ff41723 commit af88e6f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

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.72, [email protected])
3+
AC_INIT(rinetd, 0.73, [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-12" "rinetd 0.72"
1+
.TH rinetd 8 "2021-02-19" "rinetd 0.73"
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.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>

0 commit comments

Comments
 (0)