summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-06-27 14:56:29 +0000
committerSimon Josefsson <simon@josefsson.org>2006-06-27 14:56:29 +0000
commit403b25d752ebac4a3d42099b8531300f1261f1dc (patch)
tree776b50487bd5638b98502666c695456b21b449b3 /NEWS
parente263f917b532652d5e5cdf24209c777330a16030 (diff)
downloadlibtasn1-403b25d752ebac4a3d42099b8531300f1261f1dc.tar.gz
libtasn1-403b25d752ebac4a3d42099b8531300f1261f1dc.tar.bz2
libtasn1-403b25d752ebac4a3d42099b8531300f1261f1dc.zip
Add.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d1096f..e12ded2 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ Version 0.3.6 (unreleased)
- Fix man pages to use \- instead of - for negative signs (as in "-1").
- Add -I's when building in src/, so that unistd.h etc is found on
systems that doesn't have them.
+- Valgrind isn't used for cross-compilation by default, and there is
+ also --disable-valgrind-tests to unconditionally disable it.
+- Valgrind is invoked without parameters, put things you like into
+ ~/.valgrindrc instead.
Version 0.3.5 (released 2006-06-27)
- Fix asn1_octet_der to handle writes of zero-length buffers, before