diff options
author | mef <mef@pkgsrc.org> | 2020-10-17 22:03:05 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-10-17 22:03:05 +0000 |
commit | 2ad09b3bb1294aacf04df9fe7f7ee9b8cd7b762e (patch) | |
tree | 9d786c909bf5873dc5349c70bc790d48b77d683f /cad/klayout/Makefile | |
parent | d79199b71aa089cdfb18e795e5ba458924aedcc8 (diff) | |
download | pkgsrc-2ad09b3bb1294aacf04df9fe7f7ee9b8cd7b762e.tar.gz |
(cad/klayout) Updated 0.25.6 to 0.25.9
0.25.9 (2019-06-18):
* Bugfix: %GITHUB%/issues/261
Issue with iterating Python sequences
* Bugfix: %GITHUB%/issues/271
Chose cell coordinates on "Make Cell"
* Bugfix: %GITHUB%/issues/272
Error message if trying to run macros in unsupported languages
* Bugfix: %GITHUB%/issues/275
"Write without context" did not have an effect with OASIS
* Bugfix: %GITHUB%/issues/276
LayerPropertiesNodeRef was not working as documented
* Bugfix: %GITHUB%/issues/278
Lost reference with ObjectInstPath#shape
* Bugfix: %GITHUB%/issues/281
Width and space violations are reported now also for
the "kissing corners" case
0.25.8 (2019-02-23):
* Bugfix: %GITHUB%/issues/234
Issues with LayoutView#save_image_with_options
* Bugfix: %GITHUB%/issues/232
Crash on reading .lyp files with big stipple pattern
* Bugfix: %GITHUB%/issues/228
Bug in Region#interact and DRC's "interact" function.
* Bugfix: %GITHUB%/issues/225
Mirrored custom stipple pattern
0.25.7 (2019-01-09):
* Bugfix: %GITHUB%/issues/200
Safer iteration of cell instances and shapes (with
modifications of container during iteration) - in this
case while flattening instances
* Bugfix: %GITHUB%/issues/209
Reader options were grayed out in stream import feature.
* Bugfix: %GITHUB%/issues/207
Basic.TEXT PCell was rounding bias a spacing values to
integer multiples.
* Bugfix: %GITHUB%/issues/203
A segfault was fixed that happend on certain platforms
when closing the application (e.g. CentOS7).
* Bugfix: (RBA/pya) Technology#load was not working
Instead of load, the technology was saved.
Diffstat (limited to 'cad/klayout/Makefile')
-rw-r--r-- | cad/klayout/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index b5b077bd3b6..f2a70b613e9 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2020/08/18 17:57:41 leot Exp $ +# $NetBSD: Makefile,v 1.29 2020/10/17 22:03:05 mef Exp $ -DISTNAME= klayout-0.25.6 -PKGREVISION= 11 +DISTNAME= klayout-0.25.9 CATEGORIES= cad MASTER_SITES= http://www.klayout.org/downloads/source/ |