Skip to content

Commit

Permalink
update version and HISTORY for 9.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jontrulson committed Nov 25, 2018
1 parent 5815588 commit d8dc396
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/version.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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! */

0 comments on commit d8dc396

Please sign in to comment.