We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ea52d commit cd90266Copy full SHA for cd90266
release.notes
@@ -1,3 +1,19 @@
1
+[v7r2p40]
2
+
3
+*WorkloadManagementSystem
4
+FIX: (#5827) Matcher: fix understanding of tags
5
6
+*Core
7
+CHANGE: (#5811) JEncode bytes, tests
8
+FIX: (#5803) do not allow arbitrary code execution in JEncode
9
10
+*ConfigurationSystem
11
+CHANGE: (#5811) align with JEncode changes
12
13
+*DataManagementSystem
14
+FIX: (#5786) dirac-dms-directory-sync crashes on macOS
15
+FIX: (#5776) Fix pickle error in dirac-dms-directory-sync
16
17
[v7r2p39]
18
19
*WorkloadManagementSystem
src/DIRAC/__init__.py
@@ -105,7 +105,7 @@
105
else:
106
majorVersion = 7
107
minorVersion = 2
108
- patchLevel = 39
+ patchLevel = 40
109
preVersion = 0
110
111
version = "v%sr%s" % (majorVersion, minorVersion)
0 commit comments