~ubuntu-branches/ubuntu/oneiric/dbus-glib/oneiric-updates

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-11-01 10:51:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061101105101-2dbr969h8k05n1b2
Tags: 0.72-0ubuntu1
* Sync with pkg-utopia SVN. This is infact 0.72-1 which sits in NEW
* New upstream release
* debian/control:
  + Require libdbus-1-dev (>= 0.94) and libglib2.0-dev (>= 2.6)
  + Add build dependency on gtk-doc-tools (>= 1.4)
* debian/control,
  debian/libdbus-glib-1-doc.install:
  + Add libdbus-glib-1-doc package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 6de547af3bd7d2c8b77464435c45d22bba702cc7
 
2
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
3
Date:   Thu Oct 26 10:22:26 2006 +0100
 
4
 
 
5
    Correct spellings in NEWS
 
6
 
 
7
 NEWS |   37 +++++++++++++++++++++++--------------
 
8
 1 files changed, 23 insertions(+), 14 deletions(-)
 
9
 
 
10
commit 83f8ed0935c37b3b5668d1a512370a51f73ccc27
 
11
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
12
Date:   Wed Oct 25 22:14:02 2006 +0100
 
13
 
 
14
    Update NEWS for release.
 
15
 
 
16
 NEWS |   36 ++++++++++++++++++++++++++++++++++++
 
17
 1 files changed, 36 insertions(+), 0 deletions(-)
 
18
 
 
19
commit c449668fd2b8b92fde03a83ba76a0eb8bb2a9326
 
20
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
21
Date:   Wed Oct 25 21:12:03 2006 +0100
 
22
 
 
23
    only use -Wfloat-equal if compiler supports it
 
24
    Closes #7658. Thanks to Jens Granseuer <jensgr@gmx.net> for the patch.
 
25
 
 
26
 configure.ac |   31 +++++++++++++++++++++++++++----
 
27
 1 files changed, 27 insertions(+), 4 deletions(-)
 
28
 
 
29
commit 505e48a851e38664c45e482b8f75ebbfd27fe278
 
30
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
31
Date:   Wed Oct 25 21:00:18 2006 +0100
 
32
 
 
33
    return NULL from g_return_val_if_fail in dbus_g_proxy_begin_call
 
34
    Closes #4159.
 
35
 
 
36
 dbus/dbus-gproxy.c |    4 ++--
 
37
 1 files changed, 2 insertions(+), 2 deletions(-)
 
38
 
 
39
commit 62acdb49360dfbf994ef38c8e97d9190d30149f3
 
40
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
41
Date:   Wed Oct 25 20:26:04 2006 +0100
 
42
 
 
43
    Add dbus-gidl.h to IGNORE_HFILES for doxygen docs
 
44
 
 
45
 doc/reference/Makefile.am |    1 +
 
46
 1 files changed, 1 insertions(+), 0 deletions(-)
 
47
 
 
48
commit 0d9889a99241aebc863237faf8126663c97ae059
 
49
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
50
Date:   Wed Oct 25 20:17:55 2006 +0100
 
51
 
 
52
    Update tools/Makefile.am for new dbus-binding-tool behaviour
 
53
 
 
54
 tools/Makefile.am |    2 +-
 
55
 1 files changed, 1 insertions(+), 1 deletions(-)
 
56
 
 
57
commit 0aa2db3f6f18bff7d5c62a00f052ca89e21b269f
 
58
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
59
Date:   Wed Oct 25 20:03:31 2006 +0100
 
60
 
 
61
    Remove bashism in make-dbus-glib-error-enum.sh
 
62
    Closes #6700.
 
63
 
 
64
 dbus/make-dbus-glib-error-enum.sh |    2 +-
 
65
 1 files changed, 1 insertions(+), 1 deletions(-)
 
66
 
 
67
commit 74bcfcfbc242325ca470d483817ae37fa8d41f25
 
68
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
69
Date:   Wed Oct 25 19:37:12 2006 +0100
 
70
 
 
71
    Fix introspection when object has exported properties.
 
72
    dbus-gobject:write_interface was completely broken
 
73
    Fix thanks to mccann@jhu.edu.
 
74
    Closes #8607.
 
75
 
 
76
 dbus/dbus-gobject.c |    3 +--
 
77
 1 files changed, 1 insertions(+), 2 deletions(-)
 
78
 
 
79
commit 3647d0df5780967dd505d3c046ab37ada70529bf
 
