commit b5ef5a789595c8842847e0b448ba695ff7560e83 (HEAD -> gnome-3-18)
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 10 14:13:21 2015 +0100

    3.18.2

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

commit 63d61d06eb01bb5c657563f9e04d3507b8442d30 (origin/gnome-3-18)
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Nov 1 00:47:23 2015 +0900

    Updated Korean translation

 po/ko.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 27dcc2fa6364f9c1755e72d4b05da17c43f213bb
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Tue Oct 27 16:33:19 2015 +0100

    background: Fix a few memory leaks
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757189

 panels/background/bg-pictures-source.c | 1 +
 panels/background/cc-background-xml.c  | 2 ++
 2 files changed, 3 insertions(+)

commit bb303cee3ef4f260f6ee600e5733e4c062d06b8d
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Tue Oct 27 14:35:42 2015 +0100

    background: Fix a few memory leaks
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757189

 panels/background/bg-pictures-source.c  | 1 +
 panels/background/cc-background-panel.c | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 41c28816ed99d03452ef98a83bec51bc1f43c127
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Oct 24 21:38:58 2015 +0200

    Updated Czech translation

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

commit b4948733322fda23e893e717c056851732c296c5
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Tue Oct 20 09:53:28 2015 +0200

    Updated Basque language

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

commit 99ef49087597c7e884cdc14d0e9332887db52d7f
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Sat Oct 17 21:25:17 2015 +0200

    keyboard: Fix leak in settings_get_binding()
    
    This fixes:
    ==5944== 64,392 bytes in 4,223 blocks are definitely lost in loss record 16,020 of 16,045
    ==5944==    at 0x4C28C50: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==5944==    by 0x1445EFCC: g_malloc (gmem.c:94)
    ==5944==    by 0x1445F2AE: g_malloc_n (gmem.c:330)
    ==5944==    by 0x144981DC: g_variant_get_strv (gvariant.c:1572)
    ==5944==    by 0x48FA45: settings_get_binding (cc-keyboard-item.c:369)
    ==5944==    by 0x48FA9D: binding_changed (cc-keyboard-item.c:384)
    ==5944==    by 0x141C3E2F: g_cclosure_marshal_VOID__STRINGv (gmarshal.c:1794)
    ==5944==    by 0x141BFBE3: _g_closure_invoke_va (gclosure.c:864)
    ==5944==    by 0x141DA3E7: g_signal_emit_valist (gsignal.c:3292)
    ==5944==    by 0x141DB55F: g_signal_emit (gsignal.c:3439)
    ==5944==    by 0x13EDC81D: g_settings_real_change_event (gsettings.c:386)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756762

 panels/keyboard/cc-keyboard-item.c | 1 +
 1 file changed, 1 insertion(+)

commit caacec3c8654d4f4bdc360f90f2f722b9c2cdb91
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Sat Oct 17 21:21:22 2015 +0200

    keyboard: Fix leak when loading sections
    
    This fixes:
    ==5944== 2,304 bytes in 5 blocks are definitely lost in loss record 15,724 of 16,045
    ==5944==    at 0x4C2AB9D: realloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==5944==    by 0x1445F0B8: g_realloc (gmem.c:159)
    ==5944==    by 0x144217CF: g_array_maybe_expand (garray.c:779)
    ==5944==    by 0x14420C9F: g_array_append_vals (garray.c:418)
    ==5944==    by 0x48ACFA: append_sections_from_file (keyboard-shortcuts.c:558)
    ==5944==    by 0x48B4EE: reload_sections (keyboard-shortcuts.c:737)
    ==5944==    by 0x48EA22: keyboard_shortcuts_init (keyboard-shortcuts.c:2109)
    ==5944==    by 0x489236: cc_keyboard_panel_constructor (cc-keyboard-panel.c:133)
    ==5944==    by 0x141C7C3F: g_object_new_with_custom_constructor (gobject.c:1697)
    ==5944==    by 0x141C7E71: g_object_new_internal (gobject.c:1777)
    ==5944==    by 0x141C8ADA: g_object_new_valist (gobject.c:2038)
    ==5944==    by 0x141C7A85: g_object_new (gobject.c:1622)
    ==5944==    by 0x4547DF: cc_panel_loader_load_by_name (cc-panel-loader.c:213)
    ==5944==    by 0x44DFCB: activate_panel (cc-window.c:157)
    ==5944==    by 0x4504D6: cc_window_set_active_panel_from_id (cc-window.c:1036)
    ==5944==    by 0x44E6A6: item_activated_cb (cc-window.c:280)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756762

 panels/keyboard/keyboard-shortcuts.c | 1 +
 1 file changed, 1 insertion(+)

