From 18dcc3495c8dca7c8d70fd97afce791c1b04f5ca Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 1 Oct 2020 13:12:22 -0400 Subject: [PATCH] doc/CHANGES_1_9.txt - update for 1.9.1 release --- doc/CHANGES_1_9.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/CHANGES_1_9.txt b/doc/CHANGES_1_9.txt index d312b7a98..b829ba1b4 100644 --- a/doc/CHANGES_1_9.txt +++ b/doc/CHANGES_1_9.txt @@ -2,8 +2,16 @@ General: ======== * C++11 is now required. Qt4 is still supported, but this is the last release with support for Qt4. * Fix rpath for Unix/Linux/macOS (#181). -* Improve cmake usage by setting the install interface directories on the library targets (#196). You can just link to KDSoap::kdsoap and you'll get the correct include paths now. - * New installing file for Conan (WIP - see conan folder) +* Improve cmake usage by setting the install interface directories on the library targets (#196). + You can just link to KDSoap::kdsoap and you'll get the correct include paths now. +* New installing file for Conan (WIP - see conan folder) + +In release 1.9.1: +----------------- +* Restore previous EULA (LICENSE.txt and LICENSE.US.txt) +* remove unittests: onvif_org_event, onvif_ptz, onvif.org WSDL +* Fix static linking examples and unittests in the CMake buildsystem +* small buildsystem improvements Client-side: ============