commit 3bd83528996028eac2629c292f27fe5c1455d369
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Oct 11 16:43:00 2016 +0200

    3.18.3

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

commit 83cd0890baa53613b5b0d16e341e953be7fce309
Author: gogo <trebelnik2@gmail.com>
Date:   Mon Oct 10 18:19:39 2016 +0000

    Update Croatian translation

 po/hr.po | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit a9e1c1c307acefea6e4236f7ac28fd8ee420b5e2
Author: gogo <trebelnik2@gmail.com>
Date:   Sun Oct 9 14:39:34 2016 +0000

    Update Croatian translation

 po/hr.po | 4184 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2207 insertions(+), 1977 deletions(-)

commit 1c47177f1c0d2fb18d229a76abdc7683d9c2354a
Author: gogo <trebelnik2@gmail.com>
Date:   Wed Oct 5 22:33:16 2016 +0000

    Updated Croatian translation

 po/hr.po | 8725 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 6143 insertions(+), 2582 deletions(-)

commit ffe6d74041f41f7d9dcb74e89a86d30e9ff11a40
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 23 13:36:20 2016 +0200

    display: Fix possible crash on startup
    
    If no items are added to the GVariantBuilder, g_variant_builder_close()
    would throw a critical, g_variant_builder_end() would throw a
    segmentation fault.
    
    As this can only happen when there are no items added to the output_ids
    hashtable, this should only happen if there are no displays known to
    libgnome-desktop (and therefore mutter).
    
    See https://bugzilla.redhat.com/show_bug.cgi?id=1280075
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771875

 panels/display/cc-display-panel.c | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit 60af2f54b1d87944b0ef0241833eec3ac2b0efb3
Author: Dan Williams <dcbw@redhat.com>
Date:   Fri Jun 3 11:47:07 2016 -0500

    network: fix some SSID escaping issues
    
    nm_utils_escape_ssid() should only be used for debugging purposes,
    but was used in one place for UI display and another place
    for doing actual AP comparison.  Instead, the comparison should
    just operate on the SSID bytes, and the UI display should use
    nm_utils_ssid_to_utf8() which tries to interpret non-ASCII
    characters for better display.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=767205
    https://bugzilla.redhat.com/show_bug.cgi?id=1336714

 panels/network/net-device-wifi.c | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

commit 040fc09deef8f25b3ff83545f6bdfee1203e857b
Author: Wolfgang Stöggl <c72578@yahoo.de>
Date:   Mon Mar 14 15:50:45 2016 +0000

    Updated German translation

 po/de.po | 98 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

commit 2d06bad2614c0eff7df72f45de3bf920514a40f9
Author: Christian Kirbach <christian.kirbach@gmail.com>
Date:   Mon Feb 22 22:50:03 2016 +0100

    Update German translation

 po/de.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit ad7637dfb0420f070d2f7653d492a1db5a2a7f5f
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Sat Jan 16 08:47:55 2016 +0000

    Updated Finnish translation

 po/fi.po | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit 99c2ddcf7cda3dd8ab8c7cef2e5118f1985ee71f
Author: Andrew Cowie <andrew@operationaldynamics.com>
Date:   Tue Dec 22 14:35:07 2015 +1100

    network: Elipsize device metadata fields
    
    Excessively long metadata fields cause the the control-center panel to
    blow out to wider than screen width. Probably the right thing is to
    limit the allocation to the device detail pane from somewhere up the
    stack, but for now, enable ellipsizing and set an max-width to
    constrain the width of things which are there just for information
    anyway; true values are available in the edit dialog.
    
    Closes #759766.
    
    Signed-off-by: Andrew Cowie <andrew@operationaldynamics.com>

 panels/network/panel-common.c | 2 ++
 1 file changed, 2 insertions(+)

commit 64b1281d245843a772a559239850ac3af50e030d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jan 10 15:51:25 2016 +0100

    bluetooth: Don't change the switch status when transitioning
    
    When transitioning from an enabled platform rfkill to disabled, the
    Bluetooth adapter's power will lag behind. Make sure to not change the
    switch's status when we get into this temporary state.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760168

 panels/bluetooth/cc-bluetooth-panel.c | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit 16fc8c0d4b24699e3e047dda1bdee0a919f908e4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jan 10 14:49:15 2016 +0100

    bluetooth: Avoid broken state when enabling Bluetooth
    
    When enabling Bluetooth, and with older versions of the rfkill
    gnome-settings-daemon D-Bus service, we could get into a state where the
    Bluetooth rfkill was off, but the hciX rfkill associated with the
    adapter is blocked.
    
    Avoid showing filler text in that case.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760168

 panels/bluetooth/cc-bluetooth-panel.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 97972433b821e5c5ed66f8cc0b5f0217f2856cda
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jan 10 15:58:57 2016 +0100

    bluetooth: Bump required gnome-bluetooth version
    
    So that the new API is available.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 699af2da7ec28bb60a78d71d98bbad84452c4fcd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jan 10 10:07:15 2016 +0100

    sharing: Ensure Tracker rygel plugin is disabled
    
    The Tracker plugin is enabled by default, and will replace the
    MediaExport plugin is enabled. This means that instead of sharing files
    listed in the paths set in the UI, we'd be sharing the user's files as
    configured in the Search panel. Not what we want to do if this contains
    private files.

 panels/sharing/cc-media-sharing.c | 1 +
 1 file changed, 1 insertion(+)

commit c31de4d083ee3d28f81c380e4ba168e56220d5e1
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Fri Jan 8 15:33:38 2016 +0000

    Updated Finnish translation

 po/fi.po | 173 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 80 insertions(+), 93 deletions(-)

commit e09e7d8a78c671e37d71401f4f7b68860e4f4e98
Author: Leonardo Fontenelle <leonardof@gnome.org>
Date:   Mon Dec 21 11:51:47 2015 +0000

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 184 +++++++++++++++++++++++++++---------------------------------
 1 file changed, 83 insertions(+), 101 deletions(-)

commit 5acad46a1480dcb19f4b0476932bf7778eb004b8
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Dec 13 20:09:41 2015 +0100

    Updated Slovenian translation

 po/sl.po | 368 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 200 insertions(+), 168 deletions(-)

commit 34e33b835fa6bb1d8d064dc0d6694c2ddc62b934