From db22e8bad8dfaeca302755bb4a46a5c317c369bf Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Mon, 17 Aug 2015 16:46:13 +0200 Subject: [PATCH] [Setup] Updated version number and release notes. --- Redis on Windows Release Notes.md | 11 +++++++++++ appveyor.yml | 2 +- msvs/msi/RedisMsi/Product.wxs | 2 +- src/version.h | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Redis on Windows Release Notes.md b/Redis on Windows Release Notes.md index a5ad0f82..5914b6ef 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.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) diff --git a/appveyor.yml b/appveyor.yml index 4b2d3b61..456468a7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.8.2101.{build} +version: 2.8.2102.{build} branches: # whitelist diff --git a/msvs/msi/RedisMsi/Product.wxs b/msvs/msi/RedisMsi/Product.wxs index 86f7c870..fa2421b9 100644 --- a/msvs/msi/RedisMsi/Product.wxs +++ b/msvs/msi/RedisMsi/Product.wxs @@ -21,7 +21,7 @@