commit dc92cd67efa5c6af8200d23b6f399654689265b0 Author: Paolo Borelli Date: Sun Aug 21 20:07:22 2011 +0200 Relese 1.1.2 NEWS | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit 4e8c0fbce70265dbc433fa482e8afe39de68ec46 Author: Paolo Borelli Date: Sun Aug 21 20:06:44 2011 +0200 Fix distcheck tests/Makefile.plugin | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit f55034556d39f9cdd0eedf544be812e97a1e9833 Author: Ignacio Casal Quinteiro Date: Sun Aug 21 17:56:12 2011 +0200 We need a ChangeLog file 0 files changed, 0 insertions(+), 0 deletions(-) commit 0cee06c36977991d70ad627ceb3c40430b9dfcf9 Author: Vincent Untz Date: Mon Aug 1 09:16:46 2011 +0200 Adapt to and require gjs 1.29.16 gjs-gi was merged in gjs, so update the build system as well as path to headers. https://bugzilla.gnome.org/show_bug.cgi?id=655475 configure.ac | 8 ++++---- loaders/gjs/peas-extension-gjs.c | 4 ++-- loaders/gjs/peas-plugin-loader-gjs.c | 6 +++--- tests/libpeas/extension-gjs.c | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) commit ad68ae3e029a66b6cd6ac0ae98b739471a6ccf02 Author: Ignacio Casal Quinteiro Date: Sun Aug 21 16:57:16 2011 +0200 Pass the right distcheck commands Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c4c2402f8f3ca6b28947559343202c0bae61cf29 Author: Ignacio Casal Quinteiro Date: Sun Aug 21 16:22:09 2011 +0200 configure.ac: create tar.xz configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 707940c86434b81e39444dfbdef7bfd6e5f1a358 Author: Ignacio Casal Quinteiro Date: Sun Aug 21 13:13:18 2011 +0200 Do not make a direct reference to gedit extension points. libpeas/peas-activatable.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8b8f47f4ed275649a2cf3db714990777c2a05a8d Author: Garrett Regier Date: Fri Aug 12 12:05:47 2011 -0700 Fix doc typo libpeas/peas-extension.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2b4041ca56abbdbea37972ad98f5e9b67b847e94 Author: Garrett Regier Date: Thu Aug 18 14:38:29 2011 -0700 Fix warning loaders/python/peas-plugin-loader-python.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit f039f715f774eccad250c83205d2e119b83c78e6 Author: Andika Triwidada Date: Fri Aug 19 12:49:20 2011 +0700 Updated Indonesian translation po/id.po | 50 ++++++++++++++++++++------------------------------ 1 files changed, 20 insertions(+), 30 deletions(-) commit 653f943222a9642533771932f4eb0430438a69af Author: Ignacio Casal Quinteiro Date: Mon Aug 15 13:13:45 2011 +0200 Link against pygobject 3. configure.ac | 10 ++++---- loaders/python/peas-plugin-loader-python.c | 24 +++++------------- peas-demo/plugins/pythonhello/pythonhello.py | 8 +++--- .../plugins/extension-python/extension-python.py | 25 +++++++------------ 4 files changed, 25 insertions(+), 42 deletions(-) commit 5ce8998755d0703ce5080370411da7a087868a22 Author: Diego Escalante Urrelo Date: Wed Jun 29 22:12:31 2011 -0500 docs: update libpeas-sections.txt It was missing the new peas_extension_set_foreach and had some old functions. Bug #653703 docs/reference/libpeas-sections.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit d5073f3a5cf6d279849e4a2f4a9ae6c1a4c64800 Author: Steve Langasek Date: Wed Aug 10 08:37:02 2011 -0700 Do not cast pointers to unsigned integers, not 64-bit-safe GType is an opaque pointer, not an unsigned integer, which means that when you cast it to one, instead of using the ACTUAL RETURN TYPE THAT'S BEEN DECLARED, you get immediate segfaults on 64-bit architectures. https://bugzilla.gnome.org/show_bug.cgi?id=655751 libpeas/peas-extension.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e41b5fb194f1a3e952ac88d39c98a62144aca5e8 Author: Garrett Regier Date: Mon Jul 25 09:51:05 2011 -0700 Post-release version bump for 1.1.2 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 9e34558bce602cf9943b007af33494721eadeeda