From b97cbb2849752a241f2e8d46fc16d936fd6f4bb5 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Fri, 15 Jan 2016 10:40:12 +0100 Subject: [PATCH] [Release] 3.0.501 --- Redis on Windows Release Notes.md | 11 +++++++++++ msvs/msi/RedisMsi/Product.wxs | 2 +- msvs/setups/chocolatey/Redis.nuspec | 2 +- msvs/setups/nuget/Redis.nuspec | 2 +- src/version.h | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Redis on Windows Release Notes.md b/Redis on Windows Release Notes.md index 0056952e..356ae15b 100644 --- a/Redis on Windows Release Notes.md +++ b/Redis on Windows Release Notes.md @@ -1,5 +1,16 @@ MSOpenTech Redis on Windows 3.0 Release Notes ============================================= +--[ Redis on Windows 3.0.501 ] Release date: Jan 15 2016 + + - [Docs] Single dash replaced with double dash for service cmd parameters. + - [PR] Update Redis on Windows.md + - [Fix] Enabled jemalloc thread safety. + - [Code cleanup] Better expression grouping. + - [Docs] Added info about the memory working set showed by the task manager. + - [Fix] Portability fix for strtol. + - [Docs] Updated README.md. + - [PR] Add notice for VS2013 without Update 5 + --[ Redis on Windows 3.0.500 ] Release date: Dec 07 2015 - [Release] 3.0.500 stable. diff --git a/msvs/msi/RedisMsi/Product.wxs b/msvs/msi/RedisMsi/Product.wxs index fe7d2607..c95dad9c 100644 --- a/msvs/msi/RedisMsi/Product.wxs +++ b/msvs/msi/RedisMsi/Product.wxs @@ -21,7 +21,7 @@ redis-64 Redis 64-bit - 3.0.500 + 3.0.501 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 8dd3e6ac..d9835285 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 + 3.0.501 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 282e4c1c..0355504f 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "3.0.500" +#define REDIS_VERSION "3.0.501" -- GitLab