diff --git a/ChangeLog b/ChangeLog index 23d5048b..e7b7ed82 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-02-11 version 0.9.3 +- Maemo support was updated in this source release +- Logs can now be stored for more than 7 days (#18) +- Logos are shown in the log preview (#101) +- "multiline" game names are now prevented in the lobby, also on server side (#116) +- Several log files can now be deleted at once (select with CTRL + left click) (#110) +- The behaviour of the "Display idle players" sorting menu was slightly changed (#112) +- The serverlist is only downloaded once per day (and if an error occurs) (#119) + 2012-01-28 version 0.9.2 - Show card symbols in the log preview and in html export (#101) - Implement optional "accidentally call" blocker (#35) diff --git a/src/game_defs.h b/src/game_defs.h index 4e90e94f..967680e0 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 92 +#define POKERTH_VERSION_MINOR 93 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) #define POKERTH_BETA_REVISION 0 -#define POKERTH_BETA_RELEASE_STRING "0.9.2" +#define POKERTH_BETA_RELEASE_STRING "0.9.3" #define SQLITE_LOG_VERSION 1