diff --git a/README/ReleaseNotes/v618/index.md b/README/ReleaseNotes/v618/index.md index 24108edde503af52efb14cbff185e5a822d9191f..58113d2499f5b69da1ec309b4db0e91f9377c066 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