Skip to content

Commit b6fc0fb

Browse files
committed
Release 6.24.13
1 parent 7d44f1d commit b6fc0fb

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

Fixes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
37. V6.24.13 - 2024-06-12
12
36. Fix !^:h and !^:t failing when no / found (Kimmo Suominen)
23
35. Add cross-build support for gethost (josefs10)
34
34. Add support for $?< (Matheus Garcia)

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for Tcsh 6.24.12.
3+
# Generated by GNU Autoconf 2.72 for Tcsh 6.24.13.
44
#
55
# Report bugs to <https://bugs.astron.com/>.
66
#
@@ -604,8 +604,8 @@ MAKEFLAGS=
604604
# Identity of this package.
605605
PACKAGE_NAME='Tcsh'
606606
PACKAGE_TARNAME='tcsh'
607-
PACKAGE_VERSION='6.24.12'
608-
PACKAGE_STRING='Tcsh 6.24.12'
607+
PACKAGE_VERSION='6.24.13'
608+
PACKAGE_STRING='Tcsh 6.24.13'
609609
PACKAGE_BUGREPORT='https://bugs.astron.com/'
610610
PACKAGE_URL='https://www.tcsh.org/'
611611

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

13561356
if test -n "$ac_init_help"; then
13571357
case $ac_init_help in
1358-
short | recursive ) echo "Configuration of Tcsh 6.24.12:";;
1358+
short | recursive ) echo "Configuration of Tcsh 6.24.13:";;
13591359
esac
13601360
cat <<\_ACEOF
13611361
@@ -1453,7 +1453,7 @@ fi
14531453
test -n "$ac_init_help" && exit $ac_status
14541454
if $ac_init_version; then
14551455
cat <<\_ACEOF
1456-
Tcsh configure 6.24.12
1456+
Tcsh configure 6.24.13
14571457
generated by GNU Autoconf 2.72
14581458
14591459
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -2190,7 +2190,7 @@ cat >config.log <<_ACEOF
21902190
This file contains any messages produced by compilers while
21912191
running configure, to aid debugging if configure makes a mistake.
21922192
2193-
It was created by Tcsh $as_me 6.24.12, which was
2193+
It was created by Tcsh $as_me 6.24.13, which was
21942194
generated by GNU Autoconf 2.72. Invocation command line was
21952195
21962196
$ $0$ac_configure_args_raw
@@ -2964,7 +2964,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
29642964

29652965

29662966

2967-
PACKAGE_DATE=2024-04-05
2967+
PACKAGE_DATE=2024-06-12
29682968

29692969
PACKAGE_ORIGIN=Astron
29702970

@@ -9537,7 +9537,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
95379537
# report actual input values of CONFIG_FILES etc. instead of their
95389538
# values after options handling.
95399539
ac_log="
9540-
This file was extended by Tcsh $as_me 6.24.12, which was
9540+
This file was extended by Tcsh $as_me 6.24.13, which was
95419541
generated by GNU Autoconf 2.72. Invocation command line was
95429542
95439543
CONFIG_FILES = $CONFIG_FILES
@@ -9606,7 +9606,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
96069606
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
96079607
ac_cs_config='$ac_cs_config_escaped'
96089608
ac_cs_version="\\
9609-
Tcsh config.status 6.24.12
9609+
Tcsh config.status 6.24.13
96109610
configured by $0, generated by GNU Autoconf 2.72,
96119611
with options \\"\$ac_cs_config\\"
96129612

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dnl Written by Kaveh Ghazi ([email protected]) 5/11/96.
1010
dnl
1111
dnl UPDATE THIS SECTION FOR RELEASE
1212
dnl
13-
AC_DEFUN([TCSH_VERSION], [6.24.12])
14-
AC_DEFUN([TCSH_DATE], [2024-04-05])
13+
AC_DEFUN([TCSH_VERSION], [6.24.13])
14+
AC_DEFUN([TCSH_DATE], [2024-06-12])
1515

1616
AC_PREREQ([2.69])dnl Minimum Autoconf version required.
1717
AC_INIT([Tcsh],TCSH_VERSION,[https://bugs.astron.com/],,[https://www.tcsh.org/])

debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
tcsh (6.24.12) unstable; urgency=medium
1+
tcsh (6.24.13) unstable; urgency=medium
22

3-
* Release 6.24.12
3+
* Release 6.24.13
44
* Please look in the Fixes file for an actual changelog
55
* In packaging tcsh:
66
- Avoid non-default settings in system-wide init files.
77
- Use https://salsa.debian.org/debian/tcsh/debian resources
88
to maintain compatibility with older versions packaged by
99
Debian.
1010

11-
-- The Tcsh Team <[email protected]> Fri, 05 Apr 2024 00:00:00 +0000
11+
-- The Tcsh Team <[email protected]> Wed, 12 Jun 2024 00:00:00 +0000

0 commit comments

Comments
 (0)