commit e235a8a0625d93bc94439f79d19a2d274d683e42
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Sat Oct 17 21:17:19 2015 +0200

    keyboard: Fix leak in find_free_settings_path()
    
    ==5944== 90 (16 direct, 74 indirect) bytes in 1 blocks are definitely lost in loss record 11,855 of 16,045
    ==5944==    at 0x4C28C50: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==5944==    by 0x1445EFCC: g_malloc (gmem.c:94)
    ==5944==    by 0x1445F2AE: g_malloc_n (gmem.c:330)
    ==5944==    by 0x144982EC: g_variant_dup_strv (gvariant.c:1621)
    ==5944==    by 0x13EDF251: g_settings_get_strv (gsettings.c:2070)
    ==5944==    by 0x48D56E: find_free_settings_path (keyboard-shortcuts.c:1651)
    ==5944==    by 0x48D663: add_custom_shortcut (keyboard-shortcuts.c:1682)
    ==5944==    by 0x48DB04: add_button_clicked (keyboard-shortcuts.c:1788)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756762

 panels/keyboard/keyboard-shortcuts.c | 1 +
 1 file changed, 1 insertion(+)

commit baff31f43eeef78d2685033f1ec25d345b2a69b4
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Sun Jun 21 11:32:39 2015 +0200

    keyboard: Don't leak CcKeyboardItem::binding
    
    It contains a strdup'ed string, but it's overwritten without being freed
    first from cc_keyboard_item_load_from_gsettings_path() and
    cc_keyboard_item_load_from_gsettings().
    
    This fixes:
    ==5944== 976 bytes in 64 blocks are definitely lost in loss record 15,439 of 16,045
    ==5944==    at 0x4C28C50: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==5944==    by 0x1445EFCC: g_malloc (gmem.c:94)
    ==5944==    by 0x1445F2AE: g_malloc_n (gmem.c:330)
    ==5944==    by 0x144981DC: g_variant_get_strv (gvariant.c:1572)
    ==5944==    by 0x48FA45: settings_get_binding (cc-keyboard-item.c:369)
    ==5944==    by 0x48FDDD: cc_keyboard_item_load_from_gsettings (cc-keyboard-item.c:438)
    ==5944==    by 0x489EB7: append_section (keyboard-shortcuts.c:249)
    ==5944==    by 0x48ADF6: append_sections_from_file (keyboard-shortcuts.c:578)
    ==5944==    by 0x48B4EE: reload_sections (keyboard-shortcuts.c:737)
    ==5944==    by 0x48EA22: keyboard_shortcuts_init (keyboard-shortcuts.c:2109)
    ==5944==    by 0x489236: cc_keyboard_panel_constructor (cc-keyboard-panel.c:133)
    ==5944==    by 0x141C7C3F: g_object_new_with_custom_constructor (gobject.c:1697)
    ==5944==    by 0x141C7E71: g_object_new_internal (gobject.c:1777)
    ==5944==    by 0x141C8ADA: g_object_new_valist (gobject.c:2038)
    ==5944==    by 0x141C7A85: g_object_new (gobject.c:1622)
    ==5944==    by 0x4547DF: cc_panel_loader_load_by_name (cc-panel-loader.c:213)
    ==5944==    by 0x44DFCB: activate_panel (cc-window.c:157)
    ==5944==    by 0x4504D6: cc_window_set_active_panel_from_id (cc-window.c:1036)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756762

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

