Skip to content

Commit 0c1097a

Browse files
committed
docs: DIRAC release v7r3p35 notes and tags
1 parent b69b2e9 commit 0c1097a

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

release.notes

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
[v7r3p35]
2+
3+
*Resources
4+
5+
FIX: (#6728) Add a note about XRSL times in ARC(6) vs AREX
6+
FIX: (#6676) Still report AREX statuses if renew/cancel fails
7+
FIX: (#6661) Use full jobID in AREX jobsToCancel
8+
CHANGE: (#6656) try yet another value for Echo removal timeout (their request)
9+
CHANGE: (#6646) Documentation of the CEs
10+
FIX: (#6624) SSHCE getJobOutput()
11+
FIX: (#6624) SLURM getJobOutput() when multi-node allocation and that the job is killed
12+
FIX: (#6615) convert ARC to DIRAC JobID in AREXCE
13+
CHANGE: (#6604) drop the WholeNode CE option from Condor
14+
15+
*Core
16+
17+
FIX: (#6720) Fix in FileHelper module writing to file, fixed exception "TypeError: write() argument must be str, not bytes, because file was opened in the wrong mode.
18+
NEW: (#6643) Support OpenSSL 3.0.x
19+
20+
*FrameworkSystem
21+
22+
FIX: (#6714) ComponentSupervisionAgent: Fix problem if two instances in different systems but with the same name are present on the same machine (e.g., Framework/Monitoring and Monitoring/Monitoring)
23+
24+
*WorkloadManagementSystem
25+
26+
FIX: (#6713) Matcher handles cases of empty Tag in resource description
27+
FIX: (#6602) ExtraPilotOptions can be a comma-separated list
28+
FIX: (#6660) Handle exceptions for ThreadPoolExecutors
29+
30+
*Accounting
31+
32+
FIX: (#6693) JobsPerPilot plot when no data available
33+
34+
*Interfaces
35+
36+
FIX: (#6665) More permissive filter in job kill/delete client API
37+
FIX: (#6632) dirac-admin-add-host: fixed to allow use of long option names
38+
39+
*TransformationSystem
40+
41+
FIX: (#6623) Race condition in TransformationDB.__addDataFiles
42+
43+
*StorageManagementSystem
44+
45+
FIX: (#6610) fix py3 incompatibility in wakeupOldRequests
46+
147
[v7r3p34]
248

349
*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 = 34
109+
patchLevel = 35
110110
preVersion = 0
111111

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

0 commit comments

Comments
 (0)