提交 87a6ee22 编写于 作者: E Enrico Giordani

[Release] 2.8.2104

上级 041744fb
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:
......
version: 2.8.2103.{build}
version: 2.8.2104.{build}
branches:
# whitelist
......
......@@ -21,7 +21,7 @@
<Product Id="*"
Name="Redis on Windows"
Language="1033"
Version="2.8.2103"
Version="2.8.2104"
Manufacturer="MSOpenTech"
UpgradeCode="{05410198-7212-4FC4-B7C8-AFEFC3DA0FBC}">
<Package InstallerVersion="200"
......
......@@ -3,7 +3,7 @@
<metadata>
<id>redis-64</id>
<title>Redis 64-bit</title>
<version>2.8.2103</version>
<version>2.8.2104</version>
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
<owners>Microsoft Open Technologies, Inc.</owners>
<description>A porting of Redis on Windows 64-bit.
......
......@@ -3,7 +3,7 @@
<metadata>
<id>redis-64</id>
<title>Redis 64-bit</title>
<version>2.8.2103</version>
<version>2.8.2104</version>
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
<owners>Microsoft Open Technologies, Inc.</owners>
<description>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.
<releaseNotes>The release notes are available here: https://raw.githubusercontent.com/MSOpenTech/redis/2.8/Redis%20on%20Windows%20Release%20Notes.md</releaseNotes>
</metadata>
<files>
<file src="..\signed_binaries\*.exe" target=".\" />
<file src="..\signed_binaries\*.pdb" target=".\" />
<file src="..\signed_binaries\*.conf" target=".\" />
<file src="..\signed_binaries\*.docx" target=".\" />
<file src="..\signed_binaries\*.exe" target="tools" />
<file src="..\signed_binaries\*.pdb" target="tools" />
<file src="..\signed_binaries\*.conf" target="tools" />
<file src="..\signed_binaries\*.docx" target="tools" />
</files>
</package>
#define REDIS_VERSION "2.8.2103"
#define REDIS_VERSION "2.8.2104"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册