diff options
-rw-r--r-- | intl/makefile.in | 2 | ||||
-rw-r--r-- | lynx.hlp | 2 | ||||
-rw-r--r-- | lynx.man | 2 | ||||
-rw-r--r-- | lynx_help/Lynx_users_guide.html | 6 | ||||
-rw-r--r-- | lynx_help/keystrokes/option_help.html | 2 | ||||
-rw-r--r-- | po/makefile.inn | 2 | ||||
-rw-r--r-- | userdefs.h | 4 |
7 files changed, 10 insertions, 10 deletions
diff --git a/intl/makefile.in b/intl/makefile.in index f9943ffe..10c0aefe 100644 --- a/intl/makefile.in +++ b/intl/makefile.in @@ -18,7 +18,7 @@ # PACKAGE = @PACKAGE@ PACKAGE = lynx # VERSION = @VERSION@ -VERSION = 2.8.1 +VERSION = 2.8.2 SHELL = @CONFIG_SHELL@ diff --git a/lynx.hlp b/lynx.hlp index ed9810ab..d3d6976b 100644 --- a/lynx.hlp +++ b/lynx.hlp @@ -739,7 +739,7 @@ path prefix for message catalogs. 2 NOTES - This is the Lynx v2.8.1 Release + This is the Lynx v2.8.2 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 ce9aef19..68a3bc9d 100644 --- a/lynx.man +++ b/lynx.man @@ -767,7 +767,7 @@ codes. Currently, it is hard-coded to a wish list. .B NLSPATH This variable, if set, is used as the path prefix for message catalogs. .SH NOTES -This is the Lynx v2.8.1 Release +This is the Lynx v2.8.2 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 8615135c..dcac79ba 100644 --- a/lynx_help/Lynx_users_guide.html +++ b/lynx_help/Lynx_users_guide.html @@ -1,12 +1,12 @@ <!DOCTYPE html public "-//IETF//DTD HTML 3.0//EN"> <html> <head> -<title>Lynx Users Guide v2.8.1</title> +<title>Lynx Users Guide v2.8.2</title> <link rev="made" href="mailto:lynx-dev@sig.net"> </head> <body> -<h1>Lynx Users Guide v2.8.1</h1> +<h1>Lynx Users Guide v2.8.2</h1> Lynx is a fully-featured <em>World Wide Web</em> (<em>WWW</em>) client for users running cursor-addressable, character-cell display devices (e.g., @@ -863,7 +863,7 @@ return to Lynx or the '<em>></em>' command to save the options to a <dd>The header string which Lynx sends to servers to indicate the User-Agent is displayed here. Changes may be disallowed via the <em>-restrictions</em> switch. Otherwise, the header can be - changed temporarily to a string such as <em>L_y_n_x/2.8.1</em> + changed temporarily to a string such as <em>L_y_n_x/2.8.2</em> for access to sites which discriminate against Lynx based on checks for the presence of "Lynx" in the header. If changed during a Lynx session, the default User-Agent header can diff --git a/lynx_help/keystrokes/option_help.html b/lynx_help/keystrokes/option_help.html index 27ce6bb5..17205d77 100644 --- a/lynx_help/keystrokes/option_help.html +++ b/lynx_help/keystrokes/option_help.html @@ -370,7 +370,7 @@ e.g., <kbd>da, en-gb;q=0.8, en;q=0.7</kbd> . The header string which Lynx sends to servers to indicate the User-Agent is displayed here. Changes may be disallowed via the -restrictions switch. -Otherwise, the header can be changed temporarily to e.g., L_y_n_x/2.8.1 +Otherwise, the header can be changed temporarily to e.g., L_y_n_x/2.8.2 for access to sites which discriminate against Lynx based on checks for the presence of `Lynx' in the header. If changed during a Lynx session, the default User-Agent header can be restored by deleting the modified string diff --git a/po/makefile.inn b/po/makefile.inn index e7b1250d..3be84bdb 100644 --- a/po/makefile.inn +++ b/po/makefile.inn @@ -9,7 +9,7 @@ # PACKAGE = @PACKAGE@ PACKAGE = lynx # VERSION = @VERSION@ -VERSION = 2.8.1 +VERSION = 2.8.2 SHELL = @CONFIG_SHELL@ @SET_MAKE@ diff --git a/userdefs.h b/userdefs.h index 9246d970..ff456012 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1244,12 +1244,12 @@ * the version definition with the Project Version on checkout. Just * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ -#define LYNX_VERSION "2.8.2dev.26" +#define LYNX_VERSION "2.8.2pre.1" #define LYNX_WWW_HOME "http://lynx.browser.org/" #define LYNX_WWW_DIST "http://www.slcc.edu/lynx/current/" #define LYNX_RELEASE FALSE /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */ -#define LYNX_DATE "Wed, 05 May 1999 18:33:59 -0600" +#define LYNX_DATE "Wed, 05 May 1999 18:49:07 -0600" #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" |