Skip to content

Commit

Permalink
documenting more changes included in this release.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Sep 17, 2019
1 parent 59e1d09 commit a6b7658
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ 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.
* 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.
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down
11 changes: 11 additions & 0 deletions doc/UPGRADING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------
Expand All @@ -50,6 +60,7 @@ git

xattr_disable


*NOTICE*: regression of v03 posting fixed.

Expand Down

0 comments on commit a6b7658

Please sign in to comment.