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

Commit

Permalink
[Release] 3.0.500-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
enricogior committed Dec 2, 2015
1 parent 29d60c7 commit 1ea1bcf
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion msvs/setups/chocolatey/Redis.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>redis-64</id>
<title>Redis 64-bit</title>
<version>3.0.500-rc1</version>
<version>3.0.500-rc2</version>
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
<owners>Microsoft Open Technologies, Inc.</owners>
<description>A porting of Redis on Windows 64-bit.
Expand Down
2 changes: 1 addition & 1 deletion msvs/setups/nuget/Redis.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>redis-64</id>
<title>Redis 64-bit</title>
<version>3.0.500-rc1</version>
<version>3.0.500-rc2</version>
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
<owners>Microsoft Open Technologies, Inc.</owners>
<description>A porting of Redis on Windows 64-bit.
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
@@ -1 +1 @@
#define REDIS_VERSION "3.0.500-rc1"
#define REDIS_VERSION "3.0.500-rc2"

0 comments on commit 1ea1bcf

Please sign in to comment.