From b8e8d24b507167969412e6950cebd654f504e963 Mon Sep 17 00:00:00 2001 From: Jenkins system Date: Wed, 10 Nov 2021 16:33:19 +0100 Subject: [PATCH] [deb] Release v0.12.3 --- debian/changelog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/debian/changelog b/debian/changelog index bf99476..424a57c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +secop-core (0.12.3) focal; urgency=medium + + [ Georg Brandl ] + * Makefile: fix docker image + + [ Markus Zolliker ] + * various fixes + * remove irrelevant comments + * introduce BytesIO + * GUI fixes + * persistent params / trinamic motor + * fix Parameter/Command copy method + * show first instead of last traceback on multiple errors + * fix parameter inheritance + * fix property inheritance + * fix python 3.5 compatibility + * omit updates of unchanged values within short time + * improve simulation + * automatically register subclasses of AsynConn + * fix feature for removing commands + + -- Georg Brandl Wed, 10 Nov 2021 16:33:19 +0100 + secop-core (0.12.2) focal; urgency=medium [ Markus Zolliker ]