|
1 | 1 | MSOpenTech Redis on Windows 2.8 Release Notes
|
2 | 2 | =============================================
|
| 3 | +--[ Redis on Windows 2.8.2400 ] Release date: Jan 21 2016 |
| 4 | + |
| 5 | + - Merged tag 2.8.24 from antirez/2.8 |
| 6 | + - [Docs] Added info about the memory working set showed by the task manager. |
| 7 | + - [Comment] Fixed typo. |
| 8 | + - [Docs] Updated README.md. |
| 9 | + - [PR]Add notice for VS2013 without Update 5 |
| 10 | + - [Fix] Portability fix for strtol(). |
| 11 | + - [Code cleanup] QForkStartup refactoring. |
| 12 | + - [Code cleanup] Comments, code formatting, minor code refactoring. |
| 13 | + - [Code refactoring] Moved global variables initialization in one place. |
| 14 | + - [Design Change] Use dlmalloc for sentinel and persistence off. |
| 15 | + - [Code cleanup] Fixed typo in comments and variable name. |
| 16 | + - [Code cleanup] Macro definition. |
| 17 | + - [Fix] x86 build break. |
| 18 | + - [Code cleanup] Removed unused and duplicated #defines. |
| 19 | + - [Test] Added regression test for replication when AUTH is on. |
| 20 | + - [Setup] Updated the command to push chocolatey packages. |
| 21 | + - [Fix] Wrong return value upon error. Code formatting. |
| 22 | + - [Log] Added Redis version at the top of the crash report. |
| 23 | + - [Fix] Disable replication if persistence is not available. |
| 24 | + - [Code cleanup] Better functions and variables names. |
| 25 | + - [Code cleanup] Error handling using ThrowLastError() method. |
| 26 | + - [Fix] Avoid potential null pointer access. |
| 27 | + - [PR] Documentation: replace argument sign '-' to '--'. |
| 28 | + - [Fix] Remove leftover .dat files from the working dir. |
| 29 | + - [Fix] do_socketSave2() rework for duplicated sockets management. |
| 30 | + - [Code cleanup] Variables/methods name, comments, formatting. |
| 31 | + - [Fix] Windows-specific fixes for replication. |
| 32 | + - [Test] Fixed bad merge. |
| 33 | + - [Portability] Fixes for type 'long'. |
| 34 | + - Merge tag 2.8.23 from antirez/2.8 |
| 35 | + - [Code cleanup] Fixed tabs. |
| 36 | + - [Test] Removed Windows-specific workaround. Fixed tabs. |
| 37 | + - [Fix] Duplicated sockets need to be closed properly. |
| 38 | + - [Code cleanup] Renamed WSIOCP_ReceiveDone to WSIOCP_QueueNextRead. |
| 39 | + - [Fix] Sentinel notification-script 2nd argument needs quotes. |
| 40 | + - [PR] Passed STARTUPINFO parameter to CreateProcessA instead of NULL. |
| 41 | + - [Fix] Prevent UnhandledExceptiontHandler from entering a loop. |
| 42 | + - [Code refactoring] IsWindowsVersionAtLeast optimization. |
| 43 | + - [Change] Use VirtualProtect in RejoinCOWPages on Windows 6.2 and higher. |
3 | 44 |
|
4 | 45 | --[ Redis on Windows 2.8.2104 ] Release date: Oct 15 2015
|
5 | 46 |
|
|
0 commit comments