Skip to content

Commit

Permalink
documenting this release.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Aug 24, 2021
1 parent bcc8267 commit b791fb5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
metpx-sarracenia (2.21.08) UNRELEASED; urgency=medium

* bugfix #386 not honouring environment variables.
* bugfix #377 not interpreting sum n properly.
* bugfix #374 not interpreting sundew_extension properly.
* bugfix #366 polling of old files when date format on remote server changes.
Expand Down
28 changes: 23 additions & 5 deletions doc/UPGRADING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,31 @@ git
2.21.08
-------

*CHANGES*: BUGFIXED by this release: https://github.com/MetPX/sarracenia/issues/374

BUG FIXED by this release:
sundew_extension was not appended to file name in patter match. This means patterns
such as:

accept .*.txt$
reject .*.txt

may change behaviour, as if the sundew_extension attribute is included in the message,
then it's value will be appended to the url which is evaluated by accept/reject clauses.


*CHANGES*: BUG FIXED by this release: https://github.com/MetPX/sarracenia/issues/377

it looks like -n (checksum based on file name) was not working as intended...
for a long time. When multiple file versions had different sizes, they would
not be identified as the same file for duplicate_suppression purposes, making
the -n option quite ineffective. Searching through the changelog, it looks like
this has been present for a long time.

*CHANGES*: BUG FIXED by this release: https://github.com/MetPX/sarracenia/issues/386

environment variables as arguments to numeric or truth value arguments are not
honoured in versions older than this.

it looks like -n (checksum based on file name) was not working as intended... for a long time, as reported in
( https://github.com/MetPX/sarracenia/issues/377 ) when multiple file versions had different sizes, they
would not be identified as the same file for duplicate_suppression purposes, making the -n option quite
ineffective. Searching through the changelog, it looks like this has been present for a long time.


2.21.04
Expand Down

0 comments on commit b791fb5

Please sign in to comment.