Preparing release 0.9.1.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
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
|
||||
- Configuration can now be reset to default settings
|
||||
- Admin kick no longer happens in ranking games (#93)
|
||||
- BUGFIX: Rating stars are now shown correctly on Windows XP (#91)
|
||||
- BUGFIX: Several problems with the server list download were solved (#95)
|
||||
- Several additional bugfixes
|
||||
|
||||
2012-01-04 version 0.9
|
||||
- Players are able to rejoin internet games after being disconnected
|
||||
- The chat bot is now also present in ranking games
|
||||
|
||||
+2
-2
@@ -29,11 +29,11 @@
|
||||
#define HTML_LOG 0
|
||||
|
||||
#define POKERTH_VERSION_MAJOR 0
|
||||
#define POKERTH_VERSION_MINOR 90
|
||||
#define POKERTH_VERSION_MINOR 91
|
||||
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
|
||||
|
||||
#define POKERTH_BETA_REVISION 0
|
||||
#define POKERTH_BETA_RELEASE_STRING "0.9"
|
||||
#define POKERTH_BETA_RELEASE_STRING "0.9.1"
|
||||
|
||||
#define SQLITE_LOG_VERSION 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user