Merge ~3v1n0/ubuntu/+source/gdm3:ubuntu/gdm-client-refcounting-issues-fix into ~ubuntu-desktop/ubuntu/+source/gdm3:ubuntu/master
Proposed by
Marco Trevisan (Treviño)
Status: | Merged |
---|---|
Merged at revision: | fee5745935863d720034e0f94cfa69e3f7331a38 |
Proposed branch: | ~3v1n0/ubuntu/+source/gdm3:ubuntu/gdm-client-refcounting-issues-fix |
Merge into: | ~ubuntu-desktop/ubuntu/+source/gdm3:ubuntu/master |
Diff against target: |
1931 lines (+1723/-35) 16 files modified
debian/changelog (+22/-0) debian/patches/libgdb-Try-to-reuse-connections-from-the-available-proxie.patch (+162/-0) debian/patches/libgdm-Don-t-double-ref-the-connection-got-from-task.patch (+35/-0) debian/patches/libgdm-Don-t-leak-connection-on-sync-re-authentication.patch (+21/-0) debian/patches/libgdm-Don-t-save-manager-address.patch (+102/-0) debian/patches/libgdm-Drop-weak-refs-on-the-GDBusConnection.patch (+128/-0) debian/patches/libgdm-Return-NULL-on-invalid-client-instances.patch (+84/-0) debian/patches/libgdm-Unref-the-manager-propagated-from-task.patch (+36/-0) debian/patches/libgdm-Use-auto-pointers-and-cleanup-code.patch (+65/-0) debian/patches/libgdm-don-t-keep-manager-proxy-around-longer-than-we-nee.patch (+315/-0) debian/patches/libgdm-drop-support-for-serializing-multiple-opens.patch (+189/-0) debian/patches/libgdm-fix-pointer-boolean-task-confusion.patch (+47/-0) debian/patches/libgdm-get-connection-explicitly.patch (+393/-0) debian/patches/libgdm-use-g_object_unref-instead-of-g_clear_object-for-w.patch (+64/-0) debian/patches/series (+13/-0) debian/patches/ubuntu_nvidia_prime.patch (+47/-35) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Iain Lane | Approve | ||
Review via email:
|
Commit message
Cherry pick upstream 3.28 commits to fix ref-counting issues
Fixes LP: #1766137
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
I did a Debian merge instead, by `git merge' on the tag that I created on the master branch. On top of that I cherry-picked 485d8ac85d2c526 468994eb66c95d5 56ac98e3fd.
Thanks!