Skip to content

Commit

Permalink
Version 1.99.9
Browse files Browse the repository at this point in the history
- update more version strings
  • Loading branch information
Sergey Dryabzhinsky committed May 21, 2019
1 parent a3a0aad commit fe8df75
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
qt-webkit-kiosk (1.99.9-1sergey1) unstable; urgency=medium

* LocalStorage support by @BrandonLWhite
* fix conflict with std::launch by @joufella
* support for js infinite run interruption
- sould work everywhere but not - only with Windows Qt4 msvc2010 build
- new ini-file options: browser/interrupt_javascript, browser/interrupt_javascript_interval
* drop use of c++11 features - not supported by old GCC

-- Sergey Dryabzhinsky <[email protected]> Sat, 12 Mar 2016 20:46:00 +0400

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

* better network errors handling
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 @@ -109,7 +109,7 @@ clean-on-exit=false
organization=Organization
organization-domain=www.example.com
name=QtWebkitKiosk
version=1.99.8
version=1.99.9

[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.8"
#define VERSION "1.99.9"
#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.8
VERSION = 1.99.9

CONFIG(debug, debug|release) {
# here comes debug specific statements
Expand Down

0 comments on commit fe8df75

Please sign in to comment.