mirror of
https://github.com/ThomasDickey/ncurses-snapshots.git
synced 2026-01-27 03:14:32 +00:00
snapshot of project "ncurses", label v6_4_20240127
This commit is contained in:
parent
9af384f243
commit
cf3302e623
9
NEWS
9
NEWS
@ -26,7 +26,7 @@
|
||||
-- sale, use or other dealings in this Software without prior written --
|
||||
-- authorization. --
|
||||
-------------------------------------------------------------------------------
|
||||
-- $Id: NEWS,v 1.4069 2024/01/20 19:46:10 tom Exp $
|
||||
-- $Id: NEWS,v 1.4071 2024/01/27 22:04:17 tom Exp $
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
This is a log of changes that ncurses has gone through since Zeyd started
|
||||
@ -46,6 +46,13 @@ See the AUTHORS file for the corresponding full names.
|
||||
Changes through 1.9.9e did not credit all contributions;
|
||||
it is not possible to add this information.
|
||||
|
||||
20240127
|
||||
+ amend change to z39-a (report by Sven Joachim).
|
||||
+ use xterm+nopcfkeys, vt52-basic, dec+pp, dec+sl, vt52+arrows,
|
||||
hp+pfk+cr, klone+acs, klone+color, klone+sgr, ncr160wy50+pp
|
||||
to trim -TD
|
||||
+ NetBSD-related fixes for x68k and wsvt52 (patch by Thomas Klausner)
|
||||
|
||||
20240120
|
||||
+ improve formatting/style of manpages (patches by Branden Robinson).
|
||||
+ amend discussion of aliases in tput.1
|
||||
|
||||
4
dist.mk
4
dist.mk
@ -26,7 +26,7 @@
|
||||
# use or other dealings in this Software without prior written #
|
||||
# authorization. #
|
||||
##############################################################################
|
||||
# $Id: dist.mk,v 1.1594 2024/01/20 11:52:33 tom Exp $
|
||||
# $Id: dist.mk,v 1.1595 2024/01/27 11:04:16 tom Exp $
|
||||
# Makefile for creating ncurses distributions.
|
||||
#
|
||||
# This only needs to be used directly as a makefile by developers, but
|
||||
@ -38,7 +38,7 @@ SHELL = /bin/sh
|
||||
# These define the major/minor/patch versions of ncurses.
|
||||
NCURSES_MAJOR = 6
|
||||
NCURSES_MINOR = 4
|
||||
NCURSES_PATCH = 20240120
|
||||
NCURSES_PATCH = 20240127
|
||||
|
||||
# We don't append the patch to the version, since this only applies to releases
|
||||
VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,8 @@
|
||||
ncurses6 (6.4+20240120) unstable; urgency=low
|
||||
ncurses6 (6.4+20240127) unstable; urgency=low
|
||||
|
||||
* latest weekly patch
|
||||
|
||||
-- Thomas E. Dickey <dickey@invisible-island.net> Fri, 19 Jan 2024 06:23:02 -0500
|
||||
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 27 Jan 2024 06:04:16 -0500
|
||||
|
||||
ncurses6 (5.9+20131005) unstable; urgency=low
|
||||
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
ncurses6 (6.4+20240120) unstable; urgency=low
|
||||
ncurses6 (6.4+20240127) unstable; urgency=low
|
||||
|
||||
* latest weekly patch
|
||||
|
||||
-- Thomas E. Dickey <dickey@invisible-island.net> Fri, 19 Jan 2024 06:23:02 -0500
|
||||
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 27 Jan 2024 06:04:16 -0500
|
||||
|
||||
ncurses6 (5.9+20131005) unstable; urgency=low
|
||||
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
ncurses6 (6.4+20240120) unstable; urgency=low
|
||||
ncurses6 (6.4+20240127) unstable; urgency=low
|
||||
|
||||
* latest weekly patch
|
||||
|
||||
-- Thomas E. Dickey <dickey@invisible-island.net> Fri, 19 Jan 2024 06:23:02 -0500
|
||||
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 27 Jan 2024 06:04:16 -0500
|
||||
|
||||
ncurses6 (5.9+20120608) unstable; urgency=low
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
; $Id: mingw-ncurses.nsi,v 1.629 2024/01/19 11:23:02 tom Exp $
|
||||
; $Id: mingw-ncurses.nsi,v 1.630 2024/01/27 11:04:16 tom Exp $
|
||||
|
||||
; TODO add examples
|
||||
; TODO bump ABI to 6
|
||||
@ -10,7 +10,7 @@
|
||||
!define VERSION_MAJOR "6"
|
||||
!define VERSION_MINOR "4"
|
||||
!define VERSION_YYYY "2024"
|
||||
!define VERSION_MMDD "0120"
|
||||
!define VERSION_MMDD "0127"
|
||||
!define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}
|
||||
|
||||
!define MY_ABI "5"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
Summary: shared libraries for terminal handling
|
||||
Name: mingw32-ncurses6
|
||||
Version: 6.4
|
||||
Release: 20240120
|
||||
Release: 20240127
|
||||
License: X11
|
||||
Group: Development/Libraries
|
||||
URL: https://invisible-island.net/ncurses/
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: shared libraries for terminal handling
|
||||
Name: ncurses6
|
||||
Version: 6.4
|
||||
Release: 20240120
|
||||
Release: 20240127
|
||||
License: X11
|
||||
Group: Development/Libraries
|
||||
URL: https://invisible-island.net/ncurses/
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: Curses library with POSIX thread support.
|
||||
Name: ncursest6
|
||||
Version: 6.4
|
||||
Release: 20240120
|
||||
Release: 20240127
|
||||
License: X11
|
||||
Group: Development/Libraries
|
||||
Source: ncurses-%{version}-%{release}.tgz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user