ncurses 4.1 (again ;-) - 970515 - T.Dickey <dickey_at_clark.net>
H.J.Lu sent me mail right after I tagged 4.1 with changes to integrate
ncurses as an add-on to glibc. Since it would be a little awkward distributing
ncurses + patch + glibc, I decided it would be better to integrate his change,
and re-tag the release.
(Of course, I'm still working on 4.2 ...)
--------------------------------------------------------------------------------
NEWS | 5 ++++-
dist.mk | 4 ++--
2 files changed, 6 insertions, 3 deletions
--------------------------------------------------------------------------------
Index: NEWS
--- ncurses-4.1-970510+/NEWS Sat May 10 19:04:37 1997
+++ ncurses-4.1-970515/NEWS Thu May 15 20:33:12 1997
@@ -1,6 +1,9 @@
This is a log of changes that ncurses has gone through since Zeyd
started working with Pavel Curtis' original work, pcurses, in 1992:
+970515 4.1 release for upload to prep.ai.mit.edu
+ + re-tag changes since 970505 as 4.1 release.
+
970510
+ modify ncurses 'g' test to allow mouse input
+ modify default xterm description to include mouse.
@@ -27,7 +30,7 @@
+ modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
<hjl_at_lucon.org>)
-970505 4.1 release
+970505 4.1 pre-release
+ regenerate the misc directory html dumps without the link list, which
is not useful.
+ correct dependency in form directory makefile which caused unnecessary
Index: dist.mk
Prereq: 1.37
--- ncurses-4.1-970510+/dist.mk Sat May 10 12:00:23 1997
+++ ncurses-4.1-970515/dist.mk Thu May 15 20:33:41 1997
@@ -1,4 +1,4 @@
-# $Id: dist.mk,v 1.37 1997/05/10 16:00:23 tom Exp $
+# $Id: dist.mk,v 1.38 1997/05/16 00:33:41 tom Exp $
# Makefile for creating ncurses distributions.
#
# This only needs to be used directly as a makefile by developers, but
@@ -10,7 +10,7 @@
# These define the major/minor/patch versions of ncurses.
NCURSES_MAJOR = 4
NCURSES_MINOR = 1
-NCURSES_PATCH = 970510
+NCURSES_PATCH = 970515
# We don't append the patch to the version, since this only applies to releases
VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
-- Thomas E. Dickey dickey_at_clark.net http://www.clark.net/pub/dickeyReceived on Thu May 15 1997 - 21:42:59 EDT
This archive was generated by hypermail 2.2.0 : Mon Dec 19 2011 - 06:24:16 EST