pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad/klayout
Module Name: pkgsrc
Committed By: mef
Date: Mon Oct 7 19:58:42 UTC 2024
Modified Files:
pkgsrc/cad/klayout: Makefile distinfo
Log Message:
(cad/klayout) Updated to 0.29.7
0.29.7 (2024-09-22):
* Bug: %GITHUB%/issues/1864 Copy & paste allows creating a recursive hierarchy
* Bug: %GITHUB%/issues/1860 A bug about layer undo
* Bug: %GITHUB%/issues/1857 Crash when closing application with property dialog open
* Bug: %GITHUB%/issues/1853 Cell.write and Layout.write are very slow on Windows if there are gigantic polygons in the cell
* Bug: %GITHUB%/issues/1847 Little problem with File::Setup/Application::Customize Menu
* Bug: %GITHUB%/issues/1840 "start" and "finish" became reserved names in PCells in version 0.29.5
* Enhancement: %GITHUB%/issues/1836 Allow the usage of Cell.shapes(LayerInfo(...))
* Bug: %GITHUB%/issues/1835 Single PCell file cannot be read
* Bug: %GITHUB%/issues/1832 Netlist device combination / simplify requests
* Enhancement: Print file name before warnings and add to errors (good when reading multiple files from command line)
* Bugfix: Disallow empty filenames or writing to directories as this has severe side effects
* Bugfix: Further trying to improve stability when debugging PCells in the IDE (still not perfect)
* Enhancement: More variants of Layout#properties_id, added Layout#properties_hash and Layout#properties_array
* Enhancement: DRC - more variants for Layer#insert, such as Texts and integer-type shapes
* Bugfix: Properties dialog did not apply some changes when switching the object node
* Bugfixes: Mute diagnostic warnings on Python 3.12 debug builds, fixed a potential crash during Python module cleanup
* Bugfix: Fixed a crash in the properties editor happening while selecting object type nodes in certain cases
* Enhancement: Cleaned up and enhanced documentation of LayoutToNetlist class
* Enhancement: Less agressive polygon splitting in deep mode DRC/LVS by default
"max_area_ratio" can be a negative value now, which means that skinny diagonals
are not split into a large number of triangles. This is the default.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/cad/klayout/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/klayout/Makefile
diff -u pkgsrc/cad/klayout/Makefile:1.90 pkgsrc/cad/klayout/Makefile:1.91
--- pkgsrc/cad/klayout/Makefile:1.90 Sat Aug 31 09:07:38 2024
+++ pkgsrc/cad/klayout/Makefile Mon Oct 7 19:58:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2024/08/31 09:07:38 mef Exp $
+# $NetBSD: Makefile,v 1.91 2024/10/07 19:58:42 mef Exp $
-DISTNAME= klayout-0.29.6
+DISTNAME= klayout-0.29.7
CATEGORIES= cad
MASTER_SITES= https://www.klayout.org/downloads/source/
Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.46 pkgsrc/cad/klayout/distinfo:1.47
--- pkgsrc/cad/klayout/distinfo:1.46 Sat Aug 31 09:07:38 2024
+++ pkgsrc/cad/klayout/distinfo Mon Oct 7 19:58:42 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.46 2024/08/31 09:07:38 mef Exp $
+$NetBSD: distinfo,v 1.47 2024/10/07 19:58:42 mef Exp $
-BLAKE2s (klayout-0.29.6.tar.gz) = 9434eb45fadcc491534faf7243b0bf7773543f4c0d6d94bd8d6369bbdf4e15ba
-SHA512 (klayout-0.29.6.tar.gz) = e126452be012b1c12e0a356dab6234009c73529c732dd756961a44e7e67fe03d4357057b5828588f4f10d9e7d345f92f2dfe77a805977f569f7eebf2b6593391
-Size (klayout-0.29.6.tar.gz) = 97095516 bytes
+BLAKE2s (klayout-0.29.7.tar.gz) = 32e6d50077a214c6e8f6769209a3fbe8517721f3da11ea75dc173c526ce2f621
+SHA512 (klayout-0.29.7.tar.gz) = 361337d028b8266abd2c5114643a7b2074c794f5685b336658168f09df1f3e4826de2d3cb1e094bd2f08616d6f0be78c8f6b44144c74367dcaf65785476ab8ae
+Size (klayout-0.29.7.tar.gz) = 97112729 bytes
SHA1 (patch-config_Makefile.conf.freebsd-32-gcc-release) = 0eaac4f5bd5441976f6113f37b1643653f4fdea4
SHA1 (patch-config_Makefile.conf.netbsd-32-gcc-release) = b18e6708a2b40c69275bb6c285ddebb49e9808bb
SHA1 (patch-src_lay_lay_layApplication.cc) = fa42542213519e8c04820ab08ce5c1385bf8b860
Home |
Main Index |
Thread Index |
Old Index