commit 43ca5e30a330b027c5cbc18466d5ec9c3e576a94
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Jan 8 12:54:36 2016 +0200

    [release] 3.18.3

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

commit 64cf5051418e00c791f21e2029490074833947cf
Author: Andika Triwidada <andika@gmail.com>
Date:   Sat Jan 2 13:57:46 2016 +0000

    Updated Indonesian translation

 po/id.po | 319 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 161 insertions(+), 158 deletions(-)

commit 67fb9c20fba89c9b5e9d42f0d3093d9861b5e1fc
Author: Rafael Fontenelle <rffontenelle@gmail.com>
Date:   Sat Jan 2 07:00:27 2016 +0000

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 331 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 164 insertions(+), 167 deletions(-)

commit 71c0a22880b48ae7e3b04604b11ba1af37dc758a
Author: Michael Catanzaro <mcatanzaro@igalia.com>
Date:   Sat Dec 26 21:40:11 2015 -0600

    Don't feed crap into a GMemoryInputStream
    
    I haven't analyzed this properly to see what's going on here, but this
    is definitely a bug, as this function is often called with -1 for
    data_length. Thanks, -Wsign-compare.

 embed/ephy-about-handler.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f1428f18e4fd99519c494d6f2afd86014b0819ac
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Dec 25 10:23:34 2015 +0100

    Updated Czech translation

 po/cs.po | 623 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 328 insertions(+), 295 deletions(-)

commit e74c215a57cc83a963c34733d558cdf5d41dbc27
Author: Aron Xu <aron@debian.org>
Date:   Wed Dec 23 13:16:02 2015 +0800

    Update Chinese simplified translation

 po/zh_CN.po | 81 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 41 insertions(+), 40 deletions(-)

commit b4dfe8f20b12da43b4ab84a5d1b10f71234a2958
Author: Michael Catanzaro <mcatanzaro@igalia.com>
Date:   Fri Dec 18 09:52:18 2015 -0600

    Revert "EphyUriTester: Drop keys/signatures logic"
    
    This reverts commit d694e8d260831caf181d0939fc2e33a0b4480d6a.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759501

 embed/web-extension/uri-tester.c | 113 +++++++++++++++++++++++++++++++++++++--
 1 file changed, 110 insertions(+), 3 deletions(-)

commit c72d1b23ea9dd648d8000e9e66026ec4e9e29e11
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Wed Dec 16 19:46:53 2015 +0000

    Updated Italian translation

 po/it.po | 330 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 165 insertions(+), 165 deletions(-)

commit 277f35c1516572c157e7cf54ca74cc9bcaa12002
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Mon Dec 14 21:54:54 2015 +0000

    Updated Slovak translation

 po/sk.po | 326 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 162 insertions(+), 164 deletions(-)

commit 696cac71e26d9224b3045ddee94b0218d7c90ddd
Author: Bernd Homuth <dev@hmt.im>
Date:   Mon Dec 14 19:02:54 2015 +0000

    Updated German translation

 po/de.po | 321 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 164 insertions(+), 157 deletions(-)

commit cdf4c477095dbe4a3b30f2c110b809bd26371c8e
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Dec 13 21:20:50 2015 +0200

    Updated Lithuanian translation

 po/lt.po | 322 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 160 insertions(+), 162 deletions(-)

commit d57a52c60a86e0f5c0000e41f5bfa63a6ba06dd8
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Dec 13 20:08:22 2015 +0100

    Updated Slovenian translation

 po/sl.po | 474 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 254 insertions(+), 220 deletions(-)

commit 9f33d1fe5d8fe3555d0963b1d964a6133906bdf2
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Sun Dec 13 07:39:25 2015 +0000

    Updated Portuguese translation

 po/pt.po | 330 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 167 insertions(+), 163 deletions(-)

commit 00f54fc48c8d04ca62f2d672d2cbbcdc12e4393e
Author: Michael Catanzaro <mcatanzaro@igalia.com>
Date:   Fri Dec 11 11:18:25 2015 +0100

    Revert "downloads: Value returned by ephy_download_get_content_type() should not be freed"
    
    This reverts commit 3d1a0d0d1997595cc2a885ac040c729097ee5595.
    
    In Epiphany 3.18, this still needs to be freed. The bug was introduced in f379cfbae025b9c1fe667223cbcbffa893e30c0f after branching for gnome-3-18.

 embed/ephy-download.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 3d1a0d0d1997595cc2a885ac040c729097ee5595
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:   Fri Dec 11 03:40:10 2015 +0800

    downloads: Value returned by ephy_download_get_content_type() should not be freed
    
    ephy_download_get_content_type() was modified to return an existing pointer
    instead of a newly allocated string, so its return value should not be freed
    by the caller.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759200

 embed/ephy-download.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 001b47595c0bb3e0ba301836b88f48e9c8406664
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Fri Dec 11 05:27:31 2015 +0000

    Updated Kazakh translation

 po/kk.po | 320 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 160 insertions(+), 160 deletions(-)

commit 1267a9a43dfb96bb350f0b793ebc426276078bfc
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Thu Dec 10 12:10:17 2015 +0000

    Updated Finnish translation

 po/fi.po | 322 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 160 insertions(+), 162 deletions(-)