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