From 5db781144599a83a48fa7cb9badb602b2608dcc9 Mon Sep 17 00:00:00 2001 From: Mike Ovsiannikov Date: Sun, 25 Aug 2024 19:53:18 -0700 Subject: [PATCH] QFS Wiki: *Note that QFS module wheel is now self contained. --- wiki/Release-Notes.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wiki/Release-Notes.md b/wiki/Release-Notes.md index c8545aa6c..f804e46e0 100644 --- a/wiki/Release-Notes.md +++ b/wiki/Release-Notes.md @@ -10,10 +10,11 @@ server backup script. QFS python module / bindings now is only compatible with python3, and python2 is no longer supported. 2. All required QFS shared libraries are now installed along with QFS python -module. On macOS and linux runtime relative linker paths are now used in order -to make installed QFS shared libraries relocatable. With this explicitly -specifying QFS libraries runtime linkers paths with python module is no longer -required. Python QFS module wheel is not build and included into QFS tarball. +module, making QFS module installation self contained. On macOS and linux +runtime relative linker paths are now used in order to make installed QFS shared +libraries relocatable. With this explicitly specifying QFS libraries runtime +linkers paths with python module is no longer required. Python QFS module wheel +is now built and included into QFS tarball. ## Minor improvements