Preparations for 0.25.5 release (updated Changelogs, version)

This commit is contained in:
Matthias Koefferlein 2018-09-19 22:05:39 +02:00
parent 5b34701f8f
commit 2236a7662d
3 changed files with 16 additions and 2 deletions

View File

@ -1,7 +1,14 @@
0.25.5 (xxxx-xx-xx):
0.25.5 (2018-09-19):
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/162
GDS2 LIBNAME was not maintained on "File/Save".
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/166
Internal error when writing GDS files (breaking of polygons)
* Bugfix: some potential memory corruption issues fixed
During the efforts for making the code base compatible
with MSVC, some potential candidates for memory corruption
have been identified and fixed.
These fixes are included in this release.
0.25.4 (2018-08-25):
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/121

View File

@ -1,3 +1,10 @@
klayout (0.25.5-1) unstable; urgency=low
* New features and bugfixes
- See changelog
-- Matthias Köfferlein <matthias@koefferlein.de> Wed, 19 Sep 2018 22:04:35 +0200
klayout (0.25.4-1) unstable; urgency=low
* New features and bugfixes

View File

@ -2,7 +2,7 @@
# This script is sourced to define the main version parameters
# The main version
KLAYOUT_VERSION="0.25.4"
KLAYOUT_VERSION="0.25.5"
# The build date
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")