From 1ea1bcfcb6032c8d85310c6feeccf74ad6d71901 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Thu, 3 Dec 2015 00:42:19 +0100 Subject: [PATCH] [Release] 3.0.500-rc2 --- Redis on Windows Release Notes.md | 19 +++++++++++++++++++ msvs/setups/chocolatey/Redis.nuspec | 2 +- msvs/setups/nuget/Redis.nuspec | 2 +- src/version.h | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Redis on Windows Release Notes.md b/Redis on Windows Release Notes.md index af7badf9905..3a89dfb26c8 100644 --- a/Redis on Windows Release Notes.md +++ b/Redis on Windows Release Notes.md @@ -1,5 +1,24 @@ MSOpenTech Redis on Windows 3.0 Release Notes ============================================= +--[ Redis on Windows 3.0.500-rc2 ] Release date: Dec 03 2015 + + - [Docs] Updated the README. + - [Test] Added regression test for replication when AUTH is on. + - [Fix] Replication I/O bug when AUTH is enabled. + - [Fix] FreeHeapBlock should check if the addr is in the redis heap. + - [Fix] Disable replication if persistence is not available. + - [Setup] Updated the command to push the chocolatey package. + - Removed the HiredisExample project since it will be placed in the stand-alone hiredis repository. + - [Debug] Added Redis version at the top of the crash report. + - [Build] Added platform in the destination folder path for the x86 build. + - [Fix] 32 bit support. + - [PR] Unable to build Redis 3.0 on 32 bit. (by @Jens-G ) + - [PR] Switching 3.0 to x86 results in LNK errors. (by @Jens-G ) + - [Comment] Fixed comment. + - [PR] replace argument sign '-' to '--'. (by @Hawkeyes0) + - [Fix] Duplicated sockets management for diskless replication. + - [Code cleanup] Code refactoring, formatting, comments, error logging. + --[ Redis on Windows 3.0.500-rc1 ] Release date: Nov 12 2015 - [Fix] Improved the error reporting on startup errors. diff --git a/msvs/setups/chocolatey/Redis.nuspec b/msvs/setups/chocolatey/Redis.nuspec index 0c8dd720fed..01be7504ca9 100644 --- a/msvs/setups/chocolatey/Redis.nuspec +++ b/msvs/setups/chocolatey/Redis.nuspec @@ -3,7 +3,7 @@ redis-64 Redis 64-bit - 3.0.500-rc1 + 3.0.500-rc2 Alexis Campailla, Enrico Giordani, Jonathan Pickett Microsoft Open Technologies, Inc. A porting of Redis on Windows 64-bit. diff --git a/msvs/setups/nuget/Redis.nuspec b/msvs/setups/nuget/Redis.nuspec index 5977c6832d4..81cb397c6d3 100644 --- a/msvs/setups/nuget/Redis.nuspec +++ b/msvs/setups/nuget/Redis.nuspec @@ -3,7 +3,7 @@ redis-64 Redis 64-bit - 3.0.500-rc1 + 3.0.500-rc2 Alexis Campailla, Enrico Giordani, Jonathan Pickett Microsoft Open Technologies, Inc. A porting of Redis on Windows 64-bit. diff --git a/src/version.h b/src/version.h index b6294f78d7b..ecafd2bbc32 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "3.0.500-rc1" +#define REDIS_VERSION "3.0.500-rc2"