commit 779dd629b089831f642d67f1b22f52a3ec545349
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Sun Jan 6 11:49:27 2013 +0100

    Release 1.7.0

 NEWS         | 11 ++++++++++-
 configure.ac |  4 ++--
 2 files changed, 12 insertions(+), 3 deletions(-)

commit f197ca8efb9888e883239ef8675a0b30c16fd071
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Sun Jan 6 11:41:53 2013 +0100

    Remove outdated mention of pygi from README

 README | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

commit 590b5e1c3f11b4c5d6b15826aec05caeafaf9258
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Thu Jan 3 14:08:24 2013 +0100

    Support py2 and py3 at the same time
    
    This patch reworks the build system so that we use the same sources to
    build both a python2 loader and a python3 loader. The python 2 one
    keeps the same name for backward compatibility, while the python 3 one
    is explicitely called "python3".
    Supporting py2 and py3 in the same build is tricky since the existing
    autotools support is limited, so we make some assumptions:
     - there are separate --enable-python2 and --enable-python3 flags,
       --enable-python has been removed
     - the py3 loader is in a separate dir but compliles the files from the
       py2 loader
     - for py2 we only check the binary and the python2-config tool, while
       for py3 we use the proper AM_PATH_PYTHON macro
     - for py2 we manually detect pyexecdir, hopefully with the same logic
       used by the AM_PATH_PYTHON macro
     - we do not check for Python.h header anymore since it is not strictly
       needed and autoconf caching makes it difficult
     - for we build the demos only for python3 (unit tests instead are
       replicated for both)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691081

 .gitignore                                         |   7 ++
 configure.ac                                       | 134 +++++++++++++--------
 loaders/Makefile.am                                |   6 +-
 loaders/python/Makefile.am                         |   8 +-
 loaders/python3/Makefile.am                        |  34 ++++++
 peas-demo/plugins/Makefile.am                      |   2 +-
 peas-demo/plugins/pythonhello/pythonhello.plugin   |   2 +-
 tests/libpeas/Makefile.am                          |  13 +-
 tests/libpeas/extension-python3.c                  | 124 +++++++++++++++++++
 tests/libpeas/plugins/Makefile.am                  |   7 +-
 tests/libpeas/plugins/extension-python/Makefile.am |  31 ++++-
 .../extension-python/extension-py.gschema.xml      |   9 ++
 .../plugins/extension-python/extension-py.plugin   |   8 ++
 .../plugins/extension-python/extension-py.py       |  45 +++++++
 .../extension-python/extension-python.gschema.xml  |   9 --
 .../extension-python/extension-python.plugin       |   8 --
 .../plugins/extension-python/extension-python.py   |  45 -------
 .../plugins/extension-python3-nonexistent.plugin   |   8 ++
 tests/libpeas/testing/testing-extension.c          |   1 +
 19 files changed, 377 insertions(+), 124 deletions(-)

commit 519d9ebe0608c855ea84a1050036c93eda7dacbe
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Sat Jan 5 00:55:13 2013 +0100

    Prevent python from generating binary files
    
    Do not generate .pyc and __pycache__ files in the tests: they are not
    needed and break distcheck

 tests/Makefile.plugin             | 4 ----
 tests/testing-util/testing-util.c | 3 +++
 2 files changed, 3 insertions(+), 4 deletions(-)

commit 7a8f01e7621c9a0a508139d0966db56a33ce295b
Author: TmTFx <f.t.public@gmail.com>
Date:   Fri Dec 28 22:21:01 2012 -0200

    Updated Friulian translation

 po/LINGUAS |   1 +
 po/fur.po  | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 139 insertions(+)

commit a512d6969988e22af4d122c4a63472a26948f0ea
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Mon Dec 10 15:42:58 2012 +0530

    Updated Kannada Translations

 po/kn.po | 42 ++++++++++++++++++++++++------------------
 1 file changed, 24 insertions(+), 18 deletions(-)

commit 5d3d80236701eb1ca3f0f9b530294b37ce16b5e6
Author: ManojKumar Giri <mgiri@redhat.com>
Date:   Mon Dec 3 16:48:38 2012 +0530

    Updated Odia Translation with FUEL implementation.

 po/or.po | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 141 insertions(+)

commit 7e060519edfc523c58f9a9bb8261a61f5a63e148
Author: ManojKumar Giri <mgiri@redhat.com>
Date:   Mon Dec 3 16:43:22 2012 +0530

    Added Odia Language into the List.

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)