This repository has been archived by the owner on Mar 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
ChangeLog
122 lines (81 loc) · 4.36 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
1.2.4 Daniel Lintott <[email protected]>
* Fix error with adding slot0 on a C7200
* Make cx_Freeze option (thanks to boenrobot)
* Support border width (thanks to noplay)
* Add missing C7200-io-FE (thanks to noplay)
1.2.3 Daniel Lintott <[email protected]>
* Ensure the rotation of a shape is defined as a float,
rather than string (Fixes #23)
1.2.2 Daniel Lintott <[email protected]>
* Correct the path used for multi-host VPCS configs
Thanks to rednectar for spotting this.
* Fix running tests on Windows
1.2.1 Daniel Lintott <[email protected]>
* Fix copying of images when path in topology is relative (Fixes #22)
* Copy *.png to the base directory of the new project if exists (Fixes #20)
* Copy VPCS configs to the new multi-host vpcs directory (Fixes #21)
* Fix shapes and text losing their rotation (Fixes #19)
* Add default value for Qemu RAM
1.2.0 Daniel Lintott <[email protected]>
* Fix converting shapes that don't have fill_color specified, make them
transparent (Fixes #18)
* Copy instructions to new topology if they are present
1.1.1 Daniel Lintott <[email protected]>
* Fix error numbering of multiple serial ports (Fixes #15)
1.1.0 Daniel Lintott <[email protected]>
* Add new custom exception ConvertError
* Raise a ConvertError if we can't get a snapshot name
* Add quiet mode to prevent console output
* Include mscvr100.dll when compiling for Windows
1.0.0 Daniel Lintott <[email protected]>
* Stable release version 1.0!
* Split out parts of the save function to improve readability
* Rework the passing of arguments to simplify integration into GNS3
* Define ellipse and rectangle in shapes dict during init
* Major improvements to the test-suite (still lots to be done)
0.5.0 Daniel Lintott <[email protected]>
* Correctly handle a cloud being in a topology but not connected
* Correct WIC card numbering for routers. If multiple WICs were installed
it would create duplicate port names.
* Update the snapshot system based upon GNS3v1 snapshot system
0.4.0 Daniel Lintott <[email protected]>
* Implement support for converting QEMU Based Devices (Qemu VM, ASA, PIX,
JUNOS, IDS)
0.3.5 Daniel Lintott <[email protected]>
* Convert Host symbol to computer symbol (Fixes #11)
0.3.4 Daniel Lintott <[email protected]>
* Force NIO connections to be lowercase (Fixes #10 again)
0.3.3 Daniel Lintott <[email protected]>
* Fix issue with cloud connections not connecting when more than one cloud
is used in a topology (Fixes #10)
0.3.2 Daniel Lintott <[email protected]>
* Fix incorrect topology path when running on Windows (Fixes #9)
0.3.1 Daniel Lintott <[email protected]>
* Fix error when there are no VirtualBox nodes (Fixes #8)
0.3.0 Daniel Lintott <[email protected]>
* Implement snapshot support based upon legacy snapshot system.
This will not currently work until we can confirm how snapshots will work
in GNS3 v1.0
* Change how we retrieve the version number for use in setup.py
* Tidy up Legacy and JsonTopology classes
* Add support for converting VirtualBox nodes
* Ensure node labels are placed in the correct place
0.2.0 Daniel Lintott <[email protected]>
* Implement new JSONTopology class
* Ignore NOTES that have an interface property (old interface labels)
* Don't create the project in a subdirectory, get the topology name from
the project directory and make the input file optional (Fixes #3)
* Correct the path for the config files in the converted topology (Fixes #7)
* Process frame relay interfaces and mappings (Fixes #6)
* Improve error and debug printing
* Convert hx and hy values for label positions
0.1.3 Daniel Lintott <[email protected]>
* Fix handling of NOTE text and color (Fixes #4)
* Correct the logic for handling ConfigObj validation errors
* Streamline the process of getting the topology sections
0.1.2 Daniel Lintott <[email protected]>
* Correctly handle Windows paths when working on Unix (Fixes #2)
0.1.1 Daniel Lintott <[email protected]>
* Correctly handle NOTE, SHAPE and PIXMAP objects (Fixes #1)
0.1.0 Daniel Lintott <[email protected]>
* Initial release of gns3-converter