ncurses 6.1 - patch 20180923

+ build-fix: remove a _tracef call which was used for debugging (report
  by Chris Clayton).
This commit is contained in:
Thomas E. Dickey 2018-09-23 09:07:52 +00:00
parent b73ae15cdc
commit 3247e20e3f
11 changed files with 20 additions and 17 deletions

6
NEWS
View File

@ -25,7 +25,7 @@
-- sale, use or other dealings in this Software without prior written --
-- authorization. --
-------------------------------------------------------------------------------
-- $Id: NEWS,v 1.3190 2018/09/22 21:23:32 tom Exp $
-- $Id: NEWS,v 1.3192 2018/09/23 08:41:44 tom Exp $
-------------------------------------------------------------------------------
This is a log of changes that ncurses has gone through since Zeyd started
@ -45,6 +45,10 @@ 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.
20180923
+ build-fix: remove a _tracef call which was used for debugging (report
by Chris Clayton).
20180922
+ ignore interrupted system-call in test/ncurses's command-line, e.g.,
if the terminal were resized.

View File

@ -1 +1 @@
5:0:10 6.1 20180922
5:0:10 6.1 20180923

View File

@ -25,7 +25,7 @@
# use or other dealings in this Software without prior written #
# authorization. #
##############################################################################
# $Id: dist.mk,v 1.1242 2018/09/22 16:36:59 tom Exp $
# $Id: dist.mk,v 1.1243 2018/09/23 08:34:28 tom Exp $
# Makefile for creating ncurses distributions.
#
# This only needs to be used directly as a makefile by developers, but
@ -37,7 +37,7 @@ SHELL = /bin/sh
# These define the major/minor/patch versions of ncurses.
NCURSES_MAJOR = 6
NCURSES_MINOR = 1
NCURSES_PATCH = 20180922
NCURSES_PATCH = 20180923
# We don't append the patch to the version, since this only applies to releases
VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)

View File

@ -84,7 +84,7 @@
#define CUR SP_TERMTYPE
#endif
MODULE_ID("$Id: lib_mouse.c,v 1.177 2018/09/22 19:54:21 tom Exp $")
MODULE_ID("$Id: lib_mouse.c,v 1.178 2018/09/23 08:40:23 tom Exp $")
#include <tic.h>
@ -956,7 +956,6 @@ decode_X10_bstate(SCREEN *sp, MEVENT * eventp, unsigned intro)
{
bool result;
_tracef("decode_X10_bstate %#x", intro);
eventp->bstate = 0;
if (!handle_wheel(sp, eventp, (int) intro, (intro & 96) == 96)) {

View File

@ -1,8 +1,8 @@
ncurses6 (6.1+20180922) unstable; urgency=low
ncurses6 (6.1+20180923) unstable; urgency=low
* latest weekly patch
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 22 Sep 2018 12:36:59 -0400
-- Thomas E. Dickey <dickey@invisible-island.net> Sun, 23 Sep 2018 04:34:28 -0400
ncurses6 (5.9-20131005) unstable; urgency=low

View File

@ -1,8 +1,8 @@
ncurses6 (6.1+20180922) unstable; urgency=low
ncurses6 (6.1+20180923) unstable; urgency=low
* latest weekly patch
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 22 Sep 2018 12:36:59 -0400
-- Thomas E. Dickey <dickey@invisible-island.net> Sun, 23 Sep 2018 04:34:28 -0400
ncurses6 (5.9-20131005) unstable; urgency=low

View File

@ -1,8 +1,8 @@
ncurses6 (6.1+20180922) unstable; urgency=low
ncurses6 (6.1+20180923) unstable; urgency=low
* latest weekly patch
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 22 Sep 2018 12:36:59 -0400
-- Thomas E. Dickey <dickey@invisible-island.net> Sun, 23 Sep 2018 04:34:27 -0400
ncurses6 (5.9-20120608) unstable; urgency=low

View File

@ -1,4 +1,4 @@
; $Id: mingw-ncurses.nsi,v 1.289 2018/09/22 16:36:59 tom Exp $
; $Id: mingw-ncurses.nsi,v 1.290 2018/09/23 08:34:28 tom Exp $
; TODO add examples
; TODO bump ABI to 6
@ -10,7 +10,7 @@
!define VERSION_MAJOR "6"
!define VERSION_MINOR "1"
!define VERSION_YYYY "2018"
!define VERSION_MMDD "0922"
!define VERSION_MMDD "0923"
!define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}
!define MY_ABI "5"

View File

@ -3,7 +3,7 @@
Summary: shared libraries for terminal handling
Name: mingw32-ncurses6
Version: 6.1
Release: 20180922
Release: 20180923
License: X11
Group: Development/Libraries
Source: ncurses-%{version}-%{release}.tgz

View File

@ -1,7 +1,7 @@
Summary: shared libraries for terminal handling
Name: ncurses6
Version: 6.1
Release: 20180922
Release: 20180923
License: X11
Group: Development/Libraries
Source: ncurses-%{version}-%{release}.tgz

View File

@ -1,7 +1,7 @@
Summary: Curses library with POSIX thread support.
Name: ncursest6
Version: 6.1
Release: 20180922
Release: 20180923
License: X11
Group: Development/Libraries
Source: ncurses-%{version}-%{release}.tgz