Skip to content

Commit

Permalink
Release 6.24.14
Browse files Browse the repository at this point in the history
  • Loading branch information
suominen committed Nov 26, 2024
1 parent 128df33 commit fe41cf5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions Fixes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
41. V6.24.14 - 2024-11-26
40. Fix issues with S-JIS handling (T. Nosaka)
39. Handle redirections in bracketed expressions if { foo > /dev/null }
(christos)
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for Tcsh 6.24.13.
# Generated by GNU Autoconf 2.72 for Tcsh 6.24.14.
#
# Report bugs to <https://bugs.astron.com/>.
#
Expand Down Expand Up @@ -604,8 +604,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Tcsh'
PACKAGE_TARNAME='tcsh'
PACKAGE_VERSION='6.24.13'
PACKAGE_STRING='Tcsh 6.24.13'
PACKAGE_VERSION='6.24.14'
PACKAGE_STRING='Tcsh 6.24.14'
PACKAGE_BUGREPORT='https://bugs.astron.com/'
PACKAGE_URL='https://www.tcsh.org/'

Expand Down Expand Up @@ -1289,7 +1289,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
'configure' configures Tcsh 6.24.13 to adapt to many kinds of systems.
'configure' configures Tcsh 6.24.14 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1355,7 +1355,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Tcsh 6.24.13:";;
short | recursive ) echo "Configuration of Tcsh 6.24.14:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1453,7 +1453,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Tcsh configure 6.24.13
Tcsh configure 6.24.14
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2190,7 +2190,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Tcsh $as_me 6.24.13, which was
It was created by Tcsh $as_me 6.24.14, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -2964,7 +2964,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu



PACKAGE_DATE=2024-06-12
PACKAGE_DATE=2024-11-26

PACKAGE_ORIGIN=Astron

Expand Down Expand Up @@ -9537,7 +9537,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by Tcsh $as_me 6.24.13, which was
This file was extended by Tcsh $as_me 6.24.14, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -9606,7 +9606,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
Tcsh config.status 6.24.13
Tcsh config.status 6.24.14
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dnl Written by Kaveh Ghazi ([email protected]) 5/11/96.
dnl
dnl UPDATE THIS SECTION FOR RELEASE
dnl
AC_DEFUN([TCSH_VERSION], [6.24.13])
AC_DEFUN([TCSH_DATE], [2024-06-12])
AC_DEFUN([TCSH_VERSION], [6.24.14])
AC_DEFUN([TCSH_DATE], [2024-11-26])

AC_PREREQ([2.69])dnl Minimum Autoconf version required.
AC_INIT([Tcsh],TCSH_VERSION,[https://bugs.astron.com/],,[https://www.tcsh.org/])
Expand Down
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
tcsh (6.24.13) unstable; urgency=medium
tcsh (6.24.14) unstable; urgency=medium

* Release 6.24.13
* Release 6.24.14
* Please look in the Fixes file for an actual changelog
* In packaging tcsh:
- Avoid non-default settings in system-wide init files.
- Use https://salsa.debian.org/debian/tcsh/debian resources
to maintain compatibility with older versions packaged by
Debian.

-- The Tcsh Team <[email protected]> Wed, 12 Jun 2024 00:00:00 +0000
-- The Tcsh Team <[email protected]> Tue, 26 Nov 2024 00:00:00 +0000

0 comments on commit fe41cf5

Please sign in to comment.