commit 7035adc35b10210d39affdd196e9c8f0b1e8349a
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 11 18:29:10 2013 +0100

    [release] 3.10.3

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

commit 1e3e006e37c05bf928505c3bf67c5b1652223ca9
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Wed Dec 11 12:44:57 2013 +0100

    Change default charset to iso-8859-1 for greater web compatibility
    
    When servers reply with no explicit charset and the page does not specify a
    charset either, the default behaviour on the web has been to consider the
    contents to be in the iso-8859-1 encoding. That is why WebKit's default charset
    setting defaults to iso-8859-1. By changing that default to UTF-8 we break
    some web sites, such as http://www.planalto.gov.br/ccivil_03/leis/lcp/lcp101.htm.
    
    This change restores web compatibility by using the same default as WebKit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720247

 data/org.gnome.epiphany.gschema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c5f6f056bd020ae7e55742255bcf91f3ce3f6ce0
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Dec 8 20:08:49 2013 +0100

    web-extension: do not pass data uris through the uri tester
    
    As this is always going to fail. Also it can be pretty slow
    for large data.

 embed/web-extension/ephy-web-extension.c | 4 ++++
 1 file changed, 4 insertions(+)

commit c1fdf29164ed59cf7096278d13b6f3ccf69ed47e
Author: Michael Catanzaro <mcatanzaro@gnome.org>
Date:   Sun Dec 1 17:33:01 2013 -0600

    Fix text encoding dialog
    
    Same issue and fix as the Seahorse bug below:
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703825

 src/resources/epiphany.ui | 1 +
 1 file changed, 1 insertion(+)

commit 0ed80520c7cbc8c11b0f01329516a6e368c692c8
Author: Andres Gomez <agomez@igalia.com>
Date:   Wed Nov 27 12:48:22 2013 +0200

    uri-tester: Compile regex in JavaScript compatibility mode
    
    AddBlock regexes now are compiled in JavaScript compatibility mode to
    avoid the errors happening from using the patterns from
    https://easylist-downloads.adblockplus.org/easylist.txt .
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719399

 embed/uri-tester.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 578ae7f1f66236d5dfb3e68976219db64d56a22b
Author: Andres Gomez <agomez@igalia.com>
Date:   Wed Nov 27 12:51:49 2013 +0200

    uri-tester: Avoid critical when unref-ing NULL regex
    
    When a regex compilation fails we get an error and NULL. No need to
    unref the NULL pointer.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719405

 embed/uri-tester.c | 1 -
 1 file changed, 1 deletion(-)

commit b944f5b3c8ba5a0c0d60ed095da03c11a3c0fb8b
Author: Daniel Wyatt <Daniel.Wyatt@gmail.com>
Date:   Tue Nov 26 10:14:00 2013 +0000

    ephy-history-view: Call parent class on button release handler
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696653

 lib/widgets/ephy-history-view.c | 3 +++
 1 file changed, 3 insertions(+)

commit 661fab00e206eee5b92e55791c58f0f0ca0518ba
Author: 甘露(Gan  Lu) <rhythm.gan@gmail.com>
Date:   Sat Nov 23 16:34:28 2013 +0800

    Update Chinese simplified translation

 po/zh_CN.po | 624 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 347 insertions(+), 277 deletions(-)