commit 3b5e7e180561dfdded8e7615f957273ac051551d
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Wed Jul 29 10:58:38 2015 +0200

    shell: Fix leak in cc_shell_item_view_update_cells
    
    ==11430== 48 (24 direct, 24 indirect) bytes in 1 blocks are definitely lost in loss record 10,663 of 18,7
    ==11430==    at 0x4A06C50: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==11430==    by 0x7F260AC: g_malloc (gmem.c:97)
    ==11430==    by 0x7F3F0F7: g_slice_alloc (gslice.c:1007)
    ==11430==    by 0x7F19BE5: g_list_prepend (glist.c:311)
    ==11430==    by 0x684843B: accum_cells (gtkcellarea.c:1563)
    ==11430==    by 0x6850989: gtk_cell_area_box_foreach (gtkcellareabox.c:1145)
    ==11430==    by 0x6848AAA: gtk_cell_area_foreach (gtkcellarea.c:1730)
    ==11430==    by 0x6848490: gtk_cell_area_get_cells (gtkcellarea.c:1573)
    ==11430==    by 0x6857339: gtk_cell_layout_get_cells (gtkcelllayout.c:592)
    ==11430==    by 0x685668F: gtk_cell_layout_default_get_cells (gtkcelllayout.c:342)
    ==11430==    by 0x6857339: gtk_cell_layout_get_cells (gtkcelllayout.c:592)
    ==11430==    by 0x45242B: cc_shell_item_view_update_cells (cc-shell-item-view.c:116)
    ==11430==    by 0x451DDD: cc_shell_category_view_constructed (cc-shell-category-view.c:141)
    ==11430==    by 0x7C8DC10: g_object_new_internal (gobject.c:1814)
    ==11430==    by 0x7C8E71A: g_object_new_valist (gobject.c:2033)
    ==11430==    by 0x7C8D6C5: g_object_new (gobject.c:1617)
    ==11430==    by 0x4520AB: cc_shell_category_view_new (cc-shell-category-view.c:213)
    ==11430==    by 0x44F5D2: add_category_view (cc-window.c:852)
    ==11430==    by 0x44F78B: setup_model (cc-window.c:880)
    ==11430==    by 0x450EBC: create_main_page (cc-window.c:1460)
    ==11430==    by 0x4514F1: create_window (cc-window.c:1553)
    ==11430==    by 0x45170A: cc_window_init (cc-window.c:1587)
    ==11430==    by 0x7CA6E7D: g_type_create_instance (gtype.c:1870)
    ==11430==    by 0x7C8DAC5: g_object_new_internal (gobject.c:1774)
    ==11430==    by 0x7C8E71A: g_object_new_valist (gobject.c:2033)
    ==11430==    by 0x7C8D6C5: g_object_new (gobject.c:1617)
    ==11430==    by 0x451847: cc_window_new (cc-window.c:1602)
    ==11430==    by 0x44D409: cc_application_startup (cc-application.c:262)
    ==11430==    by 0x7C8827D: g_cclosure_marshal_VOID__VOIDv (gmarshal.c:905)
    ==11430==    by 0x7C8590F: g_type_class_meta_marshalv (gclosure.c:1021)
    ==11430==    by 0x7C854D1: _g_closure_invoke_va (gclosure.c:864)
    ==11430==    by 0x7CA0771: g_signal_emit_valist (gsignal.c:3246)
    ==11430==    by 0x7CA18E9: g_signal_emit (gsignal.c:3393)
    ==11430==    by 0x7982671: g_application_register (gapplication.c:2015)
    ==11430==    by 0x79808D2: g_application_real_local_command_line (gapplication.c:983)
    ==11430==    by 0x68143D6: gtk_application_local_command_line (gtkapplication.c:638)
    ==11430==    by 0x7982D4D: g_application_run (gapplication.c:2280)
    ==11430==    by 0x44C96B: main (main.c:57)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756762

 shell/cc-shell-item-view.c | 1 +
 1 file changed, 1 insertion(+)

commit d289aa84e7d0f1b6e1801ac5cbcd383e7eb14d4d
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Wed Jul 29 22:47:49 2015 +0200

    online-accounts: Remove unused private member
    
    This fixes this leak:
    
    ==21491== 384 (40 direct, 344 indirect) bytes in 1 blocks are definitely lost in loss record 18,518 of 19,643
    ==21491==    at 0x8792D3A: g_type_create_instance (gtype.c:1848)
    ==21491==    by 0x8779AC5: g_object_new_internal (gobject.c:1774)
    ==21491==    by 0x8779FD4: g_object_newv (gobject.c:1921)
    ==21491==    by 0x8779676: g_object_new (gobject.c:1614)
    ==21491==    by 0x747DFFC: gtk_list_store_new (gtkliststore.c:424)
    ==21491==    by 0x49C781: goa_panel_add_account_dialog_init (cc-online-accounts-add-account-dialog.c:300)
    ==21491==    by 0x8792E7D: g_type_create_instance (gtype.c:1870)
    ==21491==    by 0x8779AC5: g_object_new_internal (gobject.c:1774)
    ==21491==    by 0x877A71A: g_object_new_valist (gobject.c:2033)
    ==21491==    by 0x87796C5: g_object_new (gobject.c:1617)
    ==21491==    by 0x49CC26: goa_panel_add_account_dialog_new (cc-online-accounts-add-account-dialog.c:380)
    ==21491==    by 0x49B162: get_all_providers_cb (cc-online-accounts-panel.c:701)
    ==21491==    by 0x8426107: g_simple_async_result_complete (gsimpleasyncresult.c:801)
    ==21491==    by 0x8426153: complete_in_idle_cb (gsimpleasyncresult.c:813)
    ==21491==    by 0x8A0C470: g_idle_dispatch (gmain.c:5397)
    ==21491==    by 0x8A09AB8: g_main_dispatch (gmain.c:3122)
    ==21491==    by 0x8A0A8FC: g_main_context_dispatch (gmain.c:3737)
    ==21491==    by 0x8A0AAE0: g_main_context_iterate (gmain.c:3808)
    ==21491==    by 0x8A0ABA4: g_main_context_iteration (gmain.c:3869)
    ==21491==    by 0x846EE55: g_application_run (gapplication.c:2311)
    ==21491==    by 0x44CA4B: main (main.c:57)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756762

 panels/online-accounts/cc-online-accounts-add-account-dialog.c | 3 ---
 1 file changed, 3 deletions(-)

