[Javanetsim-cvs] javaNetSim README.txt,1.4,1.5
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-10-12 16:14:19
|
Update of /cvsroot/javanetsim/javaNetSim In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15455 Modified Files: README.txt Log Message: Index: README.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/README.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** README.txt 2 Sep 2006 07:53:15 -0000 1.4 --- README.txt 12 Oct 2006 16:14:14 -0000 1.5 *************** *** 3,25 **** ################################### ! Version: Public Release Version 0.30 ! Website: (none) ! ! ! ! ******************** ! *** Installation *** ! ******************** ! ! All Platforms ! ------------- ! ! 1. If you do not have the Java Runtime Environment (JRE) installed on your Operating System, the program will not be ! able to run. You must install the Java Runtime Environment 1.5.0_04 or later. This can be downloaded from www.java.com ! *********************** ! *** Getting Started *** *********************** --- 3,13 ---- ################################### ! Version: Public Release Version 0.32 ! Website: http://sf.net/projects/javanetsim ! Authors: See 'About' menu. *********************** ! ******* Install ******* *********************** *************** *** 27,41 **** ------- - If you have downloaded the pre-compiled zip version, find where you extracted the contents and run windows.bat - to start the Graphical User Interface. ! Note: The Java Network Simulator has only been fully tested under Windows XP and Linux (Gentoo). ! While there should be no problem running on other platforms, unexpected results may possibly occur. ********************* ! *** Release Notes *** ********************* ***** Release Version V 0.22.1 6th November 2005 ***** --- 15,57 ---- ------- ! 1. If you do not have the Java Runtime Environment (JRE) installed on your Operating System, the program will not be ! able to run. You must install the Java Runtime Environment 1.5.0_07 or later. This can be downloaded from www.java.com ! ! ! 2. If you have downloaded the pre-compiled zip version, find where you extracted the contents and run windows.bat/linux.sh ! to start the Graphical User Interface. ! ! Note: The Java Network Simulator has only been fully tested under WinXP and Linux (Gentoo/Fedora). ! While there should be no problem running on other platforms, unexpected results may possibly occur. ********************* ! ***** ChangeLog ***** ********************* + ***** Release Version V 0.32 12th November 2006 ***** + + Fixed + ----- + + GUI Issues - + + 1. Fixed changing mask when changing IP and existing mask isn't null/illegal + 2. Added confirm when deleting an object. + 3. Fixed showing counters on router. + + Simulation Issues - + + 1. Now showing information about accepting/dropping ethernet packet on interface (it depends on dest MAC comparison). + 2. Fixed resetting counters on router. + + New Features + ------------ + + 1. Added hotkeys. + 2. Added 'readme/changelog' window and menu item. + + ***** Release Version V 0.22.1 6th November 2005 ***** |