2007-07-30  Veerapuram Varadhan  <vvaradhan@novell.com>

	* NEWS, configure.in: Evolution Data Server 1.11.6 release 

2007-07-30  Chenthill Palanisamy  <pchenthill@novell.com>

	* configure.in: Updated the libtool version for libedataserver
	version since some APIS has been added.

2007-07-30  Chenthill Palanisamy  <pchenthill@novell.com>

	* libedataserver/e-source.[ch]: (e_source_get_duped_property):
	Added a API to get the duped property.

2007-07-30  Milan Crha  <mcrha@redhat.com>

	* libedataserver/e-source-group.h: (e_source_group_get_property),
	(e_source_group_set_property), (e_source_group_foreach_property):
	* libedataserver/e-source-group.c: (struct _ESourceGroupPrivate),
	(impl_finalize), (e_source_group_init), (import_properties),
	(compare_str_hash), (compare_str_hashes), (property_dump_cb),
	(e_source_group_new_from_xmldoc), (e_source_group_update_from_xml),
	(e_source_group_update_from_xmldoc), (e_source_group_to_xml),
	(e_source_group_get_property), (e_source_group_set_property),
	(e_source_group_foreach_property):
	Added support for properties in source group.

	* libedataserver/e-source-group.c: (e_source_group_new_from_xml),
	(e_source_group_new_from_xmldoc), (e_source_group_update_from_xmldoc),
	(e_source_group_uid_from_xmldoc), (e_source_group_to_xml):
	Warnings cleanup.

2007-07-27  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Collect all the required package versions in one place and
	explicitly require GTK+ 2.10 or higher.  (#380534)

2007-07-27  Johnny Jacob  <jjohnny@novell.com>

	** Fix for bug #457523.

	* libedataserver/e-sexp.c : Reverting fix for #364731. This is
	fixed in evolution.

2007-07-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	* libedataserver/e-account-list.c: Plugged memory leak.