[Changes for 1.002 - Jul 25, 2010]

[Changes for 1.001 - Jul 25, 2010]

[Changes for 1.000 - Apr 10, 2010]

[Changes for 0.994 - Jul 23, 2009]

[Changes for 0.993 - Jul 19, 2009]

[Changes for 0.992 - Apr 5, 2009]

[Changes for 0.991 - Mar 10, 2009]

[Changes for 0.989_01 - Mar 2, 2009]
* Bug fixes, etc.

[Changes for 0.988 - Mar 1, 2009]

[Changes for 0.987_01 - Feb 20, 2009]
* New features

[Changes for 0.986 - Feb 19, 2009]

[Changes for 0.985_01 - Feb 2, 2009]
* New features

[Changes for 0.984 - Jan 25, 2009]
* New features

[Changes for 0.983 - Sep 12, 2008]
* Dependencies

[Changes for 0.982 - Aug 10, 2008]
* New features

[Changes for 0.980 - May 22, 2008]
* Bug fixes, etc.

[Changes for 0.979 - May 13, 2008]
* New features

[Changes for 0.977 - Oct 19, 2007]
* Bug fixes, etc.

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

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

[Changes for 0.972 - Jan 16, 2007]
* Bug fixes, etc.

[Changes for 0.971 - Jan 12, 2007]
* Bug fixes, etc.

[Changes for 0.970 - Dec 3, 2006]
* This release introduces some rather radical changes, so read carefully: * All PAR::Packer related logic has been moved to a separate distribution, PAR-Packer. This includes pp, parl and all packaging tools. This way, PAR becomes a pure-Perl distribution that can be most easily installed by users of software which requires PAR. Developers who want to use the PAR packager, pp, need to install the PAR-Packer distribution from CPAN.

[Changes for 0.961 - Nov 23, 2006]
* Bug fixes, etc.

[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]