-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update more version strings
- Loading branch information
Sergey Dryabzhinsky
committed
May 21, 2019
1 parent
a3a0aad
commit fe8df75
Showing
4 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
#endif | ||
|
||
#ifndef VERSION | ||
#define VERSION "1.99.8" | ||
#define VERSION "1.99.9" | ||
#endif | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters