commit b6daa71b0bbf3d6da7b84f3d125b7e4da598bb21
Author: Javier Jardón <jjardon@gnome.org>
Date:   Sun Nov 25 19:17:49 2012 +0900

    Release 1.6.2

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 184bd94264bc4dbf5a34315e9153fe8b62f746e7
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Thu Nov 22 08:03:26 2012 -0500

    Fix another gjs single-include issue instance
    
    The tests have the same problem as the loader itself and the last commit
    missed that.  Fix it too.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688617

 tests/libpeas/extension-gjs.c | 1 +
 1 file changed, 1 insertion(+)

commit 2307c53e037f781ab081f909a48c8f354c5ddf44
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Nov 21 22:28:16 2012 -0500

    Workaround gjs single-include issue
    
    gjs features single-include guards for the headers in gjs/ with
    gjs/gjs-module.h being the only header you are supposed to include.
    
    Unfortunately, the headers in gi/ (which do not appear to have their own
    master include file) individually include files from gjs/.
    
    We can workaround the issue by first #include <gjs/gjs-module.h> which
    will skip the single-include guard on the files the second time they get
    included (from the headers in gi/).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688617

 loaders/gjs/peas-extension-gjs.c | 1 +
 1 file changed, 1 insertion(+)

commit 773c252f16ee7c2f676cc79b21c782cd7faddede
Author: Richard Stanislavský <kenny.vv@gmail.com>
Date:   Mon Oct 22 19:56:42 2012 +0200

    Added slovak translation

 po/LINGUAS |   1 +
 po/sk.po   | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 153 insertions(+)

commit 3d8065285d5ec91b5af3999bc0acfb7eb4e99d84
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Tue Oct 16 08:22:13 2012 +0200

    Post release bump version

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b1a0b4299d8d2c0b599b34766848e0cc082b1a94
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Tue Oct 16 08:20:57 2012 +0200

    Release 1.6.1

 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)