Initial commit.

This commit is contained in:
依瑪貓
2021-02-01 15:05:57 +08:00
commit caa045c368
39 changed files with 9705 additions and 0 deletions

29
NEWS Normal file
View File

@ -0,0 +1,29 @@
New in 3.04:
* Documentation fixes.
New in 3.03:
* Test suite fixes.
* Required Perl version number compatible to older versions, to work
with the Perl 5.10 warning.
New in 3.02:
* Test suite improvement.
New in 3.01:
* Test suite improvement.
New in 3.00:
* Name changed from arclog.pl to arclog.
* Perl's s build system ExtUtils::MakeMaker and Module::Build are
used instead of GNU autoconf.
* Added test suite that help quality assurance.
* License updated to GPLv3.
New in 2.1.0:
* Added support for bzip2 compression.
* Added support for gzip compression with gzip binary instead of
Compress::Zlib.
* Added the GNU autoconf configuration script.
New in 2.1.0dev2:
* Documentation fixes.