]> ncurses.scripts.mit.edu Git - ncurses.git/commitdiff
ncurses 6.2 - patch 20200425
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 26 Apr 2020 01:15:23 +0000 (01:15 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 26 Apr 2020 01:15:23 +0000 (01:15 +0000)
+ use vt100+fnkeys in putty -TD
+ fix a typo in tput.1; "columns" should be "cols".

29 files changed:
NEWS
VERSION
dist.mk
doc/html/man/adacurses6-config.1.html
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_variables.3x.html
doc/html/man/form.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/menu.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/ncurses6-config.1.html
doc/html/man/panel.3x.html
doc/html/man/tabs.1.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
man/tput.1
misc/terminfo.src
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 abc1f01b7963ce097252e746de27255c2bcea83a..b5e9dfe8963bcd8dfa2f02713693f76787e96283 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3477 2020/04/18 23:57:32 tom Exp $
+-- $Id: NEWS,v 1.3479 2020/04/26 00:40:38 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,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.
 
+20200425
+       + use vt100+fnkeys in putty -TD
+       + fix a typo in tput.1; "columns" should be "cols".
+
 20200418
        + improve tracemunch logic for "RUN" compaction.
        + fix a special case in wresize() where copying the old text did not
diff --git a/VERSION b/VERSION
index 64b56c4429196d27b138de1b7b1752860111d9ac..9dabf2acf2e697a7800dbb138c04864abce1e7ec 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5:0:10 6.2     20200418
+5:0:10 6.2     20200425
diff --git a/dist.mk b/dist.mk
index 5186f35786d4c95b0f48b806d8fa53515353fe47..539b68ee5dfdabed4b5a1ba1798fa891b9b6ede2 100644 (file)
--- a/dist.mk
+++ b/dist.mk
@@ -26,7 +26,7 @@
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
-# $Id: dist.mk,v 1.1346 2020/04/18 09:00:18 tom Exp $
+# $Id: dist.mk,v 1.1347 2020/04/25 09:36:39 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 = 2
-NCURSES_PATCH = 20200418
+NCURSES_PATCH = 20200425
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
index df0568849edb2440ee57fbb799d5b35aa4aad5c8..950751853ac2de37fffe106ae71531c24ba2dbf2 100644 (file)
 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
        <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 
index 660d651f2c9fe879d4c7d00b71722af78490a316..af224a0223c09a3cf95bce8db8821358d3de45ce 100644 (file)
 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
        <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>
index a7a779a8f975d8d84548155c5332095495c39746..7a310c6dbe63c73b3efb285666d66e175abd375c 100644 (file)
 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
        <STRONG><A HREF="tput.1.html">tput(1)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 
index 7f8e1f3aac9c8597867f04e805a8900346825126..e91e6af3a506c57c224c78857404e9f0e517e521 100644 (file)
@@ -27,7 +27,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: curs_variables.3x,v 1.14 2020/02/02 23:34:34 tom Exp @
+  * @Id: curs_variables.3x,v 1.15 2020/04/18 14:29:07 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
index 51272fcabea59f41e7d1ab95cd9656132b0b83b6..8f95586b44e57ef01833ccf9f0a49d090c2401e4 100644 (file)
        <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>  and  related  pages  whose names begin "form_" for detailed
        descriptions of the entry points.
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 
index a079ff3661f9d6858f6d9ca0662934b4b650aea5..c39264bab8465c5ac11557a364e67dff9114add7 100644 (file)
 
        https://invisible-island.net/ncurses/tctest.html
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>
index 33ee96267a77c18e4c36b3b361f12d064061f8ac..834f8cfa940b222762cee51675c927673bc795d4 100644 (file)
@@ -91,7 +91,7 @@
 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
        <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="tic.1m.html">tic(1m)</A></STRONG>, <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>
index 7629a65d6ce173d0d2c56a2b2c155f14a6173ea1..fafd55867c2cf43426c2c6db668ccea8b6d613ea 100644 (file)
        <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>  and  related  pages  whose names begin "menu_" for detailed
        descriptions of the entry points.
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 
index de942e64f40f7c2bcb631bc96d6b0f9269d0e555..866970b57948b3bba1dd1e5fccc91d8181d70928 100644 (file)
@@ -60,7 +60,7 @@
        method of updating  character  screens  with  reasonable  optimization.
        This  implementation  is  "new  curses"  (ncurses)  and is the approved
        replacement for 4.4BSD classic curses,  which  has  been  discontinued.
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
        The  <STRONG>ncurses</STRONG>  library emulates the curses library of System V Release 4
        UNIX, and XPG4 (X/Open Portability Guide) curses  (also  known  as  XSI
index e8c45cd69f5d87b281cc40ee7ff84e602da7a8ba..6fbdb476455e0256f148c5bdddb1a1ab260afb98 100644 (file)
 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
        <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 
index 76a8ab2805e401d5aad0bcb4ff233093fdf7d93b..392b58db848b7d8e37b114f0123dcdfa967e1d38 100644 (file)
 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
        <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="curs_variables.3x.html">curs_variables(3x)</A></STRONG>,
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>
index 8f2e188ae9547b98cf3c61c164e474519a751155..15ab648b0abc7034af89f89fe43c551d69ce3dfe 100644 (file)
 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
        <STRONG><A HREF="tset.1.html">tset(1)</A></STRONG>, <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>.
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 
index 4bccd4aae29bdbd20a57d1c0a69d8170fca57816..b3d1ce658ddbb69c0fe40ac3ef8575f8ea6d1b07 100644 (file)
        have, by specifying how to perform screen operations, and by specifying
        padding requirements and initialization sequences.
 
-       This manual describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This manual describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 </PRE><H3><a name="h3-Terminfo-Entry-Syntax">Terminfo Entry Syntax</a></H3><PRE>
index d325fb09acc7a07e65b6a741efa0315a99af8792..70212a6b10bd768a0f261c0da84ea9cff879c762 100644 (file)
        <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>,   <STRONG><A HREF="captoinfo.1m.html">captoinfo(1m)</A></STRONG>,   <STRONG><A HREF="infotocap.1m.html">infotocap(1m)</A></STRONG>,   <STRONG><A HREF="toe.1m.html">toe(1m)</A></STRONG>,   <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>,
        <STRONG><A HREF="term.5.html">term(5)</A></STRONG>.  <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>.  <STRONG><A HREF="user_caps.5.html">user_caps(5)</A></STRONG>.
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 </PRE><H2><a name="h2-AUTHOR">AUTHOR</a></H2><PRE>
index eda95e44e6aa7499c160e0827433f0ec9d6521f2..e87a143baa02f62c46811cb31900b4b1d1f621b6 100644 (file)
        <STRONG><A HREF="tic.1m.html">tic(1m)</A></STRONG>, <STRONG><A HREF="infocmp.1m.html">infocmp(1m)</A></STRONG>, <STRONG><A HREF="captoinfo.1m.html">captoinfo(1m)</A></STRONG>,  <STRONG><A HREF="infotocap.1m.html">infotocap(1m)</A></STRONG>,  <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>,  <STRONG>ter-</STRONG>
        <STRONG><A HREF="terminfo.5.html">minfo(5)</A></STRONG>.
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 
index e25ff673dd8ac8876eef66648315f634f924f40d..6da3e962c13699149ad02099af105c498b416883 100644 (file)
@@ -28,7 +28,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: tput.1,v 1.63 2020/02/02 23:34:34 tom Exp @
+  * @Id: tput.1,v 1.64 2020/04/25 21:52:49 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
 
 </PRE><H3><a name="h3-Terminal-Size">Terminal Size</a></H3><PRE>
        Besides  the  special  commands (e.g., <STRONG>clear</STRONG>), tput treats certain ter-
-       minfo  capabilities  specially:  <STRONG>lines</STRONG>   and   <STRONG>columns</STRONG>.    tput   calls
-       <STRONG><A HREF="curs_terminfo.3x.html">setupterm(3x)</A></STRONG> to obtain the terminal size:
+       minfo capabilities specially: <STRONG>lines</STRONG> and <STRONG>cols</STRONG>.  tput calls <STRONG><A HREF="curs_terminfo.3x.html">setupterm(3x)</A></STRONG>
+       to obtain the terminal size:
 
        <STRONG>o</STRONG>   first, it gets the size from the terminal database (which generally
            is not provided for terminal emulators which do not  have  a  fixed
 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
        <STRONG><A HREF="clear.1.html">clear(1)</A></STRONG>, <STRONG>stty(1)</STRONG>, <STRONG><A HREF="tabs.1.html">tabs(1)</A></STRONG>, <STRONG><A HREF="tset.1.html">tset(1)</A></STRONG>, <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>, <STRONG><A HREF="curs_termcap.3x.html">curs_termcap(3x)</A></STRONG>.
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 
index 904116ae957714d05abd0ba342907739664d1d47..e5b2d418320c38ed29d23ac79dd211ab20836cbb 100644 (file)
        <STRONG>csh(1)</STRONG>,  <STRONG>sh(1)</STRONG>,  <STRONG>stty(1)</STRONG>,   <STRONG><A HREF="curs_terminfo.3x.html">curs_terminfo(3x)</A></STRONG>,   <STRONG>tty(4)</STRONG>,   <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>,
        <STRONG>ttys(5)</STRONG>, <STRONG>environ(7)</STRONG>
 
-       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200418).
+       This describes <STRONG>ncurses</STRONG> version 6.2 (patch 20200425).
 
 
 
index bc2acaabb2d3d69438edaf45f140d65ae6365a20..7e20fbed5b2046759171e50c829f648788ae8509 100644 (file)
@@ -28,7 +28,7 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: tput.1,v 1.63 2020/02/02 23:34:34 tom Exp $
+.\" $Id: tput.1,v 1.64 2020/04/25 21:52:49 tom Exp $
 .TH @TPUT@ 1 ""
 .ds d @TERMINFO@
 .ds n 1
@@ -276,7 +276,7 @@ named \fBinit\fP has a more well-established use.
 .PP
 Besides the special commands (e.g., \fBclear\fP),
 @TPUT@ treats certain terminfo capabilities specially:
-\fBlines\fP and \fBcolumns\fP.
+\fBlines\fP and \fBcols\fP.
 @TPUT@ calls \fBsetupterm\fP(3X) to obtain the terminal size:
 .bP
 first, it gets the size from the terminal database
index ab2e471f77096f853ea35682b8b1912c0e1f74c0..48f4b23f5d7c4d92d370690640454005c597dc09 100644 (file)
@@ -6,8 +6,8 @@
 # Report bugs and new terminal descriptions to
 #      bug-ncurses@gnu.org
 #
-#      $Revision: 1.788 $
-#      $Date: 2020/04/18 16:46:32 $
+#      $Revision: 1.790 $
+#      $Date: 2020/04/26 00:38:36 $
 #
 # The original header is preserved below for reference.  It is noted that there
 # is a "newer" version which differs in some cosmetic details (but actually
@@ -3864,16 +3864,22 @@ crt|crt-vt220|CRT 2.3 emulating VT220,
 #      Control responses, wrapping and tabs are buggy, failing a couple of
 #      screens in vttest.
 #
-#      xterm mouse support is not implemented (unrelease version may).
+#      xterm mouse support is not implemented (unreleased version may).
 #
 # Several features such as backspace/delete are optional; this entry documents
-# the default behavior -TD
+# the default behavior.  None of the combinations of keyboard settings match
+# those used for xterm -TD
 #
 # PuTTY recognizes xterm's 1049 mode for switching to/from alternate screen,
 # but implements it incorrectly as mentioned here:
 #      http://stackoverflow.com/questions/24613237/terminal-retains-bg-color-after-closing-vim-using-color-scheme-and-putty-256co/37869114#37869114
-# PuTTY recognized xterm's 1006 mode since late 2015; subsequent release was
+#
+# PuTTY recognized xterm's 1006 mouse mode in late 2015; subsequent release was
 # in 2017 (0.70) -TD
+#
+# PuTTY 0.71 (March 2019) provided a workable "rep" capability.  It also
+# changed longstanding keypad assignments, so that these no longer apply:
+#      kLFT=\E[D, kRIT=\E[C, kb2=\E[G,
 putty|PuTTY terminal emulator,
        am, bce, bw, ccc, mir, msgr, xenl, xon, XT,
        colors#8, it#8, ncv#22, pairs#64, U8#1,
@@ -3897,13 +3903,13 @@ putty|PuTTY terminal emulator,
        initc=\E]P%p1%x%p2%{255}%*%{1000}%/%02x%p3%{255}%*%{1000}%/
              %02x%p4%{255}%*%{1000}%/%02x,
        is2=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>\E]R,
