Appendix A. ChangeLog

* Tue Dec 29 1999
- new script to get dynamic DNS-resolution
- some updates for chargehup in the docu
- wrong command for hisaxctrl would not let isdnlog change huptime correctly
- COPYING and CHANGELOG in html-format
- /etc/rc.d/init.d/isdn4linux: help returns basename
* Tue Dec 14 1999
- small updates in spec-file (ioptions) and install.sh
- included link for rcisdn pointing to /etc/rc.d/init.d/isdn4linux
- Corrected hints how to test the hardware-layer 
- ioptions removed
* Mon Dec 13 1999
- Corrected hints how to test the hardware-layer and a missing reference
  to isdn4linux in test-section of doc
- Included Changelog in html-doc
- ioptions removed
- description in ip-up.local and the scripts in /etc/ppp/scripts
- lock and debug now set in /etc/ppp/ippp0.d/options
- improved errorhandling/status/outpur for /etc/rc.d/init.d/isdn4linux
- improved errorhandling/output for 
  /etc/sysconfig/network-scripts/ifup-ippp|ifdown-ippp
- fixed a routing bug in ifup-ippp (route-entry for kernel 2.0.X was 
  only set, if ippp was GATEWAYDEV as well)
* Fri Dec 10 1999
- rh-isdn-conf now handles needed parameters in isdn.conf and set "user" in
  /etc/ppp/ippp0.d/options according to pap-secrets.
- updated the documentation to include rh-isdn-conf as well
- some FAQ-stuff
* Mon Nov 15 1999
- forgot to include some links from the /etc/ppp/ippp0.d/{up,down}-directory
  to /etc/ppp/scripts (missing due to CVS!)
* Sun Nov 14 1999
- put the whole stuff into CVS (really nice tool), building the package 
  therefore now requires python and the whole docbook-jade-sgml stuff
- changed copyright to GPL
- Ruediger Sopp (rsopp@ernie.MI.Uni-Koeln.DE) provided some code for
  dialin-support in ifup-ippp as well as support for more than one number.
- as well he detected a bug in the /etc/ppp/scripts/routes-script, where the
  default-route was deleted even if the dialed device was not the GATEWAYDEV.
19.10.1999
- detected some incompatabilities with RH6.1 (I do not have it), please look
  to the FAQ-section, added configuration for more than one isdn-card.
12.10.1999
- documentation now in docbook-format, rearranged and (hopefully) improved,
  now covers multiple configurations, added a few links.
- some minor corrections in the scripts
15.09.1999
- changed included docu to a more Howto-Style, changed outfit of site as
  Netscape is doing cruel things with the <pre>-tag if you assign a class 
  with borders.
14.09.1999
- my first version of a small configuration-script for ifcfg-ippp0
- goes to seperate package rh-isdn-conf
- just execute rh-isdn to run it
11.09.1999
- lots of changes
- added some require-statements, now channel bundling is supported somehow.
- got rid of some files belonging to isdn4k-utils resp. ppp.
- now installs /etc/isdn/ippp0.conf and /etc/isdn/ippp1.conf instead of
  fiddling around with /etc/isdn/isdn.conf (belonging to isdn4k-utils).
- phone numbers now go to /etc/sysconfig/network-scripts/ifcfg-ippp0 
  (needed for channel-bundling).
- to use channel-bundling (/etc/sysconfig/network-scripts/ifcfg-ippp0)
  - edit SLAVE to be "ippp1" instead of "no"
  - if you are in need enter "isdnctrl addlink ippp0", to stop 
    "isdnctrl removelink ippp0"
  - note that the connection has to be up, to increase the number of links!
10.09.1999 <mz@webideal.de>
- spec-file did not install the routes-script!
09.09.1999
- built RPMs, updated docs and moved the whole site to 
  http://www.webideal.de/rh-isdn/
27.07.1999
- changed some routing stuff in /etc/sysconfig/network-scripts/ifup-ippp due
  the new standard routing of 2.2.x Kernels
- some minor changes in documentation
30.06.1999
- version is now tested with Halloween III a RH 6.0 derivate.
- moved scripts to /etc/ppp/scripts, so update your symlinks, please.
15.05.1999
- rewrote the whole document, hopefully this will clarify some things
09.03.1999
- Stein has installed a mailing list for those interested in distribution
  independent solution for the I4L setup.
  - send a mail to Majordomo@terminator.net with the following in the body:
    subscribe isdn4net your@mail-address
- A spanish translation of the documentation was contributed by Alberto
  (agi@grumetes.org)
01.02.1999
- I did contact Stein Vrale, the last author of isdn4net, a much more complete
  package for RH and I4L. We are going to try to bundle our efforts to have
  distribution independant, flexible solutions for simple as well as comlex
  server-environments (may take a while, though ;-)). This will be an 
  "egg-giving-wool-milk-pig" like we say in german :-).
- According to suggestions of Marc Haber and others in
  de.alt.comm.isdn4linux, the design for starting and stopping services is
  now done in SYSV-initscript-style depending on the device as well:
  - the scripts and options do reside in /etc/ppp/${DEVICE}
  - in /etc/ppp/${DEVICE}/up|down there are only symlinks to the scripts
  - so you may easily decide and configure which services to start and stop
    by just adding or deleting a symlink.
- Because of the change of the options-file a minor change had to be made to 
  /etc/sysconfig/network-scripts/ifup-ippp
- The Readme.HISAX from the 2.0.36-kernel is now included for convenience.
- Stein and I are looking for other suggestions/supporters of such a
  package, maybe there'll be things like a mailing-list, CVS-Trees etc.?
28.01.1999
- I forgot to include the whole script directory, so sorry for that!
20.01.1999
- Made slight changes to ip-*.local, new modules in /etc/ppp/ip.d are now
  executed automatically on up/down-ACTION.
- Added ip.d/firewall.*, no function yet
19.01.1999
- Another major rewrite due to some ideas (and scripts) by Marc Haber.
  The device will now be turned off if the last connection-time < 10sec!
- Now ip-*.local only starts the scripts found in /etc/ppp/ip.d:
  - common will set global variables and provide some functions
  - onlinetime.* will control the time of the last connection and 
    eventually turn off the device
  - routes.* will set the routing depending on DYNAMIC_IP
  - private.* is for your own stuff and is (should be) the only file 
    which you have to change in this directory
- Scripting variables are hopefully more clear then before.
17.01.1999
- Rewrote ip-up.local and ip-down.local, so that private stuff is going 
  into ip-up.private and ip-down.private!
- Some modifications to ip-up.local and ip-down.local, so reconfig and
  route-change is only done when DYNAMIC_IP="yes"
16.01.1999
- Forgot to include /etc/rc.d/init.d/isdn4linux
- some slight changes to ip-up.local and ip-down.local, replacing echo
  by mstamp
15.01.1999
- First release, announcment in de.alt.comm.isdn4linux

References:
http://trollmor.terminator.net
mailto:stein@terminator.net
mailto:mz@webideal.de