=== Release 0.4.1 ===
	
2011-08-31  Murray Cumming  <murrayc@murrayc.com>

	Really use GTK+ 3.

	* configure.ac: Check for gtk+-3.0 for libepc-ui.
	* examples/consumer-ui.c:
	* examples/publisher-ui.c: Port to GTK+ 3, though I just removed the 
	GtkAboutBox url hook.
	Bug #657679 (Frederic Peters)

2011-06-15  Murray Cumming  <murrayc@murrayc.com>

	Avoid use of deprecated G_CONST_RETURN.

	* libepc-ui/password-dialog.[h|cc]:
	* libepc/consumer.[h|cc]:
	* libepc/contents.[h|cc]:
	* libepc/dispatcher.[h|cc]:
	* libepc/protocol.[h|cc]:
	* libepc/publisher.[h|cc]:
	* libepc/service-info.[h|cc]:
	* libepc/service-type.[h|cc]:
	* libepc/shell.[h|cc]: Use const instead.