-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.11]) | ||
AC_DEFUN([TCSH_DATE], [2024-03-14]) | ||
AC_DEFUN([TCSH_VERSION], [6.24.12]) | ||
AC_DEFUN([TCSH_DATE], [2024-04-05]) | ||
|
||
AC_PREREQ([2.69])dnl Minimum Autoconf version required. | ||
AC_INIT([Tcsh],TCSH_VERSION,[https://bugs.astron.com/],,[https://www.tcsh.org/]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
tcsh (6.24.11) unstable; urgency=medium | ||
tcsh (6.24.12) unstable; urgency=medium | ||
|
||
* Release 6.24.11 | ||
* Release 6.24.12 | ||
* 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]> Thu, 14 Mar 2024 00:00:00 +0000 | ||
-- The Tcsh Team <[email protected]> Fri, 05 Apr 2024 00:00:00 +0000 |