Copyright 2008, 2009 Kevin Ryde

This file is part of Glib-Ex-ConnectProperties.

Glib-Ex-ConnectProperties is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 3, or (at
your option) any later version.

Glib-Ex-ConnectProperties is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License along
with Glib-Ex-ConnectProperties.  If not, see <http://www.gnu.org/licenses/>.



Version 4, January 2008
    - use Glib::ParamSpec values_cmp and value_validate when available

Version 3, August 2008
    - use get_property() to cope with objects which override plain
      get(), eg. Gtk2::ListStore
    - fix disconnect() removing the signal handlers

Version 2, June 2008
    - fix for t/POSIX.t in perl 5.8

Version 1, May 2008
    - the first version