From c83cf54eada9ce90fd3ea18b7e5a2d2664393458 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 4 May 2001 14:42:25 +0000 Subject: [PATCH] Mention checking of deprecation mechanism. It's important that it is in 1.6.0 and works. --- RELEASE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE b/RELEASE index 8ed8be4e5..c462887fa 100644 --- a/RELEASE +++ b/RELEASE @@ -17,6 +17,9 @@ After signal handling and threading have been fixed: === In release 1.6.0: +- Make sure that the deprecation mechanism explained in INSTALL and + README is completed and works. + - Q: Was SCM_FLOBUFLEN only deprecated publically, or was it supposed to be removed from numbers.c as well?