File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ [v7r2p21]
2+
3+ *Core
4+ FIX: (#5334) Use selectors(2) instead of select.select to avoid issues with file descriptors > 1024, fixes #5232
5+ FIX: (#5336) ElasticSearchDB: use ca certs file if requested
6+ FIX: (#5328) ElasticSearchDB: work on a copy of the documents in generateDocs()
7+
8+ *WorkloadManagement
9+ FIX: (#5332) Fix unassigning sandboxes when removing jobs from the transformation system
10+
11+ *Resources
12+ NEW: (#5329) Added PBSResourceUsage unit test
13+
114[v7r2p20]
215
316*Resources
Original file line number Diff line number Diff line change 105105else :
106106 majorVersion = 7
107107 minorVersion = 2
108- patchLevel = 20
108+ patchLevel = 21
109109 preVersion = 0
110110
111111 version = "v%sr%s" % (majorVersion , minorVersion )
You can’t perform that action at this time.
0 commit comments