80
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
81
Date:   Wed Oct 25 19:14:50 2006 +0100
 
82
 
 
83
    Require --prefix in dbus-binding-tool
 
84
    Closes #4185.
 
85
 
 
86
 dbus/dbus-glib-tool.c |    8 +++++++-
 
87
 1 files changed, 7 insertions(+), 1 deletions(-)
 
88
 
 
89
commit 054c6476495a6f85ae708ed81b9053bf666897b7
 
90
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
91
Date:   Wed Oct 25 18:34:49 2006 +0100
 
92
 
 
93
    Dont shadow index.
 
94
    Rename useage of index to index_. Thanks stdlib...
 
95
    Closes #8353.
 
96
 
 
97
 dbus/dbus-gtype-specialized.c |   12 ++++++------
 
98
 dbus/dbus-gvalue.c            |   14 +++++++-------
 
99
 2 files changed, 13 insertions(+), 13 deletions(-)
 
100
 
 
101
commit d3a494dced8e3f2de111f23ae3fbab6e32f4051a
 
102
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
103
Date:   Wed Oct 25 18:27:20 2006 +0100
 
104
 
 
105
    Fix small leak when marshal_table is destroyed
 
106
    Closes #6870 with patch from Richard Hult <richard@imendio.com>
 
107
 
 
108
 dbus/dbus-gobject.c |    9 ++++++++-
 
109
 1 files changed, 8 insertions(+), 1 deletions(-)
 
110
 
 
111
commit 9bfec032a72e7af5945336fecbb9b6e0b6f2de9e
 
112
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
113
Date:   Wed Oct 25 18:24:53 2006 +0100
 
114
 
 
115
    Fixes crash if disposing one DBusGProxy causes another for the
 
116
    same service
 
117
    to be unrefed in a destoyed callback.
 
118
 
 
119
 dbus/dbus-gproxy.c         |   14 +++++++++
 
120
 test/core/test-dbus-glib.c |   67
 
121
 +++++++++++++++++++++++++++++++++++++++++++-
 
122
 2 files changed, 78 insertions(+), 3 deletions(-)
 
123
 
 
124
commit 53bf71bd852810a271d13a73ba445622616c711c
 
125
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
126
Date:   Wed Oct 25 16:41:38 2006 +0100
 
127
 
 
128
    Bump version to 0.72
 
129
    and use modern AC_INIT, AM_INIT_AUTOMAKE
 
130
 
 
131
 configure.ac |    4 ++--
 
132
 1 files changed, 2 insertions(+), 2 deletions(-)
 
133
 
 
134
commit 28a54df202f089a3e00930e36a787c175501be41
 
135
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
136
Date:   Wed Oct 25 14:36:25 2006 +0100
 
137
 
 
138
    Clean generated run-with-tmp-session-bus.conf on make clean
 
139
 
 
140
 test/core/Makefile.am |    4 +++-
 
141
 1 files changed, 3 insertions(+), 1 deletions(-)
 
142
 
 
143
commit bcf15d72892582c28755563ca63182c198ef8f64
 
144
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
145
Date:   Wed Oct 25 14:35:25 2006 +0100
 
146
 
 
147
    Actually run unit tests and checks when doing make distcheck
 
148
 
 
149
 Makefile.am |    2 +-
 
150
 1 files changed, 1 insertions(+), 1 deletions(-)
 
151
 
 
152
commit 7c21166ef7ce9b370448a39c6c6744813933abee
 
153
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
154
Date:   Wed Oct 25 14:33:53 2006 +0100
 
155
 
 
156
    Use TEST_CORE_SERVICE_BINARY path for core test service file
 
157
 
 
158
 .../data/valid-service-files/debug-glib.service.in |    2 +-
 
159
 1 files changed, 1 insertions(+), 1 deletions(-)
 
160
 
 
161
commit d6980d9d59edcf14cc1ab5af3945bd740a3f2495
 
162
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
163
Date:   Wed Oct 25 14:32:14 2006 +0100
 
164
 
 
165
    Use dbus-daemon --introspect to generate DBus service introspect xml
 
166
 
 
167
 tools/Makefile.am |    2 +-
 
168
 1 files changed, 1 insertions(+), 1 deletions(-)
 
169
 
 
170
commit 505f5486f055558934718672f1328b52fab6cd6e
 
171
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
172
Date:   Wed Oct 25 14:30:23 2006 +0100
 
