about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rw-r--r--PACKAGE/debian/changelog6
-rw-r--r--PACKAGE/lynx.nsi6
-rw-r--r--PACKAGE/lynx.spec4
-rw-r--r--PACKAGE/version.iss4
-rwxr-xr-xconfigure2
-rw-r--r--configure.in6
-rw-r--r--lynx.cfg4
-rw-r--r--makefile.in4
-rw-r--r--src/LYIcon.rc10
-rw-r--r--userdefs.h6
11 files changed, 28 insertions, 27 deletions
diff --git a/CHANGES b/CHANGES
index d786c020..c7099a44 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,9 @@
--- $LynxId: CHANGES,v 1.738 2014/02/14 00:35:10 tom Exp $
+-- $LynxId: CHANGES,v 1.739 2014/02/14 13:32:54 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
+2014-02-14 (2.8.8rel.1)
 2014-02-14 (2.8.8pre.5)
 * change quoting for fixup to help_files.sed in 2.8.8dev.17 to work around
   bug in cygwin's make/sed programs -TD
diff --git a/PACKAGE/debian/changelog b/PACKAGE/debian/changelog
index 49264d5d..f3dd9053 100644
--- a/PACKAGE/debian/changelog
+++ b/PACKAGE/debian/changelog
@@ -1,8 +1,8 @@
-lynx-dev (2.8.8pre.5) unstable; urgency=low
+lynx-dev (2.8.8rel.1) unstable; urgency=low
 
-  * maintenance updates
+  * stable release
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Fri, 07 Feb 2014 20:00:47 -0500
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Fri, 14 Feb 2014 08:35:07 -0500
 
 lynx-dev (2.8.8dev.16) unstable; urgency=high
 
diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi
index da4fddd8..af3cfd9d 100644
--- a/PACKAGE/lynx.nsi
+++ b/PACKAGE/lynx.nsi
@@ -1,4 +1,4 @@
-; $LynxId: lynx.nsi,v 1.15 2014/02/08 01:00:47 tom Exp $

+; $LynxId: lynx.nsi,v 1.16 2014/02/14 13:35:07 tom Exp $

 ; Script originally generated with the Venis Install Wizard, but customized.

 ; The Inno Setup script is preferred; but this can be built via cross-compiling.

 

@@ -9,8 +9,8 @@
 !define VERSION_EPOCH "2"

 !define VERSION_MAJOR "8"

 !define VERSION_MINOR "8"

-!define VERSION_LEVEL "2005"

-!define VERSION_PATCH "pre.5"

+!define VERSION_LEVEL "01"

+!define VERSION_PATCH "rel.1"

 

 !define SUBKEY "Lynx"

 

diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec
index ecb1b62b..3d0d0ef2 100644
--- a/PACKAGE/lynx.spec
+++ b/PACKAGE/lynx.spec
@@ -1,8 +1,8 @@
-# $LynxId: lynx.spec,v 1.23 2014/02/08 01:00:47 tom Exp $
+# $LynxId: lynx.spec,v 1.24 2014/02/14 13:35:07 tom Exp $
 Summary: A text-based Web browser
 Name: lynx
 Version: 2.8.8
-Release: pre.5
+Release: rel.1
 License: GPLv2
 Group: Applications/Internet
 Source: lynx%{version}%{release}.tgz
diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss
index d21cb799..5da928ce 100644
--- a/PACKAGE/version.iss
+++ b/PACKAGE/version.iss
@@ -1,10 +1,10 @@
 ; version used for Inno Setup files.

 

 ; $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$

-#define LYNX_VERSION "2.8.8pre.5"
+#define LYNX_VERSION "2.8.8rel.1"
 

 ; most-recent full release and target

-#define LYNX_RELEASE "2.8.7"

+#define LYNX_RELEASE "2.8.8"

 #define LYNX_TARGETS "2.8.8"

 

 #define MyAppName "Lynx - web browser"

diff --git a/configure b/configure
index 77642c8a..360a0e0a 100755
--- a/configure
+++ b/configure
@@ -1273,7 +1273,7 @@ rm conftest.sed
 
 PACKAGE=lynx
 # $Format: "VERSION=$ProjectVersion$"$
-VERSION=2.8.8pre.5
+VERSION=2.8.8rel.1
 
 echo "$as_me:1278: checking for DESTDIR" >&5
 echo $ECHO_N "checking for DESTDIR... $ECHO_C" >&6
diff --git a/configure.in b/configure.in
index 3c48cc03..1da97271 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl $LynxId: configure.in,v 1.264 2014/02/12 22:17:21 tom Exp $
+dnl $LynxId: configure.in,v 1.265 2014/02/14 13:36:30 tom Exp $
 dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
@@ -29,7 +29,7 @@ dnl ---------------------------------------------------------------------------
 dnl
 dnl ask PRCS to plug-in the project-version for the configure-script.
 dnl $Format: "AC_REVISION($ProjectVersion$)"$
-AC_REVISION(2.8.8pre.5)
+AC_REVISION(2.8.8rel.1)
 
 # Save the original $CFLAGS so we can distinguish whether the user set those
 # in the environment, or whether autoconf added -O and -g options:
