aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1bafed11..1ec4edf07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Thu Oct 7 20:51:05 CEST 2010
2 Removed dependency on GNU MP (GMP). The code now uses the libgcrypt MPI
3 interface.
4
1Sat Jul 3 20:47:45 CEST 2010 5Sat Jul 3 20:47:45 CEST 2010
2 Releasing GNUnet 0.9.0pre1. 6 Releasing GNUnet 0.9.0pre1.
3 7
diff --git a/README b/README
index dce9e66f0..f82d16828 100644
--- a/README
+++ b/README
@@ -31,7 +31,6 @@ These are the direct dependencies for running GNUnet:
31- libextractor >= 0.6.1 31- libextractor >= 0.6.1
32- libmicrohttpd >= 0.9.2 32- libmicrohttpd >= 0.9.2
33- libgcrypt >= 1.2 33- libgcrypt >= 1.2
34- libgmp >= 4.0
35- libcurl >= 7.21.0 34- libcurl >= 7.21.0
36- libltdl >= 2.2 (part of GNU libtool) 35- libltdl >= 2.2 (part of GNU libtool)
37- sqlite >= 3.0 (alternative to MySQL) 36- sqlite >= 3.0 (alternative to MySQL)