From cbd805f8eaeec4bf587ba667e0e793ff02ab6279 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 13 Feb 2022 19:27:40 +0100 Subject: [PATCH] Updated version and Changelogs --- Changelog | 15 +++++++++++++++ Changelog.Debian | 7 +++++++ version.sh | 4 ++-- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 92a2f0205..4264036d3 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,18 @@ +0.27.8 (2022-02-13): +* Bugfix: %GITHUB%/issues/971 Double compare fails in LVS +* Bugfix: %GITHUB%/issues/972 CIF writer generates unreadable file with invalid cell or layer names +* Bugfix: %GITHUB%/issues/973 Enhanced timeout in package manager on large file download +* Bugfix: %GITHUB%/issues/979 Backup file generation fails with relative paths +* Bugfix: %GITHUB%/issues/982 Heal option for tiled XOR +* Bugfix: %GITHUB%/issues/983 Bug changing PCell parameters of multiple cell instance +* Bugfix: %GITHUB%/issues/984 Crash in debug mode when placing a "slow cell" +* Bugfix: %GITHUB%/issues/994 Loss of selection when clicking at wrong position + To make this problem less annoying, the capture range was increased when + clicking at already selected items for "Move". +* Bugfix: %GITHUB%/issues/995 New top cell appearing after load +* Enhancement: %GITHUB%/issues/996 Refresh function to trigger update from within library +* Bugfix: %GITHUB%/issues/997 Wrong display of negative extensions of paths +* Bugfix: scale and grids were wrong in case of oversampling 0.27.7 (2022-01-12): * Bugfix: %GITHUB%/issues/969 PCell error (infinite recursion) diff --git a/Changelog.Debian b/Changelog.Debian index 9001df8d2..99d967e4b 100644 --- a/Changelog.Debian +++ b/Changelog.Debian @@ -1,3 +1,10 @@ +klayout (0.27.8-1) unstable; urgency=low + + * New features and bugfixes + - See changelog + + -- Matthias Köfferlein Sun, 13 Feb 2022 19:25:15 +0100 + klayout (0.27.7-1) unstable; urgency=low * New features and bugfixes diff --git a/version.sh b/version.sh index 85be2ea16..7749d518b 100644 --- a/version.sh +++ b/version.sh @@ -2,10 +2,10 @@ # This script is sourced to define the main version parameters # The main version -KLAYOUT_VERSION="0.27.7" +KLAYOUT_VERSION="0.27.8" # The version used for PyPI (don't use variables here!) -KLAYOUT_PYPI_VERSION="0.27.7-1" +KLAYOUT_PYPI_VERSION="0.27.8" # The build date KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")