Skip to content

Commit f0b2839

Browse files
committed
docs: v7r2p35 notes and tags
1 parent c7c4a98 commit f0b2839

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

release.notes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
[v7r2p35]
2+
3+
*TransformationSystem
4+
FIX: (#5624) TransformationCleaningAgent 'deletes', do not 'remove' jobs
5+
FIX: (#5598) fix bug in TransformationCleaningAgent, that was NOT removing jobs but
6+
only deleting them
7+
8+
*WorkloadManagementSystem
9+
FIX: (#5598) removing jobs instead of deleting them when bulk submission fails
10+
11+
*ConfigurationSystem
12+
FIX: (#5592) ServiceInterface.py - use ThreadPoolExecutor instead of ThreadPool to avoid
13+
thread leaks in the ConfigurationServer
14+
115
[v7r2p34]
216

317
*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 = 34
108+
patchLevel = 35
109109
preVersion = 0
110110

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

0 commit comments

Comments
 (0)