Skip to content

Commit 3f7282f

Browse files
committed
docs: v7r2p37 notes and tags
1 parent 515c352 commit 3f7282f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

release.notes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
[v7r2p37]
2+
3+
*Core
4+
FIX: (#5667) Race condition which causes multiple connections to be opened when the connection to an executor drops
5+
CHANGE: (#5667) Improve logging split between message/varmessage in execuctors
6+
FIX: (#5638) Tasks never get removed from the ExecutorState if an UnrecoverableTaskException is raised
7+
8+
*ConfigurationSystem
9+
CHANGE: (#5660) Bdii2CSAgent: add InjectSingleCoreQueue option to automatically create single core equivalents for MutliCore Queues , kind of fixes #5582
10+
CHANGE: (#5660) Bdii2CSAgent: CEs in the BannedCEs list are no longer updated by the agent, previously this list only concerned CEs that are not already in the Configuration, fixes #5224
11+
CHANGE: (#5660) dirac-admin-add-resources: add --onecore option to automatically create single core equivalents for MutliCore Queues
12+
FIX: (#5660) dirac-admin-add-resources: fix the query about adding new CEs, this can now be answered in the negative
13+
114
[v7r2p36]
215

316
*WorkloadManagement

src/DIRAC/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
else:
106106
majorVersion = 7
107107
minorVersion = 2
108-
patchLevel = 36
108+
patchLevel = 37
109109
preVersion = 0
110110

111111
version = "v%sr%s" % (majorVersion, minorVersion)

0 commit comments

Comments
 (0)