Skip to content

Commit cd90266

Browse files
committed
docs: DIRAC release v7r2p40 notes and tags
1 parent 92ea52d commit cd90266

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

release.notes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
117
[v7r2p39]
218

319
*WorkloadManagementSystem

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

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

0 commit comments

Comments
 (0)