Skip to content

Commit

Permalink
(cad/klayout) Updated 0.25.6 to 0.25.9
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mef committed Oct 17, 2020
1 parent 8e20b73 commit 2314882
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions cad/klayout/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
10 changes: 5 additions & 5 deletions cad/klayout/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.11 2018/12/09 05:36:50 mef Exp $
$NetBSD: distinfo,v 1.12 2020/10/17 22:03:05 mef Exp $

SHA1 (klayout-0.25.6.tar.gz) = a74576b0fec09ce9b3c102a5a2cac42cc86b37ae
RMD160 (klayout-0.25.6.tar.gz) = 02b07a6a9bd16546cda8cf1c7b0fc94a93c24e8f
SHA512 (klayout-0.25.6.tar.gz) = 38d13bd6f0cef5685ef32ebf00edf07f588d445174e2a56320940a7036e65a3fbb11d1efab92af9f8abfce7e77c782df5f05460a7de4d98ade924c761396db5a
Size (klayout-0.25.6.tar.gz) = 21008915 bytes
SHA1 (klayout-0.25.9.tar.gz) = 1fde5100ff71c780afeefa43fc08e3d5c70ac09d
RMD160 (klayout-0.25.9.tar.gz) = 41e57a3ba9d1f3339ef4066462ecd3a8fbcd0903
SHA512 (klayout-0.25.9.tar.gz) = 6becad581b94d8ca36c10afbae422fa4a322986190b45fa752cb864cb5b61c35926ac550a20dc1892dfb0c40cbc52d817bb44cbc512329209af86d8d5247240f
Size (klayout-0.25.9.tar.gz) = 20974381 bytes
SHA1 (patch-config_Makefile.conf.freebsd-32-gcc-release) = fd5b506f8da1c314091523e48e33a949d0fadb94
SHA1 (patch-config_Makefile.conf.netbsd-32-gcc-release) = 72ab38fd4bb1a1c9bbae61ad7f7cbdafa5706775
SHA1 (patch-src_layApplication.cc) = fa42542213519e8c04820ab08ce5c1385bf8b860
Expand Down

0 comments on commit 2314882

Please sign in to comment.