173
 
 
174
    Actually make interfaces tests work
 
175
    Working interfaces/Makefile.am
 
176
    Make service file for interfaces test service
 
177
    Fix up configure.ac appropriately.
 
178
    Sanitise service/object namespace for interfaces tests
 
179
    Remove accidentally added test/interfaces/.Makefile.am.sw
 
180
 
 
181
 configure.ac                      |    6 ++-
 
182
 test/interfaces/Makefile.am       |   81
 
183
 ++++++++++++++++---------------------
 
184
 test/interfaces/run-test.sh       |   23 +----------
 
185
 test/interfaces/test-client.c     |   22 +++++-----
 
186
 test/interfaces/test-goodbye.xml  |    4 +-
 
187
 test/interfaces/test-hello.xml    |    4 +-
 
188
 test/interfaces/test-interfaces.c |    4 +-
 
189
 test/interfaces/test-objects.c    |    8 ++--
 
190
 test/interfaces/test-server.c     |    8 ++--
 
191
 test/interfaces/test-song.xml     |    4 +-
 
192
 10 files changed, 69 insertions(+), 95 deletions(-)
 
193
 
 
194
commit 4a479fe9516b141d94e57489f7e624ea6b94cb94
 
195
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
196
Date:   Tue Oct 24 19:51:12 2006 +0100
 
197
 
 
198
    Make interfaces tests work
 
199
    Working interfaces/Makefile.am
 
200
    Make service file for interfaces test service
 
201
    Fix up configure.ac appropriately.
 
202
    Sanitise service/object namespace for interfaces tests
 
203
    Remove accidentally added test/interfaces/.Makefile.am.swp
 
204
 
 
205
 .../valid-service-files/interfaces-test.service.in |    3 +++
 
206
 test/interfaces/.Makefile.am.swp                   |  Bin
 
207
 2 files changed, 3 insertions(+), 0 deletions(-)
 
208
 
 
209
commit 4db00a26f0c67db96ff6185286658278678e23bd
 
210
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
211
Date:   Tue Oct 24 18:07:26 2006 +0100
 
212
 
 
213
    Changes for test/interfaces
 
214
    Changed configure.ac and test/Makefile.am
 
215
 
 
216
 configure.ac     |    1 +
 
217
 test/Makefile.am |    4 ++--
 
218
 2 files changed, 3 insertions(+), 2 deletions(-)
 
219
 
 
220
commit 4f6a75760f55eeb79113d09baa46ecdd09e100e6
 
221
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
222
Date:   Tue Oct 24 16:36:08 2006 +0100
 
223
 
 
224
    Add tests for new interfaces functionaility
 
225
    From bug #5173
 
226
 
 
227
 test/interfaces/.Makefile.am.swp  |  Bin
 
228
 test/interfaces/.gitignore        |    4 +
 
229
 test/interfaces/Makefile.am       |   86 +++++++++++++++++++++++++
 
230
 test/interfaces/run-test.sh       |   38 +++++++++++
 
231
 test/interfaces/test-client.c     |   85 +++++++++++++++++++++++++
 
232
 test/interfaces/test-goodbye.xml  |    9 +++
 
233
 test/interfaces/test-hello.xml    |   10 +++
 
234
 test/interfaces/test-interfaces.c |  126
 
235
 +++++++++++++++++++++++++++++++++++++
 
236
 test/interfaces/test-interfaces.h |   48 ++++++++++++++
 
237
 test/interfaces/test-objects.c    |   73 +++++++++++++++++++++
 
238
 test/interfaces/test-objects.h    |   31 +++++++++
 
239
 test/interfaces/test-server.c     |   56 ++++++++++++++++
 
240
 test/interfaces/test-song.xml     |    9 +++
 
241
 13 files changed, 575 insertions(+), 0 deletions(-)
 
242
 
 
243
commit 4467ffca15e4783b7e90f1349be18fca3807b6cb
 
244
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
245
Date:   Tue Oct 24 15:42:42 2006 +0100
 
246
 
 
247
    Bump GLib dependancy to 2.6
 
248
    Closes #4390.
 
249
 
 
250
 configure.ac |    4 ++--
 
251
 1 files changed, 2 insertions(+), 2 deletions(-)
 
252
 
 
253
commit 6ac144ff50d6c87795b470fb74cc1c0dd3e549a7
 
254
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
255
Date:   Tue Oct 17 17:06:48 2006 +0100
 
