From: Thomas E. Dickey Date: Tue, 30 Jan 2018 01:18:41 +0000 (+0000) Subject: ncurses 6.1 - patch 20180129 X-Git-Tag: v6.2~102 X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=f4ed859493ee1d227b3b51cfe88ec635f0dcb099 ncurses 6.1 - patch 20180129 + update "VERSION" file, used in shared-library naming. --- diff --git a/NEWS b/NEWS index 2e4ab8e2..2964fb97 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.3069 2018/01/27 15:28:53 tom Exp $ +-- $Id: NEWS,v 1.3071 2018/01/30 00:35:11 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,11 @@ 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. +20180129 + + update "VERSION" file, used in shared-library naming. + +20180127 6.1 release for upload to ftp.gnu.org + 20180127 + updated release notes + amend a warning message from tic which should have flagged misuse diff --git a/VERSION b/VERSION index 8d1f0758..dd18f9b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:9 6.0 20180127 +5:0:10 6.1 20180129 diff --git a/dist.mk b/dist.mk index aa799ca9..7a82fd04 100644 --- 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.1207 2018/01/22 11:42:46 tom Exp $ +# $Id: dist.mk,v 1.1208 2018/01/30 00:32:36 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 = 20180127 +NCURSES_PATCH = 20180129 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) diff --git a/package/debian-mingw/changelog b/package/debian-mingw/changelog index 0042a6a2..b9b3881c 100644 --- a/package/debian-mingw/changelog +++ b/package/debian-mingw/changelog @@ -1,8 +1,8 @@ -ncurses6 (6.1+20180127) unstable; urgency=low +ncurses6 (6.1+20180129) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Mon, 22 Jan 2018 20:01:38 -0500 + -- Thomas E. Dickey Mon, 29 Jan 2018 19:32:37 -0500 ncurses6 (5.9-20131005) unstable; urgency=low diff --git a/package/debian-mingw64/changelog b/package/debian-mingw64/changelog index 0042a6a2..b9b3881c 100644 --- a/package/debian-mingw64/changelog +++ b/package/debian-mingw64/changelog @@ -1,8 +1,8 @@ -ncurses6 (6.1+20180127) unstable; urgency=low +ncurses6 (6.1+20180129) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Mon, 22 Jan 2018 20:01:38 -0500 + -- Thomas E. Dickey Mon, 29 Jan 2018 19:32:37 -0500 ncurses6 (5.9-20131005) unstable; urgency=low diff --git a/package/debian/changelog b/package/debian/changelog index 42570c59..6abeab30 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,8 +1,8 @@ -ncurses6 (6.1+20180127) unstable; urgency=low +ncurses6 (6.1+20180129) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Mon, 22 Jan 2018 20:01:38 -0500 + -- Thomas E. Dickey Mon, 29 Jan 2018 19:32:37 -0500 ncurses6 (5.9-20120608) unstable; urgency=low diff --git a/package/mingw-ncurses.nsi b/package/mingw-ncurses.nsi index bc6eaa2b..1cb40539 100644 --- a/package/mingw-ncurses.nsi +++ b/package/mingw-ncurses.nsi @@ -1,4 +1,4 @@ -; $Id: mingw-ncurses.nsi,v 1.254 2018/01/23 01:01:38 tom Exp $ +; $Id: mingw-ncurses.nsi,v 1.255 2018/01/30 00:32:37 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 "0127" +!define VERSION_MMDD "0129" !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} !define MY_ABI "5" diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index 645db618..5a1d8379 100644 --- a/package/mingw-ncurses.spec +++ b/package/mingw-ncurses.spec @@ -3,7 +3,7 @@ Summary: shared libraries for terminal handling Name: mingw32-ncurses6 Version: 6.1 -Release: 20180127 +Release: 20180129 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz diff --git a/package/ncurses.spec b/package/ncurses.spec index 3066d784..59cccf34 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,7 +1,7 @@ Summary: shared libraries for terminal handling Name: ncurses6 Version: 6.1 -Release: 20180127 +Release: 20180129 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz