Updated COPYRIGHT, Changelog, Changelog.Debian

This commit is contained in:
Matthias Koefferlein 2019-12-18 18:17:56 +01:00
parent a4e87e5b4a
commit 33dff81452
3 changed files with 32 additions and 20 deletions

View File

@ -1,12 +1,12 @@
klayout is packaged by Peter C.S. Scholtens <peter.scholtens@xs4all.nl> klayout is packaged by Peter C.S. Scholtens <peter.scholtens@xs4all.nl>
and Matthias Köfferlein <matthias@koefferlein.de> and Matthias Köfferlein <matthias@koefferlein.de>
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: Authors:
Matthias Köfferlein Matthias Köfferlein
Copyright: 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 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 it under the terms of the GNU General Public License as published by

View File

@ -1,4 +1,4 @@
0.26.2 (2019-12-17): 0.26.2 (2019-12-18):
* Bugfix: %GITHUB%/issues/453 * Bugfix: %GITHUB%/issues/453
A crash happened when the "inverse" button is used on the TEXT A crash happened when the "inverse" button is used on the TEXT
@ -16,27 +16,39 @@
* Enhancement: %GITHUB%/issues/444 * Enhancement: %GITHUB%/issues/444
Support for net joining though labels also for specific Support for net joining though labels also for specific
subcells (here: to support double-height standard cells) 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 * Bugfix: %GITHUB%/issues/440
LayoutView#each_annotation_selected wasn't working 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 * Enhancement: %GITHUB%/issues/436
Option to silence instance copy mode dialog, Option to silence instance copy mode dialog,
Enhancements to interactive move, duplicate and copy (sensitive Enhancements to interactive move, duplicate and copy (sensitive
to transient selection now) to transient selection now)
* Enhancement: %GITHUB%/issues/426 * Enhancement: %GITHUB%/issues/434
Techs can be grouped in menu now 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 * Enhancement: %GITHUB%/issues/428
Edit buttons are not shown in user properties dialog Edit buttons are not shown in user properties dialog
in viewer mode in viewer mode
* Enhancement: %GITHUB%/issues/426
Techs can be grouped in menu now
* Enhancement: %GITHUB%/issues/425 * Enhancement: %GITHUB%/issues/425
Don't generate dummy pins for dummy gates 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 * Bugfix: %GITHUB%/issues/415 and %GITHUB%/issues/439
Macros need to be stored with CRLF on Windows for management Macros need to be stored with CRLF on Windows for management
with a versioning system like git 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 * Enhancement: %GITHUB%/issues/407
Variables can be used in technology base path now Variables can be used in technology base path now
- $(tech_name) -> substituted by the technology name - $(tech_name) -> substituted by the technology name
@ -47,16 +59,6 @@
* Enhancement: %GITHUB%/issues/406 * Enhancement: %GITHUB%/issues/406
DRC edge layers: AND between intersecting edges gives point-like DRC edge layers: AND between intersecting edges gives point-like
markers indicating the intersection points 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 * Enhancement: netlist object properties
User properties can be attached to the following netlist objects User properties can be attached to the following netlist objects
now: Pin, Device, Circuit, Net and SubCircuit. Properties are now: Pin, Device, Circuit, Net and SubCircuit. Properties are
@ -67,6 +69,9 @@
a property and "property" to retrieve one. a property and "property" to retrieve one.
Properties are persisted in L2N and LVSDB files and written to Properties are persisted in L2N and LVSDB files and written to
layout shapes on "build_nets". 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): 0.26.1 (2019-11-06):

View File

@ -1,3 +1,10 @@
klayout (0.26.2-1) unstable; urgency=low
* New features and bugfixes
- See changelog
-- Matthias Köfferlein <matthias@koefferlein.de> Wed, 18 Dec 2019 18:16:21 +0100
klayout (0.26.1-1) unstable; urgency=low klayout (0.26.1-1) unstable; urgency=low
* New features and bugfixes * New features and bugfixes