# HG changeset patch # User carl # Date 1191366636 25200 # Node ID 7a97f50c39c587c38231d17c2c9f67f99a6e68ff # Parent 183ae993b9ad9696954d1be0731f8b4aeabcbc4f security fix for potential buffer overrun in lz decompress diff -r 183ae993b9ad -r 7a97f50c39c5 CREDITS --- a/CREDITS Tue Oct 02 15:49:44 2007 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -First and foremost I owe this accomplishment to the one true -God, the one who is called "I am" - He has not got an email address -yet - diff -r 183ae993b9ad -r 7a97f50c39c5 Makefile.am --- a/Makefile.am Tue Oct 02 15:49:44 2007 -0700 +++ b/Makefile.am Tue Oct 02 16:10:36 2007 -0700 @@ -1,3 +1,3 @@ SUBDIRS = src man html info CLEANFILES = xml/libpst xml/Makefile -EXTRA_DIST = libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) +EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*)