diff options
-rw-r--r-- | CHANGES | 9 | ||||
-rw-r--r-- | userdefs.h | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES index 952fc93f..61dae1c6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,15 @@ Changes since Lynx 2.8 release =============================================================================== +2001-06-03 (2.8.4pre.1) +This version has been test-built on Linux (BSD curses, ncurses, +slang), Tru64 5.1 (cc, curses/ncurses/slang), OpenVMS, OS/2 EMX, win32 +(both Visual C++ 4.1 and 5.0 as well as Borland C++), AIX 4, HPUX 11, +Solaris 8. Recent builds include SunOS 4.1.4 (cc and gcc, +curses/ncurses/slang), Solaris 2.5.1 (cc and gcc, +curses/ncurses/slang) and IRIX 6.5 (cc and gcc, curses/ncurses). Less +recently, FreeBSD 4.1, NetBSD 1.5 and OpenBSD 2.8 (curses/ncurses). + 2001-06-02 (2.8.4dev.21) * regenerated lynx.pot and resync'd the .po files against it with msgmerge, formatted to 132 columns to minimize line-breaks, for ease of comparison -TD diff --git a/userdefs.h b/userdefs.h index ffa50141..49ed55b9 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1351,11 +1351,11 @@ * the version definition with the Project Version on checkout. Just * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ -#define LYNX_VERSION "2.8.4dev.21" +#define LYNX_VERSION "2.8.4pre.1" #define LYNX_WWW_HOME "http://lynx.browser.org/" #define LYNX_WWW_DIST "http://lynx.isc.org/current/" /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */ -#define LYNX_DATE "Sun, 03 Jun 2001 12:58:00 -0700" +#define LYNX_DATE "Sun, 03 Jun 2001 13:19:24 -0700" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ |