Skip to content

Commit 0113ddb

Browse files
committed
v7r3-pre6 notes and tags
1 parent 05f8598 commit 0113ddb

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

release.notes

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
[v7r3-pre5]
1+
[v7r3-pre6]
22

33
FIX: (#5028) Replaced all the cases of BaseException use by Exception
44

55
*Core
66
FIX: (#4997) Handle SIGINT correctly when reading certificate passwords
77
NEW: (#4997) dirac-configure can now be ran without arguments when using Python 3
88
CHANGE: (#4937) removed dirac-agent, dirac-service, dirac-executor scripts (use '_' counterparts instead)
9+
CHANGE: (#5110) Removed Core.Utilities.Grid.getBdiiCEInfo function use Utilities.Glue2.getGlue2CEInfo.
10+
Also dropped ldapSite, ldapCluster, ldapCE, ldapCEState, ldapCEVOView, ldapService functions
11+
12+
*Configuration
13+
CHANGE: (#5110) Dropped Glue2Only and Glue2URLS options from Bdii2CSAgent, Glue2 is now the only way
14+
CHANGE: (#5110) dirac-admin-add-resources: drop -g -G options, Glue2 is now the only way
15+
CHANGE: (#5110) Configuration.Client.Utilities functions getGridCEs, getSiteUpdates no longer take glue2 parameter
16+
17+
*Interfaces
18+
CHANGE: (#5110) DiracAdmin: dropped getBDII* functions, which were looking for Glue1 information
19+
CHANGE: (#5110) removed dirac-admin-bdii-info command
920

1021
*Framework:
1122
CHANGE: (#4303) Removed completely the SystemLogging

src/DIRAC/__init__.py

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

111111
version = "v%sr%s" % (majorVersion, minorVersion)
112112
# Make it so that __version__ is always PEP-440 style

0 commit comments

Comments
 (0)