Skip to content

Commit ae43f4b

Browse files
committed
docs: v7r2p36 notes and tags
1 parent 7ff88ef commit ae43f4b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

release.notes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
[v7r2p36]
2+
3+
*WorkloadManagement
4+
FIX: (#5635) Bad error handling in OptimizationMindHandler.exec_taskError
5+
FIX: (#5574) Error logging when optimisation fails
6+
7+
*DataManagementSystem
8+
FIX: (#5588) dirac-dms-directory-sync: The script will now try all files and not end a thread if one of the files assigned to be uploaded or downloaded to a thread fails. The script will also print out all failed files, and their error at the end of a thread. A few log messages have been corrected as well.
9+
10+
111
[v7r2p35]
212

313
*TransformationSystem

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

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

0 commit comments

Comments
 (0)