2008-05-04  Graham Cobb  <g+770@cobb.uk.net>

	* opensync/helper/opensync_hashtable.c (osync_hashtable_get_deleted): 
	Reimplement change below to avoid local function declaration, which does not
	work on suncc.  Use user_data parameter on callback_check_deleted instead.

2008-05-03  Graham Cobb  <g+770@cobb.uk.net>

	* opensync/helper/opensync_hashtable.c (osync_hashtable_get_deleted): 
	Avoid use of g_hash_table_get_keys so code can be built using glib 2.12.
	Uses g_hash_table_foreach with a callback routine instead.

2008-04-12  Daniel Gollub <dgollub@suse.de>

	* tools/osyncplugin.c:
	  Full rewrite of osyncplugin to work with OpenSync 0.30 API
	
	* tests/mock-plugin/mock_sync.c, tests/mock-plugin/mock_format.c: 
	  Stripped entire error handling of mock-sync and mock-format for best
	  code coverage. Instead of error handling in testing code use
	  osync_assert().

2008-04-10  Graham Cobb  <g+770@cobb.uk.net>

	* opensync/helper/opensync_hashtable.c (osync_hashtable_reset_reports): conditionalise g_hash_table_remove_all
	on GLIB version 2.12 or later.  Use g_hash_table_foreach_remove for earlier versions.

	* ChangeLog: create a ChangeLog

