* bus/policy.c,dbus/dbus-internals.c: fixed inconsistant line endings as reported...
[platform/upstream/dbus.git] / ChangeLog
1 2007-05-27  Ralf Habacker  <ralf.habacker@freenet.de>
2
3         * bus/policy.c,dbus/dbus-internals.c: fixed inconsistant line endings 
4         as reported by Peter Kümmel.
5
6 2007-05-25  John (J5) Palmieri  <johnp@redhat.com>
7
8         * Released 1.1.0
9
10 2007-05-25  John (J5) Palmieri  <johnp@redhat.com>
11
12         * Split NEWS and ChangeLog into a .pre-1-0 file as per HACKING
13         We forgot to do this during the 1.0 release and it makes sense
14         now as we get ready to release the first 1.1.0 development tarball
15
16 2007-05-25  John (J5) Palmieri  <johnp@redhat.com>
17
18         * create directory test/data/valid-config-files/session.d so that
19         make check passes
20
21 2007-05-25  John (J5) Palmieri  <johnp@redhat.com>
22
23         * INSTALL: remove dependancies for bindings since they no longer
24         are a part of core
25
26 2007-05-25  Ralf Habacker  <ralf.habacker@freenet.de>
27
28         * dbus/dbus-server-win.c,dbus/dbus-server-win.h: new file 
29         with empty function _dbus_server_listen_platform_specific(). 
30
31         * dbus/dbus-server.c (listen_funcs): uses 
32         _dbus_server_listen_platform_specific on any platform.
33
34 2007-05-25  Ralf Habacker  <ralf.habacker@freenet.de>
35
36         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): not getting 
37         user info from a domain controller isn't an error, the computer 
38         may run in a non domain context. 
39
40 2007-05-25  Ralf Habacker  <ralf.habacker@freenet.de>
41
42         * dbus/dbus-sysdeps-win.c (_dbus_full_duplex_pipe): fixed assertation.
43
44 2007-05-24  Simon McVittie  <simon.mcvittie@collabora.co.uk>
45
46         * bus/config-parser.c (test_service_dir_matches): fixed ordering for unix.
47
48         * bus/config-parser.c (test_default_session_servicedirs): made allocation 
49         of _progs platform independent.
50
51 2007-05-23  Havoc Pennington  <hp@redhat.com>
52
53         * bus/Makefile.am (install-data-hook): create session.d
54
55         * bus/session.conf.in: add session.d for the session bus, so
56         security policy can be extended
57
58 2007-05-22 Ralf.Habacker <ralf.habacker@freenet.de>
59
60         * cmake/CMakeLists.txt: fixed creating of TEST_..._BINARY to make 
61         bus-test able to find the binaries.
62
63 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
64
65         * acinclude.m4, configure.in: In recent autotools, ${datadir} is
66         defined in terms of ${datarootdir}, so EXPANDED_DATADIR needs to be
67         expanded recursively. Rather than fixing configure.in to do this, I
68         grabbed the AS_AC_EXPAND macro from autostars.sf.net, which seems to be
69         commonly used.
70
71 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
72
73         * update-dbus-docs.sh: Assorted improvements:
74         - Default user if $FDUSER is not set is the ssh default
75           (set in ~/.ssh/config or based on the local username), not a
76           hard-coded "johnp"
77         - Temporary checkout directory is created securely (preventing symlink
78           attacks), if mktemp(1) is available
79         - Use make -C rather than cd && make && cd ..
80
81 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
82
83         * HACKING: Point to correct mailing list
84
85 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
86
87         * doc/dbus-specification.xml: explicitly specify that STRING cannot
88         contain embedded NULs.
89
90 2007-05-20 Ralf.Habacker  <ralf.habacker@freenet.de>
91
92         * dbus/dbus-internal.c: fix inline problem on win32.
93
94 2007-05-20 Ralf.Habacker  <ralf.habacker@freenet.de>
95
96         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): not reaching 
97         domain controller isn't an error, converted error message to verbose 
98         message.
99
100 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
101
102         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): disabled 
103         tests not running on wince.
104
105 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
106
107         * dbus/dbus-internals.c (_dbus_verbose_init): win32 requires 'varname=' 
108         to unset a environment variable. 
109
110 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
111
112         * dbus/dbus-sysdeps.c (_dbus_setenv): win32 requires 'varname=' 
113         to unset a environment variable. 
114
115 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
116
117         * bus/policy.c (bus_policy_create_client_policy): 
118         win32 temporary fix until the userdb stuff is ported completly.
119
120 2007-05-19  Ralf.Habacker  <ralf.habacker@freenet.de>
121
122         * dbus/dbus-server.c (listen_funcs): 
123         _dbus_server_listen_platform_specific is empty on win32, 
124         limited to unix only.
125
126         * dbus/dbus-server.c (valid_addresses): limit unix 
127         only addresses to unix. 
128
129 2007-05-18  Havoc Pennington  <hp@redhat.com>
130
131         * doc/dbus-specification.xml: add a GetAll to the Properties
132         interface.
133
134 2007-05-17 Ralf.Habacker  <ralf.habacker@freenet.de>
135  
136         * bus\config-parser.c (test_default_session_servicedirs):
137         win32 fix.
138
139 2007-05-17 Ralf.Habacker  <ralf.habacker@freenet.de>
140  
141         * configure.in: define constant DBUS_UNIX.
142
143 2007-05-14  Ralf Habacker <ralf.habacker@freenet.de>
144
145         * dbus/dbus-sysdeps-win.c (_dbus_printf_string_upper_bound):
146         compile fix for MS Platform SDK 6 
147         patch from Michael Luschas <mluschas@gmail.com>
148
149 2007-05-10  John (J5) Palmieri <johnp@redhat.com>
150
151         * dbus-1.pc.in: add daemondir to pc file
152         patch from Brian Cameron <brian.cameron at sun.com>
153
154 2007-05-04  Simon McVittie <simon.mcvittie@collabora.co.uk>
155
156         * doc/dbus-specification.xml: mention the reserved o.fd.DBus.Local
157         interface and the corresponding /o/fd/DBus/Local object path;
158         describe them as reserved and forbid using them in a sent message,
159         mentioning that in the reference implementation this will cause the
160         connection to be dropped. Patch approved by Havoc.
161
162 2007-04-28  Ralf Habacker <ralf.habacker@freenet.de>
163
164         * cmake/: don't install test applications and service files,
165         moved CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt
166
167 2007-04-27  Havoc Pennington  <hp@redhat.com>
168
169         * dbus/dbus-sysdeps-unix.c (_dbus_open_socket): fix #10781 from
170         Tobias Nygren, checking pointer to fd vs. 0 rather than checking
171         the fd itself
172
173 2007-04-26 Ralf Habacker  <ralf.habacker@freenet.de>
174
175         * cmake/: added debug postfixes to debug exe's for 
176         easier debugging.
177         * dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): 
178         print error code in case no string message is available.
179
180 2007-04-06 Simon McVittie <simon.mcvittie@collabora.co.uk>
181
182         * dbus/dbus-message-util.c, dbus/dbus-message.c,
183         dbus/dbus-message.h: Add API to convert a DBusMessage to/from a
184         byte array. Patch from Dafydd Harries <dafydd.harries@collabora.co.uk>,
185         approved by Havoc Pennington.
186
187 2007-04-03  Timo Hoenig  <thoenig@suse.de>
188
189         * dbus/dbus-address.c (dbus_parse_address): Do not accept zero-
190           length address.
191         * dbus/dbus-address.c (_dbus_address_test): Add test for zero-
192           length address.
193
194 2007-03-25 Ralf.Habacker  <ralf.habacker@freenet.de>
195
196         * cmake/dbus/CMakeLists.txt: debug postfix also for mingw.
197
198 2007-03-16 Ralf.Habacker  <ralf.habacker@freenet.de>
199
200         * cmake/modules/FindExpat.cmake: fix package detection on win32.
201
202         * README.win: update install instructions. 
203
204 2007-03-16 Ralf.Habacker  <ralf.habacker@freenet.de>
205
206         * dbus/dbus-sysdeps.h (_dbus_split_paths_and_append):
207         new prototyp
208         (_DBUS_PATH_SEPARATOR): new macro. 
209
210         * dbus/dbus-sysdeps.c (_dbus_split_paths_and_append): merged 
211         from dbus/dbus-sysdeps-unix.c and dbus/dbus-sysdeps-win.c. 
212
213 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
214
215         * bus/config-parser.c, bus/policy.c,  
216         bus/policy.h, bus/dbus-daemon.1.in,
217         bus/session.conf.in: added eavesdrop support 
218         for replies - patch by olli.salli at collabora.co.uk
219         approved by Havoc Pennington. 
220
221 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
222
223         * dbus\dbus-sysdeps-win-thread.c: renamed to 
224         dbus-sysdeps-thread-win.c, it is a platform depending file 
225         similar to dbus-sysdeps-pthread.c.
226
227 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
228
229         * cmake\doc\CMakeLists.txt: added prelimary xml doc 
230         support, needs cmake Find script.
231
232 2007-03-14 Ralf.Habacker  <ralf.habacker@freenet.de>
233
234         * cmake: add doxygen support
235
236 2007-03-14  Ralf.Habacker  <ralf.habacker@freenet.de>
237
238         * cmake/config.h.cmake: WINCE fixes, defined DBUS_UNIX.
239
240 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
241
242         * dbus/dbus-sysdeps-util-win.c (dbus_become_daemon): 
243         win32 compile fix. 
244
245 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
246
247         * dbus-win.patch: removed obsolate patches. 
248
249 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
250
251         * dbus/dbus-sysdeps-win.c: added zero byte sending 
252         and receiving after connection start up
253
254 2007-03-11  Havoc Pennington  <hp@redhat.com>
255
256         * tools/dbus-launch.c (do_close_stderr): fix C89 problem and
257         formatting problem
258
259         * Mostly fix the DBusPipe mess.
260         - put line break after function return types
261         - put space before parens
262         - do not pass structs around by value
263         - don't use dbus_strerror after calling supposedly cross-platform
264         api
265         - don't name pipe variables "fd"
266         - abstract special fd numbers like -1 and 1
267
268 2007-03-12  Ralf Habacker  <ralf.habacker@freenet.de>
269
270         * dbus/dbus-sysdeps-win.h, dbus/dbus-sysdeps-win.c, 
271         dbus/dbus-sysdeps-util-win.c: renamed functions 
272         _dbus_xxx_file() to _dbus_file_xxx() to reflect 
273         struct name DBusFile. 
274
275 2007-03-12  Ralf Habacker  <ralf.habacker@freenet.de>
276
277         * dbus/dbus-sysdeps-util-unix.c (_dbus_become_daemon):
278         fix _dbus_pid_fd check. 
279
280 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
281
282         * tools/dbus-print-message.c (print_message):
283         added printing of the reply serial to method returns and 
284         errors, so you can actually figure out the message/reply 
285         pairs - patch by olli.salli at collabora.co.uk.
286
287 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
288
289         * dbus-win.patch: removed committed patches. 
290
291 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
292
293         * bus/bus.c, bus/bus.h, bus/main.c, bus/test.c,
294         dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-util-unix.c,
295         dbus/dbus-sysdeps-util-win.c, dbus/dbus-sysdeps-win.c,
296         dbus/dbus-sysdeps.h: renamed _dbus_xxx_pipe to _dbus_pipe_xxx,
297         completed _dbus_pipe support. 
298
299 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
300
301         * dbus/dbus-sysdeps.h (_dbus_listen_tcp_socket):
302         changed type or port to pointer, because the port is given back.
303
304         * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket):
305         implemented returning tcp port. Skipping port parameter
306         and non integer port values in config <listen> statement
307         needs more effort.
308
309         * dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-win.c
310         (_dbus_listen_tcp_socket): return the real used tcp port.
311
312         * bus/dbus-daemon.1.in: added <listen> tcp examples
313
314 2007-03-09  Ralf Habacker  <ralf.habacker@freenet.de>
315
316         * cmake/config.h.cmake: win32 msvc bug fix
317
318 2007-03-09  Ralf Habacker  <ralf.habacker@freenet.de>
319
320         * cmake/config.h.cmake: fixed DBUS_WINxx defines,
321         using _WINCE does not work.
322
323 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
324
325         * dbus-win.patch: removed _dbus_write_pipe() patch, it is now 
326         committed.
327
328 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
329
330         * bus/bus.c, dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps.h:
331         rename pipe related write() function calls to _dbus_write_pipe().
332
333 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
334
335         * dbus-win.patch: added bus/config-loader-libexpat.c patch, 
336         uses DBUS_WIN for alls win32 related #ifdefs, 
337         some minor cleanups
338
339 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
340
341         * dbus-win.patch: updated patch for bus/dispatch.c.
342
343 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
344
345         * dbus-win.patch: dbus-connection.c (dbus_connection_get_unix_user,
346         dbus_connection_get_unix_process_id): Let return them valid user id's, 
347         otherwise bus-test fails. How to replace on win32 ?.
348         
349         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir):
350         fix memory leak.
351
352 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
353
354         * dbus/dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error):
355         use dbus friendly error name.
356         (fill_win_user_info_homedir): print user name in error case too.
357
358 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
359
360         * cmake/ConfigureChecks.cmake: fixed socketpair check
361
362 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
363
364         * bus/dispatch.c: disabled segfault test on win32 for now
365
366 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
367
368         * configure.in, cmake/ConfigureChecks.cmake: added check 
369         for setrlimit. 
370         * test/test-segfault.c: only include setrlimit stuff only 
371         when available.  
372
373 2007-03-07  Ralf Habacker  <ralf.habacker@freenet.de>
374
375         * test/test-segfault.c: unix compile fix.
376         * dbus-win.patch: removed obsolate patches.
377
378 2007-03-07  Ralf Habacker  <ralf.habacker@freenet.de>
379
380         * bus/activation.c: removed obsolate include header.
381         * test/test-segfault.c: win32 compile fix, rlimit 
382         isn't available on win32.
383         * dbus-win.patch: removed some more patches, they
384         are applied or obsolate 
385
386 2007-03-06  Ralf Habacker  <ralf.habacker@freenet.de>
387
388         * bus-win.patch: fixes unix listen problems, dbus-test 
389         now runs.
390
391 2007-03-06  Ralf Habacker  <ralf.habacker@freenet.de>
392
393         * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt,
394         cmake/CMakeLists.txt: win32 compile fix
395
396 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
397
398         * dbus-win.patch, README.win: added available win32 
399         patches from windbus project (http://sf.net/projects/windbus)
400
401 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
402
403         * bus/activation.c: (bus_activation_activate_service):
404         fixed call to _dbus_spawn_async_with_babysitter().
405
406 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
407
408         * dbus/dbus-spawn.c,dbus/dbus-spawn.h (_dbus_spawn_async_with_babysitter):
409         added environment pointer as function parameter, used on win32.
410
411         * test/spawn-test.c: fixed call to above mentioned function.
412
413 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
414
415         * configure.in,test/test-sleep-forever.c,test/test-names.c: 
416         added configure check for unistd.h.
417
418 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
419
420         * test/Makefile.am: fixed test data copy problem in 
421         out of source build, when sources came from svn or cvs. 
422
423 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
424
425         * dbus/*-win.*,bus/*-win.*: added win32 platform related
426         files. These files are only added to the cmake build system.  
427         The missing dbus-win.patch file will be added later. 
428
429 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
430
431         * cmake: new directory, contains cmake build support.
432         See http://www.cmake.org for more informations.
433         Currently only unix will be buildable because some 
434         win32 required files are still missing. 
435
436 2007-03-03  Thiago Macieira  <thiago@kde.org>
437
438         * dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderr
439         output and add it to the DBusError message we return.
440
441         * tools/dbus-launch.1:
442         * tools/dbus-launch.c: Add option --close-stderr to, well,
443         close stderr before starting dbus-daemon.
444
445 2007-01-31  Havoc Pennington  <hp@redhat.com>
446
447         * bus/dbus-daemon.1.in: write a section in the man page on running
448         a test daemon for debugging purposes
449
450 2007-01-26  Havoc Pennington  <hp@redhat.com>
451
452         * bus/session.conf.in: override all the default limits with much
453         higher limits on the session bus, there is no reason the session
454         bus should have low limits
455
456         * bus/config-parser.c (bus_config_parser_new): increase default
457         limits so they are less likely to be hit; in particular the max
458         replies per connection was way too low
459
460 2006-01-25  Simon McVittie  <simon.mcvittie@collabora.co.uk>
461
462         * doc/dbus-tutorial.xml: Replace Python section of tutorial with
463         a pointer to the tutorial maintained as part of dbus-python
464
465 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
466
467         * dbus/dbus-sysdeps-unix.c: unix compile fix, moved 
468         atomic_exchange_and_add() from dbus/dbus-sysdeps.c 
469         to here, it's used by _dbus_atomic_inc() and _dbus_atomic_dec().
470
471 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
472
473         * tools/dbus-monitor.c: gettimeofday() is not available 
474         on windows so we have to provide our own. It's taken from 
475         lgpl'd kdewin32 package. - Patches from Christian Ehrlicher
476
477 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
478
479         * dbus/dbus-sysdeps-unix.c: moved _dbus_atomic_inc/dec() 
480         from dbus/dbus-sysdeps.c, windows version of _dbus_atomic_inc/dec() 
481         is in dbus-sysdeps-win.c (not in this patch).
482
483         * dbus/dbus-sysdeps.h: DBusAtomic::value is long on windows to fit 
484         with InterlockedInc/Decrement. 
485         - Patches from Christian Ehrlicher
486         
487 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
488
489         * tools/dbus-send.c, tools/dbus-monitor.c: win32 compile fix.
490
491 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
492
493         * dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass):
494         fix mispaced const statement. - Patch from Peter Kümmel
495
496 2006-12-19  Ray Strode  <rstrode@redhat.com>
497
498         * bus/bus.c (process_config_every_time):
499         don't overwrite existing bus context activation object
500         until after we've checked that the new activation is
501         valid.
502
503         * bus/main.c 
504         (signal_handler), (handle_reload_watch):
505         don't call exit() on failure, instead make do and keep
506         going.
507         (close_reload_pipe): new function to turn off
508         hangup-causes-config-reload behavior if an unexpected
509         error occurs
510
511 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
512
513         * dbus/dbus-sysdeps-win-thread.c (_dbus_condvar_wait_win32):
514         correctness fix. - Patch from Christian Ehrlicher
515
516 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
517
518         * dbus/dbus-internals.h: msvc also knows about __FUNCTION__, 
519         we should also use it. - Patch from Christian Ehrlicher
520
521 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
522   
523         * dbus-sysdeps-util.c: added win32 related tests
524
525 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
526
527         * dbus/dbus-string.c (_dbus_string_pop_line),
528         bus/desktop-file.c (parse_section_start,
529         parse_comment_or_blank,parse_key_value,): uses
530         _dbus_string_find_eol() to support platform independent eol style.
531
532 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
533
534         * dbus/dbus-string.[ch] (_dbus_string_find_eol): new function. 
535         * dbus/dbus-string-util.c (_dbus_string_test): added testcases for 
536               _dbus_string_find_eol().
537         Approved by: Havoc Pennington.
538
539 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
540
541         * configure.in: Added switch to disable user_database caching.
542
543         * dbus/dbus-userdb-util.c, dbus/dbus-userdb.c: Add ifdefs to
544         be able disable user_dabase caching.
545
546 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
547
548         * bus/bus.c, bus/bus.h: Remove DBusUserDatabase from the BusContext 
549         struct. It is unnecessary we have a global one already. Also remove 
550         bus_context_get_user_database function, it is no longer needed.
551         Flush the global database on reload.
552
553         * dbus/dbus-userdb-util.c: Replace _dbus_user_database_get_groups 
554         with _dbus_groups_from_uid. It no longer needs a DBusUserDatabase.
555
556         * dbus/dbus-userdb.c, dbus/dbus-userdb.h: 
557         Add _dbus_user_database_flush_system. 
558         Make more functions DBUS_USERDB_INCLUDES_PRIVATE. 
559         Small unrelated change in _dbus_is_a_number: change 
560         _dbus_string_parse_int to _dbus_string_parse_uint. 
561
562         * bus/connection.c: Change call to _dbus_user_database_get_groups to 
563         _dbus_groups_from_uid.
564
565         * bus/policy.c, bus/policy.h: Change call to 
566         _dbus_user_database_get_groups to _dbus_groups_from_uid. Remove 
567         DBusUserDatabase from bus_policy_allow_user prototype, it no longer 
568         needs it.
569
570 2006-12-12  John (J5) Palmieri  <johnp@redhat.com>
571
572         * bus/signal.c: Fix match_rule_equal errata
573         (CVE-2006-6107 - Patch from Kimmo Hämäläinen 
574         <kimmo.hamalainen@nokia.com>)
575
576 2006-11-19  Thiago Macieira  <thiago@kde.org>
577
578         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,
579         _dbus_pthread_condvar_wait,
580         _dbus_pthread_condvar_wait_timeout): set pmutex->holder to
581         pthread_self() after coming back from a conditional variable
582         wait as well as in one codepath where it was forgotten.
583         Approved by: Havoc Pennington.
584
585 2006-11-17  Havoc Pennington  <hp@redhat.com>
586
587         * update-dbus-docs.sh: allow setting fd.org username via env
588         variable. Make it run autogen with --enable-xml-docs=yes
589         --enable-doxygen-docs=yes so configure will fail if the required
590         tools are missing.
591
592 2006-11-17  Havoc Pennington  <hp@redhat.com>
593
594         * doc/dbus-faq.xml: minor FAQ tweaks
595
596 2006-11-14  Havoc Pennington  <hp@redhat.com>
597         
598         * dbus/dbus-misc.c, dbus/dbus-misc.h: Move
599         dbus_get_local_machine_id() to its own file, no substantive
600         changes. There are a couple other things we might want to add that
601         are "misc" so moving out of dbus-connection.[hc] which is big
602         enough already.
603         
604 2006-11-14  Havoc Pennington  <hp@redhat.com>
605
606         * dbus/dbus-internals.c (_dbus_generate_uuid): The spec said the
607         UUID had the timestamp last, but the implementation had it first;
608         move it to last since I think it's a tiny bit nicer (easier to
609         compare at a glance, faster to sort, less code), and will not
610         cause any practical compatibility problems. Also, always convert
611         the timestamp to big endian.
612
613         * doc/dbus-specification.xml: Clean up the docs on the UUID.
614
615         * tools/dbus-uuidgen.1: more prominently say it is not suitable
616         as a replacement for regular uuidgen/RFC4122.
617
618 2006-11-14  John (J5) Palmieri  <johnp@redhat.com>
619
620         * dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have
621         the correct value so we don't assert when initalizing recursive threads
622
623         * test/name-test/test-thread-init.c: call dbus_threads_init_default
624         instead of _dbus_threads_init_debug since it is more of a real world
625         test
626