From c40782023a9202a1e749ebd5da5ba4dcc41a7da9 Mon Sep 17 00:00:00 2001 From: mes5k Date: Sat, 30 Oct 2004 15:42:20 +0000 Subject: [PATCH] 1.0.1 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 17fd8b5..6da9f5c 100644 --- a/NEWS +++ b/NEWS @@ -58,3 +58,7 @@ the README file in the msc directory for more details And so we have release 1.0! +10/30/04 - A few bugfixes. Now checking for include.h before including it. +This will help Windows users who don't have it. Also changed test1 so that +it doesn't use toupper, which apparently causes problem for non-ASCII +character sets.