From: Kevin M. Rosenberg Date: Thu, 30 May 2002 06:34:28 +0000 (+0000) Subject: r2091: *** empty log message *** X-Git-Tag: debian-4.5.3-3~237 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=2ab75b73f06efd0279e3cc6e8c20a10dfdb9ac77 r2091: *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 27019a1..52267ac 100644 --- 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 diff --git a/configure b/configure index 7b9f388..5cb7733 100755 --- 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 diff --git a/configure.ac b/configure.ac index c6ed69f..93ea168 100644 --- a/configure.ac +++ b/configure.ac @@ -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. diff --git a/debian/changelog b/debian/changelog index 1b789df..6dafb1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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)