Hello community, here is the log from the commit of package gns3-server for openSUSE:Factory checked in at 2015-11-13 11:17:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gns3-server (Old) and /work/SRC/openSUSE:Factory/.gns3-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gns3-server" Changes: -------- --- /work/SRC/openSUSE:Factory/gns3-server/gns3-server.changes 2015-04-15 16:21:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gns3-server.new/gns3-server.changes 2015-11-13 11:17:52.000000000 +0100 @@ -1,0 +2,110 @@ +Sat Aug 8 14:14:08 UTC 2015 - [email protected] + +- New upstream version 1.3.9 + * Backport: removes code that deletes IOS router instance files. + +------------------------------------------------------------------- +Tue Jun 23 11:17:22 UTC 2015 - [email protected] + +- new upstream version 1.3.7 + * client side improvements only. Server version synced with client as they both have to match + +------------------------------------------------------------------- +Wed Jun 17 07:11:44 UTC 2015 - [email protected] + +- New upstream version 1.3.6 + * Ignore invalid characters when reading the output of a process + * Turn on / off authentication + * Do not stop saving IOS router configs when there is an exception while a project is committed. + * Fixed crash if a private config exist in IOS but not a private config file + * Basic Authentication support for servers. + * Fixed crash when Virtualbox list of VMS returns an empty line. + +------------------------------------------------------------------- +Thu Jun 4 16:36:23 UTC 2015 - [email protected] + +- New upstream version 1.3.4 + * Drop useless dependencies dateutil + * Check if port or adapter is connected before starting/stopping a packet capture. Fixes #196. + * Prevent users to add links to running Qemu VMs and start a capture on running VirtualBox VMs. + * Fixes bug: couldn't set PCMCIA disk1 size for IOS routers. + * Fix crash if you pass an invalid hostname + * Catch VPCS kill errors + * Raise a VirtualBox error if adapter doesn't exists + * Ignore VirtualBox VM names with a carriage return in name + * Cleanup the temporary project after modules have been notified of the path change + * Do not return error if we can't remove the old project directory + * Catch encoding errors in windows logger + * Use setter for the qemu_path (allow to pass only the binary name) + * Fixes TAP connection when using VPCS. + * Fixes crash when launching Qemu on OSX from another location. + * Adds NAT NIO in device schema validation so they can return an error that it is not supported. + +------------------------------------------------------------------- +Fri May 15 09:08:24 UTC 2015 - [email protected] + +- New upstream version 1.3.3 + * Return an error if an adapter slot doesn't exist on an IOS router. + * NIO NAT support for VirtualBox VMs. + * NIO NAT support for QEMU VMs (user mode back-end is used). + * Throw an error if user put an invalid port range in config file + * Turn off configuration parser interpolation + * Catch configuration file parsing errors + * Force closing the event loop to avoid warning with Python 3.4.3 + * Catch error when you can't mark a project as no longer temporary + * Catch BrokenPipeError for OSX frozen server + * Match how IOU initial-config is set for VPCS VM. + * Refactors how startup-config and private-config are handled for IOS routers. + * Catch the "WinError 0 The operation completed successfully" exception at a higher level. + * Fix temporary project not cleanup with save as + * If image is not found in VM directory look in images folder + * Ordered MAC addresses for QEMU based VMs. + * Merge remote-tracking branch 'origin/master' + * Force utf-8 configuraton files reading + * Do not list file starting with a . in upload handler + * Do not crash when closing a project if VirtualBox is not accessible + * Catch connection reset errors + * Check for empty iourc path. + * Fixes bugs with IOS router configs. Fixes #354. + * Use a temporary directory as egg cache + * Catch crash error in IOU in case of permission denied + +------------------------------------------------------------------- +Fri May 1 20:15:25 UTC 2015 - [email protected] + +- New upstream version 1.3.2 + * Cleanup the VirtualBox Media Manager after closing a project. + * Avoid Cygwin warning with VPCS on Windows. + * Close VirtualBox VM linked clone disks after the VM is unregistered. + * TAP interface support for QEMU VMs. + * Return an explicit error when a NIO type is not supported by a VM. + * Do not erase the IOU config + * Explicit utf-8 decoding. + * Check NIO exists when stopping an IOU capture. + * Fixes c7200 NPE setting. + * Fixes VPCS process termination. + * Catch FileNotFoundError exception in os.getcwd() + * Fixes #270. Relative paths management with empty ones. + * New crash report key and doesn't send report for developers + * Catch COM errors when connecting to WMI. + * Don't assume the PATH environment variable exists. + * Use UUIDs instead of the VM names for VirtualBox pipe paths. + * Add --log options for daemon support + * Basic upstart script + * Add qemu-kvm to the list of binary + * Fix IOU licence check flag + * Config paths are not used when updating Dynamips or IOU VM settings. + * Fixes initial-configs that were not restored when opening a project containing IOU VMs. + * Prevent parallel execution of VBox commands + * Fix a crash when in some cases you can't access to VBOX state + * Fix crash if VirtualBox doesn't return API version + * Fix a crash in VirtualBox vm creation + * Allocate random names for Dynamips NIOs. + * Explicitly delete Dynamips NIOs and unmap VCs for ATM and Frame-Relay switches. + +------------------------------------------------------------------- +Wed Apr 22 22:00:04 UTC 2015 - [email protected] + +- gns-server 1.3.1 has hard dep to python3-jsonschema 2.4.0+ + +------------------------------------------------------------------- Old: ---- gns3-server-1.3.1.tar.gz New: ---- gns3-server-1.3.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gns3-server.spec ++++++ --- /var/tmp/diff_new_pack.JE7Mvo/_old 2015-11-13 11:17:54.000000000 +0100 +++ /var/tmp/diff_new_pack.JE7Mvo/_new 2015-11-13 11:17:54.000000000 +0100 @@ -27,7 +27,7 @@ Summary: GNS3 is a graphical network simulator License: GPL-3.0+ Group: Productivity/Networking/Other -Version: 1.3.1 +Version: 1.3.9 Release: 0 Url: http://www.gns3.net/ Source0: %{name}-%{version}.tar.gz @@ -40,7 +40,7 @@ Requires: iouyap Requires: python3-Jinja2 >= 2.7.3 Requires: python3-aiohttp -Requires: python3-jsonschema >= 2.3.0 +Requires: python3-jsonschema >= 2.4.0 Requires: python3-netifaces Requires: python3-raven Requires: qemu ++++++ gns3-server-1.3.1.tar.gz -> gns3-server-1.3.9.tar.gz ++++++ ++++ 5468 lines of diff (skipped)
