diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2014-03-12 19:14:45 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2014-03-12 19:14:45 -0400 |
commit | 13a3edf09fa3a7eca3dbb82458d568586bc6e86f (patch) | |
tree | 6aa1370654dc33d68bcb0e69a77bf6cbe3f0084f | |
parent | 66b50cd7fa951372ac0f418790697a83d1ef5933 (diff) | |
download | lynx-snapshots-13a3edf09fa3a7eca3dbb82458d568586bc6e86f.tar.gz |
snapshot of project "lynx", label v2-8-9dev_1
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | PACKAGE/debian/changelog | 4 | ||||
-rw-r--r-- | PACKAGE/lynx.nsi | 8 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 6 | ||||
-rw-r--r-- | PACKAGE/version.iss | 2 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 6 | ||||
-rw-r--r-- | lynx.cfg | 6 | ||||
-rw-r--r-- | makefile.in | 4 | ||||
-rw-r--r-- | src/LYIcon.rc | 10 | ||||
-rw-r--r-- | userdefs.h | 6 |
11 files changed, 30 insertions, 28 deletions
diff --git a/CHANGES b/CHANGES index ab54b37b..7e29a3a0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,10 @@ --- $LynxId: CHANGES,v 1.743 2014/03/09 19:34:21 tom Exp $ +-- $LynxId: CHANGES,v 1.746 2014/03/12 18:39:52 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== +2014-03-12 (2.8.9dev.1) + 2014-03-09 (2.8.8rel.2) * correct errata in test-files which cause broken links in break-out directory in lynx.isc.org server -TD diff --git a/PACKAGE/debian/changelog b/PACKAGE/debian/changelog index 8113186c..ab165e9f 100644 --- a/PACKAGE/debian/changelog +++ b/PACKAGE/debian/changelog @@ -1,8 +1,8 @@ -lynx-dev (2.8.8rel.2) unstable; urgency=low +lynx-dev (2.8.9dev.1) unstable; urgency=low * maintenance updates - -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 20 Feb 2014 20:18:50 -0500 + -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 10 Mar 2014 17:44:33 -0400 lynx-dev (2.8.8dev.16) unstable; urgency=high diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 393d9c19..d75cd7bb 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.17 2014/02/21 01:18:50 tom Exp $ +; $LynxId: lynx.nsi,v 1.18 2014/03/10 21:44:33 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. @@ -8,9 +8,9 @@ !define VERSION_EPOCH "2" !define VERSION_MAJOR "8" -!define VERSION_MINOR "8" -!define VERSION_LEVEL "02" -!define VERSION_PATCH "rel.2" +!define VERSION_MINOR "9" +!define VERSION_LEVEL "1001" +!define VERSION_PATCH "dev.1" !define SUBKEY "Lynx" diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index 05538be8..06146a8a 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,8 +1,8 @@ -# $LynxId: lynx.spec,v 1.25 2014/02/21 01:18:50 tom Exp $ +# $LynxId: lynx.spec,v 1.26 2014/03/10 21:44:33 tom Exp $ Summary: A text-based Web browser Name: lynx -Version: 2.8.8 -Release: rel.2 +Version: 2.8.9 +Release: dev.1 License: GPLv2 Group: Applications/Internet Source: lynx%{version}%{release}.tgz diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index 2c9be9c5..577d529b 100644 --- a/PACKAGE/version.iss +++ b/PACKAGE/version.iss @@ -1,7 +1,7 @@ ; version used for Inno Setup files. ; $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ -#define LYNX_VERSION "2.8.8rel.2" +#define LYNX_VERSION "2.8.9dev.1" ; most-recent full release and target #define LYNX_RELEASE "2.8.8" diff --git a/configure b/configure index 1a2ed87d..3efcee30 100755 --- a/configure +++ b/configure @@ -1273,7 +1273,7 @@ rm conftest.sed PACKAGE=lynx # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.8rel.2 +VERSION=2.8.9dev.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 bfb4cd28..6eee4d1e 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.267 2014/03/09 14:09:50 tom Exp $ +dnl $LynxId: configure.in,v 1.268 2014/03/10 22:07:34 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.8rel.2) +AC_REVISION(2.8.9dev.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.8rel.2 +VERSION=2.8.9dev.1 AC_SUBST(PACKAGE) AC_SUBST(VERSION) diff --git a/lynx.cfg b/lynx.cfg index fc67cb4e..7f13a8bd 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,13 +1,13 @@ -# $LynxId: lynx.cfg,v 1.246 2014/03/09 21:43:10 tom Exp $ +# $LynxId: lynx.cfg,v 1.248 2014/03/12 19:14:45 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.8rel.2" +#PRCS LYNX_VERSION "2.8.9dev.1" # # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$ -#PRCS LYNX_DATE "Sun, 09 Mar 2014 14:43:10 -0700" +#PRCS LYNX_DATE "Wed, 12 Mar 2014 12:14:45 -0700" # # Definition pairs are of the form VARIABLE:DEFINITION # NO spaces are allowed between the pair items. diff --git a/makefile.in b/makefile.in index 57a5e919..ad784419 100644 --- a/makefile.in +++ b/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.145 2014/03/09 12:42:50 tom Exp $ +# $LynxId: makefile.in,v 1.146 2014/03/10 22:07:34 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.8rel.2 +LYNX_VERSION = 2.8.9dev.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 88f835b3..ed98e5c1 100644 --- a/src/LYIcon.rc +++ b/src/LYIcon.rc @@ -1,12 +1,12 @@ -// $LynxId: LYIcon.rc,v 1.11 2014/02/21 01:18:50 tom Exp $ +// $LynxId: LYIcon.rc,v 1.12 2014/03/10 21:44:33 tom Exp $ #include <windows.h> 100 ICON "../samples/lynx.ico" VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,8,8,02 -PRODUCTVERSION 2,8,8,02 +FILEVERSION 2,8,9,1001 +PRODUCTVERSION 2,8,9,1001 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.02" + VALUE "FileVersion", "2.8.9.1001" VALUE "InternalName", "Lynx" VALUE "LegalCopyright", "©1997-2014 Thomas E. Dickey" VALUE "OriginalFilename", "lynx.exe" VALUE "ProductName", "Lynx - web browser" - VALUE "ProductVersion", "2.8.8.02" + VALUE "ProductVersion", "2.8.9.1001" END END BLOCK "VarFileInfo" diff --git a/userdefs.h b/userdefs.h index 00e72a84..7feeb47d 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1,5 +1,5 @@ /* - * $LynxId: userdefs.h,v 1.294 2014/03/09 21:43:10 tom Exp $ + * $LynxId: userdefs.h,v 1.296 2014/03/12 19:14:45 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.8rel.2" +#define LYNX_VERSION "2.8.9dev.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 "Sun, 09 Mar 2014 14:43:10 -0700" +#define LYNX_DATE "Wed, 12 Mar 2014 12:14:45 -0700" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ |