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:           Sat Aug 31 09:07:38 UTC 2024

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/klayout) Updated 0.29.5 to 0.29.6

0.29.6           (2024-08-15):
* Bug: %GITHUB%/issues/1814 Application freezes on Ctrl+Select
* Bug: %GITHUB%/issues/1816 interacting operation between EdgePairs and Region (or edges)
  EdgePair layers in DRC can now tested for interacting with edges and polygons
  (includes: inside, outside). New methods for EdgePairs: EdgePairs#inside etc.
* Bug: %GITHUB%/issues/1819 Discrete soft small rendering
* Bug: %GITHUB%/issues/1823 "Select all" was not working as expected for texts, API "select_all" was not working at all.
* Bugfix: Typo: ParameterState#icon was named 'tooltip'
* Enhancement: Allowing RBA::Net objects for DRCLayer#nets as well
* Enhancement: const versions of Layout#cell and Layout#top_cell(s)
* Enhancement: Generic GSI method and #_const_cast to make a const
  reference into a non-const one (use with care)
* Bugfix: 'netter' function in DRC wasn't working as described - it raised an error
* Enhancement: Provide a warning message when closing the window while an operation is ongoing
* Bugfix: Avoid a segfault in the property editor due to invalid array access
* Bugfix: Properties dialog: stop handling 'Enter' key - use 'Ok' to close it
* Enhancement: Some improvements on Ascend and Descend:
  - Ascend now walks up the unspecific tree too
  - Descend enters cell if selected transiently
  - New feature "Descend into" which also selects the child cell
    as current top


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.45 -r1.46 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.89 pkgsrc/cad/klayout/Makefile:1.90
--- pkgsrc/cad/klayout/Makefile:1.89    Thu Aug 22 03:55:11 2024
+++ pkgsrc/cad/klayout/Makefile Sat Aug 31 09:07:38 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2024/08/22 03:55:11 mef Exp $
+# $NetBSD: Makefile,v 1.90 2024/08/31 09:07:38 mef Exp $
 
-DISTNAME=      klayout-0.29.5
+DISTNAME=      klayout-0.29.6
 CATEGORIES=    cad
 MASTER_SITES=  https://www.klayout.org/downloads/source/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.45 pkgsrc/cad/klayout/distinfo:1.46
--- pkgsrc/cad/klayout/distinfo:1.45    Thu Aug 22 03:55:11 2024
+++ pkgsrc/cad/klayout/distinfo Sat Aug 31 09:07:38 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.45 2024/08/22 03:55:11 mef Exp $
+$NetBSD: distinfo,v 1.46 2024/08/31 09:07:38 mef Exp $
 
-BLAKE2s (klayout-0.29.5.tar.gz) = 1f1c22efaef68270b0ad0eb384f0bcd7fd7d6f5be130a89d239981bea9a4c43e
-SHA512 (klayout-0.29.5.tar.gz) = 6f98dce5efbecea899d8bf7a3a41c0b4fa66a47ee7cf8ba255b01331105d8345a922e170c833e4a237a4dc43d1794df6348572b88fd0f59a5c04d0bf54f91327
-Size (klayout-0.29.5.tar.gz) = 97058728 bytes
+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
 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