256
 
 
257
    Add gobject-2.0 to dbus-glib-1.pc.in
 
258
    glib bindings depend on gobject. Its amazing we've got this far with
 
259
    noone noticiing this bug...
 
260
 
 
261
 dbus-glib-1.pc.in |    2 +-
 
262
 1 files changed, 1 insertions(+), 1 deletions(-)
 
263
 
 
264
commit 03e629cabe1100527c467fc5bf2a8aa4f7d3a6f5
 
265
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
266
Date:   Wed Oct 4 19:30:46 2006 -0400
 
267
 
 
268
    Remove accidentally added test/interfaces stuff in the autotools
 
269
 
 
270
 configure.ac     |    1 -
 
271
 test/Makefile.am |    4 ++--
 
272
 2 files changed, 2 insertions(+), 3 deletions(-)
 
273
 
 
274
commit 8e2c2ba5f8f0a25708bac86cafa46be02a1bdb78
 
275
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
276
Date:   Wed Oct 4 19:16:35 2006 -0400
 
277
 
 
278
    Fix up tests
 
279
    Puts all exposed servies in the org.freedesktop.DBus.GLib namespace
 
280
    Make tests run again!
 
281
 
 
282
 test/core/run-test.sh                              |    6 -
 
283
 test/core/test-dbus-glib.c                         |  142
 
284
 ++++++++++----------
 
285
 test/core/test-profile.c                           |    6 -
 
286
 test/core/test-service-glib.c                      |   16 +-
 
287
 test/core/test-service-glib.xml                    |    6 -
 
288
 test/core/test-thread-client.c                     |    4 -
 
289
 test/core/test-thread-server.c                     |    2
 
290
 .../data/valid-service-files/debug-echo.service.in |    2
 
291
 .../data/valid-service-files/debug-glib.service.in |    2
 
292
 test/test-service.c                                |   28 ++--
 
293
 10 files changed, 107 insertions(+), 107 deletions(-)
 
294
 
 
295
commit c0bb50ca11675274464d91ed5651676449ce360d
 
296
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
297
Date:   Wed Oct 4 19:13:34 2006 -0400
 
298
 
 
299
    Update autofoo for new tests layout
 
300
 
 
301
 configure.ac     |    1 +
 
302
 test/Makefile.am |    4 ++--
 
303
 2 files changed, 3 insertions(+), 2 deletions(-)
 
304
 
 
305
commit 33412cde926a9fc6ce86618835661bbc48475177
 
306
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
307
Date:   Wed Oct 4 23:43:29 2006 +0100
 
308
 
 
309
    Make autogen a bit more useful for maintainers
 
310
    Adds default configure parameters - the ones you usually want ;)
 
311
 
 
312
 autogen.sh |   12 ++++++++----
 
313
 1 files changed, 8 insertions(+), 4 deletions(-)
 
314
 
 
315
commit b47e9bca585b1104f6d7309b02da27b123015611
 
316
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
317
Date:   Wed Sep 27 14:12:26 2006 +0100
 
318
 
 
319
    Update COPYING and HACKING to be correct for dbus-glib
 
320
 
 
321
 COPYING |    9 ++++-----
 
322
 HACKING |   11 +++++++++++
 
323
 2 files changed, 15 insertions(+), 5 deletions(-)
 
324
 
 
325
commit 50541a23757d59d93918db52c9e9c65596d943c5
 
326
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
327
Date:   Wed Sep 27 14:04:19 2006 +0100
 
328
 
 
329
    Autoconf changes from test/glib -> test/core move
 
330
 
 
331
 configure.ac     |    4 ++--
 
332
 test/Makefile.am |    4 ++--
 
333
 2 files changed, 4 insertions(+), 4 deletions(-)
 
334
 
 
335
commit 01024785e818e72c06ba44e8feea926e8aa8f7a8
 
336
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
337
Date:   Wed Sep 27 14:02:42 2006 +0100
 
338
 
 
339
    add an .gitignore
 
340
 
 
341
 .gitignore |  205
 
342
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
343
 1 files changed, 205 insertions(+), 0 deletions(-)
 
344
 
 
345
commit 003840bd5f08802fb2a63b3c49f9d0685f6f292b
 
346
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
347
Date:   Wed Sep 27 13:56:39 2006 +0100
 
348
 
 
349
    Move tests/glib to test/core
 
350
    Move tests/glib to test/core in preparation for seperate functionality
 
351
    tests
 
