note that scons replaced gnu autotools and we can build sgml faq by scons

This commit is contained in:
Radim Kolar 2009-09-10 15:37:24 +02:00
parent d552483209
commit 6bc90824be

View File

@ -3,7 +3,7 @@ Version 2.8.1b25 - testing in progress
corrected misleading comment in client/lib.c
default packetsize changed to do best fit into maximum 1500 mtu
Ethernet frame = 1460. This is needed for speedup the booting of
Etherboot clients.
Etherboot clients
PROTOCOL: when computing checksum declare *t as unsigned char * type
changed typo setguid -> setgid in fspd.conf
fspd.conf: added note that only numeric uid values works
@ -27,10 +27,13 @@ Version 2.8.1b25 - testing in progress
unbreak compilation on systems without large files
cygwin support disabled
frmdir works now. It didnt worked due to adding new access rights
DIR_NOLIST and DIR_NOGET.
DIR_NOLIST and DIR_NOGET
MACHINES updated. Builds confirmed on Ubuntu 8.04.3,
FreeBSD 6.4 and FreeBSD 7.2
fsetupcmd added to fspmerge client
fsetupcmd added to fspmerge client
SCons can now build SGML FSP FAQ if sgmlfmt is found during build
process
GNU autotools build system was entirely replaced by SCons
Version 2.8.1b24 - 19 Feb 2005
use getopt from stdio.h instead of getopt.h in fspscan.c