File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
36
[v7r3p35]
2
37
3
38
*Resources
Original file line number Diff line number Diff line change 106
106
else :
107
107
majorVersion = 7
108
108
minorVersion = 3
109
- patchLevel = 35
109
+ patchLevel = 36
110
110
preVersion = 0
111
111
112
112
version = "v%sr%s" % (majorVersion , minorVersion )
You can’t perform that action at this time.
0 commit comments