commit 2ae1c15183b4f4e1f4e160bc16fc0debbeb3ccc9
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Nov 1 17:53:29 2017 +0100

    3.26.2

 NEWS         | 33 +++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 34 insertions(+), 1 deletion(-)

commit 6cc56ac47a320386e9d70dd387dc057ac808a257
Author: Sebastien Bacher <seb128@ubuntu.com>
Date:   Tue Oct 10 11:07:03 2017 +0200

    privacy: use the correct gsd housekeeping bus name
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737624

 panels/privacy/cc-privacy-panel.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 468f7bfc6b4d9c8aba01583dd9c06423730ddee7
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Nov 1 16:45:46 2017 +0100

    network: Avoid crashing if NM reports no devices or no connections
    
    Seems like NM changed behavior recently but, in any case, better safe
    than sorry.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788716

 panels/network/cc-network-panel.c | 6 ++++--
 panels/network/cc-wifi-panel.c    | 7 +++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 896f08c358073d5ee02fc3f48ac26a36ba3764f9
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Tue Sep 26 14:16:01 2017 -0400

    background: Drop dead background screenshot code
    
    The screenshot was only trying to capture gnome-shell's top bar to
    overlay on the background preview but now on 3.26 the top bar might be
    transparent which obviously wouldn't work at all for previewing a
    different wallpaper.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788206

 panels/background/cc-background-panel.c | 224 ++------------------------------
 1 file changed, 9 insertions(+), 215 deletions(-)

commit c4d86d4aa0c37d8cb3a73987ee6da9dcb8549f0a
Author: Xiang Fan <sfanxiang@gmail.com>
Date:   Sat Oct 21 11:24:08 2017 +0800

    network/proxy: destroy dialog with the class
    
    The dialog has several bindings to proxy settings, so it shouldn't
    outlive the proxy class.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788776

 panels/network/net-proxy.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 45a285b7d3f8f38d8b2320ac26f69d0a5d5e83c3
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon Oct 30 18:04:23 2017 +0100

    network/eap-method-tls: Don't require a private key password
    
    The private key may be unencrypted or we might want to enable "always
    ask".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789660

 panels/network/wireless-security/eap-method-tls.c | 9 ---------
 1 file changed, 9 deletions(-)

commit bddd95fc7a26a283dc8a89a1f58896c930d7ee94
Author: Andrea Azzarone <andrea.azzarone@canonical.com>
Date:   Fri Oct 27 19:00:16 2017 +0200

    sound: Discard selection-changed events that are not triggered by the user
    
    The tree view in the input and the output tab uses the "selection-changed"
    signal. This implies that when a row is removed (e.g. when unplugging heaphones) g-c-c
    will receive the signal and try to change the active port. G-c-c should not be the one
    deciding deciding which port should be active, the user or PA are smart enough. We
    should descard selection-changed events that are not triggered by an user interaction.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789551

 panels/sound/gvc-mixer-dialog.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 88ea8e3a4ad4135b48a1ec99b872acd6ce4b9868
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Mon Oct 30 01:06:47 2017 +0000

    Update Japanese translation

 po/ja.po | 57 ++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 32 insertions(+), 25 deletions(-)

commit bc96770bdc0852590cd3ae70b4d0a1b7562b1f5e
Author: Jeremy Bicha <jbicha@ubuntu.com>
Date:   Sun Oct 22 11:10:43 2017 -0400

    notifications: Add help link
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789321

 panels/notifications/cc-notifications-panel.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit ddbb5756ddec4244a6a67ea167281a9316f81233
Author: Jeremy Bicha <jbicha@ubuntu.com>
Date:   Sun Oct 22 11:10:27 2017 -0400

    wifi: Fix help link
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789321

 panels/network/cc-wifi-panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fc3161bb1074756b4ea5cdbf52b2dee734390e92
Author: Felipe Borges <felipeborges@gnome.org>
Date:   Tue Oct 24 11:53:28 2017 +0200

    printers: Make sure IPP_STATE_IDLE is defined
    
    This changes are necessary because we don't require cups >= 1.4,
    due to downstreams still shipping old cups versions.
    
    The IPP_STATE_IDLE symbol has been introduced in cups 1.7. The
    IPP_IDLE constant has been deprecated.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789397

 panels/printers/pp-printer.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 743e0216f6235fc8f86a5a5151fd1b45984a07b6
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:   Tue Oct 10 01:24:34 2017 +0000

    Update Brazilian Portuguese translation

 po/pt_BR.po | 199 +++++++++++++++++++-----------------------------------------
 1 file changed, 62 insertions(+), 137 deletions(-)

commit 3d9934c6faf7636fa0b4e5f9da33c08ac6e32635
Author: Jeremy Bicha <jbicha@ubuntu.com>
Date:   Fri Oct 6 11:38:19 2017 -0400

    info: Fix .desktop for About
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788608

 panels/info/gnome-info-overview-panel.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 812219b777302b16b60fac1b8d98e730a1c7edb9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Oct 9 20:51:48 2017 +0200

    Updated Slovenian translation

 po/sl.po | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 46860edfd3938e99eb197d758fb5f9e53b8dbfe2
Author: Christian Kirbach <Christian.Kirbach@gmail.com>
Date:   Sat Oct 7 13:43:22 2017 +0000

    Update German translation

 po/de.po | 110 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

commit e9d83a6318e60a0835b62b1dc2c2bcfae432bdeb
Author: Xavi Ivars <xavi.ivars@gmail.com>
Date:   Thu Oct 5 13:58:18 2017 +0200

    [l10n] Updated Catalan (Valencian) translation

 po/ca@valencia.po | 6376 +++++++++++++++++++++++++++++++----------------------
 1 file changed, 3710 insertions(+), 2666 deletions(-)