352
 
 
353
 test/core/Makefile.am            |   86 ++
 
354
 test/core/my-object-marshal.list |    2
 
355
 test/core/run-test.sh            |   38 +
 
356
 test/core/test-dbus-glib.c       | 1614
 
357
 ++++++++++++++++++++++++++++++++++++++
 
358
 test/core/test-profile.c         | 1150 +++++++++++++++++++++++++++
 
359
 test/core/test-service-glib.c    |  928 ++++++++++++++++++++++
 
360
 test/core/test-service-glib.xml  |  179 ++++
 
361
 test/core/test-thread-client.c   |   98 ++
 
362
 test/core/test-thread-server.c   |  209 +++++
 
363
 test/core/test-thread.h          |    1
 
364
 test/glib/Makefile.am            |   86 --
 
365
 test/glib/my-object-marshal.list |    2
 
366
 test/glib/run-test.sh            |   38 -
 
367
 test/glib/test-dbus-glib.c       | 1614
 
368
 --------------------------------------
 
369
 test/glib/test-profile.c         | 1150 ---------------------------
 
370
 test/glib/test-service-glib.c    |  928 ----------------------
 
371
 test/glib/test-service-glib.xml  |  179 ----
 
372
 test/glib/test-thread-client.c   |   98 --
 
373
 test/glib/test-thread-server.c   |  209 -----
 
374
 test/glib/test-thread.h          |    1
 
375
 20 files changed, 4305 insertions(+), 4305 deletions(-)
 
376
 
 
377
commit de74dd48194f9aa3629d7b65dd89e0b1339f8654
 
378
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
379
Date:   Wed Sep 27 13:39:24 2006 +0100
 
380
 
 
381
    Rename configure.in to configure.ac for modernity
 
382
 
 
383
 configure.ac |  902
 
384
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
385
 configure.in |  902
 
386
 ----------------------------------------------------------
 
387
 2 files changed, 902 insertions(+), 902 deletions(-)
 
388
 
 
389
commit b17fc759d2d5422ce287706d276443fa338cbf5a
 
390
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
391
Date:   Sun Sep 24 14:34:19 2006 +0100
 
392
 
 
393
    Fix memleak in lookup_or_register_specialized.
 
394
    Applies fix from Daniel d'Andrada Tenório de Carvalho, closing
 
395
    bug #7352.
 
396
 
 
397
 dbus/dbus-gtype-specialized.c |    3 +--
 
398
 1 files changed, 1 insertions(+), 2 deletions(-)
 
399
 
 
400
commit 4d6aa726814295cfabab95a51d2e320d02b72dde
 
401
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
402
Date:   Sun Sep 24 14:32:52 2006 +0100
 
403
 
 
404
    Add m4 directory
 
405
    Add missing changes from last commit.
 
406
 
 
407
 Makefile.am  |    9 +++++----
 
408
 autogen.sh   |    6 +++++-
 
409
 configure.in |    1 +
 
410
 3 files changed, 11 insertions(+), 5 deletions(-)
 
411
 
 
412
commit 1571d556aa5f087e52074e5fd7c5e5c29667c551
 
413
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
414
Date:   Sun Sep 24 14:07:50 2006 +0100
 
415
 
 
416
    Add m4 directory
 
417
    Add an m4 directory and add gtk-doc.m4, which is installed in the
 
418
    tree by gtkdocize.
 
419
 
 
420
 m4/Makefile.am |    1 +
 
421
 1 files changed, 1 insertions(+), 0 deletions(-)
 
422
 
 
423
commit fcc2ccdb19bfa25db005494271dbd91a3205c3a6
 
424
Merge: 99e1085... 3f978cf...
 
425
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
426
Date:   Thu Sep 21 03:44:22 2006 +0100
 
427
 
 
428
    Merge branch 'master' of
 
429
    git+ssh://git.freedesktop.org/git/dbus/dbus-glib
 
430
 
 
431
commit 3f978cf34b91e5404dc3ea559995a9648734a2da
 
432
Author: John (J5) Palmieri <johnp@remedyz.boston.redhat.com>
 
433
Date:   Fri Sep 8 10:56:06 2006 -0400
 
434
 
 
435
    * tools/Makefile.am: Add tools/session.conf to EXTRA_DIST so make
 
436
    check works
 
437
      from tarballs
 
438
 
 
439
 tools/Makefile.am |    2 +-
 
440
 1 files changed, 1 insertions(+), 1 deletions(-)
 
