2010-10-23  Kouhei Sutou  <kou@clear-code.com>

	* Rakefile: remove needless cairo dependency.
	Reported by OBATA Akio. Thanks!!!

2010-10-23  Kouhei Sutou  <kou@cozmixng.org>

	* README: Ruby/GIO -> Ruby/GIO2.

	* ext/gio2/giomodule.c: remove needless g_io_module_load() and
	g_io_module_unload() bindings.

2010-10-08  Guillaume Cottenceau

	* RVAL2CSTR2 is deprecated, replace with RVAL2CSTR_ACCEPT_NIL

	* CSTR2RVAL2 is deprecated, replace with CSTR2RVAL_FREE

2010-10-27  Nikolai Weibull

	* ext/gio2/util.c (rbgio_define_domain_error): Add the Hash instance
	variable that we need for rbgio_raise_error.

	* ext/gio2/gfile.c: Do not undefine that which does not exist (File is
	a module, not a class, so it doesn’t have an alloc function).

	* lib/gio2.rb: Fix class/module “typos”.

2010-09-26  Kouhei Sutou  <kou@cozmixng.org>

	* ext/gio2/util.c (rbgio_raise_error): don't us dynamic string
	as format string for security reason.

	* ext/gio2/depend (install): fix a typo in .pc name.
	[#3075619] Cann't install gio
	Reported by O01eg. Thanks!!!

2010-09-23  Kouhei Sutou  <kou@cozmixng.org>

	* lib/gio2.rb: support bundled Windows DLL.

	* ./: make buildable.

	* src/: -> ext/gio2/.

	* src/lib/: -> lib/.

	* extconf.rb: support Ruby/GLib2 directory structure change.

2010-07-23  Nikolai Weibull

	* src/: Use GOBJ2RVAL_UNREF where appropriate.

2010-07-12  Nikolai Weibull

	* src/: Update to GIO 2.24.1.

2010-06-16  Nikolai Weibull

	* src/: Remove macro use.

2009-09-23  Kouhei Sutou  <kou@cozmixng.org>

	* src/: add copyright header.

