[Setup] Updated version number and release notes.
This commit is contained in:
@@ -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
@@ -1,4 +1,4 @@
|
||||
version: 2.8.2101.{build}
|
||||
version: 2.8.2102.{build}
|
||||
|
||||
branches:
|
||||
# whitelist
|
||||
|
||||
@@ -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
@@ -1 +1 @@
|
||||
#define REDIS_VERSION "2.8.2101"
|
||||
#define REDIS_VERSION "2.8.2102"
|
||||
|
||||
Reference in New Issue
Block a user