-       kLFT=\E[D, kRIT=\E[C, kb2=\E[G, kbs=^?, kcbt=\E[Z,
-       kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
-       kdch1=\E[3~, kend=\E[4~, khome=\E[1~, kich1=\E[2~,
-       kind=\E[B, knp=\E[6~, kpp=\E[5~, kri=\E[A, kspd=^Z, nel=\r\n,
-       oc=\E]R, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
-       rmam=\E[?7l, rmcup=\E[2J\E[?47l, rmir=\E[4l,
-       rmkx=\E[?1l\E>, rmpch=\E[10m, rmso=\E[27m, rmul=\E[24m,
+       kbs=^?, kcbt=\E[Z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC,
+       kcuu1=\EOA, kdch1=\E[3~, kend=\E[4~, khome=\E[1~,
+       kich1=\E[2~, kind=\E[B, knp=\E[6~, kpp=\E[5~, kri=\E[A,
+       kspd=^Z, nel=\r\n, oc=\E]R, op=\E[39;49m, rc=\E8, rev=\E[7m,
+       ri=\EM, rmacs=^O, rmam=\E[?7l, rmcup=\E[2J\E[?47l,
+       rmir=\E[4l, rmkx=\E[?1l\E>, rmpch=\E[10m, rmso=\E[27m,
+       rmul=\E[24m,
        rs2=\E<\E["p\E[50;6"p\Ec\E[?3l\E]R\E[?1000l,
        s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, sc=\E7,
        setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
@@ -3913,7 +3919,7 @@ putty|PuTTY terminal emulator,
        smir=\E[4h, smkx=\E[?1h\E=, smpch=\E[11m, smso=\E[7m,
        smul=\E[4m, tbc=\E[3g, vpa=\E[%i%p1%dd, E3=\E[3J,
        use=ecma+index, use=xterm+sm+1006, use=putty+fnkeys,
-       use=vt102+enq, use=xterm+sl,
+       use=vt102+enq, use=xterm+sl, use=vt100+fnkeys,
 vt100-putty|Reset PuTTY to pure vt100,
        rs2=\E<\E["p\Ec\E[?3l\E]R\E[40"p\E[61"p\E[50;1;2"p,
        use=vt100,
@@ -3996,8 +4002,8 @@ putty+fnkeys+sco|SCO fn-keys for PuTTY,
 # https://github.com/mintty/mintty
 #
 # Originally a fork (and reduction) of PuTTY, this has grown from 15ksloc in
-# 2013 to 38ksloc in 2019.  That is still smaller than PuTTY (160ksloc), but
-# larger than rxvt (31ksloc).
+# 2013 to 41ksloc in 2020.  That is still smaller than PuTTY (160ksloc), but
+# larger than rxvt (31ksloc) and slightly smaller than rxvt-unicode (42ksloc).
 #
 # Version 3.0 responds to DA as a VT400, however it does not implement the
 # application keypad.  The assignment of cursor-keys versus modifiers differs
@@ -26479,4 +26485,7 @@ v3220|LANPAR Vision II model 3220/3221/3222,
 # 2020-04-18
 #      + use vt52+keypad in xterm-vt52, from xterm #354 -TD
 #
+# 2020-04-25
+#      + use vt100+fnkeys in putty -TD
+#
 ######## SHANTIH!  SHANTIH!  SHANTIH!
index 787bc2db69c703309c378dec6772953afdbf556d..9203623aa837ea5373724768da7a4e6ec06f8c5c 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (6.2+20200418) unstable; urgency=low
+ncurses6 (6.2+20200425) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 18 Apr 2020 05:00:18 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 25 Apr 2020 05:36:39 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
index 787bc2db69c703309c378dec6772953afdbf556d..9203623aa837ea5373724768da7a4e6ec06f8c5c 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (6.2+20200418) unstable; urgency=low
+ncurses6 (6.2+20200425) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 18 Apr 2020 05:00:18 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 25 Apr 2020 05:36:39 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
index 2ee20423b2edce8e4025a603448894e4fe5fdcc7..a9bd71cec5a1398fece77f8b81f6cd8e2744bc02 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (6.2+20200418) unstable; urgency=low
+ncurses6 (6.2+20200425) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 18 Apr 2020 05:00:18 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 25 Apr 2020 05:36:39 -0400
 
 ncurses6 (5.9-20120608) unstable; urgency=low
 
index 73c5ccb0c45d1c23eecd22a9ce8f2f0e7a1533f5..166a63dfb8d1df7026967dc77a75946420f97b6b 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: mingw-ncurses.nsi,v 1.390 2020/04/18 09:00:18 tom Exp $\r
+; $Id: mingw-ncurses.nsi,v 1.391 2020/04/25 09:36:39 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 "2"\r
 !define VERSION_YYYY  "2020"\r
-!define VERSION_MMDD  "0418"\r
+!define VERSION_MMDD  "0425"\r
 !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}\r
 \r
 !define MY_ABI   "5"\r
index 446bb27f28ac8f43bce6eb5ecca34be1b3dd6077..76409537047a9e9d5a94c077e548f5762cf67f71 100644 (file)
@@ -3,7 +3,7 @@
 Summary: shared libraries for terminal handling
 Name: mingw32-ncurses6
 Version: 6.2
-Release: 20200418
+Release: 20200425
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
index d12d2a1db9a99c56fa62c3e5258f9a7a6595368f..fe5e58c4190634eb6edeb3cd79576dfc11042b9c 100644 (file)
@@ -1,7 +1,7 @@
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Version: 6.2
-Release: 20200418
+Release: 20200425
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
index 91b56209c70c28512d2349db2121b24064ba437d..6ca396124419ddf0147eb85137ae42b1febd9150 100644 (file)
@@ -1,7 +1,7 @@
 Summary: Curses library with POSIX thread support.
 Name: ncursest6
 Version: 6.2
-Release: 20200418
+Release: 20200425
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz