Skip to content

Commit 784f8d8

Browse files
committed
docs: DIRAC release v7r3p36 notes and tags
1 parent 6a6f5f3 commit 784f8d8

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

release.notes

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
[v7r3p36]
2+
3+
*Core
4+
FIX: (#6807) don't use matplotlib deprecated methods
5+
FIX: (#6762) Fix exception in FileHelper.networkToString on Python3
6+
7+
*ConfigurationSystem
8+
FIX: (#6866) VOMS2CSAgent: strip whitespaces from DN entried and nickname
9+
10+
*Interfaces
11+
NEW: (#6850) Add setPriority to Job API
12+
13+
*RequestManagementSystem
14+
CHANGE: (#6844) ReqProxy does not attempt a direct forward to central ReqManager
15+
CHANGE: (#6741) adapt ReqDB to sqlalchemy 2.0
16+
17+
*Resources
18+
FIX: (#6840) Typo in AREX error meesage
19+
FIX: (#6837) Complete AREX renewal
20+
FIX: (#6828) Update AREX delegation renewal
21+
FIX: (#6826) Fix AREX ARCRESTTimeout
22+
FIX: (#6813) fix account parameter in SSHBatchCE
23+
FIX: (#6766) better handle exceptions in AREXCE
24+
25+
*WorkloadManagement
26+
FIX: (#6766) config helper error message
27+
FIX: (#6747) Reorder pilot downloads to minimise race condition
28+
29+
*DataManagementSystem
30+
FIX: (#6816) specify the same column in order_by and distinct in FTS3DB.getNonFinishedOperations
31+
CHANGE: (#6741) adapt FTS3DB to sqlalchemy 2.0
32+
33+
*Tests
34+
NEW: (#6745) Integration test for StorageElementHandler and FileHelper
35+
136
[v7r3p35]
237

338
*Resources

src/DIRAC/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
else:
107107
majorVersion = 7
108108
minorVersion = 3
109-
patchLevel = 35
109+
patchLevel = 36
110110
preVersion = 0
111111

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

0 commit comments

Comments
 (0)