Skip to content

Commit 0141786

Browse files
committed
docs: DIRAC release v7r3p37 notes and tags
1 parent 0495fe8 commit 0141786

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

release.notes

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
[v7r3p37]
2+
3+
*WorkloadManagement
4+
5+
FIX: (#7043) fix(StalledJobAgent): after a job was Killed, we have to force the Failed.
6+
FIX: (#6972) JobStatus: add staging to checking transition, needed by StorageManagementSystem (Stager)
7+
NEW: (#6963) tests for RemoteRunner
8+
CHANGE: (#6963) RemoteRunner can deal with MP applications, clean job outputs and process more applications
9+
FIX: (#6963) Modify the DIRACVersion in the PushJobAgent
10+
FIX: (#6987) return specific exit code in RemoteRunner in case of failure
11+
FIX: (#6984) Getting the value of /LocalSite/RemoteExecution
12+
13+
*Resources
14+
15+
FIX: (#7037) add workaround for https timeout when dowloading file
16+
FIX: (#6990) ARCLogLevel
17+
NEW: (#6963) cleanJob() in AREX
18+
CHANGE: (#6963) executables from inputs are passed as executables in the XRSL in ARC and AREX
19+
20+
*docs
21+
22+
CHANGE: (#6963) more details in the "supercomputers" section
23+
124
[v7r3p36]
225

326
*Core

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 = 36
109+
patchLevel = 37
110110
preVersion = 0
111111

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

0 commit comments

Comments
 (0)