@@ -64,7 +64,7 @@ AC_ARG_PROGRAM
 PACKAGE=lynx
 dnl ask PRCS to plug-in the project-version for the packages.
 # $Format: "VERSION=$ProjectVersion$"$
-VERSION=2.8.8pre.5
+VERSION=2.8.8rel.1
 
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
diff --git a/lynx.cfg b/lynx.cfg
index 0afd09ff..8a9c1ce1 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -1,10 +1,10 @@
-# $LynxId: lynx.cfg,v 1.243 2014/02/14 13:29:01 tom Exp $
+# $LynxId: lynx.cfg,v 1.244 2014/02/14 13:36:38 tom Exp $
 # lynx.cfg file.
 # The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
 #                                     or Lynx_Dir:lynx.cfg (VMS)
 #
 # $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$
-#PRCS LYNX_VERSION "2.8.8pre.5"
+#PRCS LYNX_VERSION "2.8.8rel.1"
 #
 # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$
 #PRCS LYNX_DATE "Fri, 14 Feb 2014 05:00:16 -0800"
diff --git a/makefile.in b/makefile.in
index 357b7668..8ac6f477 100644
--- a/makefile.in
+++ b/makefile.in
@@ -1,4 +1,4 @@
-# $LynxId: makefile.in,v 1.142 2014/02/14 00:30:43 tom Exp $
+# $LynxId: makefile.in,v 1.143 2014/02/14 13:36:45 tom Exp $
 ##makefile for lynx
 
 SHELL		= @CONFIG_SHELL@
@@ -46,7 +46,7 @@ TAR_UP		= $(TAR) @TAR_UP_OPTIONS@ @TAR_PIPE_OPTIONS@
 TAR_DOWN	= $(TAR) @TAR_DOWN_OPTIONS@ @TAR_PIPE_OPTIONS@
 
 # $Format: "LYNX_VERSION	= $ProjectVersion$"$
-LYNX_VERSION	= 2.8.8pre.5
+LYNX_VERSION	= 2.8.8rel.1
 
 ## This is the version which we are developing (or, upon release, make this
 ## the same).  Use no dots in the name, since it must work on VMS and MS-DOS.
diff --git a/src/LYIcon.rc b/src/LYIcon.rc
index f8bc8762..e6de6432 100644
--- a/src/LYIcon.rc
+++ b/src/LYIcon.rc
@@ -1,12 +1,12 @@
-// $LynxId: LYIcon.rc,v 1.9 2014/02/08 01:00:47 tom Exp $
+// $LynxId: LYIcon.rc,v 1.10 2014/02/14 13:35:07 tom Exp $
 
 #include <windows.h>
 
 100	ICON	"../samples/lynx.ico"
 
 VS_VERSION_INFO VERSIONINFO
-FILEVERSION    2,8,8,2005
-PRODUCTVERSION 2,8,8,2005
+FILEVERSION    2,8,8,01
+PRODUCTVERSION 2,8,8,01
 FILEFLAGSMASK  VS_FFI_FILEFLAGSMASK
 FILEFLAGS      0
 FILEOS         VOS_NT_WINDOWS32
@@ -19,12 +19,12 @@ BEGIN
     BEGIN
       VALUE "CompanyName",      "http://lynx.isc.org"
       VALUE "FileDescription",  "Lynx - web browser"
-      VALUE "FileVersion",      "2.8.8.2005"
+      VALUE "FileVersion",      "2.8.8.01"
       VALUE "InternalName",     "Lynx"
       VALUE "LegalCopyright",   "©1997-2014 Thomas E. Dickey"
       VALUE "OriginalFilename", "lynx.exe"
       VALUE "ProductName",      "Lynx - web browser"
-      VALUE "ProductVersion",   "2.8.8.2005"
+      VALUE "ProductVersion",   "2.8.8.01"
     END
   END
   BLOCK "VarFileInfo"
diff --git a/userdefs.h b/userdefs.h
index cac25754..22fc7e10 100644
--- a/userdefs.h
+++ b/userdefs.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: userdefs.h,v 1.290 2014/02/14 13:29:01 tom Exp $
+ * $LynxId: userdefs.h,v 1.292 2014/02/14 15:04:49 tom Exp $
  *
  * Lynx - Hypertext navigation system
  *
@@ -1442,11 +1442,11 @@
  * the version definition with the Project Version on checkout.  Just
  * ignore it. - kw */
 /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */
-#define LYNX_VERSION "2.8.8pre.5"
+#define LYNX_VERSION "2.8.8rel.1"
 #define LYNX_WWW_HOME "http://lynx.isc.org/"
 #define LYNX_WWW_DIST "http://lynx.isc.org/current/"
 /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */
-#define LYNX_DATE "Fri, 14 Feb 2014 05:00:16 -0800"
+#define LYNX_DATE "Fri, 14 Feb 2014 06:06:34 -0800"
 #define LYNX_DATE_OFF 5		/* truncate the automatically-generated date */
 #define LYNX_DATE_LEN 11	/* truncate the automatically-generated date */