1.3.0  Julien Duponchelle  <julien@gns3.net>

    * Fix error 1700
    * Warn when using ASA8
	* Support VLAN for dyanmips


1.2.4   Daniel Lintott  <daniel@serverb.co.uk>

    * 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  <daniel@serverb.co.uk>

    * Ensure the rotation of a shape is defined as a float,
      rather than string (Fixes #23)

1.2.2   Daniel Lintott  <daniel@serverb.co.uk>

    * 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  <daniel@serverb.co.uk>

    * 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  <daniel@serverb.co.uk>

    * 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  <daniel@serverb.co.uk>

    * Fix error numbering of multiple serial ports (Fixes #15)

1.1.0   Daniel Lintott  <daniel@serverb.co.uk>

    * 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  <daniel@serverb.co.uk>

    * 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  <daniel@serverb.co.uk>

    * 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  <daniel@serverb.co.uk>

    * Implement support for converting QEMU Based Devices (Qemu VM, ASA, PIX,
      JUNOS, IDS)

0.3.5   Daniel Lintott  <daniel@serverb.co.uk>

    * Convert Host symbol to computer symbol (Fixes #11)

0.3.4   Daniel Lintott  <daniel@serverb.co.uk>

    * Force NIO connections to be lowercase (Fixes #10 again)

0.3.3   Daniel Lintott  <daniel@serverb.co.uk>

    * Fix issue with cloud connections not connecting when more than one cloud
      is used in a topology (Fixes #10)

0.3.2   Daniel Lintott  <daniel@serverb.co.uk>

    * Fix incorrect topology path when running on Windows (Fixes #9)

0.3.1   Daniel Lintott  <daniel@serverb.co.uk>

    * Fix error when there are no VirtualBox nodes (Fixes #8)

0.3.0  Daniel Lintott  <daniel@serverb.co.uk>

    * 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  <daniel@serverb.co.uk>

    * 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  <daniel@serverb.co.uk>

    * 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  <daniel@serverb.co.uk>

    * Correctly handle Windows paths when working on Unix (Fixes #2)

0.1.1   Daniel Lintott  <daniel@serverb.co.uk>

    * Correctly handle NOTE, SHAPE and PIXMAP objects (Fixes #1)

0.1.0   Daniel Lintott  <daniel@serverb.co.uk>

    * Initial release of gns3-converter
