Skip to content

Commit

Permalink
2.0.4.patch1
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Jun 16, 2022
1 parent 4355e8a commit 8cc86b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.0.4 to 2.0.4.patch1:
- Better error handling for DBS3Upload block injection (Alan Malta Rodrigues) #11184
- Ensure dataset_lifetime bind is defined for DBS3Buffer/NewSubscription (Alan Malta Rodrigues) #11184
- Fix delayed replication in CouchDB 3.x (Alan Malta Rodrigues) #11184


2.0.4.pre4 to 2.0.4:
- Add extra protection for T0 to prevent archival of workflows having blocks not yet deleted. (Todor Ivanov) #11169

Expand Down
2 changes: 1 addition & 1 deletion src/python/WMCore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"""

__version__ = '2.0.4'
__version__ = '2.0.4.patch1'
__all__ = []

0 comments on commit 8cc86b0

Please sign in to comment.