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

Commit 1ea1bcf

Browse files
committed
[Release] 3.0.500-rc2
1 parent 29d60c7 commit 1ea1bcf

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

Redis on Windows Release Notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
MSOpenTech Redis on Windows 3.0 Release Notes
22
=============================================
3+
--[ Redis on Windows 3.0.500-rc2 ] Release date: Dec 03 2015
4+
5+
- [Docs] Updated the README.
6+
- [Test] Added regression test for replication when AUTH is on.
7+
- [Fix] Replication I/O bug when AUTH is enabled.
8+
- [Fix] FreeHeapBlock should check if the addr is in the redis heap.
9+
- [Fix] Disable replication if persistence is not available.
10+
- [Setup] Updated the command to push the chocolatey package.
11+
- Removed the HiredisExample project since it will be placed in the stand-alone hiredis repository.
12+
- [Debug] Added Redis version at the top of the crash report.
13+
- [Build] Added platform in the destination folder path for the x86 build.
14+
- [Fix] 32 bit support.
15+
- [PR] Unable to build Redis 3.0 on 32 bit. (by @Jens-G )
16+
- [PR] Switching 3.0 to x86 results in LNK errors. (by @Jens-G )
17+
- [Comment] Fixed comment.
18+
- [PR] replace argument sign '-' to '--'. (by @Hawkeyes0)
19+
- [Fix] Duplicated sockets management for diskless replication.
20+
- [Code cleanup] Code refactoring, formatting, comments, error logging.
21+
322
--[ Redis on Windows 3.0.500-rc1 ] Release date: Nov 12 2015
423

524
- [Fix] Improved the error reporting on startup errors.

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>3.0.500-rc1</version>
6+
<version>3.0.500-rc2</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>3.0.500-rc1</version>
6+
<version>3.0.500-rc2</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 "3.0.500-rc1"
1+
#define REDIS_VERSION "3.0.500-rc2"

0 commit comments

Comments
 (0)