[Changes for 1.009 - Mar 26, 2011]
* Bug fixes, etc.

[Changes for 1.008 - Nov 21, 2010]
* Bug fixes, etc.

[Changes for 1.007 - Sep 9, 2010]
* Bug fixes, etc.

[Changes for 1.006 - Jun 26, 2010]
* Bug fixes, etc.

[Changes for 1.005 - Jun 05, 2010]
* Bug fixes, etc.

[Changes for 1.004 - Apr 20, 2010]
* Bug fixes, etc.

[Changes for 1.003 - Apr 10, 2010]
* Bug fixes, etc.

[Changes for 1.002 - Dec 17, 2009]
* Bug fixes, etc.

[Changes for 1.001 - Nov 24, 2009]
* Bug fixes, etc.

[Changes for 1.000 - Nov 22, 2009]
No functional changes since the latest development release.

But let's (finally) encourage the notion that this is production grade software by using a version >= 1!

[Changes for 0.992_06 - Nov 20, 2009]
* Bug fixes, etc.

[Changes for 0.992_05 - Nov 13, 2009]
* Bug fixes, etc.

[Changes for 0.992_04 - Sep 11, 2009]
* New features

[Changes for 0.992_03 - Jul 24, 2009]
* Bug fixes, etc.

[Changes for 0.992_02 - Jul 23, 2009]
* New features

[Changes for 0.992_01 - Jul 19, 2009]
* New features

[Changes for 0.991 - Mar 21, 2009]
* New features

[Changes for 0.982 - Jul 29, 2008]
* Bug fixes, etc.

[Changes for 0.981 - May 14, 2008]
* Bug fixes, etc.

[Changes for 0.980 - May 14, 2008]
* Emergency bug fix release

[Changes for 0.979 - May 13, 2008]
* Bug fixes, etc.

[Changes for 0.978 - Feb 28, 2008]

[Changes for 0.977 - Dec 20, 2007]

[Changes for 0.976 - Jul 29, 2007]
* New features

[Changes for 0.975 - May 06, 2007]
* Bug fixes, etc.

[Changes for 0.973 - Feb 3, 2007]
* New features

[Changes for 0.970 - Dec 3, 2006]
* This is the first release of PAR-Packer as a separate distribution. * PAR and PAR-Packer (+pp, parl, etc.) have been separated because there is usually no reason for the PAR Packager to be present on a user system which just needs PAR.pm to access .par archives. * PAR-Packer will include all development tools such as those included in the contrib/ subdirectory.

[Changes for 0.960 - Nov 21, 2006]
* Bug fixes, etc.

[Changes for 0.959 - Nov 12, 2006]
* This is just a hotfix release because 0.958 lacked META.yml. One day, I will switch from Module::Install to Module::Build...

[Changes for 0.958 - Oct 25, 2006]
* Bug fixes, etc.

[Changes for 0.957 - Oct 24, 2006]
* Bug fixes, etc.

[Changes for 0.956 - Oct 3, 2006]
* This is another hotfix release. Fixed a mindless bug introduced in 0.955.

[Changes for 0.955 - Oct 3, 2006]
* Bug fixes, etc.

[Changes for 0.954 - Sep 26, 2006]
* This release is equivalent to 0.953. The 0.953 CPAN upload is broken!

[Changes for 0.953 - Sep 18, 2006]
* Bug fixes, etc.

[Changes for 0.952 - Aug 22, 2006]

[Changes for 0.951 - Aug 12, 2006]
(This includes any changes up to 0.950.)

[Changes for 0.942 - Jul 22, 2006]

[Changes for 0.941 - Jun 20, 2006]
(No, PAR isn't stagnating. It's just that 1.00 would draw close if we continued with 0.01 increases.)

[Changes for 0.94 - Jun 1, 2006]

[Changes for 0.93 - May 19, 2006]

[Changes for 0.92 - February 22, 2006]

[Changes for 0.91 - February 13, 2006]

[Changes for 0.90 - November 25, 2005]

[Changes for 0.89 - June 10, 2005]

[Changes for 0.88 - June 7, 2005]

[Changes for 0.87 - January 31, 2005]

[Changes for 0.86 - December 11, 2004]

[Changes for 0.85 - July 2, 2004]

[Changes for 0.83 - May 29, 2004]

[Changes for 0.82 - May 24, 2004]

[Changes for 0.81 - May 23, 2004]

[Changes for 0.80 - March 17, 2004]

[Changes for 0.79 - January 8, 2004]

[Changes for 0.78 - January 7, 2004]

[Changes for 0.77 - January 1, 2004]

[Changes for 0.76 - October 28, 2003]

[Changes for 0.75 - September 21, 2003]

[Changes for 0.74 - August 20, 2003]

[Changes for 0.73 - August 6, 2003]

[Changes for 0.72 - August 2, 2003]

[Changes for 0.71 - July 30, 2003]

[Changes for 0.70 - July 29, 2003]

[Changes for 0.69 - May 31, 2003]

[Changes for 0.68 - May 26, 2003]

[Changes for 0.67 - April 1, 2003]

[Changes for 0.66 - March 20, 2003]

[Changes for 0.65 - March 9, 2003]

This release comes with several significant improvements:

Previously, users without a C compiler cannot build the 'parl' executable, and is therefore unable to create self-contained binaries using 'pp'.

Now, if there is a binary package available for that architecture under my CPAN directory, the Makefile.PL script will automatically fetch it, unpack into blib/, and the installation will continue as normal, resulting in a fully-functional 'pp'.

This feature is part of the soon-to-be-released Module::Install framework; it will greatly benefit all CPAN authors with non-pure-perl distributions.

Packages generated with 'pp' will now strip POD sections from all packed dependencies (your own scripts is unaffected); all binary executables will save at least 276732 bytes, with additional ~20% saving in additional packed dependencies.

You can turn off this feature with the PAR_VERBATIM environment variable.

Because 'pp'-generated executables includes some fixed version of shared libraries (IO, Zlib, etc), they used to break when the target system has different version of shared libraries.

Now PAR::Heavy intercepts DynaLoader::dl_expandspec to always prefer the library inside the PAR file, so this issue is resolved.

Thanks to Sisyphus and various others, building on Perl 5.6.1 (with its old ExtUtils::MakeMaker and lack of PTHREAD_ATFORK) now works again.

[Changes for 0.64 - March 2, 2003]

[Changes for 0.63 - February 6, 2003]