[Javanetsim-cvs] javaNetSim README.txt, 1.7, 1.8 linux.sh, 1.1.1.1, 1.2
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-10-26 17:06:15
|
Update of /cvsroot/javanetsim/javaNetSim In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13119 Modified Files: README.txt linux.sh Log Message: Index: linux.sh =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/linux.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** linux.sh 8 Nov 2005 04:04:22 -0000 1.1.1.1 --- linux.sh 26 Oct 2006 17:06:10 -0000 1.2 *************** *** 1,2 **** #!/bin/sh ! java -jar jNetSim.jar \ No newline at end of file --- 1,2 ---- #!/bin/sh ! java -jar javaNetSim.jar \ No newline at end of file Index: README.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/README.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** README.txt 26 Oct 2006 15:04:38 -0000 1.7 --- README.txt 26 Oct 2006 17:06:10 -0000 1.8 *************** *** 3,7 **** ################################### ! Version: Public Release Version 0.32 Website: http://sf.net/projects/javanetsim Authors: See 'About' menu. --- 3,7 ---- ################################### ! Version: Public Release Version 0.32.1 Website: http://sf.net/projects/javanetsim Authors: See 'About' menu. *************** *** 31,35 **** ********************* ! ***** Release Version V 0.32.1 26th October 2006 ***** Fixed --- 31,35 ---- ********************* ! ***** Release Version 0.32.1 26th October 2006 ***** Fixed *************** *** 40,43 **** --- 40,45 ---- 1. Fixed "route removed" message in console. 2. Removed feature, that disables adding arp entry when ip is not on local network and/or incorrect. + 3. Fixed removing default gateway in "Set TCP/IP Properties" dialog. + 4. Fixed bug of no changing default gateway when clicking enter on text field in "Set TCP/IP Properties" dialog. Simulation Issues - *************** *** 49,54 **** 1. Added tooltips with node information. ! ***** Release Version V 0.32 12th October 2006 ***** Fixed --- 51,57 ---- 1. Added tooltips with node information. + 2. Added status bar. ! ***** Release Version 0.32 12th October 2006 ***** Fixed *************** *** 75,79 **** ! ***** Release Version V 0.22.1 6th November 2005 ***** Fixed --- 78,82 ---- ! ***** Release Version 0.22.1 6th November 2005 ***** Fixed *************** *** 101,105 **** ! ***** Release Version V 0.22 5th November 2005 ***** Project got new maintainer and new name! The fork calls javaNetSim (Java Network Simulator). --- 104,108 ---- ! ***** Release Version 0.22 5th November 2005 ***** Project got new maintainer and new name! The fork calls javaNetSim (Java Network Simulator). *************** *** 129,133 **** ! ***** Release Version V 0.20 November 2004 ***** Fixed --- 132,136 ---- ! ***** Release Version 0.20 November 2004 ***** Fixed |