summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-06-21 12:44:03 +0000
committerYann Ylavic <ylavic@apache.org>2018-06-21 12:44:03 +0000
commitbaff3b9f942b5d179992e5801d16fd1e2d1f8131 (patch)
tree2e6105f354c0cfd4007de4ff99549471c23d6250 /CHANGES
parent1c7430f17ef2a16f32509e33f46be8484c094066 (diff)
downloadapr-baff3b9f942b5d179992e5801d16fd1e2d1f8131.tar.gz
apr_crypto_prng API backported to 1.7.x.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1834006 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 0 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 1922c5b7e..ae24bb443 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,6 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
- *) New apr_crypto_prng API and apr_crypto[_thread]_random_bytes() functions.
- [Yann Ylavic]
-
*) apr_file_write: Optimize large reads from buffered files on Windows.
[Evgeny Kotkov]