added libfko.dylib test suite fix note to the ChangeLog

This commit is contained in:
Michael Rash
2012-07-12 22:18:39 -04:00
parent e250776107
commit 3b26157a40

View File

@@ -14,6 +14,8 @@ fwknop-2.0.1 (07//2012):
- [test suite] Added parsing of valgrind output to produce a listing of
functions that have been flagged - this assists in the development
process to ensure that fwknop is not leaking memory.
- [test suite] Bug fix on Mac OS X systems to account for libfko.dylib path
instead of libfko.so. This fixes the existence check for libfko.
- Minor gcc warning fix: fko_decode.c:43:17: warning: variable edata_size
set but not used [-Wunused-but-set-variable].