commit 08d5438f7dc3e24fdf7742344874383fe19be606
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Fri Sep 13 14:50:46 2013 +0200

    3.8.5

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

commit d2a176493d869f92204aae3f610c44904ccdde05
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Sep 12 13:18:14 2013 +0200

    network: Fix empty ignore-hosts setting
    
    If the ignore-hosts setting is set to an empty array we were using
    unintialized memory.
    
    This also now ignores zero length strings if there are any in the
    array.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707966

 panels/network/net-proxy.c | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

commit 4cf6bf42037160168fc4a96751578fbe34b0fbb6
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Sep 12 11:12:31 2013 +0200

    network: Don't include spaces in proxy's ignore-hosts setting
    
    We should also ignore any zero length strings resulting from
    g_strsplit_set().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707966

 panels/network/net-proxy.c | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit 54d2c4a1742081acf2a91ce69ee879e235ac8f77
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Thu Sep 12 15:51:52 2013 -0400

    background: Fix crasher when entering/leaving the background panel
    
    g_application_get_dbus_connection() does not return a ref, so we
    shouldn't try to free it.

 panels/background/cc-background-panel.c | 2 --
 1 file changed, 2 deletions(-)

commit fc1317d4166961314b23a49ea00bc43e78bca392
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Wed Sep 11 23:09:53 2013 +0200

    Updated Danish translation

 po/da.po | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit d96bf70edfd73c73e95bb16d1ecbd09f6df1c750
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Wed Sep 11 23:07:31 2013 +0200

    Updated Danish translation

 po/da.po | 4806 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 4523 insertions(+), 283 deletions(-)

commit fc82561cb9ec8de3f986b90dd026683fae3cefb8
Author: Ondrej Holy <oholy@redhat.com>
Date:   Tue Jul 23 16:34:44 2013 +0200

    user-accounts: username generation fix
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703748

 panels/user-accounts/um-account-dialog.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit a759b5caa059dcde9e1e0dbaeed24763df034824
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Sep 11 14:14:23 2013 +0200

    network: Remove a spurious signal handler
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707906

 panels/network/net-device-mobile.c | 5 -----
 1 file changed, 5 deletions(-)

commit d6a9d12d4b9be76fc27ee53a7e13e3ccee37a6fd
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Wed Sep 11 16:12:49 2013 +0200

    network: Fix a possible crash with no active connections
    
    As a precaution, check the return value of get_active_connections to
    avoid dereferencing a NULL pointer.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=990196
    https://bugzilla.gnome.org/show_bug.cgi?id=707906

 panels/network/net-device-mobile.c | 2 +-
 panels/network/net-device-simple.c | 2 +-
 panels/network/net-device-wifi.c   | 2 +-
 panels/network/net-vpn.c           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit eecb43696974bfb3132e7a95d6f5640ade28a98c
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Sep 11 11:03:29 2013 +0200

    Updated Basque language

 po/eu.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cc3ed8ad1f79ff6a629db3108806a2ffa0c6d991
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 6 02:14:08 2013 -0300

    background: Fix debug message
    
    We're never capturing the whole screen, only a single monitor.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706578

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

commit 82a1d47726f2159caa608992a9385b3022f265da
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 6 02:13:07 2013 -0300

    background: Fix top bar location on dual-head
    
    For testing:
    xrandr --addmode VGA1 1024x768
    xrandr --output VGA1 --mode 1024x768 --left-of eDP1
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706578

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

commit 67f959bf9671901293b2cc2d3c1b494b80b7447c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 7 14:38:41 2013 -0300

    network: Disconnect from signal on finalize
    
    The connection editor connects to permission-changed on its NMClient,
    but didn't disconnect from that signal when dropping the NMClient
    reference in finalize.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700989

 panels/network/connection-editor/net-connection-editor.c | 2 ++
 1 file changed, 2 insertions(+)

commit 04f1094cc5c27197d53fa8ebcf6e6e640c1d5a72
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 19 23:40:26 2013 +0200

    background: Fix memory corruption when creating preview
    
    When using a single screen, the captured area was too small, and
    we were copying data from out-of-bounds of the pixbuf area.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696166

 panels/background/cc-background-panel.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit fdcbcd590d7ff1ad4dd759fb3d2135bd14b135b3
Author: Christian Kirbach <christian.kirbach@gmail.com>
Date:   Sat Sep 7 21:25:10 2013 +0200

    Updated German translation

 po/de.po | 411 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 212 insertions(+), 199 deletions(-)

commit 3f825804dccb9f743c7ce384ff621ac65373c4d7
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Aug 20 03:04:11 2013 +0100

    datetime: Ensure that translated strings for timezones are UTF-8
    
    This was fixed in commit 2c4bba74e07405205b22c684b3822d13aa429ea7 but
    then got lost in a code refactor in commit
    3686cf7eb8528b19597945e2c19ba0f619ef42f6.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706350

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

commit cd58878ba2e9ecd52e7739d184d771b53b226b4f
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Fri Aug 9 22:03:48 2013 +0900

    l10n: Update Japanese translation

 po/ja.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a6b79fd98ecf449b736b8576c31889f17befc901
Author: Jonh Wendell <jonh.wendell@intel.com>
Date:   Fri Aug 2 13:31:51 2013 -0300

    user-accounts: make sure to check for permissions everywhere
    
    every time we call show_user() we should also verify the permissions.
    this fixes the issue where sometimes we may have some controls
    enabled on startup, even on 'locked' state.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705322

 panels/user-accounts/um-user-panel.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 565e702c4f4120e6cdf49c63f51577c3151a147a
Author: Jonh Wendell <jonh.wendell@intel.com>
Date:   Fri Aug 2 12:17:37 2013 -0300

    online-accounts: proper align the 'No accounts' label
    
    use the default label align, "FILL", instead of "CENTER". this
    fixes some issues in languages like zh_TW.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705354

 panels/online-accounts/online-accounts.ui | 2 --
 1 file changed, 2 deletions(-)

commit 1db4f91467fd16ebaa231716a286c7d4d9e36c26
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Fri Aug 2 13:27:09 2013 +0100

    shell: prevent a warning if the monitor number is not available yet
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705297

 shell/cc-window.c | 3 +++
 1 file changed, 3 insertions(+)

commit 307c7000f206b73d219cd6194d04ad46ad8485d4
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Thu Aug 1 15:55:35 2013 +0100

    shell: prevent the window from being taller than the height of the monitor
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705297

 shell/cc-window.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit eff349f8a9242854f4686c2adcf7ee3f226dbece
Author: Jonh Wendell <jonh.wendell@intel.com>
Date:   Mon Jul 29 12:34:25 2013 -0300

    sharing: don't allow empty passwords in screen sharing
    
    if the user chooses to use a password but doesn't provide one,
    then revert the option to not use a password at all.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703512

 panels/sharing/cc-sharing-panel.c | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit 781a8bdf4fee52bc7aa8ca8fa23011edb82af35f
Author: Jonh Wendell <jonh.wendell@intel.com>
Date:   Mon Jul 29 14:42:48 2013 -0300

    user-accounts: really selects the newly-created user
    
    complement to 6dc71282858625af53283d0cd23364f2ed4aa7dd
    
    make sure to only return the newly created User object when
    it is fully loaded.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704426

 panels/user-accounts/um-account-dialog.c | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)