aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-15 20:27:16 +0000
committerlloyd <[email protected]>2008-10-15 20:27:16 +0000
commit838f2b49fe4aa964029aa29a8a2bdf62ba328dc8 (patch)
treed671dc7787cf7764bc5ad65ef04ac57377b4daab /doc
parenta91c12319b2094d788ee04829737d050f1731011 (diff)
Mention new pkg-config support in log.txt
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 9a46a9bcc..911892eae 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -4,6 +4,7 @@
- Add ECDSA and ECKAEG benchmarks
- Add configure.pl switch --with-tr1-implementation
- Fix configure.pl's --with-endian and --with-unaligned-mem options
+ - Added support for pkg-config
- Optimize byteswap with x86 inline asm for Visual C++ by Yves Jerschow
- Use const references to avoid copying overhead in CurveGFp, GFpModulus