 Copyright (C) 2001 Cyberdude47

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

Changelog ADSL4Linux
http://www.adsl4linux.nl



Changes starting from 1.00 (new on top):


Gentoo Edition(s) (by Sam Besselink):

- Translated everything into English.
- Rewritten installation script (Makefile amongst others) to make it compatible to the Emerge system.
- Firewall options and notes removed everywhere, it took too long to try and port it to Portage.
  (Check www.adsl4linux.nl to obtain the firewall + scripts)


version 1.11

- Moved logging to /var/log/kpnadsl4linux/ .
- Rebuilt 'restart' function.
- Rephrased some messages.
- Moved installation script out of the ebuild to an external file.

version 1.10 PRE-ALPHA x

- 'adsl' rewritten in C. Thanks Bert and Zapata!
- 'adsl status' prints session total.
- pptp-1.03-rk2 -- thanks Rein Klazes!
	(note by Sam Besselink: version 1.10 PRE-ALPHA 3 uses pptp-1.10. All of Rein 
	Klazes' patches have been merged into the official pptp package. Referring to 
	pptp instead of pptp-x.y-rkz (z is a number) in the future.)


version 1.07 BETA

- /home/user/install.sh bugfix. Only untar worked in 1.06.
- Some typing errors corrected.
- Changed 'adsl status'. New: Logged in since...
- Made a loop in 'adsl start' to check if there's a connection.


version 1.06 BETA

- Edited status to use AWK instead of multiple CUT's.
- Edited restart, timeout loop to make sure pptp is really gone.
- Edited stop to make sure it doesn't try to stop if there isn't a pppd process.
- Edited installation. Now accepts /home/user/install.sh istead of only ./install.sh!


version 1.05 BETA

- Added monthly usage to status.


version 1.04 BETA

- Changes to status
- Added option 'adsl version' to find out your current ADSL4Linux version.
- Rein Klazes patched pptp-1.0.3 again.
- Also total usage shown with 'adsl status'.


version 1.03 BETA

- Extended 'status'
- Bugfixes: installation, status, start and stop.
- Replaced options.adsl with 'adsl' in /etc/ppp/peers
- Testing for /etc/ppp/peers directory.
   

version 1.02 BETA

- Added 'adsl status' function, which gives you usage.
  Also displays the ppp adapter uptime.
- Now using a pptp patch by Rein Klazes! This enables the connection being
  opened by pppd: 'pppd call adsl'.
  So in options.adsl the line will be:
  pty "/usr/sbin/pptp 10.0.0.138 --phone pc1"
  The pppd function 'persist' works now, also in the options.adsl file.
- It's still downwards compatible;
  'pptp 10.0.0.138 file /etc/ppp/options' works.
- 'adsl probe' is very BETA!!


version 1.01 BETA

- New way to start and stop ADSL (adsl start, adsl stop, etc.)!
  Type 'adsl' to see all available options.
- Smaller pptp by removing the "-g" option.
- Useless pptp_callmgr is deleted.
- Installation can be called with a path.
  For example "./install.sh /home/sam" installs in "/home/sam/ADSL4Linux".

  
version 1.00

- Using the new KPN MxStream ADSL inlog procedure.
- Clearer and better installation program.
- Revision of the total program.
