From 11db63d28ca57b855fcee25c654f100c62e47a50 Mon Sep 17 00:00:00 2001 From: Sergey Dryabzhinsky Date: Tue, 6 Oct 2020 02:13:24 +0300 Subject: [PATCH] Version 1.99.10 --- debian/changelog | 8 ++++++++ resources/qt-webkit-kiosk.ini | 2 +- src/config.h | 2 +- src/qt-webkit-kiosk.pro | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1ab7552..dc7453a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qt-webkit-kiosk (1.99.10-1sergey1) unstable; urgency=medium + + * Fix event to view passthrough by @therealjumbo + * Fix use of qInfo macros with Qt4 + * Security option - local content access to remote urls by @knowack1 + + -- Sergey Dryabzhinsky Thu, 06 Oct 2020 02:12:00 +0300 + qt-webkit-kiosk (1.99.9-1sergey1) unstable; urgency=medium * LocalStorage support by @BrandonLWhite diff --git a/resources/qt-webkit-kiosk.ini b/resources/qt-webkit-kiosk.ini index 4ad9c9a..b7007a9 100644 --- a/resources/qt-webkit-kiosk.ini +++ b/resources/qt-webkit-kiosk.ini @@ -118,7 +118,7 @@ clean-on-exit=false organization=Organization organization-domain=www.example.com name=QtWebkitKiosk -version=1.99.10-dev +version=1.99.10 [printing] enable=false diff --git a/src/config.h b/src/config.h index 8c35bdd..1e75c24 100644 --- a/src/config.h +++ b/src/config.h @@ -14,7 +14,7 @@ #endif #ifndef VERSION - #define VERSION "1.99.10-dev" + #define VERSION "1.99.10" #endif #endif diff --git a/src/qt-webkit-kiosk.pro b/src/qt-webkit-kiosk.pro index b8b8945..4cff1bb 100644 --- a/src/qt-webkit-kiosk.pro +++ b/src/qt-webkit-kiosk.pro @@ -14,7 +14,7 @@ contains(QT_VERSION, ^5\\.[0-9]+\\..*) { CONFIG += console link_pkgconfig TARGET = qt-webkit-kiosk TEMPLATE = app -VERSION = 1.99.10-dev +VERSION = 1.99.10 CONFIG(debug, debug|release) { # here comes debug specific statements