]> ncurses.scripts.mit.edu Git - ncurses.git/commitdiff
ncurses 6.1 - patch 20180923
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Sep 2018 09:07:52 +0000 (09:07 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Sep 2018 09:07:52 +0000 (09:07 +0000)
+ build-fix: remove a _tracef call which was used for debugging (report
  by Chris Clayton).

NEWS
VERSION
dist.mk
ncurses/base/lib_mouse.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec

diff --git a/NEWS b/NEWS
index 5368fecb376f8b649bbf945aef29d71398dd335d..60afd836826dd84830d8ccb777dde7bbaf5e3d77 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/VERSION b/VERSION
index be2fce2211c49855e2860d30c99ccf00e548a462..8e55dcade67e05144f3394fef311d361bd9f90ad 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5:0:10 6.1     20180922
+5:0:10 6.1     20180923
diff --git a/dist.mk b/dist.mk
index aa5fe3ea1f46e85829a790bad205dca459e9586e..8bddbc018d747c486c4d906db1f1c40015afda82 100644 (file)
--- a/dist.mk
+++ b/dist.mk
@@ -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)
index f703a24f40f35adff9cdedc38de9230a3190ac56..ed58148ba455d1825818a467ec4322ff0622a37f 100644 (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)) {
index fa36f6c78798d07041a75518b94908ec8f915ef2..ab3b40048e54dde87671b898ea26dd5277d22bbd 100644 (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
 
index fa36f6c78798d07041a75518b94908ec8f915ef2..ab3b40048e54dde87671b898ea26dd5277d22bbd 100644 (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
 
index f85c5ef0476550faed5086dbc48a52c778e6c61f..9ef306bbdd520894e4e329c5780ed5f6c78d17e0 100644 (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
 
index e1296a4c8c9fe5dee5617335ee98974ee2784e7c..4f464f656e655af30cecd873b259e4232a8cb395 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: mingw-ncurses.nsi,v 1.289 2018/09/22 16:36:59 tom Exp $\r
+; $Id: mingw-ncurses.nsi,v 1.290 2018/09/23 08:34:28 tom Exp $\r
 \r
 ; TODO add examples\r
 ; TODO bump ABI to 6\r
@@ -10,7 +10,7 @@
 !define VERSION_MAJOR "6"\r
 !define VERSION_MINOR "1"\r
 !define VERSION_YYYY  "2018"\r
-!define VERSION_MMDD  "0922"\r
+!define VERSION_MMDD  "0923"\r
 !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}\r
 \r
 !define MY_ABI   "5"\r
index a3ef00d497751bdeacf365fd93c68600b574c818..8458844d029682a7501378b7a843b137f2529b53 100644 (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
index bd5d66527c4a767ef5117b67dd703bb80be2732e..10a0f77cb7705dbfc9af9c041c3699142398e1d2 100644 (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
index 66cce44398e827f20735dc9cbbcfc9ee2193c5b5..ef5a5aba74b6a6b8c1ccccb448dc80fbc1cd6920 100644 (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