Skip to content

Commit

Permalink
2.2.6rc4
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Nov 30, 2023
1 parent 169e528 commit 720f16c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.2.6rc3 to 2.2.6rc4:
- Introduce transition attribute in MSPileup record (Valentin Kuznetsov) #11802
- New test campaigns added to parseUnifiedCampaigns (Alan Malta Rodrigues) #11806
- Give priority to older workflows when fetching from database for JobSubmitter (German Giraldo) #11804
- Ignore hidden vscode directory - for VSCode IDE (Alan Malta Rodrigues) #11795
- Initial implementation for WorkflowUpdater component (Alan Malta Rodrigues) #11795
- Deployment related changes to support component WorkflowUpdater (Alan Malta Rodrigues) #11795
- Make DBS3Upload slightly more verbose (Alan Malta Rodrigues) #11768


2.2.6rc2 to 2.2.6rc3:
- Add support for customName in MSPileup (Valentin Kuznetsov) #11765
- Handle gfal exceptions while listing baseDirEntry && Avoid extra stat operations during recursion. (#11794) (Todor Ivanov) #11794
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.2.6rc3'
__version__ = '2.2.6rc4'
__all__ = []

0 comments on commit 720f16c

Please sign in to comment.