Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.

Commit 164f486

Browse files
committed
[Release] 2.8.2400
1 parent cffe37f commit 164f486

File tree

5 files changed

+45
-4
lines changed

5 files changed

+45
-4
lines changed

Redis on Windows Release Notes.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
MSOpenTech Redis on Windows 2.8 Release Notes
22
=============================================
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.
344

445
--[ Redis on Windows 2.8.2104 ] Release date: Oct 15 2015
546

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.2104"
24+
Version="2.8.2400"
2525
Manufacturer="MSOpenTech"
2626
UpgradeCode="{05410198-7212-4FC4-B7C8-AFEFC3DA0FBC}">
2727
<Package InstallerVersion="200"

msvs/setups/chocolatey/Redis.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>redis-64</id>
55
<title>Redis 64-bit</title>
6-
<version>2.8.2104</version>
6+
<version>2.8.2400</version>
77
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
88
<owners>Microsoft Open Technologies, Inc.</owners>
99
<description>A porting of Redis on Windows 64-bit.

msvs/setups/nuget/Redis.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>redis-64</id>
55
<title>Redis 64-bit</title>
6-
<version>2.8.2104</version>
6+
<version>2.8.2400</version>
77
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
88
<owners>Microsoft Open Technologies, Inc.</owners>
99
<description>A porting of Redis on Windows 64-bit.

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.24"
1+
#define REDIS_VERSION "2.8.2400"

0 commit comments

Comments
 (0)