forked from canonical/ubuntu-drivers-common
-
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.
- Loading branch information
Alberto Milone
committed
May 30, 2016
1 parent
d1cc854
commit 7a1501b
Showing
1 changed file
with
10 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,12 +1,19 @@ | ||
ubuntu-drivers-common (1:0.4.19) UNRELEASED; urgency=medium | ||
ubuntu-drivers-common (1:0.4.19) yakkety; urgency=medium | ||
|
||
[ Alberto Milone ] | ||
* gpu-manager.c: | ||
- Fix memory leak in get_alternatives(). Make sure to always free | ||
alternatives->current_core and alternatives->current_egl. | ||
- Partially drop the drm code, and get information about connectors | ||
from sysf. This fixes a long standing performance issue (LP: #1586933). | ||
|
||
[ Ying-Chun Liu (PaulLiu) ] | ||
* Quirks/quirkinfo.py: | ||
- Catch and ignore UnicodeDecodeErrors in dmi info, as some machines | ||
may report board_name as ffffffffffff0a to mean empty, and this | ||
causes an error in python 3. | ||
causes an error in python 3 (LP: #1320868). | ||
|
||
-- Alberto Milone <[email protected]> Thu, 19 May 2016 13:00:13 +0200 | ||
-- Alberto Milone <[email protected]> Mon, 30 May 2016 16:17:42 +0200 | ||
|
||
ubuntu-drivers-common (1:0.4.18) yakkety; urgency=medium | ||
|
||
|