From 598dd07888e7b3e7627131bb776eaa54cfdcda28 Mon Sep 17 00:00:00 2001 From: Jenkins system Date: Tue, 4 May 2021 08:49:58 +0200 Subject: [PATCH] [deb] Release v0.12.0 --- debian/changelog | 61 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/debian/changelog b/debian/changelog index 84333b3..dc557b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,64 @@ +secop-core (0.12.0) focal; urgency=medium + + [ Markus Zolliker ] + * make datatypes immutable + * customizable general config + * support for multiple secop servers + * secop.asynconn without pyserial + * change cfg file format + * fix bug in secop.gui.valuewidgets + * fix deadlock when reconnecting client + * allow class instead of class name in proxy_class + * fix pylint command in Makefile + * change arguments of stringio-server + * router bug fix + * introduce update callbacks + * improve error handling on client connections + * ppms: improve status and temperature + * rework tcp server + * cosmetics on datatypes.TextType + * improve error handling in SecopClient + * improve HasIodev + * HasIodev bug fix + * fix handling of StructOf datatype + * more flexible end_of_line in stringio + * improvements on PPMS and LS370 + * add readbytes method to AsynConn + * Param(..., initwrite=True) works only with poll=True + * fix initwrite behaviour + * make order of accessibles work again + * main module of LS370 is now drivable + * improve softcal + * make arguments of Parameter and Override consistent + * new syntax for parameter/commands/properties + * enhance documentation + * removed old style syntax + * after running isort + * try to follow PEP8 + * fix inheritance order + * remove obsolete code + * lookup cfg files in a list of directories + * added hook for optional history writer + * fixed errors during migration + * move historywriter to secop_psi + * fix autoscan behaviour in ls370res + + [ l_samenv ] + * improve tutorial_helevel + * fixed bugs from syntax migration + + [ Markus Zolliker ] + * user friendly reporting of config errors + + [ Bjoern Pedersen ] + * Jenkisfile: verification + * Fixes to Jenkinsfile + * No pull for images, they are recreated in the job + * Another Jenkisfile error + * Correct checks enum + + -- Markus Zolliker Tue, 04 May 2021 08:49:57 +0200 + secop-core (0.11.6) unstable; urgency=medium * fix secop-generator