[Javanetsim-cvs] javaNetSim README.txt, 1.15, 1.16 licence.txt, 1.2, 1.3
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2008-09-09 09:16:15
|
Update of /cvsroot/javanetsim/javaNetSim In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv6886 Modified Files: README.txt licence.txt Log Message: Index: licence.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/licence.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** licence.txt 7 Sep 2006 14:02:09 -0000 1.2 --- licence.txt 9 Sep 2008 09:16:09 -0000 1.3 *************** *** 1,5 **** Java Network Simulator (javaNetSim) ! Copyright (c) 2006, 2005, Ice Team; All rights reserved. Copyright (c) 2004, jFirewallSim development team; All rights reserved. --- 1,5 ---- Java Network Simulator (javaNetSim) ! Copyright (c) 2008, 2007, 2006, 2005, Alexander Bolshev; All rights reserved. Copyright (c) 2004, jFirewallSim development team; All rights reserved. Index: README.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/README.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** README.txt 20 Nov 2007 19:17:09 -0000 1.15 --- README.txt 9 Sep 2008 09:16:09 -0000 1.16 *************** *** 18,22 **** 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.6.0_01 or later. This can be downloaded from www.java.com --- 18,22 ---- 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 or later. This can be downloaded from www.java.com *************** *** 38,42 **** 1. CSU/DSU unit new connection types: RMI, CORBA, UDP. ! 2. Addded printers. 3. Added access-lists. 4. New devices subtypes for Hubs, Switches and Routers. --- 38,42 ---- 1. CSU/DSU unit new connection types: RMI, CORBA, UDP. ! 2. Added printers. 3. Added access-lists. 4. New devices subtypes for Hubs, Switches and Routers. *************** *** 82,86 **** 2. Print ARP Cache/Print Route Table results now shows in a separate window(insted of log console). 3. New Turn On/Off network device function. ! 4. Finally moved to Java 6 (1.6). ***** Release Version 0.32.3 16th November 2006 ***** --- 82,86 ---- 2. Print ARP Cache/Print Route Table results now shows in a separate window(insted of log console). 3. New Turn On/Off network device function. ! 4. Finally moved to Java 6 (1.6). (but still 1.5 compartible) ***** Release Version 0.32.3 16th November 2006 ***** *************** *** 211,225 **** 1. Error in calculating Network by IP and SubNet Mask. - New Features ------------ 1. Breaking links feature in GUI. - 2. Save/Load in GUI (new jfst file format). - 3. Random length subnet masks. - - --- 211,220 ---- |