From 14dd8de0817c7f910bfcb1475d3b438c45062252 Mon Sep 17 00:00:00 2001 From: Jan Knedlik <j.knedlik@gsi.de> Date: Thu, 14 Mar 2019 14:22:33 +0100 Subject: [PATCH] slightly rephrased --- README/ReleaseNotes/v618/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README/ReleaseNotes/v618/index.md b/README/ReleaseNotes/v618/index.md index 24108edde50..58113d2499f 100644 --- a/README/ReleaseNotes/v618/index.md +++ b/README/ReleaseNotes/v618/index.md @@ -63,7 +63,7 @@ The methods could be replaced by equivalent methods with other signature: ### TNetXNGFile Added necessary changes to allow [XRootD local redirection](https://github.com/xrootd/xrootd/blob/8c9d0a9cc7f00cbb2db35be275c35126f3e091c0/docs/ReleaseNotes.txt#L14) - Uses standard VectorReadLimits and does not query a XRootD data server (which is unknown in local redirection), when it is redirected to a local file - - Adds a, const char *lurl (defaulted to 0) to TNetXNGFile's ctor, and passes it to TFile, if set. This allows redirection to files that have a different name in the local file system and is important to allow derivation (for example TAlien and TJAlienFile) and to still keep functionality via TArchiveFile when the file name in the local file system does not match *.zip + - Adds a new constructor with a const char *lurl to TNetXNGFile and passes it to TFile, if set. This allows redirection to files that have a different name in the local file system and is important to allow derivation (for example to TAlien and TJAlienFile) while still keeping functionality via TArchiveFile when the file name in the local file system does not match `*.zip` ## TTree Libraries -- GitLab