diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-01-23 10:33:35 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-01-23 10:33:35 +0000 |
commit | 61758931005407de85952169e8253a72805e59ef (patch) | |
tree | d787355c2f044bdec2c6a4f5e558f30be9af6c0e | |
parent | 09207d4d4a9e4e68d0786a7b444343a75d57dfc6 (diff) | |
parent | 08dd53c14b53b88cf798b910952ab3832b83c24c (diff) | |
download | dbus-61758931005407de85952169e8253a72805e59ef.tar.gz |
Merge branch 'dbus-1.4', rejecting commit 08dd53c14b53b88c
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | bus/bus.c | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,9 @@ D-Bus 1.5.10 (UNRELEASED) == +• Allow all configured auth mechanisms, not just one (fd.o #45106, + Pavel Strashkin) + • Improve cmake build system (Ralf Habacker): · simplify XML parser dependencies (fd.o #41027) · generate build timestamp (fd.o #41029) @@ -392,6 +392,7 @@ process_config_first_time_only (BusContext *context, if (auth_mechanisms[i] == NULL) goto oom; link = _dbus_list_get_next_link (auth_mechanisms_list, link); + i += 1; } } else |