pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

klayout: Update wip/klayout to 0.26.10



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sat Feb 6 23:00:20 2021 +0900
Changeset:	25fd5bb07254f22f54bde9b3f9b1b35676d4f3c9

Modified Files:
	klayout/Makefile
	klayout/distinfo
Removed Files:
	klayout/COMMIT_LOG

Log Message:
klayout: Update wip/klayout to 0.26.10

0.26.10         (2020-02-02)

* Enhancement: %GITHUB%/issues/720
      "Safe save" and backups: when saving files, the file is only
      overwritten after the save terminated successfully. This will
      avoid loss of data for full volumes or network share
      dropouts. In addition, a configurable number of back files can
      be kept (see File/Setup: Application/General).
* Bugfix: %GITHUB%/issues/718
      GDS export issue fixed (breaking of polygons was filling holes)
* Bugfix: %GITHUB%/issues/709
      LVS compare enters infinite loop when it encounters two entirely
      identical subcircuits
* Bugfix: %GITHUB%/issues/708
      Qt binding: missing support for binary strings as QByteArray
      representative
* Bugfix: %GITHUB%/issues/707
      QJsonValue's string constructor is ambiguous
* Bugfix: %GITHUB%/issues/704
      Rational Splines not supported DXF
* Bugfix: %GITHUB%/issues/693
      MAGIC files won't find subcells when reading from command line
* Bugfix:
      HTTP stream reading issue with redirect At least on MacOS a
      segfault happened when reading HTTP stream data (e.g. for
      package manager) from addresses which are redirected.
* Enhancement: Removed %APPDATA% from DLL search path on Windows This
      will avoid installation poisoning by the one from
      %APPDATA% (which ironically is the default installation
      path). Eventually multiple versions can be used in parallel.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=25fd5bb07254f22f54bde9b3f9b1b35676d4f3c9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 klayout/COMMIT_LOG | 17 -----------------
 klayout/Makefile   |  2 +-
 klayout/distinfo   |  8 ++++----
 3 files changed, 5 insertions(+), 22 deletions(-)

diffs:
diff --git a/klayout/COMMIT_LOG b/klayout/COMMIT_LOG
deleted file mode 100644
index 9c093ed8ed..0000000000
--- a/klayout/COMMIT_LOG
+++ /dev/null
@@ -1,17 +0,0 @@
-0.26.9          (2020-11-27):
-
-* Bugfix: %GITHUB%/issues/685
-      A potential crash was fixed happening when a PCell 
-      library is deleted
-* Bugfix: %GITHUB%/issues/658
-      Menu items were not put into the right place on MacOS.
-* Bugfix: %GITHUB%/issues/652
-      "M" factor scaling was not working for Spice reader.
-* Bugfix: %GITHUB%/issues/651
-      Fixed an issue with DRC "select".
-* Bugfix: %GITHUB%/issues/647
-      Text orientation was not considered properly in search & replace
-* Bugfix: Display bug
-      Cell placements with small magnification factors (such that the
-      viewport dimensions exceeded the DBU space when seem from inside
-      the cell) lead to display errors.
diff --git a/klayout/Makefile b/klayout/Makefile
index f972edcd96..73926af0f2 100644
--- a/klayout/Makefile
+++ b/klayout/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.33 2021/01/14 12:25:33 mef Exp $
 
-DISTNAME=	klayout-0.26.9
+DISTNAME=	klayout-0.26.10
 CATEGORIES=	cad
 MASTER_SITES=	http://www.klayout.org/downloads/source/
 
diff --git a/klayout/distinfo b/klayout/distinfo
index cda271c196..a8d9a34d91 100644
--- a/klayout/distinfo
+++ b/klayout/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.13 2020/10/30 15:35:10 mef Exp $
 
-SHA1 (klayout-0.26.9.tar.gz) = e07e90a5b4ceacdbc936f4abe5d23dc6177a5e81
-RMD160 (klayout-0.26.9.tar.gz) = 2d7973c7256c6a06a3ed838e38c641589243698b
-SHA512 (klayout-0.26.9.tar.gz) = 1a163a055806fb9555aaf6253cb63d6ebe9648f6e165dfd1cbaa6d199652fa98363f6ddae32843cde5f768a8c2f42c8b06fb4691ed64e40979a22a96bd73874b
-Size (klayout-0.26.9.tar.gz) = 54223809 bytes
+SHA1 (klayout-0.26.10.tar.gz) = 6bf6b0e1cfecfc02b75c0c7601901a161e855b83
+RMD160 (klayout-0.26.10.tar.gz) = 91196941a7ed9526cc5a31e3b44489f40adee571
+SHA512 (klayout-0.26.10.tar.gz) = d1c692bad828284270b999abc8600a00e3b6c2f999d5b33361ab10d537bd60db9b4fec0f17d94c917e4ca7df8fcc48c7603b69dbae8f2de6ab0d41eba52f343e
+Size (klayout-0.26.10.tar.gz) = 54444663 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


Home | Main Index | Thread Index | Old Index