From 33dff81452969aecc0d0c55ff74f4b907c224db6 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 18 Dec 2019 18:17:56 +0100 Subject: [PATCH] Updated COPYRIGHT, Changelog, Changelog.Debian --- COPYRIGHT | 4 ++-- Changelog | 41 +++++++++++++++++++++++------------------ Changelog.Debian | 7 +++++++ 3 files changed, 32 insertions(+), 20 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index d2572847c..f4c871c69 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,12 +1,12 @@ klayout is packaged by Peter C.S. Scholtens and Matthias Köfferlein -and was obtained from https://www.klayout.org/downloads/source/klayout-0.26.1.tar.gz +and was obtained from https://www.klayout.org/downloads/source/klayout-0.26.2.tar.gz Authors: Matthias Köfferlein Copyright: - Copyright (C) 2006-2018 by Matthias Köfferlein. + Copyright (C) 2006-2019 by Matthias Köfferlein. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/Changelog b/Changelog index c23ab86d3..566addab6 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -0.26.2 (2019-12-17): +0.26.2 (2019-12-18): * Bugfix: %GITHUB%/issues/453 A crash happened when the "inverse" button is used on the TEXT @@ -16,27 +16,39 @@ * Enhancement: %GITHUB%/issues/444 Support for net joining though labels also for specific subcells (here: to support double-height standard cells) -* Enhancement: %GITHUB%/issues/438 - Redefining a circuit in Spice netlists will give an error now -* Bugfix: %GITHUB%/issues/445 - Cryptic message when instances are selected and 'merge shapes' - is used * Bugfix: %GITHUB%/issues/440 LayoutView#each_annotation_selected wasn't working +* Enhancement: %GITHUB%/issues/438 + Redefining a circuit in Spice netlists will give an error now * Enhancement: %GITHUB%/issues/436 Option to silence instance copy mode dialog, Enhancements to interactive move, duplicate and copy (sensitive to transient selection now) -* Enhancement: %GITHUB%/issues/426 - Techs can be grouped in menu now +* Enhancement: %GITHUB%/issues/434 + New preinstalled Ruby gems and Python packages (e.g. numpy, scipy, + test/unit for Ruby) for the Windows packages. +* Bugfix: %GITHUB%/issues/429 + Support for MAGIC file format (*.mag) * Enhancement: %GITHUB%/issues/428 Edit buttons are not shown in user properties dialog in viewer mode +* Enhancement: %GITHUB%/issues/426 + Techs can be grouped in menu now * Enhancement: %GITHUB%/issues/425 Don't generate dummy pins for dummy gates +* Bugfix: %GITHUB%/issues/419 + Multiple top circuits after flatten of netlist +* Bugfix: %GITHUB%/issues/417 + Probe nets does not work with flat extraction on Tools/Trace All Nets/Flat * Bugfix: %GITHUB%/issues/415 and %GITHUB%/issues/439 Macros need to be stored with CRLF on Windows for management with a versioning system like git +* Enhancement: %GITHUB%/issues/411 + Multiple device extractors for same class +* Bugfix: %GITHUB%/issues/410 + Errors were not reported on "rerun" from the DRC and LVS report dialogs +* Bugfix: %GITHUB%/issues/408 + Internal error after EdgePairs#polygon * Enhancement: %GITHUB%/issues/407 Variables can be used in technology base path now - $(tech_name) -> substituted by the technology name @@ -47,16 +59,6 @@ * Enhancement: %GITHUB%/issues/406 DRC edge layers: AND between intersecting edges gives point-like markers indicating the intersection points -* Bugfix: %GITHUB%/issues/419 - Multiple top circuits after flatten of netlist -* Bugfix: %GITHUB%/issues/417 - Probe nets does not work with flat extraction on Tools/Trace All Nets/Flat -* Enhancement: %GITHUB%/issues/411 - Multiple device extractors for same class -* Bugfix: %GITHUB%/issues/408 - Internal error after EdgePairs#polygon -* Bugfix: %GITHUB%/issues/410 - Errors were not reported on "rerun" from the DRC and LVS report dialogs * Enhancement: netlist object properties User properties can be attached to the following netlist objects now: Pin, Device, Circuit, Net and SubCircuit. Properties are @@ -67,6 +69,9 @@ a property and "property" to retrieve one. Properties are persisted in L2N and LVSDB files and written to layout shapes on "build_nets". +* Enhancement: more detailed progress + On certain nested operations, a double or triple progress bar is + shown indicating the progress of nested operations. 0.26.1 (2019-11-06): diff --git a/Changelog.Debian b/Changelog.Debian index ff2b5a52a..aaaaace12 100644 --- a/Changelog.Debian +++ b/Changelog.Debian @@ -1,3 +1,10 @@ +klayout (0.26.2-1) unstable; urgency=low + + * New features and bugfixes + - See changelog + + -- Matthias Köfferlein Wed, 18 Dec 2019 18:16:21 +0100 + klayout (0.26.1-1) unstable; urgency=low * New features and bugfixes