From cb25676c431a8a0c31ec5f37f550a1284fcbd405 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 1 Jan 2019 11:48:30 -0500 Subject: [PATCH] update for 2019 --- include/patchlevel.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/patchlevel.h b/include/patchlevel.h index 284189700..a6cbca3f5 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -16,7 +16,7 @@ */ #define EDITLEVEL 0 -#define COPYRIGHT_BANNER_A "NetHack, Copyright 1985-2018" +#define COPYRIGHT_BANNER_A "NetHack, Copyright 1985-2019" #define COPYRIGHT_BANNER_B \ " By Stichting Mathematisch Centrum and M. Stephenson." /* COPYRIGHT_BANNER_C is generated by makedefs into date.h */ @@ -38,14 +38,14 @@ /* Patch 2, * - * Performance optimizations for tty including the ability to - * do per field updating - * Significant performance improvements in sys/winnt/nttty mainly through - * the introduction of a back buffer approach - * A couple of windows crash bug fixes during early game startup + * Over 220 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 * and sensible values ranges are more easily specified and accepted + * Performance optimizations for tty + * Windows console tty via use of a back buffer + * Mac OS X build improvements and inclusion of an Xcode project */ /* Patch 1, April 27, 2018 -- 2.40.0