From ee8b070064af7276d9ffa80978712e60de5eabc4 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 28 Jan 2012 13:18:56 +0000 Subject: [PATCH] Preparing 0.9.2. --- ChangeLog | 10 ++++++++++ src/game_defs.h | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f2d9fdb..614dbb89 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-01-28 version 0.9.2 +- Show card symbols in the log preview and in html export (#101) +- Don't instantaneously change Check button to "Call 9000" after a big raise (#35) +- BUGFIX: Rejoin a new game when previous game is still running (#108) +- BUGFIX: Incorrect descriptions of hands in log (#97) +- BUGFIX: Setting different log path (#99) +- BUGFIX: Warning that a change of log directory is only active after restart (#102) +- BUGFIX: Default file extension when exporting log is incorrect (#98) +- BUGFIX: "Show player stats" item doesn't work in game info field (#100) + 2012-01-09 version 0.9.1 - New game log format with export function (now active) - The chat bot in games no longer kicks players, instead they are muted diff --git a/src/game_defs.h b/src/game_defs.h index 73518ae2..4e90e94f 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -29,11 +29,11 @@ #define HTML_LOG 0 #define POKERTH_VERSION_MAJOR 0 -#define POKERTH_VERSION_MINOR 91 +#define POKERTH_VERSION_MINOR 92 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) #define POKERTH_BETA_REVISION 0 -#define POKERTH_BETA_RELEASE_STRING "0.9.1" +#define POKERTH_BETA_RELEASE_STRING "0.9.2" #define SQLITE_LOG_VERSION 1