From: chas w. <ch...@us...> - 2007-12-29 21:24:07
|
Update of /cvsroot/linux-atm/linux-atm In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12865 Modified Files: Tag: V2_5_0 BUGS ChangeLog NEWS README Log Message: updated release information Index: BUGS =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/BUGS,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** BUGS 20 Aug 2001 21:03:47 -0000 1.1 --- BUGS 29 Dec 2007 21:24:03 -0000 1.1.2.1 *************** *** 1,6 **** ! Known bugs and restrictions in version 0.56 ! =========================================== - - some recently discovered message sequences crash ilmid - ENI driver: closing an AAL0 socket while data is arriving at a high rate hangs in the close system call --- 1,5 ---- ! Known bugs and restrictions in version 2.5.0 ! ============================================ - ENI driver: closing an AAL0 socket while data is arriving at a high rate hangs in the close system call Index: ChangeLog =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/ChangeLog,v retrieving revision 1.2.2.6 retrieving revision 1.2.2.7 diff -C2 -d -r1.2.2.6 -r1.2.2.7 *** ChangeLog 18 Apr 2005 15:51:15 -0000 1.2.2.6 --- ChangeLog 29 Dec 2007 21:24:03 -0000 1.2.2.7 *************** *** 1,3 **** ! Version 2.4.1 to 2.5.0 (13-FEB-2005) ====================== --- 1,3 ---- ! Version 2.4.1 to 2.5.0 (30-DEC-2007) ====================== *************** *** 17,20 **** --- 17,21 ---- - atmswitch from ele...@in... - point to multipoint signalling support + - routed br2684 support from ek...@cm... Other changes Index: NEWS =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/NEWS,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** NEWS 1 May 2003 13:23:18 -0000 1.2.2.1 --- NEWS 29 Dec 2007 21:24:03 -0000 1.2.2.2 *************** *** 1,2 **** --- 1,3 ---- + December 30, 2007 Version 2.5.0 is released. April 30, 2003 Version 2.4.1 is released. October 18, 2001 Version 2.4.0 is released. Index: README =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/README,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** README 15 Oct 2001 23:19:42 -0000 1.2.2.1 --- README 29 Dec 2007 21:24:03 -0000 1.2.2.2 *************** *** 1,8 **** ! ATM on Linux, release 2.4.0 (beta) ! ================================= Werner Almesberger, EPFL ICA <wa...@al...> Mitchell Blank Jr., <mi...@sf...> Paul B Schroeder, <pa...@us...> -------------------------------------- --- 1,9 ---- ! ATM on Linux, release 2.5.0 ! =========================== Werner Almesberger, EPFL ICA <wa...@al...> Mitchell Blank Jr., <mi...@sf...> Paul B Schroeder, <pa...@us...> + Chas Williams, <ch...@cm...> -------------------------------------- *************** *** 11,24 **** still change every once in a while. Use at your own risk. ! Please see http://linux-atm.sourceforge.net/ for a list of ! features supported by ATM on Linux. ! If you're just looking for the device drivers: you may find what you're looking ! for under src/extra/drivers. Most are already in the mainstream kernel or, for ! those which are not integrated, visit http://linux-atm.sourceforge.net/info.php ! For usage and installation instructions, please read the "ATM on Linux HOWTO" ! in the doc/ directory. The README in that directory explains how to generate ! alternative document types of the documentation. For known restrictions and bugs, please read the file BUGS. --- 12,26 ---- still change every once in a while. Use at your own risk. ! Please see http://linux-atm.sourceforge.net/ for a list of features ! supported by ATM on Linux. ! If you're just looking for the device drivers: you may find what ! you're looking for under src/extra/drivers. Most are already in ! the mainstream kernel or, for those which are not integrated, visit ! http://linux-atm.sourceforge.net/info.php ! For usage and installation instructions, please read the "ATM on Linux ! HOWTO" in the doc/ directory. The README in that directory explains ! how to generate alternative document types of the documentation. For known restrictions and bugs, please read the file BUGS. |