Skip to content

Commit 11db63d

Browse files
author
Sergey Dryabzhinsky
committed
Version 1.99.10
1 parent aa6a33c commit 11db63d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
qt-webkit-kiosk (1.99.10-1sergey1) unstable; urgency=medium
2+
3+
* Fix event to view passthrough by @therealjumbo
4+
* Fix use of qInfo macros with Qt4
5+
* Security option - local content access to remote urls by @knowack1
6+
7+
-- Sergey Dryabzhinsky <sergey.dryabzhinsky@gmail.com> Thu, 06 Oct 2020 02:12:00 +0300
8+
19
qt-webkit-kiosk (1.99.9-1sergey1) unstable; urgency=medium
210

311
* LocalStorage support by @BrandonLWhite

resources/qt-webkit-kiosk.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ clean-on-exit=false
118118
organization=Organization
119119
organization-domain=www.example.com
120120
name=QtWebkitKiosk
121-
version=1.99.10-dev
121+
version=1.99.10
122122

123123
[printing]
124124
enable=false

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#endif
1515

1616
#ifndef VERSION
17-
#define VERSION "1.99.10-dev"
17+
#define VERSION "1.99.10"
1818
#endif
1919

2020
#endif

src/qt-webkit-kiosk.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ contains(QT_VERSION, ^5\\.[0-9]+\\..*) {
1414
CONFIG += console link_pkgconfig
1515
TARGET = qt-webkit-kiosk
1616
TEMPLATE = app
17-
VERSION = 1.99.10-dev
17+
VERSION = 1.99.10
1818

1919
CONFIG(debug, debug|release) {
2020
# here comes debug specific statements

0 commit comments

Comments
 (0)