From a6b765897d2ba4ab917a029dcb27f2f603dc1c5a Mon Sep 17 00:00:00 2001 From: petersilva Date: Mon, 16 Sep 2019 20:26:37 -0400 Subject: [PATCH] documenting more changes included in this release. --- CHANGES.rst | 4 ++++ debian/changelog | 4 ++-- doc/UPGRADING.rst | 11 +++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6639758db..740c45721 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,9 @@ lists all changes between versions. **git repo** + +**2.19.09b1** + * new: #191 adding log_reject to debug checksums and reject/accept configurations * new: #191 sr implementation replaced. old available as sr1. man page sr(8) added. * new: #227 some support added to for rabbitmq to work with mqtt. @@ -13,6 +16,7 @@ lists all changes between versions. * * bugfix: * #240,#254,#249,#252 logging and background launch output redirection. +* #238 sr_watch crashes when encountering file it can't read * #212 fix for interpretation of username in baseurl (FIXME: requires review) * #211 fix for size approximation being wrong on polls that don't provide exact size. * #210 sr_audit race condition fixed by killing at the beginning of stop processing. diff --git a/debian/changelog b/debian/changelog index 8d97eae0c..f066810f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ metpx-sarracenia (2.19.09b1) UNRELEASED; urgency=medium * new: #191 adding log_reject to debug checksums and reject/accept configurations - * new: #191 sr implementation replaced. old available as sr1. man page sr(8) added. + * new: #174 sr implementation replaced. old available as sr1. man page sr(8) added. * new: #227 some support added to for rabbitmq to work with mqtt. * new: tools to support migration of large Sundew configurations to Sarracenia. * * bugfix: * #240,#254,#249,#252 logging and background launch output redirection. + * #238 sr_watch crashes when encountering file it can't read * #212 fix for interpretation of username in baseurl (FIXME: requires review) * #211 fix for size approximation being wrong on polls that don't provide exact size. * #210 sr_audit race condition fixed by killing at the beginning of stop processing. @@ -15,7 +16,6 @@ metpx-sarracenia (2.19.09b1) UNRELEASED; urgency=medium * #201 fix for lookup in cache for partitioned files. * #190 when printing v03 messages, post_log was misleading (not updated) * #182 fixed support for file=NONE (Sundew compatibility) - * #174 sr too slow fixed by replacing it. * also allowed removing some duplicate code. * lost backward compatibility warnings around in on_post calls. * apparently, in Sundew keys: + is the same as .* mapping added. diff --git a/doc/UPGRADING.rst b/doc/UPGRADING.rst index fbd06a229..6321b8266 100644 --- a/doc/UPGRADING.rst +++ b/doc/UPGRADING.rst @@ -36,11 +36,21 @@ Installation Instructions git --- +2.19.09b1 +--------- + +*NOTICE*: removed *cleanup*, *remove*, from sr command (they are a bit dangerous). + still available in sr1, will eventually be reimplemented, see #187 + + 2.19.04b2 --------- *NOTICE*: bug from 4b1 fixed. workaround unnecessary. +**BUG**: regression log handling a problem. Issues #240,#254,#249,#252 +**BUG**: regression #238 sr_watch crashes when encountering file it can't read + 2.19.04b1 --------- @@ -50,6 +60,7 @@ git xattr_disable + *NOTICE*: regression of v03 posting fixed.