Overview of Changes in 1.005
============================

* Deprecation release 1.005, this module is now no longer maintained.
  See the README file for more deprecation information.

Overview of Changes in 1.004
============================

* Makefile.PL: added 'NO_META => 1'; Calling 'make dist' is clobbering the
  META.yml file that's already included in the distribution, which is wrong
  and breaks things

Overview of Changes in 1.003
============================

* META.yml: tweak file to fix problems with using 'cpanm' to install module;
  Moved 'Gtk2' from 'requires:' to 'configure_requires:'; Set the 'version:'
  string to the current module version, instead of 'unknown'; both of these
  changes fix RT#127878
* Updated FSF address in all files that have it; this closes RT#111436

Overview of Changes in 1.002
============================

* Fix a bug in Gnome2::Canvas::polygon_to_point().  [muppet]
* Fix unusably broken bindings of Gnome2::Canvas::w2c_affine(),
  Gnome2::Canvas::Item::i2w_affine(), and Gnome2::Canvas::Item::i2c_affine(),
  with regression tests.  [muppet]
* Portability fixes for Mac OS X.  [muppet]
* Minor documentation enhancements.  [muppet]

Overview of Changes in 1.001
============================

* Fix the broken example in the documentation synopsis.  [muppet]
* Skip the open_parts and closed_parts tests to pass when working with
  libgnomecanvas 2.0.x.  [Torsten]
* Hush unused variable warning.  [muppet]

Overview of Changes in 1.0
==========================

* Require stable Glib/Gtk2 1.040
* Add import version checking.
* Spit and polish.

Overview of Changes in 0.93
===========================

* Check that we're using at least ExtUtils::Depends 0.2.
* Require ExtUtils::PkgConfig 1.03.
* Add Gnome2::Canvas::GET_VERSION and Gnome2::CHECK_VERSION. [Emmaneule Bassi]
* Pod improvements.

Overview of Changes in Gnome2::Canvas 0.92
==========================================

* Updated Glib requirement to 1.035.
* Made use of Glib 1.035's MakeHelper features for documentation generation.

Overview of Changes in Gnome2::Canvas 0.91
==========================================

* GnomeCancasPathDef, handling re-worked.
* apidoc POD updates
* some new demos added, others updated
