removed 'master'

git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5111 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
1999-11-23 23:51:14 +00:00
parent c2aea8c8b8
commit 780133bcf9
6 changed files with 171 additions and 64 deletions

119
NEWS
View File

@@ -11,7 +11,85 @@ changes in installation instructions. Packagers should also reread
the PACKAGING file each version (or do a diff between the old and new
versions of the package and read that).
Version 2.5
Version 2.9 (1999-11-12)
===========
* Fixes various minor bugs reported recently.
* Some minor changes from NetBSD CVS of 1999-11-12.
* No new bsd-games-non-free version; bsd-games-non-free 2.8 is still
current.
Version 2.8 (1999-09-26)
===========
* Robots scorefile format has changed - remove or rename your old
score file when upgrading to this version.
* Various minor changes and bug-fixes (some from OpenBSD).
* Snake substantially cleaned up, and now uses the native curses
interface (rather than termcap emulation in ncurses); backgammon and
tetris still to be converted.
* New `game': wtf.
* Updated from NetBSD CVS of 1999-09-25; many more changes merged back
into NetBSD.
* All constant data files are now architecture independent (installed
under /usr/share by default).
* bsd-games is no longer tested by me with libc older than glibc
2.1.2; fixes for compilation with older libc will still be accepted.
* Details of the copyrights and licence terms applicable to these
games, as best as I can determine them, now appear in COPYING.
* bsd-games no longer comes with its own word list for boggle and
hangman; you need to provide one at compile time (for boggle) and at
run time (for hangman). The copyright status of the one formerly
included was not entirely clear. The word list used by hangman can
also now be specified at run time with the new `-d' option.
* bsd-games now has a testsuite (for programs that can be tested
non-interactively only).
Version 2.7 (1999-04-04)
===========
* Bug fixes.
* Updated from NetBSD-current of 1999-03-26; more changes merged back
into NetBSD.
* Other minor changes.
Version 2.6 (1998-12-20)
===========
* Buffer overrun fixes in sail (not thought exploitable).
* Fixes possible score file corruption if fds 0, 1, 2 aren't open at
game startup.
* Updated from NetBSD-current of 1998-12-07 (morse now has a decoding
option).
* Now builds cleanly with -Wwrite-strings.
* Other minor changes.
* Some users of this package may be interested in my `nppt' package,
which provides an alternative implementation of ppt(6) with additional
features such as Encapsulated PostScript output. (This package
installs the binary as `nppt', so can be installed simultaneously with
this one. Look for nppt-0.1.tar.gz (or a later version) on
metalab.unc.edu (formerly sunsite) in /pub/Linux/Incoming/ or under
/pub/Linux/games/.)
Version 2.5 (1998-09-24)
===========
* New build system, using a single project Makefile (autogenerated)
@@ -40,7 +118,7 @@ rogue.
* Other minor changes.
Version 2.4
Version 2.4 (1998-09-05)
===========
* Various minor bug fixes and improvements (some from OpenBSD, thanks
@@ -62,7 +140,7 @@ glibc does).)
* All games updated from NetBSD-current of 1998-08-30 (minor changes;
some more of my changes have been merged back into NetBSD).
Version 2.3
Version 2.3 (1998-08-19)
===========
* A possible temporary file security bug in sail fixed.
@@ -79,7 +157,7 @@ changes).
was truncated and the sail hole was found before the truncated file
had been removed or the release put in place on tsx-11.
Version 2.2
Version 2.2 (1998-08-15)
===========
* Another bug-fix release.
@@ -118,7 +196,7 @@ by POSIX.2 for standard programs that invoke pagers.
* Information for those packaging bsd-games or bsd-games-non-free for
a Linux distribution is in the file PACKAGING.
Version 2.1
Version 2.1 (1998-03-29)
===========
* This is mainly a bug-fix release.
@@ -141,7 +219,7 @@ installed binaries.
* Battlestar save file name can be chosen at runtime, and defaults to
`.Bstar' instead of `Bstar' for cleaner directory listings.
Version 2.0
Version 2.0 (1997-12-25)
===========
* All games updated to NetBSD-current as of 1997-12-12 (except for
@@ -160,7 +238,7 @@ paranoia). Hunt and boggle are now based on the NetBSD versions.
* Hunt now uses internet domain sockets (untested).
Version 1.5
Version 1.5 (1997-07-17)
===========
* All games updated to NetBSD-current as of 1997-07-12 (except for
@@ -172,14 +250,14 @@ bog, hunt and paranoia).
* BETA level libc6 support. (It may not yet compile, but should be
nearer to compiling with libc6 than version 1.4.)
Version 1.4
Version 1.4 (1997-05-07)
===========
* Fish, fortune and hangman updated to the versions in NetBSD-current.
* Public release.
Version 1.3.4beta
Version 1.3.4beta (1997-05-06)
=================
* Bug fix in backgammon.
@@ -198,7 +276,7 @@ Nor should other files such as the man page or score file potentially
conflict with other Tetris games. Of course, you can configure the
package to use the old score file name (or any other) if you want.
Version 1.3.3beta
Version 1.3.3beta (1997-05-03)
=================
* Non-free package now contains all the files required to build on its
@@ -207,7 +285,7 @@ bsd-games; the files that appear in both are exact duplicates.
* Bug-fixes in backgammon and sail.
Version 1.3.2beta
Version 1.3.2beta (1997-05-03)
=================
* Non-free games (bog and paranoia) now distributed separately -
@@ -223,12 +301,12 @@ they are always correctly substituted in the manpages.
* Arithmetic and atc updated to the versions in NetBSD-current.
Version 1.3.1beta
Version 1.3.1beta (1997-05-01)
=================
* Now works with libc 5 ;-).
* Debian patches from Joey Hess <joeyh@master.debian.org> mostly
* Debian patches from Joey Hess <joeyh@debian.org> mostly
integrated up to Debian version 1.3-7.
* New ports of tetris and gomoku, thanks to David Frey
@@ -245,6 +323,21 @@ integrated up to Debian version 1.3-7.
* Builds with ncurses by default. Curses/termcap are obsolete and no
longer supported (not that this package is supported anyway ;-)).
Version 1.3 (1993-10-25)
===========
See ChangeLog.0.
Version 1.2 (1993-08-25)
===========
See ChangeLog.0.
Version 1.1 (1993-08-19)
===========
See ChangeLog.0.
Local Variables: