Accepting request 173008 from home:BinLi:branches:network

upgrade to 3.11

OBS-URL: https://build.opensuse.org/request/show/173008
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=7
This commit is contained in:
2013-04-25 12:54:25 +00:00
committed by Git OBS Bridge
parent cc315f5c13
commit 3d69a0a2fe
6 changed files with 30 additions and 11 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Apr 23 10:01:52 UTC 2013 - binli@opensuse.org
- update to version 3.11
* Make the rp-pppoe.so plugin avoid calling exit() if
the "persist" pppd option was given.
* Get rid of hard-coded nobsdcomp, nodeflate, novj and novjccomp
options in pppoe-server.
* Handle UNIT=xxx directive in pppoe-connect.
* Add "-i" flag to pppoe-server to ignore PADIs if there are
no free sessions.
* Add "-X <pidfile>" option to pppoe-server.
* In plugin, don't set devnam if it's already set.
* Eliminate race condition in signal handling.
* pppoe-server: Add -q and -Q options to allow specification of
path to pppd and pppoe programs respectively.
* Add a few more sanity checks to pppoe-server packet handling.
-------------------------------------------------------------------
Tue Jan 24 00:48:39 UTC 2012 - crrodriguez@opensuse.org