tcsh-6.14.06 is now available

Christos Zoulas christos at zoulas.com
Thu Aug 24 15:46:13 EEST 2006


On Aug 24, 12:57pm, Martin.Kraemer at Fujitsu-Siemens.com (Martin Kraemer) wrote:
-- Subject: Re: tcsh-6.14.06 is now available

| 
| --5vNYLRcllDrimb99
| Content-Type: text/plain; charset=us-ascii
| Content-Disposition: inline
| 
| On Wed, Aug 23, 2006 at 11:19:56AM -0400, Christos Zoulas wrote:
| > 
| > Hello,
| > 
| > I've packaged the all the fixes since 6.14.05 to bring us all to a common
| > source-base:
| It appears that the tarball-build-script did not patch all version
| strings (see attached configure.in). Configure will propagate the
| wrong version number to a couple of #defines (PACKAGE_STRING and
| PACKAGE_VERSION in config.h) but these are apparently unused, so the
| problem is not really a problem.
| 
| Just wanted to mention (for 6.14.07 ;-)
| 
|   Martin
| -- 
| <Martin.Kraemer at Fujitsu-Siemens.com>         |     Fujitsu Siemens
| Fon: +49-89-636-46021, FAX: +49-89-636-48332 | 81730  Munich,  Germany
| 
| --5vNYLRcllDrimb99
| Content-Type: text/plain; charset=us-ascii
| Content-Disposition: attachment; filename="version.patch"
| 
| diff --exclude=config.log --exclude='*.o' --exclude='*.a' --exclude='*~' --exclude=cscope.out --exclude=configure -burp tcsh-6.14.06.orig/configure.in tcsh-6.14.06/configure.in
| --- tcsh-6.14.06.orig/configure.in	2006-03-11 16:27:55.000000000 +0100
| +++ tcsh-6.14.06/configure.in	2006-08-24 12:49:10.025000003 +0200
| @@ -9,7 +9,7 @@ dnl Written by Kaveh Ghazi (ghazi at caip.r
|  dnl
|  
|  AC_PREREQ([2.59])dnl Minimum Autoconf version required.
| -AC_INIT([tcsh], [6.14.05], [http://bugs.gw.com/])
| +AC_INIT([tcsh], [6.14.06], [http://bugs.gw.com/])
|  AC_CONFIG_SRCDIR([tc.vers.c])
|  AC_CONFIG_HEADERS([config.h])
|  AC_CONFIG_TESTDIR([.], [.])
| 

Thanks, I did not read the instructions for releasing :-(

christos



More information about the Tcsh mailing list