Release 1.1.1
[l2tpns.git] / Changes
1 * Mon Apr 5 2004 David Parrish <david@dparrish.com> 1.1.1
2 - Don't mention configure anymore, it's not used
3 - Added the autosnoop and autothrottle modules
4 - Don't default to using a htb for the class root
5
6 * Fri Mar 5 2004 David Parrish <david@dparrish.com> 1.1.0
7 - Change all strcpy() calls to strncpy() to avoid buffer overflow potential
8 - Add ICMP host unreachable support
9 - Logging to syslog if log_file = "syslog:facility"
10 - Now requires libcli 1.5
11 - All configuration moves to a config structure
12 - Ability to modify and write config on the fly through command-line interface
13 - Config file support is removed, and now handled by the cli
14 - Show hostname in cli prompt
15 - Keep current state type for tunnels
16 - Add uptime command do CLI, which also shows real-time bandwidth utilisation
17 - Add goodbye command to cluster master, which forces droppping a slave
18 - Cache IP address allocation, so that reconnecting users get the same address
19 - Fix tunnel resend timeouts, so that dead tunnels will be cleaned up
20 - Allocate tunnels and radius without using a linked list which had issues
21 - Fix some off-by-one errors in tunnel and session and radius arrays
22 - Save and reload ip address pool when dieing
23 - Check version and size of reloaded data when restarting
24 - Remove plugin_config support
25 - Remove old support for TBF which didn't work anyway. HTB is required to do throttling now.
26 - Add COPYING and Changes files
27