summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid C. Haley2016-06-01 13:44:18 -0500
committerDavid C. Haley2016-07-14 09:08:56 -0500
commitf731bef6468d75e2a17cab207e2e16af08613f55 (patch)
treec56085b5a766d230aa715416a10be6e3eba520dd /ChangeLog
parent433422c4f7433f5c3b0559b60bb5e5a4cc63fccc (diff)
New Spell: pigz
A small, simple spell with two small caveats as noted below: 1) BUILD - there is no "configure" file present. Running 'make' and its permissible permutations are the only option. As such the default build behavior would not have worked and a BUILD file was created to accomodate a simple 'make' command running. 2) INSTALL - the command 'make install' is not possible. To avoid the need for a patch file to add the missing functionality, I created an INSTALL file that performs a 'mkdir -p' (likely unneeded) and then copy the two created files (pigz and unpigz) to the /usr/bin directory. This was the easiest/simpliest thing I could think of, however, I am open to ideas of others have a better approach.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89d50fd56c..bb85784481 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -75,6 +75,9 @@
2016-06-01 David C. Haley <khoralin@gmail.com>
* archive/pxz: new spell, parallel implementation of xz
+2016-06-01 David C. Haley <khoralin@gmail.com>
+ * archive/pigz: new spell, parallel implementation of gz
+
2016-06-01 Eric Sandall <sandalle@sourcemage.org>
* net/ifenslave: Added to configure network interfaces for bonding