-
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 'development' into development_py36
- Loading branch information
Showing
11 changed files
with
227 additions
and
91 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,3 +1,14 @@ | ||
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 | ||
|
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 +1 @@ | ||
__version__ = "3.00.57rc1" | ||
__version__ = "3.00.57rc2" |
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
Oops, something went wrong.