diff options
author | Paul Mackerras <paulus@samba.org> | 2005-08-26 12:56:53 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-08-26 12:56:53 +0000 |
commit | ef0a499148f81d19ada42650cff5b969bf7cad7f (patch) | |
tree | 5a6f925fd6688431438d45e01b3976ab25ef4450 | |
parent | ec4108acfc11f02151d49bbf20d62988dc2586c2 (diff) | |
download | ppp-ef0a499148f81d19ada42650cff5b969bf7cad7f.tar.gz |
update for 2.4.4
-rw-r--r-- | README | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -55,9 +55,21 @@ use any IP address. (This only applies where the peer is authenticating itself to you, of course.) -What's new in ppp-2.4.3. +What's new in ppp-2.4.4. ************************ +* Pppd will now run /etc/ppp/ip-pre-up, if it exists, after creating + the ppp interface and configuring its IP addresses but before + bringing it up. This can be used, for example, for adding firewall + rules for the interface. + +* Lots of bugs fixed, particularly in the area of demand-dialled and + persistent connections. + + +What was new in ppp-2.4.3. +************************** + * The configure script now accepts --prefix and --sysconfdir options. These default to /usr/local and /etc. If you want pppd put in /usr/sbin as before, use ./configure --prefix=/usr. @@ -260,4 +272,4 @@ The primary site for releases of this software is: ftp://ftp.samba.org/pub/ppp/ -($Id: README,v 1.35 2004/11/13 12:25:54 paulus Exp $) +($Id: README,v 1.36 2005/08/26 12:56:53 paulus Exp $) |