Skip to content

Commit 5e905ce

Browse files
committed
[Setup] Updated the release number and the release notes (2.8.2101).
1 parent 7b920de commit 5e905ce

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

Redis on Windows Release Notes.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
MSOpenTech Redis on Windows 2.8 Release Notes
22
=============================================
33

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+
433
--[ Redis on Windows 2.8.21 ] Release date: Jun 24 2015
534

635
- Merged Redis 2.8.21 [https://raw.githubusercontent.com/antirez/redis/2.8/00-RELEASENOTES]

msvs/msi/RedisMsi/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Product Id="*"
2222
Name="Redis on Windows"
2323
Language="1033"
24-
Version="2.8.21"
24+
Version="2.8.2101"
2525
Manufacturer="MSOpenTech"
2626
UpgradeCode="{05410198-7212-4FC4-B7C8-AFEFC3DA0FBC}">
2727
<Package InstallerVersion="200"

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "2.8.21"
1+
#define REDIS_VERSION "2.8.2101"

0 commit comments

Comments
 (0)