commit 2a76314b1823cbec00acc06ca2823f251e0c5d8f
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Sat Oct 17 21:26:42 2015 +0200

    build: Remove PKG_NAME from autogen.sh
    
    This gets rid of this warning:
    ***Warning*** PKG_NAME is deprecated, you may remove it from autogen.sh
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756762

 autogen.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 0fb4b8fcd5bbf2a7f53027a30a847528066df328
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Sat Oct 17 21:01:22 2015 +0200

    build: Call GNOME_DEBUG_CHECK before AC_PROG_CC
    
    This avoids these warnings:
    configure.ac:32: warning: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG
    aclocal.m4:316: AX_CHECK_ENABLE_DEBUG is expanded from...
    aclocal.m4:390: GNOME_DEBUG_CHECK is expanded from...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756762

 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 865963290d2c60560b87f6383226b40413390537
Author: Daniel Șerbănescu <daniel@serbanescu.dk>
Date:   Sun Oct 18 12:57:09 2015 +0200

    Updated Romanian Translation

 po/ro.po | 2515 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 1182 insertions(+), 1333 deletions(-)

commit 417a0dc2cd9cbb7ac427f293b6499efb380e7825
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sat Oct 17 01:04:18 2015 +0300

    Updated Ukrainian translation

 po/uk.po | 1010 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 526 insertions(+), 484 deletions(-)

commit 59ba46a4b0f989f0695c3127142e0a0c6ee1d833
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Oct 16 17:53:42 2015 +0200

    Amended commit

 po/nb.po | 1 +
 1 file changed, 1 insertion(+)

commit 5248bdf347233a3e0edd055069ff4ee9d7d625e8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Oct 16 17:44:35 2015 +0200

    Updated Norwegian bokmål translation.

 po/nb.po | 129 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 62 insertions(+), 67 deletions(-)

commit 29232cb38c83049be7cb62941e7897000f2111d7
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Oct 14 21:09:54 2015 +0200

    Removed excess colon

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

commit 98753047266de4d35b522bca37c87550d1c9e6c4
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Oct 14 21:08:42 2015 +0200

    Removed excess colon

 po/cs.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 311c33975fa5ada2785a6abc6116454fe8fab7d9
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Oct 14 12:12:30 2015 +0200

    Updated Basque language

 po/eu.po | 828 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 431 insertions(+), 397 deletions(-)

commit 909b33b5b0a0ff5268158780537897d0b29a7b61
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Oct 14 07:27:51 2015 +0200

    Removed excess colon

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

commit 31e0baf5d2b8ac82dfbf065a67e1e31259d23894
Author: Wolfgang Stöggl <c72578@yahoo.de>
Date:   Mon Oct 12 21:05:40 2015 +0000

    Updated German translation

 po/de.po | 1339 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 877 insertions(+), 462 deletions(-)

commit 781e4b14a23fd070000fe322ec3b1791d62bc5c4
Author: Kalev Lember <klember@redhat.com>
Date:   Mon Oct 12 15:13:26 2015 +0200

    Fix syntax errors in gnome-sharing-panel.desktop translations
    
    Remove erroneous linefeeds from gnome-sharing-panel.desktop translations
    that break desktop file syntax.

 po/sr.po       | 2 +-
 po/sr@latin.po | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

commit 65b50407120e686b5edea12c43f3e736afc9d34a (tag: GNOME_CONTROL_CENTER_3_18_1)