diff options
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 20 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 22 |
2 files changed, 11 insertions, 31 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index af9027a70fab..478ee180ee70 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -78,21 +78,11 @@ new features. 1.3. USERLAND CHANGES --------------------- -Inetd has gained built-in support for ident and has a workaround -for accidently blocking while accepting. - -ppp(8) now supports PPPoE (PPP over Ethernet) compliments of the pppoe -netgraph node. ppp(8) now uses the -nat command line argument and the ``nat'' -command to control network address translation. The old [-]alias command -still works, but produces a warning and will soon be removed. Additionally, -ppp(8) now loads the tun module as required, allows a tun unit specification -on the command line, supports a -foreground command line option, allows -fast-queue configuration, provides a functional ``set autoload'' command -(for on-demand multi-link ppp), allows GRE packet filtering and has had -many bugs fixed. - -There's a new pppoed daemon for servicing PPP over Ethernet requests. -Refer to rc.conf(5) and pppoed(8) for details. +ppp(8) has undergone some changes and bug fixes. One change in particular +may disturb existing configurations. The # character is now treated +as a comment start, irrespective of whether it's the first non-blank +character on the line. Some ISPs allocate authnames with embedded # +characters. These must now be escaped or quoted. 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index b3851adb124f..859911d162cf 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -82,22 +82,12 @@ new features. 1.3. USERLAND CHANGES --------------------- -Inetd has gained built-in support for ident and has a workaround -for accidently blocking while accepting. - -ppp(8) now supports PPPoE (PPP over Ethernet) compliments of the pppoe -netgraph node. It also supports PPP over ISDN, including standard ISDN -link bonding. ppp(8) now uses the -nat command line argument and the ``nat'' -command to control network address translation. The old [-]alias command -still works, but produces a warning and will soon be removed. Additionally, -ppp(8) now loads the tun module as required, allows a tun unit specification -on the command line, supports a -foreground command line option, allows -fast-queue configuration, provides a functional ``set autoload'' command -(for on-demand multi-link ppp), allows GRE packet filtering and has had -many bugs fixed. - -There's a new pppoed daemon for servicing PPP over Ethernet requests. -Refer to rc.conf(5) and pppoed(8) for details. +ppp(8) has undergone some changes and bug fixes. One change in particular +may disturb existing configurations. The # character is now treated +as a comment start, irrespective of whether it's the first non-blank +character on the line. Some ISPs allocate authnames with embedded # +characters. These must now be escaped or quoted. + 2. Supported Configurations --------------------------- |