[Javanetsim-cvs] javaNetSim README.txt,1.16,1.17
Status: Beta
Brought to you by:
darkkey
|
From: Alexander B. <da...@us...> - 2008-10-06 13:25:03
|
Update of /cvsroot/javanetsim/javaNetSim In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18909 Modified Files: README.txt Log Message: Index: README.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/README.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** README.txt 9 Sep 2008 09:16:09 -0000 1.16 --- README.txt 6 Oct 2008 13:20:39 -0000 1.17 *************** *** 3,7 **** ################################### ! Version: Public Release Version 0.34 Website: http://sf.net/projects/javanetsim Authors: See 'About' menu. --- 3,7 ---- ################################### ! Version: Public Release Version 0.40 Website: http://sf.net/projects/javanetsim Authors: See 'About' menu. *************** *** 24,28 **** to start the Graphical User Interface. ! Note: The Java Network Simulator has only been fully tested under WinXP/WinVista and Linux (Gentoo/Fedora). While there should be no problem running on other platforms, unexpected results may possibly occur. --- 24,28 ---- to start the Graphical User Interface. ! Note: The Java Network Simulator has only been fully tested under WinXP/WinVista, OpenBSD and Linux (Gentoo/Fedora). While there should be no problem running on other platforms, unexpected results may possibly occur. *************** *** 32,35 **** --- 32,53 ---- ********************* + ***** Release Version 0.40 1st November 2008 ***** + + Fixed + ----- + + GUI Issues - + + 1. Fixed some bugs with interface and console. + + New Features + ------------ + + 1. Added wireless interfaces and wireless APs. + 2. New ICMP packets: TIME_EXCEEDED, DEST_UNREACH. + 3. New application protocols: RIP, DNS (with server and client). + 4. New link type: fiber. + + ***** Release Version 0.39 20rd November 2007 ***** |