Skip to content

Commit ab10c92

Browse files
author
Matthias Koefferlein
committed
Preparations for 0.29.12.
1 parent 2e15098 commit ab10c92

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

COPYRIGHT

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
klayout is packaged by Peter C.S. Scholtens <[email protected]>
2-
and Matthias Köfferlein <[email protected]>
1+
klayout is packaged by Matthias Köfferlein <[email protected]>
32
and was obtained from https://www.klayout.org/downloads/source/klayout-%VERSION%.tar.gz
43

54
Authors:
65
Matthias Köfferlein
76

87
Copyright:
9-
Copyright (C) 2006-2022 by Matthias Köfferlein.
8+
Copyright (C) 2006-2025 by Matthias Köfferlein.
109

1110
This program is free software; you can redistribute it and/or modify
1211
it under the terms of the GNU General Public License as published by

Changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
0.29.12 (2025-03-02):
2+
* Bug: %GITHUB%/issues/1976 Crash on cross mode, lw > 1 and oversampling
3+
* Bug: %GITHUB%/issues/1987 Build failure against Qt6.8
4+
* Enhancement: %GITHUB%/issues/1989 API enhancements: several new split_... methods
5+
on Edges, Region, EdgePairs and Texts, delivering a pair of containers with
6+
selected and unselected objects.
7+
* Bugfix: 'Save All' was not updating the dirty flag in the inactive tabs
8+
* Bugfix: Fixing a crash when editing PCell parameters while the macro editor is open
9+
* Bugfix: Fixed a potential Crash on "save all"
10+
* Bugfix: Fixed a bug when returning a Region into a layout with cells unselected
11+
* Bugfix: Tab title were not updated on cell rename
12+
* Bugfix: Fixed a crash on certain layout queries
13+
- For example "instances of cell .*.* where inst.trans.rot == 2" was crashing
14+
* Bugfix: Fixing two problems with layer mapping
15+
- Mapping "[*/*] 100/0:0/0" (for example) created 0/0 two times when the input contains 100/0 and 0/0. Now
16+
it is a single layer only
17+
- The mapping table generated from strings now uses layer indexes from a range that should not collide
18+
with existing layer indexes.
19+
120
0.29.11 (2025-01-17):
221
* Bug: %GITHUB%/issues/1948 Crash by instantiate a Cell in a Library-Cell
322
* Bug: %GITHUB%/issues/1953 Callback_impl & coerce_parameters_impl parameter display issue

Changelog.Debian

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
klayout (0.29.12-1) unstable; urgency=low
2+
3+
* New features and bugfixes
4+
- See changelog
5+
6+
-- Matthias Köfferlein <[email protected]> Sun, 02 Mar 2025 21:16:41 +0100
7+
18
klayout (0.29.11-1) unstable; urgency=low
29

310
* New features and bugfixes

version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This script is sourced to define the main version parameters
33

44
# The main version
5-
KLAYOUT_VERSION="0.29.11"
5+
KLAYOUT_VERSION="0.29.12"
66

77
# The version used for PyPI (don't use variables here!)
8-
KLAYOUT_PYPI_VERSION="0.29.11"
8+
KLAYOUT_PYPI_VERSION="0.29.12"
99

1010
# The build date
1111
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")

0 commit comments

Comments
 (0)