441
 
 
442
commit 99e10857c50a025fb37613c4dae720b5afc890f5
 
443
Merge: b193f2b... 22ea91b...
 
444
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
445
Date:   Thu Aug 24 23:27:58 2006 +0100
 
446
 
 
447
    Merge http://ms800.montefiore.ulg.ac.be/~frecinau/dbus-glib
 
448
 
 
449
commit 22ea91b33bff95cf480a4c992e4774b671f1534b
 
450
Author: Steve Frécinaux <steve@istique.net>
 
451
Date:   Tue Aug 22 22:57:44 2006 +0200
 
452
 
 
453
    Fix compilation with -Werror
 
454
 
 
455
 dbus/dbus-gmain.c          |    2 +-
 
456
 test/glib/test-dbus-glib.c |    9 +--------
 
457
 2 files changed, 2 insertions(+), 9 deletions(-)
 
458
 
 
459
commit 368aaee38049dc599fb8d06d7096bcdbd04befab
 
460
Author: Steve Frécinaux <steve@istique.net>
 
461
Date:   Tue Aug 22 22:26:24 2006 +0200
 
462
 
 
463
    Make test scripts run during out-of-tree compilation
 
464
 
 
465
 test/glib/run-test.sh             |    4 +++-
 
466
 tools/run-with-tmp-session-bus.sh |    5 ++++-
 
467
 2 files changed, 7 insertions(+), 2 deletions(-)
 
468
 
 
469
commit b193f2b28472790ff66fc575d55d4e6d5a9d3e78
 
470
Author: Steve Frécinaux <steve@istique.net>
 
471
Date:   Tue Aug 22 19:36:44 2006 +0200
 
472
 
 
473
    Fix out-of-tree compilation
 
474
    (cherry picked from 4b85a9e92bcf21356f25c535b3550a330cb018a4 commit)
 
475
 
 
476
 dbus/Makefile.am                       |   13 +++++++++++--
 
477
 dbus/examples/Makefile.am              |    8 +++++++-
 
478
 dbus/examples/statemachine/Makefile.am |    9 ++++++++-
 
479
 test/Makefile.am                       |    7 ++++++-
 
480
 test/glib/Makefile.am                  |    8 +++++++-
 
481
 5 files changed, 39 insertions(+), 6 deletions(-)
 
482
 
 
483
commit 4b85a9e92bcf21356f25c535b3550a330cb018a4
 
484
Author: Steve Frécinaux <steve@istique.net>
 
485
Date:   Tue Aug 22 19:36:44 2006 +0200
 
486
 
 
487
    Fix out-of-tree compilation
 
488
 
 
489
 dbus/Makefile.am                       |   13 +++++++++++--
 
490
 dbus/examples/Makefile.am              |    8 +++++++-
 
491
 dbus/examples/statemachine/Makefile.am |    9 ++++++++-
 
492
 test/Makefile.am                       |    7 ++++++-
 
493
 test/glib/Makefile.am                  |    8 +++++++-
 
494
 5 files changed, 39 insertions(+), 6 deletions(-)
 
495
 
 
496
commit 46e7e573203e354b676e031067b8607b4f2640df
 
497
Merge: 355ef78... 3be8161...
 
498
Author: Steve Frécinaux <steve@istique.net>
 
499
Date:   Tue Aug 22 19:07:59 2006 +0200
 
500
 
 
501
    Merge branch 'master' of
 
502
    git://anongit.freedesktop.org/git/dbus/dbus-glib
 
503
 
 
504
commit 3be816118dfc560955e5cd8e85203129087959ce
 
505
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
506
Date:   Tue Aug 22 12:25:39 2006 +0100
 
507
 
 
508
    replace doxygen with gtk-doc in INSTALL
 
509
 
 
510
 INSTALL |    2 +-
 
511
 1 files changed, 1 insertions(+), 1 deletions(-)
 
512
 
 
513
commit 27e76bb78db2b467ce93fa0088c6c2407836e4ff
 
514
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
515
Date:   Tue Aug 22 12:25:13 2006 +0100
 
516
 
 
517
    Combine .PHONY rules in toplevel Makefile.am
 
518
    A .PHONY rule was added by the gtk-doc patch, this combines it with
 
519
    the existsing .PHONY rule
 
520
 
 
521
 Makefile.am |    5 ++---
 
522
 1 files changed, 2 insertions(+), 3 deletions(-)
 
