[Setup] Updated version number and release notes.

This commit is contained in:
Enrico Giordani
2015-08-21 15:13:15 +02:00
parent b2541a6b55
commit db22e8bad8
4 changed files with 14 additions and 3 deletions
+11
View File
@@ -1,6 +1,17 @@
MSOpenTech Redis on Windows 2.8 Release Notes
=============================================
--[ Redis on Windows 2.8.2102 ] Release date: Aug 14 215
- [Fix] Fixed some porting bugs from Linux to Windows #270 (by @zeliard)
- [Fix] Issue #275 AOF rewrite not working (credits to @ppanyukov for investigating the bug)
- [Fix] Redis Server stops accepting connections. #259 #281
- [Fix & Cleanup] Socket state moved from aeApiState to RFDMap. #282
- [Setup] NuGet description doesn't support Markdown.
- [Cleanup] Removed code that was commented out.
- [Portability] Explicit type casting.
- [Cleanup] Change methods name and signature.
--[ Redis on Windows 2.8.2101 ] Release date: Jul 15 215
- [Fix] deleting char** correctly (@zeliard)
+1 -1
View File
@@ -1,4 +1,4 @@
version: 2.8.2101.{build}
version: 2.8.2102.{build}
branches:
# whitelist
+1 -1
View File
@@ -21,7 +21,7 @@
<Product Id="*"
Name="Redis on Windows"
Language="1033"
Version="2.8.2101"
Version="2.8.2102"
Manufacturer="MSOpenTech"
UpgradeCode="{05410198-7212-4FC4-B7C8-AFEFC3DA0FBC}">
<Package InstallerVersion="200"
+1 -1
View File
@@ -1 +1 @@
#define REDIS_VERSION "2.8.2101"
#define REDIS_VERSION "2.8.2102"