-
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.
- Loading branch information
1 parent
d7a4f90
commit 2115d7d
Showing
2 changed files
with
3 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
metpx-sr3 (3.00.57rc2) UNRELEASED; urgency=medium | ||
metpx-sr3 (3.00.57) unstable; 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. | ||
|
@@ -42,7 +37,7 @@ metpx-sr3 (3.00.57rc1) unstable; urgency=medium | |
* 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 | ||
-- Reid Sunderland <[email protected]> Mon, 20 Jan 2025 09:38:09 -0600 | ||
|
||
metpx-sr3 (3.00.56) unstable; urgency=medium | ||
|
||
|
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 +1 @@ | ||
__version__ = "3.00.57rc2" | ||
__version__ = "3.00.57" |