forked from qt/qtvirtualkeyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Id3bdf678c9aff44fc636d1f1880e57e740a8ef8e Reviewed-by: Mitch Curtis <[email protected]>
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Qt 5.9.1 is a bug-fix release. It maintains both forward and backward | ||
compatibility (source and binary) with Qt 5.9.0. | ||
|
||
For more details, refer to the online documentation included in this | ||
distribution. The documentation is also available online: | ||
|
||
http://doc.qt.io/qt-5/index.html | ||
|
||
The Qt version 5.9 series is binary compatible with the 5.8.x series. | ||
Applications compiled for 5.8 will continue to run with 5.9. | ||
|
||
Some of the changes listed in this file include issue tracking numbers | ||
corresponding to tasks in the Qt Bug Tracker: | ||
|
||
https://bugreports.qt.io/ | ||
|
||
Each of these identifiers can be entered in the bug tracker to obtain more | ||
information about a particular change. | ||
|
||
**************************************************************************** | ||
* Library * | ||
**************************************************************************** | ||
|
||
- This release contains mostly minor code improvements. | ||
- [QTBUG-60000] Fixed crash when closing a debugged application that uses | ||
the virtual keyboard. |