]> granicus.if.org Git - nethack/commitdiff
NetHack 3.6.2 release-related updates
authornhmall <nhmall@nethack.org>
Tue, 7 May 2019 18:39:24 +0000 (14:39 -0400)
committernhmall <nhmall@nethack.org>
Tue, 7 May 2019 18:39:24 +0000 (14:39 -0400)
include/global.h
include/patchlevel.h
util/makedefs.c

index 154c49ebeba2e01fe19da5d89f84b4f89b928aa1..db2c9c2f18dd9c1f83454069f9866c55677c7f61 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 global.h        $NHDT-Date: 1524690661 2018/04/25 21:11:01 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.51 $ */
+/* NetHack 3.6 global.h        $NHDT-Date: 1557254325 2019/05/07 18:38:45 $  $NHDT-Branch: NetHack-3.6.2 $:$NHDT-Revision: 1.71 $ */
 /* 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] */
 
 #ifndef DEBUG  /* allow tool chains to define without causing warnings */
 #define DEBUG
index a6cbca3f516e656e6758e9b018dea5e377e72615..1b898a3cd1b0da5b6fbb87ba29bb3193d50463c8 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 patchlevel.h    $NHDT-Date: 1524931630 2018/04/28 16:07:10 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.121 $ */
+/* NetHack 3.6 patchlevel.h    $NHDT-Date: 1557254337 2019/05/07 18:38:57 $  $NHDT-Branch: NetHack-3.6.2 $:$NHDT-Revision: 1.126 $ */
 /* 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 2, <insert date here>
+/*  Patch 2, May 7, 2019
  *  
- *  Over 220 bug fixes including a couple of crash bug fixes
+ *  Over 320 bug fixes including a couple of crash bug fixes
  *  More than 15 enhancements or improvements
  *  Ensuring that unix Makefiles do not rely on features unique to gnu make
  *  Improvements to hilite_status parsing in an effort to ensure that expected
@@ -46,6 +46,7 @@
  *  Performance optimizations for tty
  *  Windows console tty via use of a back buffer
  *  Mac OS X build improvements and inclusion of an Xcode project
+ *  Adopted the community curses window port
  */
 
 /*  Patch 1, April 27, 2018
index 8a1c47610039f403adb3291d32b8334f1b393b49..b167c18c3786ee216d3fda73c0ae108b17adbbee 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6  makedefs.c  $NHDT-Date: 1550444428 2019/02/17 23:00:28 $  $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.141 $ */
+/* NetHack 3.6  makedefs.c  $NHDT-Date: 1557254354 2019/05/07 18:39:14 $  $NHDT-Branch: NetHack-3.6.2 $:$NHDT-Revision: 1.145 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Kenneth Lorber, Kensington, Maryland, 2015. */
 /* Copyright (c) M. Stephenson, 1990, 1991.                       */
@@ -53,7 +53,7 @@
 #endif
 
 #if defined(UNIX) && !defined(LINT) && !defined(GCC_WARN)
-static const char SCCS_Id[] UNUSED = "@(#)makedefs.c\t3.6\t2018/03/02";
+static const char SCCS_Id[] UNUSED = "@(#)makedefs.c\t3.6\t2019/05/07";
 #endif
 
 /* names of files to be generated */