r251: ChangeLog
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 15 Dec 2000 22:05:48 +0000 (22:05 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 15 Dec 2000 22:05:48 +0000 (22:05 +0000)
ChangeLog
configure

index 84473be2eb38aa55e19f6d0b5b776447ae509ae1..6703e41d0c17432d3bf8b38a4d79dbef34c8aed6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2.0.7 - 12/04/00
    Modifications for Microsoft Visual C++ compilation
+   Fix core-dump bug in Array2dFile::labelsCopy() function [Thanks Ian Kay!]
        
 2.0.6 - 12/03/00
    Fixed minor compilation problem with procsignal.h
index 00eb567e03c42bcb5cf28811066a637aec8c3faf..0633543863a2dc973afdae278731c2f9037bc07f 100755 (executable)
--- a/configure
+++ b/configure
@@ -715,7 +715,7 @@ fi
 
 PACKAGE=ctsim
 
-VERSION=2.0.6
+VERSION=2.0.7
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }