From 7640989b92d4535918951ee51c0b1d5accafe629 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Fri, 7 Oct 2016 00:56:18 +0000 Subject: [PATCH] Follow up to r1763666: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1763671 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 8340365ea7c..9c405602926 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes for APR 2.0.0 + *) apr_atomic: change the API of apr_atomic_casptr() apr_atomic_xchgptr() + functions to take a volatile pointer to void instead of pointer to + volatile void. [Yann Ylavic] + *) apr_crypto: Add apr_crypto_key() function which supports keys generated from a passphrase or a raw secret provided by the caller. Deprecate apr_crypto_passphrase(). [Graham Leggett]