From 38c6729c841356cf89ed5f8c4375f5ee0f8a33cf Mon Sep 17 00:00:00 2001 From: JenkinsCodeReview Date: Mon, 18 Sep 2017 14:18:37 +0200 Subject: [PATCH] [deb] Release v0.3.0 --- debian/changelog | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/debian/changelog b/debian/changelog index d32ba89..397e00f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,69 @@ +secop-core (0.3.0) unstable; urgency=low + + [ Enrico Faulhaber ] + * fix formatting of timestamps + * add doc/open_questions.md + * fixups + * Only send async updates for exported params + * fixups + * fixups + + [ Alexander Lenz ] + * doc: initial sphinx files. + * Improve doc. + + [ Enrico Faulhaber ] + * fixups + * adopt to new jsonify of string/blob/arrayof datatyes + * gix broken stop command for cryo + * fix transport and display of node-properties + * update descriptions of provided configurations + * fix requirements.txt + * fixups + + [ Alexander Lenz ] + * doc: add datatypes. + + [ Enrico Faulhaber ] + * remove unneeded commands + * implement Writable as specified. + * make sip optional + + [ Alexander Lenz ] + * doc: improve layout. + * doc: fix protocol/datatypes. + * Fix requirements files. + * doc: remove html escapes. + * doc: Fix escapes. + * doc: fix cp errors. + + [ Markus Zolliker ] + * doc update (commands and datatypes) + + [ Alexander Lenz ] + * doc: fix format. + + [ Enrico Faulhaber ] + * provide an mean to use commands in the gui + + [ Alexander Lenz ] + * Makefile: add convenience targets. + * Add pylintrc. + + [ Enrico Faulhaber ] + * Improve pylintrc. + + [ Alexander Lenz ] + * tmp: test gerrit pylint. + + [ Enrico Faulhaber ] + * fix tests + * make StringType default maximum size = 255 Bytes + + [ Jenkins ] + + -- Jenkins Mon, 18 Sep 2017 14:18:36 +0200 + secop-core (0.2.0) unstable; urgency=low [ Enrico Faulhaber ]