commit 1b717466bbf42ac22f3674c51fefaaeda9cfec1e Author: Rob Bradford Date: Wed Oct 26 16:59:37 2011 +0100 Bump version to 3.2.2 NEWS | 8 ++++++++ configure.in | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) commit d7917514549f48297bc0032a7e2b54bfb17f7495 Author: Ross Burton Date: Wed Oct 26 16:42:35 2011 +0100 gconf-dbus: Clean up ORBit vs DBus logic (thanks, Jasper St. Pierre) gconf/gconf-database.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit ad3bc4f4fc78749e0d4bf2bfc2cd8045e2570f3f Author: Jiří Klimeš Date: Mon Oct 10 13:18:04 2011 +0200 gconf-dbus: Don't crash when reply is NULL in gconf_engine_notify_remove() Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=661372 gconf/gconf-dbus.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 9189d408b9ec51defefc99a4ad385fa453040ea2 Author: Ross Burton Date: Wed Oct 26 13:03:43 2011 +0100 Update NEWS NEWS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 29f0afc00fab4776e00948884fc8c41256672c2e Author: Rico Tzschichholz Date: Tue Oct 25 19:29:26 2011 +0200 build: Fix for -Werror=format-security gconf/gconf-dbus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3876d9564955138ec1d277611c55dab61d298c5f Author: Ross Burton Date: Mon Oct 24 15:32:19 2011 +0100 Update NEWS NEWS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit a6a1f4e2959d0d926c07e4039cdabd10a3a17bec Author: Ross Burton Date: Mon Oct 24 15:26:52 2011 +0100 Bump version to 3.2.1 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5d8110519d2742817f8c44b146189e2acea64cf2 Author: Vincent Untz Date: Mon Oct 17 20:12:48 2011 +0200 gconf-dbus: Fix leaks https://bugzilla.gnome.org/show_bug.cgi?id=659835 gconf/gconf-database-dbus.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit dc7e44d0a7a9f34d491ce4629c89cb4b37b7bcca Author: Vincent Untz Date: Mon Oct 17 20:02:16 2011 +0200 gconf-dbus: Emit a Bye dbus signal when dropping a database This enables clients to know the database got dropped, and to stop referencing the object path of this database. The clients will eventually cause the re-creation of this database when they'll need it. https://bugzilla.gnome.org/show_bug.cgi?id=659835 gconf/gconf-database-dbus.c | 1 + gconf/gconf-dbus-utils.h | 1 + gconf/gconf-dbus.c | 42 ++++++++++++++++++++++++++++++++++++++++++ gconf/gconfd-dbus.c | 16 ++++++++++++++++ gconf/gconfd-dbus.h | 2 ++ 5 files changed, 62 insertions(+), 0 deletions(-) commit 54318ebf218743ea1a3353f940eb8f44767fd2bb Author: Vincent Untz Date: Mon Oct 17 20:02:08 2011 +0200 gconf-dbus: Do not drop old databases that have clients listening to it This would be bad as clients would get lost when the object path of this dropped database disappears. https://bugzilla.gnome.org/show_bug.cgi?id=659835 gconf/gconfd.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit d77bfc60f0e27d1db24a18661f1a248307307ce1 Author: Vincent Untz Date: Mon Oct 17 19:58:20 2011 +0200 gconf-dbus: On SIGHUP, do not recreate databases but reload the sources When we destroy and recreate a database, the object path associated to it on dbus changes. This is bad as clients do not know about the object path change, and therefore fail. Instead of destroying and recreating the databases, we simply reload the sources for this database. This achieves the same result, without changing the object path. Note that for the corba backend, we still use the old way as simply reloading the sources might not work -- the sources are used in corba-specific code. https://bugzilla.gnome.org/show_bug.cgi?id=659835 gconf/gconf-database.c | 29 ++++++++++++++--- gconf/gconf-database.h | 3 ++ gconf/gconfd.c | 80 ++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 98 insertions(+), 14 deletions(-) commit d7635af672cd3d4929498f30a93263aa77fa7403 Author: Nguyễn Thái Ngọc Duy Date: Wed Oct 19 18:06:11 2011 +1100 po/vi: import from Damned Lies po/vi.po | 453 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 259 insertions(+), 194 deletions(-) commit 6eef6898442ec4caa1ed57910a7bf27f72352a7b Author: OKANO Takayoshi Date: Tue Oct 18 00:59:40 2011 +0900 Updated Japanese translation po/ja.po | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 06cc446d0f72b1c929ea8daf5def5c62fe84a96a Author: Tommi Vainikainen Date: Wed Oct 5 11:44:09 2011 +0300 Updated Finnish translation po/fi.po | 202 +++++++++++++++++++------------------------------------------- 1 files changed, 62 insertions(+), 140 deletions(-)