aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPatrick Monnerat <Patrick.Monnerat@datasphere.ch>2009-06-15 10:15:28 +0000
committerPatrick Monnerat <Patrick.Monnerat@datasphere.ch>2009-06-15 10:15:28 +0000
commitc32cf33a16d31eeff9a66a1e73ce58b6791dd54d (patch)
tree2bc84bda3677164e0cc0c9736e2854eb7cf81e56 /CHANGES
parent7eb59de7df14c48c8a38b9628a662baa0f61847f (diff)
Replaced use of standard C library rand()/srand() by our own pseudo-random number generator.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 549f9fff3..be16f61da 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Patrick Monnerat (15 Jun 2009)
+- Replaced use of standard C library rand()/srand() by our own pseudo-random
+ number generator.
+
Yang Tse (11 Jun 2009)
- I adapted testcurl script to allow building test harness programs when
cross-compiling for a *-*-mingw* host.