diff --git a/Redis on Windows Release Notes.md b/Redis on Windows Release Notes.md index 48ef77d30782bb45276c9a4b89399659c9763b3a..3a08a7142ad1a744a42a27b0eb15a4e7fdcc07d1 100644 --- a/Redis on Windows Release Notes.md +++ b/Redis on Windows Release Notes.md @@ -1,6 +1,17 @@ MSOpenTech Redis on Windows 2.8 Release Notes ============================================= +--[ Redis on Windows 2.8.2104 ] Release date: Oct 15 2015 + +NOTE: When runnig as a sentinel, redis-server.exe is not creating any more + the RedisQFork_*.dat file. + + - [PR] Updated list of sentinel commands: announce-ip and announce-port. (by @rpannell) + - [PR] Updated x86 debug and release configurations for all projects. (by @laurencee) + - [PR] Changed Nuget package structure to support VS 2015 (by @Cybermaxs) + - [Build] Fixed a build break (regression). + - [Fix] Sentinel mode doesn't need to create a memory mapped file. + --[ Redis on Windows 2.8.2103 ] Release date: Sep 08 2015 NOTE: Two new features added to the MSI installer: diff --git a/appveyor.yml b/appveyor.yml index 3b1b68878702f51e60021829b8ac5bfe491ec901..e9764070caa319de0619316c5947d07fe284c272 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.8.2103.{build} +version: 2.8.2104.{build} branches: # whitelist diff --git a/msvs/msi/RedisMsi/Product.wxs b/msvs/msi/RedisMsi/Product.wxs index f070d0efba2605aa90e59dc0cd3e87d871fec6cc..6fd6c6e79e9821220f9d84a9ff035e7625fffc55 100644 --- a/msvs/msi/RedisMsi/Product.wxs +++ b/msvs/msi/RedisMsi/Product.wxs @@ -21,7 +21,7 @@ redis-64 Redis 64-bit - 2.8.2103 + 2.8.2104 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 54309b0cd52df50df44b3bdb5f31b761a3c0eb2c..f58977924231b0d717aabb585c6db5a41743452c 100644 --- a/msvs/setups/nuget/Redis.nuspec +++ b/msvs/setups/nuget/Redis.nuspec @@ -3,7 +3,7 @@ redis-64 Redis 64-bit - 2.8.2103 + 2.8.2104 Alexis Campailla, Enrico Giordani, Jonathan Pickett Microsoft Open Technologies, Inc. A porting of Redis on Windows 64-bit. @@ -21,9 +21,9 @@ This package will install the Redis binaries in the default Nuget lib directory. The release notes are available here: https://raw.githubusercontent.com/MSOpenTech/redis/2.8/Redis%20on%20Windows%20Release%20Notes.md - - - - + + + + diff --git a/src/version.h b/src/version.h index 12e59a6635ab162e483dec76c1cad37f2811e1ce..92c15f68d63f30aaffd24465677b34b60aea76de 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.8.2103" +#define REDIS_VERSION "2.8.2104"