From d8dc3966359404e30f7d8765e39727a02289ad9d Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sun, 25 Nov 2018 14:06:37 -0700 Subject: [PATCH] update version and HISTORY for 9.0.1 release --- docs/HISTORY.txt | 20 ++++++++++++++++++++ src/version.cxx | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index b0ad0af..6b13b62 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -9,6 +9,26 @@ Conquest HISTORY +9.0.1, 11/25/2018 (stable release) + + - This is a minor release - most of the changes are internal and + won't be visible to end users. + + - reformat logging output to be more syslog-like + + - continue refactoring some of the internal code to make use of C++ + containers and remove dynamically reallocated arrays, add more + std::string-ification. + + - For new users without a .conquest/conquest.conf file, add two + new default mouse macros: + + scroll up = zoom in (magfactor): "]" + scroll down = zoom out (magfactor): "[" + + - tighten up the conquest meta server - detect and log more errors, + add some more validity checks, be more robust. + 9.0, 6/19/2018 (stable release) - 8.5.99c, 5/21/2018 (development release) diff --git a/src/version.cxx b/src/version.cxx index b27c06a..82bd975 100644 --- a/src/version.cxx +++ b/src/version.cxx @@ -26,7 +26,7 @@ // -const char *ConquestVersion = "Version 9.0b"; +const char *ConquestVersion = "Version 9.0.1"; const char *ConquestDate = "11/25/2018"; /* That's it! */