diff options
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | WWW/Library/Implementation/HTDOS.h | 4 | ||||
-rw-r--r-- | lynx.hlp | 2 | ||||
-rw-r--r-- | lynx.man | 2 | ||||
-rw-r--r-- | lynx_help/Lynx_users_guide.html | 2 | ||||
-rw-r--r-- | userdefs.h | 4 |
7 files changed, 15 insertions, 12 deletions
diff --git a/CHANGES b/CHANGES index a21722d9..5715e222 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ Changes since Lynx 2.8 release ================================================================================ +1998-10-27 (2.8.1rel.2) +* tidy up version numbers - TD +* modify HTDOS.h to permit compile with K&R compiler - TD 1998-10-24 (2.8.1rel.1) * reorganize lynx_help_main.html - PW * minor change to WWW/.../tcp.h to eliminate redefinition warning by DEC C - TD diff --git a/README b/README index 8d46bb83..ee7c8a2f 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ Lynx README file -Lynx Version 2.8 is the latest "official" release. This release is based on -the lynx2.7.1ac-0.118 development code set, and includes bug fixes through -March 10, 1998. See the CHANGES2.8 file in the docs subdirectory for a -complete record of all changes and bug fixes in this release. New releases -are announced on the lynx-dev mailing list (see below). +Lynx Version 2.8.1 is the latest "official" release. This release is based on +the lynx2.8pre.11 development code set, and includes bug fixes through October +24, 1998. See the CHANGES file for a complete record of all changes and +bug fixes in this release. New releases are announced on the lynx-dev mailing +list (see below). WHAT IS LYNX? diff --git a/WWW/Library/Implementation/HTDOS.h b/WWW/Library/Implementation/HTDOS.h index d2a2e0be..ff2ba194 100644 --- a/WWW/Library/Implementation/HTDOS.h +++ b/WWW/Library/Implementation/HTDOS.h @@ -13,7 +13,7 @@ ** returns WWW file specification ** */ -char * HTDOS_wwwName (char * dosname); +char * HTDOS_wwwName PARAMS((char * dosname)); /* PUBLIC HTDOS_name() @@ -26,7 +26,7 @@ char * HTDOS_wwwName (char * dosname); ** ** Bug: Returns pointer to static -- non-reentrant */ -char * HTDOS_name (char * wwwname); +char * HTDOS_name PARAMS((char * wwwname)); #endif /* HTDOS_H */ diff --git a/lynx.hlp b/lynx.hlp index 7f2ac5b1..816998ad 100644 --- a/lynx.hlp +++ b/lynx.hlp @@ -476,7 +476,7 @@ o Type "k" for a complete list of the current key-stroke command mappings. 2 NOTES - This is the Lynx v2.8 Release + This is the Lynx v2.8.1 Release If you wish to contribute to the further development of Lynx, subscribe to our mailing list. Send email to <majordomo@sig.net> with diff --git a/lynx.man b/lynx.man index 654df31c..2a9a35c2 100644 --- a/lynx.man +++ b/lynx.man @@ -549,7 +549,7 @@ of key-stroke commands. o Type \fB"K"\fR for a complete list of the current key-stroke command mappings. .SH NOTES -This is the Lynx v2.8 Release +This is the Lynx v2.8.1 Release .PP If you wish to contribute to the further development of \fILynx\fR, subscribe to our mailing list. Send email to diff --git a/lynx_help/Lynx_users_guide.html b/lynx_help/Lynx_users_guide.html index bec13eef..2341e928 100644 --- a/lynx_help/Lynx_users_guide.html +++ b/lynx_help/Lynx_users_guide.html @@ -2439,7 +2439,7 @@ The Lynx2-6FM code set was released as v2.7 in February 1997. The v2-7FM code set was released as v2.7.1 in April 1997. The v2-7-1FM code set was released as v2.7.2 in January 1998. The 2.7.1 development set was released as v2.8 in March 1998. -The 2.8 development set is planned to release as v2.8.1 in October 1998. +The 2.8 development set was released as v2.8.1 in October 1998. <p>Since early 1997, the Lynx code has expanded into autoconfigure and PC versions. The branching of the Lynx source base from a single diff --git a/userdefs.h b/userdefs.h index eb1b878e..360fbec1 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1216,12 +1216,12 @@ * the version definition with the Project Version on checkout. Just * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ -#define LYNX_VERSION "2.8.1rel.1" +#define LYNX_VERSION "2.8.1rel.2" #define LYNX_WWW_HOME "http://lynx.browser.org/" #define LYNX_WWW_DIST "http://www.slcc.edu/lynx/current/" #define LYNX_RELEASE TRUE /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */ -#define LYNX_DATE "Sat, 24 Oct 1998 10:49:07 -0600" +#define LYNX_DATE "Tue, 27 Oct 1998 19:08:12 -0700" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ #define LYNX_RELEASE_DATE "1998" |