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

Commit c80eaf1

Browse files
committed
[Release] 2.8.2402
1 parent fab34af commit c80eaf1

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

Redis on Windows Release Notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
MSOpenTech Redis on Windows 2.8 Release Notes
22
=============================================
3+
--[ Redis on Windows 2.8.2402 ] Release date: Jun 21 2016
4+
5+
- [Fix] Possible AV during background save.
6+
37
--[ Redis on Windows 2.8.2401 ] Release date: Jun 21 2016
48

59
- [PR] Fixed pointer overflow crash when using bgsave under rare circumstances.

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.2401"
24+
Version="2.8.2402"
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.2401</version>
6+
<version>2.8.2402</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.2401</version>
6+
<version>2.8.2402</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.2401"
1+
#define REDIS_VERSION "2.8.2402"

0 commit comments

Comments
 (0)