523
 
 
524
commit d49a2a2486cd60e22b360dda8ae5a50d25486667
 
525
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
526
Date:   Tue Aug 22 12:24:00 2006 +0100
 
527
 
 
528
    Modifed autogen.sh to check for autotools an gtkdocize versions
 
529
    autogen.sh now does a full check for all the correct versions of
 
530
    autotools. It uses autoreconf to do the various steps. It also
 
531
    checks for correct gtkdocize version and pretty prints a bit,
 
532
    a-la gnome-autogen.sh.
 
533
 
 
534
 autogen.sh |  143
 
535
 ++++++++++++++++++++++++++++++++++++++++++------------------
 
536
 1 files changed, 101 insertions(+), 42 deletions(-)
 
537
 
 
538
commit 62419419257d6353c5f35001e1f538fca300f3c4
 
539
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
540
Date:   Tue Aug 22 11:44:42 2006 +0100
 
541
 
 
542
    add missing doc/Makefile.am from gtk-doc update.
 
543
 
 
544
 doc/Makefile.am |    1 +
 
545
 1 files changed, 1 insertions(+), 0 deletions(-)
 
546
 
 
547
commit f812d9044aa73b0c86f92dc0dcae03d26e23193a
 
548
Author: Rob Taylor <rob.taylor@collabora.co.uk>
 
549
Date:   Tue Aug 22 11:43:43 2006 +0100
 
550
 
 
551
    Add missing m4/gtk-doc.m4 from gtk-doc patch.
 
552
 
 
553
 m4/gtk-doc.m4 |    1 +
 
554
 1 files changed, 1 insertions(+), 0 deletions(-)
 
555
 
 
556
commit 2effafca679d6331201e7637b18888a70b958eb8
 
557
Author: Rob Taylor <robtaylor@lancastria.(none)>
 
558
Date:   Fri Aug 18 20:55:17 2006 +0100
 
559
 
 
560
    Commit patch to switch to gtk-doc with gtype-specialized doc and
 
561
    updates from
 
562
    Marc-Andre Lureau <marcandre.lureau@gmail.com>, with minor cleanup.
 
563
 
 
564
    Closes #7726.
 
565
 
 
566
 Makefile.am                              |    5 -
 
567
 autogen.sh                               |    4 +
 
568
 configure.in                             |    8 +
 
569
 dbus/dbus-gidl.c                         |    2
 
570
 dbus/dbus-glib-tool.c                    |    2
 
571
 dbus/dbus-glib.c                         |  134 ++++++++++++++-------
 
572
 dbus/dbus-glib.h                         |   41 ++++--
 
573
 dbus/dbus-gmain.c                        |   46 +++----
 
574
 dbus/dbus-gobject.c                      |  140 +++++++++++++---------
 
575
 dbus/dbus-gproxy.c                       |  193
 
576
 ++++++++++++++++++------------
 
577
 dbus/dbus-gtype-specialized.c            |   20 ++-
 
578
 dbus/dbus-gutils.c                       |    2
 
579
 dbus/dbus-gvalue.c                       |    6 +
 
580
 doc/reference/Makefile.am                |   94 +++++++++++++++
 
581
 doc/reference/dbus-binding-tool.xml      |   62 ++++++++++
 
582
 doc/reference/dbus-glib-docs.sgml        |   83 +++++++++++++
 
583
 doc/reference/dbus-glib-sections.txt     |  166
 
584
 ++++++++++++++++++++++++++
 
585
 doc/reference/dbus-glib-undocumented.txt |   78 ++++++++++++
 
586
 doc/reference/version.xml.in             |    1
 
587
 19 files changed, 858 insertions(+), 229 deletions(-)
 
588
 
 
589
commit 355ef78d98d6fc65715845d56232199162cab12a
 
590
Author: Steve Frécinaux <steve@istique.net>
 
591
Date:   Thu Aug 17 11:48:20 2006 +0200
 
592
 
 
593
    Interface support for bindings.
 
594
 
 
595
 dbus/dbus-gobject.c |  286
 
596
 +++++++++++++++++++++++++++++----------------------
 
597
 1 files changed, 161 insertions(+), 125 deletions(-)
 
598
 
1
599
commit e6c7815f9457757d7364463759766c85981ce207
2
600
Author: John (J5) Palmieri <johnp@remedyz.boston.redhat.com>
3
601
Date:   Mon Jul 24 14:44:36 2006 -0400