r2091: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 30 May 2002 06:34:28 +0000 (06:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 30 May 2002 06:34:28 +0000 (06:34 +0000)
ChangeLog
configure
configure.ac
debian/changelog

index 27019a1e8af50fbd82ba6f7d8006b8cd6c89ab93..52267ac220456cc998c3c710f882e65637b8cd17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
-May 8, 2000  Version 3.5.2
+May 29, 2000  Version 3.5.2
        * configure: improved CTN (DICOM) installation search
        * src/ctsim.cpp: Fixed initial image size with import command
+       * misc. files: Add support for g++ 3.04 compiler
 
        
 May 5, 2000  Version 3.5.1
index 7b9f38841a956feeccce107c0c1bb7a64cdd56b4..5cb7733e8be1f0ff8f1198ff876e388e628cb6f8 100755 (executable)
--- a/configure
+++ b/configure
@@ -1415,7 +1415,7 @@ fi
 
 PACKAGE=ctsim
 
-VERSION=3.5.2
+VERSION=3.5.3
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
index c6ed69f004daeded4bda79f49948dc9eae6b9e36..93ea168705039f4c323d6a19fe10dd5defd9930f 100644 (file)
@@ -5,7 +5,7 @@ dnl CDPATH=
 
 AC_INIT
 AC_CONFIG_SRCDIR([src/ctsim.cpp])
-AM_INIT_AUTOMAKE(ctsim,3.5.2)
+AM_INIT_AUTOMAKE(ctsim,3.5.3)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
index 1b789df8ca01af5213cf1d8781acaa78f73bb2e3..6dafb1fec2ecc8fb2a8b3e683ffcc7e01c17a0ad 100644 (file)
@@ -1,8 +1,9 @@
-ctsim (3.5.2-2) unstable; urgency=low
+ctsim (3.5.3-1) unstable; urgency=low
 
   * Split online help into ctsim-help package
 
-  * Split pdf and html documentation into ctsim-doc package
+  * Split pdf and html documentation into ctsim-doc and ctsim-doc-pdf
+  packages
 
   * Removed definition of ostringstream class (Closes: #148379)