2010-03-23  David King  <davidk@openismus.com>

	Fix several compiler warnings

	* libepc/publisher.c:
	* examples/lookup-resource.c:
	* examples/consumer-ui.c: Use G_GSIZE_FORMAT for a gsize parameter in
	printf format strings.

	* libepc/tls.c: Use gsize* as third parameter to g_file_get_contents().

	* examples/publisher-ui.c: Add prototypes for GtkBuilder callbacks.

2010-03-23  David King  <davidk@openismus.com>

	Modernise autotools configuration

	* configure.ac: Require autoconf 2.63 and automake 1.10.3. Change bug
	report link to bugzilla product. Add no-define option to automake
	configuration. Do not use GNOME_COMMON_INIT. Reorder to the ‘standard
	configure.ac layout’ as per the autoconf manual. Check deprecation
	flags with GNOME_MAINTAINER_MODE_DEFINES, to avoid deprecations
	affecting tarball releases. Enable warnings with
	GNOME_COMPILE_WARNINGS. Require libtool 2.2.6 for much faster builds.
	Check for uint16 type. Reduce the duplication of CFLAGS and LDFLAGS
	by checking for the existence of gio and libsoup separately to
	pkg-config invocation. Check for existence of glib-2.0 before
	attempting to use the pkg-config variables.

	* Makefile.am: Adapt to configure.ac changes. Do not use EXTRA_DIST.
	Distribute examples/publisher.ui.

	* examples/publisher.glade: Remove unused file.

	* libepc-1.0.pc.in:
	* libepc-ui-1.0.pc.in: Use modern autoconf variable names.

	* INSTALL: Remove generated file from repository.

	* .gitignore: Add INSTALL.

	* m4/.gitignore: Placeholder file so that git creates this ‘empty
	directory’.

	* autogen.sh: Remove autoconf version check.

2010-03-23  David King  <davidk@openismus.com>

	Drop GTK+ requirement back to 2.10

	* libepc-ui/password-dialog.c: Wrap gtk_widget_get_visible() call in
	an ifdef, so that a newer version of GTK+ is not required.
	* configure.ac: Drop GTK+ requirement to 2.10.

2010-03-07  Andre Klapper  <a9016009@gmx.de>

	Replace deprecated GTK_WIDGET_VISIBLE, fixing bug #612108

	* libepc-ui/password-dialog.c: Use new gtk_widget_get_visible() rather
	than the deprecated GTK_WIDGET_VISIBLE.
	* configure.ac: Bump GTK+ requirement to 2.18.

2009-08-21  Josselin Mouette  <joss@malsain.org>

	Patch by Petr Salinger.

	* tests/framework.c (epc_test_list_ifaces):
	Use ifr_index if ifr_ifindex does not exist. Fixes build failure 
	on GNU/kFreeBSD. Bug #592474.

2009-08-21  Murray Cumming  <murrayc@murrayc.com>

	* libepc/shell.c (epc_shell_progress_update_default):
	Change the Operation Proceeded string to the more correct Operation in 
	Progress and added a translator comment, to fix bug #589339.
	(Luca Ferretti)

	=== Release 0.3.10 ===