Skip to content

Commit

Permalink
2.3.6rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Aug 30, 2024
1 parent 109dc80 commit 707fcee
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.3.6rc1 to 2.3.6rc2:
- proper fix for extra line in voms-proxy-info output (Stefano Belforte) #12084
- Update restartComponent.sh script to notify everyone in the WMCore team (Alan Malta Rodrigues) #12080
- New docker wrapper script to manage docker actions on stable images, and its implementation in the CI/CD template (Valentin Kuznetsov) #12005


2.3.5 to 2.3.6rc1:
- skip possible JVM msg in voms-proxy-info output. Fix #12075 (Stefano Belforte) #12076
- Fix patchComponent logic to find the correct python lib && Add logic to zero the codebase before every patch to the version/tag deployed at the host (Todor Ivanov) #12074
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.3.6rc1'
__version__ = '2.3.6rc2'
__all__ = []

0 comments on commit 707fcee

Please sign in to comment.