Skip to content

Commit

Permalink
Version 1.99.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Dryabzhinsky committed Oct 5, 2020
1 parent aa6a33c commit 11db63d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <sergey.dryabzhinsky@gmail.com> Thu, 06 Oct 2020 02:12:00 +0300

qt-webkit-kiosk (1.99.9-1sergey1) unstable; urgency=medium

* LocalStorage support by @BrandonLWhite
Expand Down
2 changes: 1 addition & 1 deletion resources/qt-webkit-kiosk.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#endif

#ifndef VERSION
#define VERSION "1.99.10-dev"
#define VERSION "1.99.10"
#endif

#endif
2 changes: 1 addition & 1 deletion src/qt-webkit-kiosk.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11db63d

Please sign in to comment.