File Release Notes and Changelog
Release Name: 1.5.1
Notes:
bug fix for problems with large help/agreement files
Changes:
version 1.5.1 (tag rel_1_5_1)
- fixed bug in readMsgFile() that choked on help/agreement files larger
than 1K
- unit tests for readMsgFile()
- fix version option to pdv stub
version 1.5 (tag rel_1_5)
- install man pages for pdvmkpkg, xmpdvmkpkg (copies of pdv.1)
- fixed install to properly create doc/pdv directory for documentation files
- force use of install-sh rather than system install binary (for Solaris)
- make will not try to build X11 dir if --without-x was specified
- added agreement file option to pdvmkpkg and xmpdvmkpkg
- some fine-tuning to xmpdvmkpkg
version 1.4 (tag rel_1_4)
- added optional X11/Motif interface for makeing PDV packages (xmpdvmkpkg)
- created spec files to make it easier for users to recreate a PDV
package without having to memorize long command line
- added some more error handling for ENOMEM etc. (print msg then die)
- added notes on manual installation in INSTALL
- when extracting payload restore file permissions on output file to
match the payload input file
- tuned up a few of the regression tests
version 1.3 (tag rel_1_3)
- change to use system() instead of execlp() (security is not
really an issue here since the package had better be trusted
already!)
- fixed broken strdup() in port.c
version 1.2 (tag rel_1_2)
- doc changes, added links to sourceforge to README, manpage
- updated Makefile to create RPM and System V packages for pdv
version 1.1 (tag rel_1_1)
- added tests for execution, tar, compress handling
- minor bug fixes
- removed interactive mode
- began adding stubs for zlib support - plenty more work to do here
version 1.0
- initial release