From 10a978f7b4b52166724e7f00e5c9ac5a12aba3e1 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Fri, 1 Jul 2016 15:21:27 +0200 Subject: [PATCH] [Release] 3.0.504 --- Redis on Windows Release Notes.md | 6 ++++++ appveyor.yml | 2 +- msvs/msi/RedisMsi/Product.wxs | 2 +- msvs/setups/chocolatey/Redis.nuspec | 2 +- msvs/setups/nuget/Redis.nuspec | 2 +- src/version.h | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Redis on Windows Release Notes.md b/Redis on Windows Release Notes.md index 635d42fd..7e494ac8 100644 --- a/Redis on Windows Release Notes.md +++ b/Redis on Windows Release Notes.md @@ -1,5 +1,11 @@ MSOpenTech Redis on Windows 3.0 Release Notes ============================================= +--[ Redis on Windows 3.0.504 ] Release date: Jul 01 2016 + + - [Fix] Use overlapped sockets for cluster failover communication. + - [Portability] strtol and strtoul fixes. + - [Docs] Added Microsoft Open Source Code of Conduct. + --[ Redis on Windows 3.0.503 ] Release date: Jun 21 2016 - [Fix] Possible AV during background save. diff --git a/appveyor.yml b/appveyor.yml index 696b93ed..0e465827 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.503.{build} +version: 3.0.504.{build} branches: # whitelist diff --git a/msvs/msi/RedisMsi/Product.wxs b/msvs/msi/RedisMsi/Product.wxs index ca916ee4..be67a451 100644 --- a/msvs/msi/RedisMsi/Product.wxs +++ b/msvs/msi/RedisMsi/Product.wxs @@ -21,7 +21,7 @@ redis-64 Redis 64-bit - 3.0.503 + 3.0.504 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 cd4a0277..197badde 100644 --- a/msvs/setups/nuget/Redis.nuspec +++ b/msvs/setups/nuget/Redis.nuspec @@ -3,7 +3,7 @@ redis-64 Redis 64-bit - 3.0.503 + 3.0.504 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 89071d18..75eb1314 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "3.0.503" +#define REDIS_VERSION "3.0.504" -- GitLab