-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'pre-release' into stable
- Loading branch information
Showing
66 changed files
with
1,801 additions
and
996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,49 @@ | ||
metpx-sr3 (3.00.57rc2) UNRELEASED; urgency=medium | ||
|
||
* fix #1366 ln -sf a b ... leave tmp file when a does not exist. | ||
* fix #1365 better error handling when makedirs fail. | ||
* fix #1363 hardlink support broken. | ||
* fix #1358 status displays of intervals over 1 month causes crashes. | ||
* fix #1351 download with arbitrary checksum. | ||
* progress #1297 hard ordering of operations (still some use cases left.) | ||
|
||
-- peter <[email protected]> Mon, 23 Dec 2024 00:56:15 -0500 | ||
|
||
metpx-sr3 (3.00.57rc1) unstable; urgency=medium | ||
|
||
* New #1350 Add "down" and "disconnected" run states to sr3 status | ||
* New #1323 DESTFN=NONE::TIME now works. | ||
* New #1299 after_gather entry point added. | ||
* New #1289 accept statements now provide arguments to plugins | ||
* change in post_exchangeSplit... now based on relPath, not checksum. | ||
* systemd metpx-sr3_user.service file was not quite right. | ||
* fixed partitioned transfer breakage by no space in naturalsize output. | ||
* fix #1354 something is wrong with diskqueue | ||
* fix #1350 post_retry counts missing from sr3 status *retry* | ||
* fix #1346 queue parameters should be earlier in configs now. | ||
* fix #1340 rename not working. | ||
* fix #1337 mirror per umask, not global | ||
* fix #1334 send should fail when zero bytes sent. logging odd. | ||
* fix #1327 inflight NONE in sender causes messages to be retried. | ||
* fix #1325 by handling exception. | ||
* fix #1322 sr3 sender fails to most message when no identity field in message. | ||
* fix #1321 apply default options for all components correctly. | ||
* fix #1315 if stat fails, do not download if EPERM, yes otherwise. | ||
* fix #1309 email send flowcb problem. | ||
* fix #1307 remove needless warning message. | ||
* fix #1301 sr3 status display fractional message rates when (< 1 / second.) | ||
* fix #1300 if checksum calculation fails, do not post. | ||
* work on #624 adding INSTANCE to variable substitution. | ||
* work on #339 moving re-connection attempts from protocol to main loop. | ||
* fix #1288 AM server uses normalish instance numbers. | ||
* fix #1283 disable new config broken. | ||
* fix #1285 add fileSizeMax support to sender. | ||
* fix #1254 fileAgeMin in a poll must behave differently. | ||
* fix #1241 sr3 status more compact. | ||
* fix #1206 exclude retries from lag calculation. | ||
|
||
-- SSC-5CD2310S60 <[email protected]> Tue, 06 Dec 2024 16:42:09 -0500 | ||
|
||
metpx-sr3 (3.00.56) unstable; urgency=medium | ||
|
||
* fix related to #1275 so "attempts 0" works for outages. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.