From 3d8cb8ee6663d90cd70e12843a2e2801f884d6b4 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Fri, 31 May 1996 17:39:28 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1621 72102866-910b-0410-8b05-ffd578937521 --- RELEASE-NOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2e2f85df0..5a78f47ca 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,2 +1,7 @@ The name of the library has changed. See the Apr 17 ChangeLog for a list of what's changed, and the old and new names. + +The `o-*' file names have been changed to `o_*' to better match their +function names and the GNU standards. + +The %@ printf directive only works if you are using the GNU C library.