|
1 | 1 | MSOpenTech Redis on Windows 2.8 Release Notes |
2 | 2 | ============================================= |
3 | 3 |
|
| 4 | +--[ Redis on Windows 2.8.2101 ] Release date: Jul 15 215 |
| 5 | + |
| 6 | + - [Change] New release number scheme because the MSI installer supports only 3 groups of digits. |
| 7 | + - [Fix] deleting char** correctly (@zeliard) |
| 8 | + - [Fix] BeginForkOperation_Aof()/_Rdb()/_Socket() and BeginForkOperation() code refactoring. |
| 9 | + - [Fix] rewriteAppendOnlyFileBackground() code refactoring to minimize the code changes for WIN32. |
| 10 | + - [Fix] rewriteAppendOnlyFileBackground() must update the latency monitor, the fork stats and replicationScriptCacheFlush(). |
| 11 | + - [Fix] rdbSaveBackground() code refactoring to minimize the code changes for WIN32. |
| 12 | + - [Fix] rdbSaveBackground() must update the latency monitor and the fork stats. |
| 13 | + - [Fix] memory leak in rdbSaveToSlavesSockets(). |
| 14 | + - [Fix] properly releasing resources in rdbSaveToSlavesSockets(). |
| 15 | + - [Fix] QForkChildInit() not setting the operationFailed event in case of exception. |
| 16 | + - [Fix] QForkChildInit() AV in catch() statement. |
| 17 | + - [Fix] Ignore SymInitialize() return value to make sure Stack Trace is logged when redis-server is running as a Windows service. |
| 18 | + - [Change] Move ReleasePackagingTool to its own solution. |
| 19 | + - [Cleanup] Removed unused code in ReleasePackagingTool. |
| 20 | + - [Changed] Chocolatey package now imports documents from the same folder where binaries are. |
| 21 | + - [Fix] Ignore SymInitialize() return value to make sure Stack Trace is logged. |
| 22 | + - [Fix] UnhandledExceptiontHandler internal exception handling. |
| 23 | + - [Fix] RFDMap was not thread safe. |
| 24 | + - [Change] Removed extra space allocated at the end of the mmap file. |
| 25 | + - [Fix] Closing handled before returning. |
| 26 | + - [Fix] aeWinQueueAccept wrong return value. |
| 27 | + - [Change] Removed the forkedProcessReady event. |
| 28 | + - [Change] Rolled back "Workaround for getpeername() issue". |
| 29 | + - [Fix] Socket blocking state. |
| 30 | + - [Fix] Memory corruption. Merged fix from Azure fork (by Mike Montwill). |
| 31 | + - [Fix] Added API mapping for fclose() and fileno(). |
| 32 | + |
4 | 33 | --[ Redis on Windows 2.8.21 ] Release date: Jun 24 2015 |
5 | 34 |
|
6 | 35 | - Merged Redis 2.8.21 [https://raw.githubusercontent.com/antirez/redis/2.8/00-RELEASENOTES] |
|
0 commit comments