formatting 4.6 list
This commit is contained in:
parent
cb2543073c
commit
1033ecbc06
1 changed files with 4 additions and 9 deletions
|
@ -19,19 +19,15 @@ The high-level changes since version 4.5 are:
|
||||||
* added a basic EMANE 802.11 CORE Python script example
|
* added a basic EMANE 802.11 CORE Python script example
|
||||||
* expose transport XML block generation to EmaneModels
|
* expose transport XML block generation to EmaneModels
|
||||||
* expose NEM entry to the EmaneModel so it can be overridden by a model
|
* expose NEM entry to the EmaneModel so it can be overridden by a model
|
||||||
* add the control interface bridge prior to starting EMANE, as some models may
|
* add the control interface bridge prior to starting EMANE, as some models may depend on the controlnet functionality
|
||||||
* depend on the controlnet functionality
|
|
||||||
* added EMANE model to CORE converter
|
* added EMANE model to CORE converter
|
||||||
* parse lat/long/alt from node messages, for moving nodes using command-line
|
* parse lat/long/alt from node messages, for moving nodes using command-line
|
||||||
* fix bug #196 incorrect distance when traversing UTM zones
|
* fix bug #196 incorrect distance when traversing UTM zones
|
||||||
|
|
||||||
*GUI*
|
*GUI*
|
||||||
* added Cut, Copy, and Paste options to the Edit menu
|
* added Cut, Copy, and Paste options to the Edit menu; paste will copy selected services and take care of node and interface renumbering
|
||||||
* paste will copy selected services and take care of node and interface
|
|
||||||
* renumbering
|
|
||||||
* implement Edit > Find dialog for searching nodes and links
|
* implement Edit > Find dialog for searching nodes and links
|
||||||
* when copying existing file for a service, perform string replacement of:
|
* when copying existing file for a service, perform string replacement of: "~", "%SESSION%", "%SESSION_DIR%", "%SESSION_USER%", "%NODE%", "%NODENAME%"
|
||||||
* "~", "%SESSION%", "%SESSION_DIR%", "%SESSION_USER%", "%NODE%", "%NODENAME%"
|
|
||||||
* use CORE_DATA_DIR insteadof LIBDIR
|
* use CORE_DATA_DIR insteadof LIBDIR
|
||||||
* fix Adjacency Widget to work with OSPFv2 only networks
|
* fix Adjacency Widget to work with OSPFv2 only networks
|
||||||
|
|
||||||
|
@ -47,8 +43,7 @@ The high-level changes since version 4.5 are:
|
||||||
* fixed lock view
|
* fixed lock view
|
||||||
* fix GUI spinbox errors for Tk 8.5.8 (RHEL/CentOS 6.2)
|
* fix GUI spinbox errors for Tk 8.5.8 (RHEL/CentOS 6.2)
|
||||||
* fix broker node count for distributed session entering the RUNTIME state when (non-EMANE) WLANs or GreTapBridges are involved
|
* fix broker node count for distributed session entering the RUNTIME state when (non-EMANE) WLANs or GreTapBridges are involved
|
||||||
* fix "file exists" error message when distributed session number is re-used
|
* fix "file exists" error message when distributed session number is re-used and servers file is written
|
||||||
* and servers file is written
|
|
||||||
* fix bug #194 configuration dialog too long, make dialog scrollable/resizable
|
* fix bug #194 configuration dialog too long, make dialog scrollable/resizable
|
||||||
* allow float values for loss and duplicates percent
|
* allow float values for loss and duplicates percent
|
||||||
* fix the following bugs: 166, 172, 177, 178, 192, 194, 196, 201, 206, 210, 212, 213, 214, 221
|
* fix the following bugs: 166, 172, 177, 178, 192, 194, 196, 201, 206, 210, 212, 213, 214, 221
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue