commit f0da0bf1a1bb84e9b1dc1fe763b5f2395ed9a078 Author: Shankar Prasad Date: Sun Oct 14 23:53:28 2012 +0530 Added kn.po, updated Kannada translation and added kn to LINGUAS file po/LINGUAS | 1 + po/kn.po | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 137 insertions(+) commit 252e2f4ead0fbf1d2b439f38b718f419e07c803d Author: Jesse van den Kieboom Date: Thu Aug 16 17:02:31 2012 +0200 Better SIGINT handling for python signals module Even though PyInitialize_Ex does not initialize signal handlers, the python signal module does install a handler for SIGINT when the handler for SIGINT is set to SIG_DFL on importing the signal module. To avoid applications not handling SIGINT we set a custom SIGINT handler (if the current SIGINT handler is SIG_DFL) before initializing the python interpreter. This signal handler when invoked simply chains to the default SIGINT handler. https://bugzilla.gnome.org/show_bug.cgi?id=682014 loaders/python/peas-plugin-loader-python.c | 38 ++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) commit f127c377636ab59703da122ce0d7090b30dba116 Author: Ignacio Casal Quinteiro Date: Tue Sep 25 15:51:15 2012 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 13088279bfe60418bd0abe7f0b5710e73cf6aa5a Author: Ignacio Casal Quinteiro Date: Tue Sep 25 15:48:41 2012 +0200 Release 1.6.0 NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-)