Update some dates and comment out BETA
This commit is contained in:
12
dat/history
12
dat/history
@@ -186,12 +186,12 @@ Terry Pratchett, passed away. NetHack 3.6.0 introduced a tribute to him.
|
||||
team since the release of 3.4.3 with some of the beloved community patches.
|
||||
Many bugs were fixed and some code was restructured.
|
||||
|
||||
In 2018, several hundred bug fixes for 3.6.0 and some new features
|
||||
were assembled and released as NetHack 3.6.1. The development team at
|
||||
the time of release of 3.6.1 consisted of Warwick Allison,
|
||||
Michael Allison, Ken Arromdee, David Cohrs, Jessie Collet, Pasi Kallinen,
|
||||
Ken Lorber, Dean Luick, Patric Mueller, Pat Rankin, Derek S. Ray,
|
||||
Alex Smith, Mike Stephenson, Janet Walz and Paul Winner.
|
||||
In late April 2018, several hundred bug fixes for 3.6.0 and some new
|
||||
features were assembled and released as NetHack 3.6.1.
|
||||
The development team at the time of release of 3.6.1 consisted of
|
||||
Warwick Allison, Michael Allison, Ken Arromdee, David Cohrs, Jessie Collet,
|
||||
Pasi Kallinen, Ken Lorber, Dean Luick, Patric Mueller, Pat Rankin,
|
||||
Derek S. Ray, Alex Smith, Mike Stephenson, Janet Walz and Paul Winner.
|
||||
|
||||
The development team, as well as Steve VanDevender and Kevin Smolkowski
|
||||
ensured that NetHack 3.6.1 continued to operate on various Unix flavors
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.262 $ $NHDT-Date: 1524524932 2018/04/23 23:08:52 $
|
||||
.\" $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.264 $ $NHDT-Date: 1524690677 2018/04/25 21:11:17 $
|
||||
.\"
|
||||
.\" This is an excerpt from the 'roff' man page from the 'groff' package.
|
||||
.\" NetHack's Guidebook.mn currently does *not* adhere to these guidelines.
|
||||
@@ -21,7 +21,7 @@
|
||||
.ds vr "NetHack 3.6
|
||||
.ds f0 "\*(vr
|
||||
.ds f1
|
||||
.ds f2 "April 23, 2018
|
||||
.ds f2 "April 27, 2018
|
||||
.
|
||||
.\" labeled paragraph start (should be part of tmac.n, but I don't want to
|
||||
.\" make changes to that file)
|
||||
@@ -4485,10 +4485,10 @@ passed away. NetHack 3.6.0 introduced a tribute to him.
|
||||
team since the release of 3.4.3 with some of the beloved community
|
||||
patches. Many bugs were fixed and some code was restructured.
|
||||
.pg
|
||||
In 2018, several hundred bug fixes for 3.6.0 and some new features
|
||||
were assembled and released as NetHack 3.6.1. The development team at
|
||||
the time of release of 3.6.1 consisted of
|
||||
\fBWarwick Allison\fP,\fBMichael Allison\fP, \fBKen Arromdee\fP,
|
||||
In late April 2018, several hundred bug fixes for 3.6.0 and
|
||||
some new features were assembled and released as NetHack 3.6.1.
|
||||
The development team at the time of release of 3.6.1 consisted of
|
||||
\fBWarwick Allison\fP, \fBMichael Allison\fP, \fBKen Arromdee\fP,
|
||||
\fBDavid Cohrs\fP, \fBJessie Collet\fP, \fBPasi Kallinen\fP,
|
||||
\fBKen Lorber\fP, \fBDean Luick\fP, \fBPatric Mueller\fP,
|
||||
\fBPat Rankin\fP, \fBDerek S. Ray\fP, \fBAlex Smith\fP,
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
%.au
|
||||
\author{Original version - Eric S. Raymond\\
|
||||
(Edited and expanded for 3.6 by Mike Stephenson and others)}
|
||||
\date{April 23, 2018}
|
||||
\date{April 27, 2018}
|
||||
|
||||
\maketitle
|
||||
|
||||
@@ -5243,9 +5243,9 @@ patches. Many bugs were fixed and some code was restructured.
|
||||
|
||||
%.pg
|
||||
\medskip
|
||||
In 2018, several hundred bug fixes for 3.6.0 and some new features
|
||||
were assembled and released as NetHack 3.6.1. The development team at
|
||||
the time of release of 3.6.1 consisted of
|
||||
In late April 2018, several hundred bug fixes for 3.6.0 and some new features
|
||||
were assembled and released as NetHack 3.6.1. The development team at the
|
||||
time of release of 3.6.1 consisted of
|
||||
{\it Warwick Allison}, {\it Michael Allison}, {\it Ken Arromdee},
|
||||
{\it David Cohrs}, {\it Jessie Collet},
|
||||
{\it Pasi Kallinen}, {\it Ken Lorber}, {\it Dean Luick},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 global.h $NHDT-Date: 1465114189 2016/06/05 08:09:49 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.49 $ */
|
||||
/* NetHack 3.6 global.h $NHDT-Date: 1524690661 2018/04/25 21:11:01 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.51 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Michael Allison, 2006. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define BETA /* development or beta testing [MRS] */
|
||||
/* #define BETA */ /* development or beta testing [MRS] */
|
||||
|
||||
#define DEBUG
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 patchlevel.h $NHDT-Date: 1451600769 2015/12/31 22:26:09 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.116 $ */
|
||||
/* NetHack 3.6 patchlevel.h $NHDT-Date: 1524690061 2018/04/25 21:01:01 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.119 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Michael Allison, 2012. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -36,9 +36,9 @@
|
||||
/****************************************************************************/
|
||||
/* Version 3.6.x */
|
||||
|
||||
/* Patch 1, [insert date here]
|
||||
* A couple of dozen bug fixes.
|
||||
*
|
||||
/* Patch 1, April 27, 2018
|
||||
* Over five hundred bug fixes.
|
||||
* Some improvements.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user