~ubuntu-branches/ubuntu/quantal/libpeas/quantal

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Martin Pitt, Oliver Sauder
  • Date: 2011-09-05 08:41:48 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: package-import@ubuntu.com-20110905084148-u4qhltt1ipo2frj9
Tags: 1.1.3-0ubuntu1
[ Martin Pitt ]
* New upstream release:
  - Link against pygobject 3. (LP: #839712)
  - Do not cast pointers to unsigned integers.
* Drop debian/patches/gint_is_not_gtype, upstream now.
* debian/control.in: Bump python-gobject-dev build dependency to >= 2.90 as
  per upstream configure.ac.
* debian/control.in: Move valac-0.12 to valac to use 0.14.

[ Oliver Sauder ]
* Added peas-gtk vapi file libpeas-gtk-1.0.vapi (LP: #825834) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
3
 
commit 3d3dd8ca1da53b5de518be54f8eba7da008c4521
 
3
commit ad0e1d63fd22d5955c7c3730c0e51dd427f60c82
 
4
Author: Steve Frécinaux <code@istique.net>
 
5
Date:   Tue Aug 30 22:45:04 2011 +0200
 
6
 
 
7
    Force the Glade catalog to install in libpeas' prefix.
 
8
    
 
9
    We should never try to install stuff outside of the prefix we were
 
10
    assigned, due to permission errors, etc.
 
11
    
 
12
    https://bugzilla.gnome.org/show_bug.cgi?id=654106
 
13
 
 
14
 configure.ac |    3 ++-
 
15
 1 files changed, 2 insertions(+), 1 deletions(-)
 
16
 
 
17
commit 4bd48a8ffd1fbdc7acb975f85b8e5a662e909ebf
 
18
Author: Steve Frécinaux <code@istique.net>
 
19
Date:   Tue Aug 30 22:18:38 2011 +0200
 
20
 
 
21
    Fix typo in configure.ac
 
22
 
 
23
 configure.ac |    2 +-
 
24
 1 files changed, 1 insertions(+), 1 deletions(-)
 
25
 
 
26
commit 2885547e78a64aa7e5461965acfab286f94a4a06
 
27
Author: Steve Frécinaux <code@istique.net>
 
28
Date:   Tue Aug 30 22:06:11 2011 +0200
 
29
 
 
30
    Do not expose the old peas_extension_* API to g-ir-scanner.
 
31
    
 
32
    g-ir-scanner chokes because it fails to associate the GObject type
 
33
    returned by the fake _get_type() method with the 'Peas' namespace we use
 
34
    for this library. So we hide all the peas_extension API as the rest of
 
35
    this deprecated API is not in a good shape in GI anyway.
 
36
    
 
37
    Adapted from a patch of Pavel Holejsovsky.
 
38
    
 
39
    https://bugzilla.gnome.org/show_bug.cgi?id=657586
 
40
 
 
41
 libpeas/peas-extension.h |    6 ++++--
 
42
 1 files changed, 4 insertions(+), 2 deletions(-)
 
43
 
 
44
commit 2e5cc92802fd368ef1aa6a60fcedda9ff7903fe2
 
45
Author: Steve Frécinaux <code@istique.net>
 
46
Date:   Tue Aug 30 16:46:09 2011 +0200
 
47
 
 
48
    Fix undefined value in extension set tests.
 
49
 
 
50
 tests/libpeas/extension-set.c |    2 +-
 
51
 1 files changed, 1 insertions(+), 1 deletions(-)
 
52
 
 
53
commit a538f4e68fca7dc80b1d207d4c245eed45f37def
 
54
Author: Garrett Regier <garrettregier@gmail.com>
 
55
Date:   Sun Aug 28 15:22:44 2011 -0700
 
56
 
 
57
    Fix warning when running the demo
 
58
 
 
59
 peas-demo/peas-demo.c |    1 +
 
60
 1 files changed, 1 insertions(+), 0 deletions(-)
 
61
 
 
62
commit 174c88472de5183e477b1fb537fd721d114440fa
 
63
Author: Garrett Regier <garrettregier@gmail.com>
 
64
Date:   Sun Aug 28 05:06:21 2011 -0700
 
65
 
 
66
    Fix all undocumented symbols
 
67
 
 
68
 libpeas-gtk/peas-gtk-configurable.h        |   12 ++++++++++++
 
69
 libpeas-gtk/peas-gtk-plugin-manager-view.h |    9 +++++++++
 
70
 libpeas-gtk/peas-gtk-plugin-manager.h      |    7 +++++++
 
71
 libpeas/peas-activatable.h                 |   15 +++++++++++++++
 
72
 libpeas/peas-engine.h                      |    9 +++++++++
 
73
 libpeas/peas-extension-base.h              |    7 +++++++
 
74
 libpeas/peas-extension-set.h               |   14 ++++++++++++++
 
75
 libpeas/peas-extension.h                   |    5 +++++
 
76
 libpeas/peas-object-module.h               |    7 +++++++
 
77
 9 files changed, 85 insertions(+), 0 deletions(-)
 
78
 
 
79
commit f6c0cd2f1e7286301bc09ad39cafb153eae640be
 
80
Author: Garrett Regier <garrettregier@gmail.com>
 
81
Date:   Sun Aug 28 05:05:21 2011 -0700
 
82
 
 
83
    Update the image of the PeasGtkPluginManager
 
84
 
 
85
 docs/reference/images/peas-gtk-plugin-manager.png |  Bin 18968 -> 26928 bytes
 
86
 1 files changed, 0 insertions(+), 0 deletions(-)
 
87
 
 
88
commit d431344374b98390ca5b0d772f5ce2ba24a77036
 
89
Author: Garrett Regier <garrettregier@gmail.com>
 
90
Date:   Sun Aug 28 00:12:41 2011 -0700
 
91
 
 
92
    Add a test for peas_extension_set_foreach()
 
93
 
 
94
 tests/libpeas/extension-set.c |   24 ++++++++++++++++++++++++
 
95
 1 files changed, 24 insertions(+), 0 deletions(-)
 
96
 
 
97
commit 5e27723a788d1742560d878fdee64746d41e97bc
 
98
Author: Garrett Regier <garrettregier@gmail.com>
 
99
Date:   Sun Aug 28 00:12:22 2011 -0700
 
100
 
 
101
    Remove unneeded PeasPluginInfo (un)refs
 
102
    
 
103
    Because these are tied to the lifetime of the
 
104
    PeasEngine (un)refing them in unneeded.
 
105
 
 
106
 libpeas/peas-extension-base.c |   14 +-------------
 
107
 libpeas/peas-extension-set.c  |    3 ---
 
108
 2 files changed, 1 insertions(+), 16 deletions(-)
 
109
 
 
110
commit a827244742c48e3dea3b01c6a613fd91ecb13985
 
111
Author: Garrett Regier <garrettregier@gmail.com>
 
112
Date:   Sat Aug 27 17:13:12 2011 -0700
 
113
 
 
114
    Fix FSF Address
 
115
    
 
116
    https://bugzilla.gnome.org/show_bug.cgi?id=652993
 
117
 
 
118
 COPYING                                            |    7 ++---
 
119
 libpeas-gtk/peas-gtk-configurable.c                |    2 +-
 
120
 libpeas-gtk/peas-gtk-configurable.h                |    2 +-
 
121
 libpeas-gtk/peas-gtk-disable-plugins-dialog.c      |    2 +-
 
122
 libpeas-gtk/peas-gtk-disable-plugins-dialog.h      |    2 +-
 
123
 libpeas-gtk/peas-gtk-plugin-manager-store.c        |    2 +-
 
124
 libpeas-gtk/peas-gtk-plugin-manager-store.h        |    2 +-
 
125
 libpeas-gtk/peas-gtk-plugin-manager-view.c         |    2 +-
 
126
 libpeas-gtk/peas-gtk-plugin-manager-view.h         |    2 +-
 
127
 libpeas-gtk/peas-gtk-plugin-manager.c              |    2 +-
 
128
 libpeas-gtk/peas-gtk-plugin-manager.h              |    2 +-
 
129
 libpeas-gtk/peas-gtk.h                             |    2 +-
 
130
 libpeas/peas-activatable.c                         |    2 +-
 
131
 libpeas/peas-activatable.h                         |    2 +-
 
132
 libpeas/peas-debug.c                               |    2 +-
 
133
 libpeas/peas-debug.h                               |    2 +-
 
134
 libpeas/peas-dirs.c                                |    2 +-
 
135
 libpeas/peas-dirs.h                                |    2 +-
 
136
 libpeas/peas-engine-priv.h                         |    2 +-
 
137
 libpeas/peas-engine.c                              |    2 +-
 
138
 libpeas/peas-engine.h                              |    2 +-
 
139
 libpeas/peas-extension-base.c                      |    2 +-
 
140
 libpeas/peas-extension-base.h                      |    2 +-
 
141
 libpeas/peas-extension-set.c                       |    2 +-
 
142
 libpeas/peas-extension-set.h                       |    2 +-
 
143
 libpeas/peas-extension-subclasses.c                |    2 +-
 
144
 libpeas/peas-extension-subclasses.h                |    2 +-
 
145
 libpeas/peas-extension-wrapper.c                   |    2 +-
 
146
 libpeas/peas-extension-wrapper.h                   |    2 +-
 
147
 libpeas/peas-extension.c                           |    2 +-
 
148
 libpeas/peas-extension.h                           |    2 +-
 
149
 libpeas/peas-helpers.c                             |    2 +-
 
150
 libpeas/peas-helpers.h                             |    2 +-
 
151
 libpeas/peas-i18n.c                                |   24 ++++++++++----------
 
152
 libpeas/peas-i18n.h                                |   24 ++++++++++----------
 
153
 libpeas/peas-introspection.c                       |    2 +-
 
154
 libpeas/peas-introspection.h                       |    2 +-
 
155
 libpeas/peas-object-module.c                       |    2 +-
 
156
 libpeas/peas-object-module.h                       |    2 +-
 
157
 libpeas/peas-plugin-info-priv.h                    |    2 +-
 
158
 libpeas/peas-plugin-info.c                         |    2 +-
 
159
 libpeas/peas-plugin-info.h                         |    2 +-
 
160
 libpeas/peas-plugin-loader.c                       |    2 +-
 
161
 libpeas/peas-plugin-loader.h                       |    2 +-
 
162
 libpeas/peas.h                                     |    2 +-
 
163
 loaders/c/peas-plugin-loader-c.c                   |    2 +-
 
164
 loaders/c/peas-plugin-loader-c.h                   |    2 +-
 
165
 loaders/gjs/peas-extension-gjs.c                   |    2 +-
 
166
 loaders/gjs/peas-extension-gjs.h                   |    2 +-
 
167
 loaders/gjs/peas-plugin-loader-gjs.c               |    2 +-
 
168
 loaders/gjs/peas-plugin-loader-gjs.h               |    2 +-
 
169
 loaders/python/peas-extension-python.c             |    2 +-
 
170
 loaders/python/peas-extension-python.h             |    2 +-
 
171
 loaders/python/peas-plugin-loader-python.c         |    2 +-
 
172
 loaders/python/peas-plugin-loader-python.h         |    2 +-
 
173
 loaders/seed/peas-extension-seed.c                 |    2 +-
 
174
 loaders/seed/peas-extension-seed.h                 |    2 +-
 
175
 loaders/seed/peas-plugin-loader-seed.c             |    2 +-
 
176
 loaders/seed/peas-plugin-loader-seed.h             |    2 +-
 
177
 peas-demo/peas-demo-window.c                       |    2 +-
 
178
 peas-demo/peas-demo-window.h                       |    2 +-
 
179
 peas-demo/peas-demo.c                              |    2 +-
 
180
 .../helloworld/peasdemo-hello-world-configurable.c |    2 +-
 
181
 .../helloworld/peasdemo-hello-world-configurable.h |    2 +-
 
182
 .../helloworld/peasdemo-hello-world-plugin.c       |    2 +-
 
183
 .../helloworld/peasdemo-hello-world-plugin.h       |    2 +-
 
184
 peas-demo/plugins/pythonhello/pythonhello.py       |    2 +-
 
185
 peas-demo/plugins/secondtime/second-time.c         |    2 +-
 
186
 peas-demo/plugins/secondtime/second-time.h         |    2 +-
 
187
 peas-demo/plugins/seedhello/seedhello.js           |    2 +-
 
188
 tests/libpeas-gtk/plugin-manager-store.c           |    2 +-
 
189
 tests/libpeas-gtk/plugin-manager-view.c            |    2 +-
 
190
 tests/libpeas-gtk/plugin-manager.c                 |    2 +-
 
191
 .../builtin-configurable/builtin-configurable.c    |    2 +-
 
192
 .../builtin-configurable/builtin-configurable.h    |    2 +-
 
193
 .../plugins/builtin-configurable/builtin-plugin.c  |    2 +-
 
194
 .../plugins/builtin-configurable/builtin-plugin.h  |    2 +-
 
195
 .../plugins/configurable/configurable-plugin.c     |    2 +-
 
196
 .../plugins/configurable/configurable-plugin.h     |    2 +-
 
197
 tests/libpeas-gtk/testing/testing.c                |    2 +-
 
198
 tests/libpeas-gtk/testing/testing.h                |    2 +-
 
199
 tests/libpeas/engine.c                             |    2 +-
 
200
 tests/libpeas/extension-c.c                        |    2 +-
 
201
 tests/libpeas/extension-gjs.c                      |    2 +-
 
202
 tests/libpeas/extension-python.c                   |    2 +-
 
203
 tests/libpeas/extension-seed.c                     |    2 +-
 
204
 tests/libpeas/extension-set.c                      |    2 +-
 
205
 .../libpeas/introspection/introspection-callable.c |    2 +-
 
206
 .../libpeas/introspection/introspection-callable.h |    2 +-
 
207
 .../introspection/introspection-properties.c       |    2 +-
 
208
 .../introspection/introspection-properties.h       |    2 +-
 
209
 .../introspection/introspection-unimplemented.c    |    2 +-
 
210
 .../introspection/introspection-unimplemented.h    |    2 +-
 
211
 tests/libpeas/plugin-info.c                        |    2 +-
 
212
 .../libpeas/plugins/extension-c/callable-plugin.c  |    2 +-
 
213
 .../libpeas/plugins/extension-c/callable-plugin.h  |    2 +-
 
214
 .../plugins/extension-c/extension-c-plugin.c       |    2 +-
 
215
 .../plugins/extension-c/extension-c-plugin.h       |    2 +-
 
216
 .../plugins/extension-c/properties-plugin.c        |    2 +-
 
217
 .../plugins/extension-c/properties-plugin.h        |    2 +-
 
218
 tests/libpeas/testing/testing-extension.c          |    2 +-
 
219
 tests/libpeas/testing/testing-extension.h          |    2 +-
 
220
 tests/libpeas/testing/testing.c                    |    2 +-
 
221
 tests/libpeas/testing/testing.h                    |    2 +-
 
222
 tests/plugins/builtin/builtin-plugin.c             |    2 +-
 
223
 tests/plugins/builtin/builtin-plugin.h             |    2 +-
 
224
 tests/plugins/has-dep/has-dep-plugin.c             |    2 +-
 
225
 tests/plugins/has-dep/has-dep-plugin.h             |    2 +-
 
226
 tests/plugins/loadable/loadable-plugin.c           |    2 +-
 
227
 tests/plugins/loadable/loadable-plugin.h           |    2 +-
 
228
 tests/plugins/self-dep/self-dep-plugin.c           |    2 +-
 
229
 tests/plugins/self-dep/self-dep-plugin.h           |    2 +-
 
230
 tests/testing-util/testing-util.c                  |    2 +-
 
231
 tests/testing-util/testing-util.h                  |    2 +-
 
232
 114 files changed, 138 insertions(+), 139 deletions(-)
 
233
 
 
234
commit 2aaca1c161eef8ca901c36a4e7e5daeea3b61a4d
 
235
Author: Garrett Regier <garrettregier@gmail.com>
 
236
Date:   Sun Aug 28 00:11:22 2011 -0700
 
237
 
 
238
    Fix a memory leak in the GJS plugin loader
 
239
 
 
240
 loaders/gjs/peas-plugin-loader-gjs.c |    2 +-
 
241
 1 files changed, 1 insertions(+), 1 deletions(-)
 
242
 
 
243
commit e1f7ad9dd3f9c0eecf16e8a818c04b8083c47867
 
244
Author: Garrett Regier <garrettregier@gmail.com>
 
245
Date:   Sun Aug 28 00:04:05 2011 -0700
 
246
 
 
247
    Prevent recurse complaints when printing unhit log hooks
 
248
 
 
249
 tests/testing-util/testing-util.c |   11 +++++++++--
 
250
 1 files changed, 9 insertions(+), 2 deletions(-)
 
251
 
 
252
commit eb3c046ff3c9e3fc6fbf5621b776b14ec6088330
 
253
Author: Garrett Regier <garrettregier@gmail.com>
 
254
Date:   Sun Aug 21 12:01:04 2011 -0700
 
255
 
 
256
    Use the correct hook when printing error message
 
257
 
 
258
 tests/testing-util/testing-util.c |    1 +
 
259
 1 files changed, 1 insertions(+), 0 deletions(-)
 
260
 
 
261
commit d92de7a737d2ec1f3fb971b4affaa10759ad8803
 
262
Author: Garrett Regier <garrettregier@gmail.com>
 
263
Date:   Mon Aug 22 11:33:23 2011 -0700
 
264
 
 
265
    Fix make clean when $srcdir = $builddir
 
266
 
 
267
 tests/Makefile.plugin |    1 +
 
268
 1 files changed, 1 insertions(+), 0 deletions(-)
 
269
 
 
270
commit edb0f8673a60ded794316e9305a835013ca47754
 
271
Author: Paolo Borelli <pborelli@gnome.org>
 
272
Date:   Sun Aug 21 22:05:51 2011 +0200
 
273
 
 
274
    Post-release version bump for 1.1.3
 
275
 
 
276
 configure.ac |    4 ++--
 
277
 1 files changed, 2 insertions(+), 2 deletions(-)
 
278
 
 
279
commit a0ca60fce6dd6ca21271c87cfc1d2e2f9a7e9514
 
280
Author: Paolo Borelli <pborelli@gnome.org>
 
281
Date:   Sun Aug 21 20:07:22 2011 +0200
 
282
 
 
283
    Relese 1.1.2
 
284
 
 
285
 NEWS |   12 ++++++++++++
 
286
 1 files changed, 12 insertions(+), 0 deletions(-)
 
287
 
 
288
commit 25e198482fb3d7e5811d4771addeeaab16e8a716
 
289
Author: Paolo Borelli <pborelli@gnome.org>
 
290
Date:   Sun Aug 21 20:06:44 2011 +0200
 
291
 
 
292
    Fix distcheck
 
293
 
 
294
 tests/Makefile.plugin |   12 ++++++++++++
 
295
 1 files changed, 12 insertions(+), 0 deletions(-)
 
296
 
 
297
commit f55034556d39f9cdd0eedf544be812e97a1e9833
 
298
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
299
Date:   Sun Aug 21 17:56:12 2011 +0200
 
300
 
 
301
    We need a ChangeLog file
 
302
 
 
303
 0 files changed, 0 insertions(+), 0 deletions(-)
 
304
 
 
305
commit 0cee06c36977991d70ad627ceb3c40430b9dfcf9
 
306
Author: Vincent Untz <vuntz@gnome.org>
 
307
Date:   Mon Aug 1 09:16:46 2011 +0200
 
308
 
 
309
    Adapt to and require gjs 1.29.16
 
310
    
 
311
    gjs-gi was merged in gjs, so update the build system as well as path to
 
312
    headers.
 
313
    
 
314
    https://bugzilla.gnome.org/show_bug.cgi?id=655475
 
315
 
 
316
 configure.ac                         |    8 ++++----
 
317
 loaders/gjs/peas-extension-gjs.c     |    4 ++--
 
318
 loaders/gjs/peas-plugin-loader-gjs.c |    6 +++---
 
319
 tests/libpeas/extension-gjs.c        |    2 +-
 
320
 4 files changed, 10 insertions(+), 10 deletions(-)
 
321
 
 
322
commit ad68ae3e029a66b6cd6ac0ae98b739471a6ccf02
 
323
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
324
Date:   Sun Aug 21 16:57:16 2011 +0200
 
325
 
 
326
    Pass the right distcheck commands
 
327
 
 
328
 Makefile.am |    2 +-
 
329
 1 files changed, 1 insertions(+), 1 deletions(-)
 
330
 
 
331
commit c4c2402f8f3ca6b28947559343202c0bae61cf29
 
332
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
333
Date:   Sun Aug 21 16:22:09 2011 +0200
 
334
 
 
335
    configure.ac: create tar.xz
 
336
 
 
337
 configure.ac |    2 +-
 
338
 1 files changed, 1 insertions(+), 1 deletions(-)
 
339
 
 
340
commit 707940c86434b81e39444dfbdef7bfd6e5f1a358
 
341
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
342
Date:   Sun Aug 21 13:13:18 2011 +0200
 
343
 
 
344
    Do not make a direct reference to gedit extension points.
 
345
 
 
346
 libpeas/peas-activatable.c |    4 ++--
 
347
 1 files changed, 2 insertions(+), 2 deletions(-)
 
348
 
 
349
commit 8b8f47f4ed275649a2cf3db714990777c2a05a8d
 
350
Author: Garrett Regier <garrettregier@gmail.com>
 
351
Date:   Fri Aug 12 12:05:47 2011 -0700
 
352
 
 
353
    Fix doc typo
 
354
 
 
355
 libpeas/peas-extension.c |    2 +-
 
356
 1 files changed, 1 insertions(+), 1 deletions(-)
 
357
 
 
358
commit 2b4041ca56abbdbea37972ad98f5e9b67b847e94
 
359
Author: Garrett Regier <garrettregier@gmail.com>
 
360
Date:   Thu Aug 18 14:38:29 2011 -0700
 
361
 
 
362
    Fix warning
 
363
 
 
364
 loaders/python/peas-plugin-loader-python.c |    2 --
 
365
 1 files changed, 0 insertions(+), 2 deletions(-)
 
366
 
 
367
commit f039f715f774eccad250c83205d2e119b83c78e6
 
368
Author: Andika Triwidada <andika@gmail.com>
 
369
Date:   Fri Aug 19 12:49:20 2011 +0700
 
370
 
 
371
    Updated Indonesian translation
 
372
 
 
373
 po/id.po |   50 ++++++++++++++++++++------------------------------
 
374
 1 files changed, 20 insertions(+), 30 deletions(-)
 
375
 
 
376
commit 653f943222a9642533771932f4eb0430438a69af
 
377
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
378
Date:   Mon Aug 15 13:13:45 2011 +0200
 
379
 
 
380
    Link against pygobject 3.
 
381
 
 
382
 configure.ac                                       |   10 ++++----
 
383
 loaders/python/peas-plugin-loader-python.c         |   24 +++++-------------
 
384
 peas-demo/plugins/pythonhello/pythonhello.py       |    8 +++---
 
385
 .../plugins/extension-python/extension-python.py   |   25 +++++++------------
 
386
 4 files changed, 25 insertions(+), 42 deletions(-)
 
387
 
 
388
commit 5ce8998755d0703ce5080370411da7a087868a22
 
389
Author: Diego Escalante Urrelo <descalante@igalia.com>
 
390
Date:   Wed Jun 29 22:12:31 2011 -0500
 
391
 
 
392
    docs: update libpeas-sections.txt
 
393
    
 
394
    It was missing the new peas_extension_set_foreach and had some old
 
395
    functions.
 
396
    
 
397
    Bug #653703
 
398
 
 
399
 docs/reference/libpeas-sections.txt |    2 ++
 
400
 1 files changed, 2 insertions(+), 0 deletions(-)
 
401
 
 
402
commit d5073f3a5cf6d279849e4a2f4a9ae6c1a4c64800
 
403
Author: Steve Langasek <steve.langasek@canonical.com>
 
404
Date:   Wed Aug 10 08:37:02 2011 -0700
 
405
 
 
406
    Do not cast pointers to unsigned integers, not 64-bit-safe
 
407
    
 
408
    GType is an opaque pointer, not an unsigned integer, which means that when
 
409
    you cast it to one, instead of using the ACTUAL RETURN TYPE THAT'S BEEN
 
410
    DECLARED, you get immediate segfaults on 64-bit architectures.
 
411
    
 
412
    https://bugzilla.gnome.org/show_bug.cgi?id=655751
 
413
 
 
414
 libpeas/peas-extension.c |    2 +-
 
415
 1 files changed, 1 insertions(+), 1 deletions(-)
 
416
 
 
417
commit e41b5fb194f1a3e952ac88d39c98a62144aca5e8
 
418
Author: Garrett Regier <garrettregier@gmail.com>
 
419
Date:   Mon Jul 25 09:51:05 2011 -0700
 
420
 
 
421
    Post-release version bump for 1.1.2
 
422
 
 
423
 configure.ac |    4 ++--
 
424
 1 files changed, 2 insertions(+), 2 deletions(-)
 
425
 
 
426
commit 9e34558bce602cf9943b007af33494721eadeeda
4
427
Author: Garrett Regier <garrettregier@gmail.com>
5
428
Date:   Mon Jul 25 09:44:05 2011 -0700
6
429
 
9
432
 NEWS |   10 ++++++++++
10
433
 1 files changed, 10 insertions(+), 0 deletions(-)
11
434
 
12
 
commit d0dac6c387048624064502493e52ef199d029825
 
435
commit 5f05767d818250237bed8a578a8bc1c58e3c89c7
13
436
Author: Garrett Regier <garrettregier@gmail.com>
14
437
Date:   Mon Jul 25 09:42:52 2011 -0700
15
438
 
20
443
 tests/libpeas/plugins/extension-python/Makefile.am |    3 +--
21
444
 3 files changed, 5 insertions(+), 7 deletions(-)
22
445
 
 
446
commit b5ea94463b7ceb499f75ca67433772535f1716e7
 
447
Author: Steve Frécinaux <code@istique.net>
 
448
Date:   Mon Jul 25 17:09:53 2011 +0200
 
449
 
 
450
    Add Garrett Regier to our DOAP file.
 
451
    
 
452
    Welcome to the new maintainer!
 
453
 
 
454
 libpeas.doap |    8 ++++++++
 
455
 1 files changed, 8 insertions(+), 0 deletions(-)
 
456
 
23
457
commit f8820617f0e186a79d2fa7c546943ea1770c3f64
24
458
Author: Garrett Regier <garrettregier@gmail.com>
25
459
Date:   Mon Jul 18 17:26:26 2011 -0700