-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
68 lines (37 loc) · 1.79 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Stallone 0.4.0
* Add the ability to specify the name of the public interface, either
in the configuration file or on the command-line (-i).
-- Ted Percival <ted@midg3t.net> Thu, 23 Dec 2010 22:33:58 +0000
Stallone 0.3.0
* Fixed parsing of the -f <conffile> option.
* Add --script/-t option to specify mapping script,
overriding what's set in the config file.
* Automatically determine the gateway in the testclient.
* Ship replacements for broken libc functions.
* Disabled unnecessary autoconf checks (malloc, realloc, memcmp).
* Fixed typos in testclient & copyright notices.
-- Ted Percival <ted@midg3t.net> Tue, 02 Mar 2010 05:13:12 +0000
Stallone 0.2.0
* Public port range & mapping script now configurable through
$(sysconfdir)/stallone/natpmd.conf. The --script option has been
removed in favour of the config file setting.
* Now adds ACCEPT rules to the iptables FORWARD chain for each
forwarded port.
* Worker process now drops all superuser capabilities except
cap_net_admin.
* Changed the iptables chain name to STALLONE-NATPMD instead of
AVAHI-NATPM.
* Fixed a crash bug if the machine has an interface with no address.
* Improved documentation, in particular there are brief installation
instructions in the INSTALL file.
* Now works with libdaemon >= 0.5 rather than >= 0.11.
* Now works with asciidoc >= 7 rather than >= 8.
* Fixed a bug where testclient would accept negative port numbers.
* Fixed endianness bugs in testclient that would cause the wrong port
to be requested.
* Added a sample monit config file.
-- Ted Percival <ted@midg3t.net> Sat, 24 Nov 2007 00:59:16 +1000
Stallone 0.1.0
* Initial release.
-- Ted Percival <ted@midg3t.net> Sun, 30 Sep 2007 01:41:25 +1000
# vim: tw=72 ft=changelog et