dbus ChangeLog,1.935,1.936

John Palmieri johnp at freedesktop.org
Wed Nov 30 12:14:32 PST 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv12982

Modified Files:
	ChangeLog 
Log Message:
* bus/desktop-file.c (parse_key_value): Ignore locales allowing 
  the parser to continue instead of returning error
  (bus_desktop_file_load): Do not free parser data when
  parse_section_start or parse_key_value fails because it was 
  already freed by parser_free (patch from Carlos Garcia Campos  
  <carlosgc at gnome.org>)


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.935
retrieving revision 1.936
diff -u -d -r1.935 -r1.936
--- ChangeLog	30 Nov 2005 19:32:25 -0000	1.935
+++ ChangeLog	30 Nov 2005 20:14:30 -0000	1.936
@@ -1,4 +1,14 @@
 2005-11-30  John (J5) Palmieri  <johnp at redhat.com>
+
+	* bus/desktop-file.c (parse_key_value): Ignore locales allowing 
+	the parser to continue instead of returning error
+	(bus_desktop_file_load): Do not free parser data when
+	parse_section_start or parse_key_value fails because it was 
+	already freed by parser_free (patch from Carlos Garcia Campos  
+	<carlosgc at gnome.org>)
+
+2005-11-30  John (J5) Palmieri  <johnp at redhat.com>
+
 	* dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
 	dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c
 	glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c



More information about the dbus-commit mailing list