]> granicus.if.org Git - nethack/commitdiff
update for 2019
authornhmall <nhmall@nethack.org>
Tue, 1 Jan 2019 16:48:30 +0000 (11:48 -0500)
committernhmall <nhmall@nethack.org>
Tue, 1 Jan 2019 16:48:30 +0000 (11:48 -0500)
include/patchlevel.h

index 28418970096a47fcce17aa75f914d561ead9a891..a6cbca3f516e656e6758e9b018dea5e377e72615 100644 (file)
@@ -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 */
 
 /*  Patch 2, <insert date here>
  *  
- *  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