mirror of
https://github.com/samhocevar/rinetd.git
synced 2024-12-25 20:30:23 +08:00
Release version 0.71.
This commit is contained in:
parent
b00f175fa4
commit
432aa4d230
@ -5,6 +5,7 @@
|
||||
* 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
|
||||
|
||||
|
@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2
|
||||
|
||||
SUBDIRS = src
|
||||
|
||||
EXTRA_DIST = bootstrap COPYING CHANGES.md README.md index.html \
|
||||
EXTRA_DIST = bootstrap COPYING CHANGES.md README.md index.html rinetd.vcxproj \
|
||||
$(man_MANS) $(sysconf_DATA)
|
||||
|
||||
man_MANS = rinetd.8
|
||||
|
Loading…
Reference in New Issue
Block a user