Revision history for Perl extension SigC.

0.07
      Thursday, May 8 2003
	- Bumped version number, released

      Wednesday, May 7 2003
	- Minor code fixes

      Monday, December 1 2002
	- Fixed SigC::configure() to deal with the
		fact that sigcperl >= 0.2.0 now uses pkg-config

      Friday, November 29 2002
	- Change #includes so that the module should work with
		either the 1.0 or 1.2 version of libsigc++,
		relying on the sigcperl library headers
		to pull in the appropriate libsigc++ headers

0.06
      Friday, November 29 2002
	- Release updated module

      Monday, September 2 2002
	- Fixed a bug in the GetSV autogeneration code,
		we have to call NEWSV() to create the SV*
		before it can be blessed into a class
		(or whatever)

0.05  Thursday, August 15 2002
	- Removed code which duplicated functionality
		which is now in libsigcperl

      Wednesday, July 17 2002
	- Added a function to generate ArgBox and GetSV glue
		code from the stubs in a module's typemap
	- Cleaned up basic_configure() a bit

0.04  Thursday, June 20 2002
	- Broke out core of sigcperl-config script wrapper,
		so it can be used to wrap other config
		scripts as well

      Tuesday, June 18 2002
	- Changed module to work with changed definition
		of WrapSignal

      Monday, June 17 2002
	- Changed Signal::connect() so it takes either
		a Slot or the parameters necessary to
		build a Slot
	- More careful checks for Slot creation in test code

0.03  Sunday, June 16 2002
	- Initial public release

      Friday, June 14 2002
	- Got build stuff working more nicely, added
		SigC::configure() function, so other
		modules won't have to call sigcperl-config
		themselves

0.02  Friday, June 7 2002
	- Broke SigC module out of libsigcperl build tree

0.01  Wed Apr 24 11:10:50 2002
	- original version; created by h2xs 1.21 with options
		-A -n SigC

