Revision history for Perl extension Alien::wxWidgets.

0.20  Tue Aug 15 17:45:12 CEST 2006
	- Bundle and use the patch implementation from GNU under Windows;
	  the PPT implementation is way too fragile.

0.19  Sun Jul 16 15:46:11 CEST 2006
	- Fixes for when the compiler user for building is not in
	  the PATH when installing.

0.18  Sun Jul  9 12:31:44 CEST 2006
	- Restored compatibility with wxWidgets 2.4 where it uses
	  configure/wx-config.

0.17  Fri Jul  7 22:14:13 CEST 2006
	- Do not test POD for bundled libraries.

0.16  Wed Jul  5 21:58:33 CEST 2006
        - Fixed extraction error when using Archive::Extract.

0.15  Wed Jul  5 20:26:32 CEST 2006
	- Bundled missing Archive::Extract.

0.14  Sun Jun 25 13:00:37 CEST 2006
	- Make the wxWidgets archive type configurable when building
	  wxWidgets, defaulting to .tar.gz instead of .tar.bz2.

0.13  Sun Jun 18 17:52:44 CEST 2006
	- Removed (unused) Module::Install from inc.

0.12  Mon Jun  5 21:59:58 CEST 2006
	- Work with old versions of Test::Pod.
	- Added a 'passthrough' Makefile.PL.
	- Take GCC ABI compatibility into account when comparing
	  compiler versions.
	- Clearly signal that we need bzip2 to extract wxWidgets.

0.11  Thu May 25 22:27:05 CEST 2006
	- Bundle and use the patch implementation from PPT.
	- Rediffed all the patches against wxWidgets 2.6.3.

0.10  Sun May 21 19:19:39 CEST 2006
	- Prefer $CXX to $CC if both are set.
	- Download and build wxWidgets 2.6.3.

0.09  Tue May  2 21:27:03 CEST 2006
	- Use mingw32-make as an alternative to make
	  under Win32/MinGW.

0.08  Sun Apr 30 12:33:01 CEST 2006
	- Fix the build process with CPANPLUS.

0.07  Mon Apr 24 23:16:30 CEST 2006
	- Fix the download URL for wxWidgets 2.6.2.
	- Fix the build process under Windows.

0.06  Sun Apr 23 14:35:47 CEST 2006
	- Cache the absolute path of the wx-config used, and always
	  use it during the build even if PATH changes.

0.05  Fri Apr 21 22:40:38 CEST 2006
	- Work around a Module::Build handling of @INC when
	  building from CPAN.

0.04  Sun Apr 16 17:01:07 CEST 2006
	- Optionally build wxWidgets from sources.
	- Allow some actions (like 'dist') to be executed without
	  an installed wxWidgets.
	- Detect when some wxWidgets contrib libraries are not built
	  on wx-config platforms.
	- Check for a recent 'nmake' for Win32+MSVC+Bakefile.

0.03  Wed Aug 17 20:57:49 CEST 2005
	- Allow multiple configurations to be installed at the
	  same time.

0.02  Wed Aug 17 00:53:40 CEST 2005
	- Added support for wxWidgets 2.4.x.
	- Fixed option handling.
	- Small corrections to the existing code.
	- Added documentation.

0.01  Tue Aug 16 00:00:12 CEST 2005
	- First release. Only supports detecting
	  an already-installed wxWidgets. Works for
	  wxWidgets 2.5.x/2.6.x under Mac OS X, Windows,
	  Linux (and probably other Unices).