From d3f93cc86686d6a5aefbd8db8acfa81516ce12f2 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 23 Feb 2019 18:34:47 +0100 Subject: [PATCH] Updated version to 0.25.8 --- COPYRIGHT | 2 +- Changelog | 11 +++++++++++ Changelog.Debian | 7 +++++++ version.sh | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index bbace48316..a1ffbed857 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ klayout is packaged by Peter C.S. Scholtens and Matthias Köfferlein -and was obtained from https://www.klayout.org/downloads/source/klayout-0.25.7.tar.gz +and was obtained from https://www.klayout.org/downloads/source/klayout-0.25.8.tar.gz Authors: Matthias Köfferlein diff --git a/Changelog b/Changelog index 9111b00466..b8e6d31aab 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,14 @@ +0.25.8 (2019-02-23): + +* Bugfix: %GITHUB%/issues/234 + Issues with LayoutView#save_image_with_options +* Bugfix: %GITHUB%/issues/232 + Crash on reading .lyp files with big stipple pattern +* Bugfix: %GITHUB%/issues/228 + Bug in Region#interact and DRC's "interact" function. +* Bugfix: %GITHUB%/issues/225 + Mirrored custom stipple pattern + 0.25.7 (2019-01-09): * Bugfix: %GITHUB%/issues/200 diff --git a/Changelog.Debian b/Changelog.Debian index 742e0a17f6..30aee4ef7a 100644 --- a/Changelog.Debian +++ b/Changelog.Debian @@ -1,3 +1,10 @@ +klayout (0.25.8-1) unstable; urgency=low + + * New features and bugfixes + - See changelog + + -- Matthias Köfferlein Sat, 23 Feb 2019 18:33:06 +0100 + klayout (0.25.7-1) unstable; urgency=low * New features and bugfixes diff --git a/version.sh b/version.sh index 374ea0218c..76ee0340af 100644 --- a/version.sh +++ b/version.sh @@ -2,7 +2,7 @@ # This script is sourced to define the main version parameters # The main version -KLAYOUT_VERSION="0.25.7" +KLAYOUT_VERSION="0.25.8" # The build date KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")