From 9414ab9ba90931c68894d2534c3273c8a506e73a Mon Sep 17 00:00:00 2001 From: tporadowski Date: Sat, 2 May 2020 19:58:06 +0200 Subject: [PATCH] updated release notes for 5.0.9 --- RELEASENOTES.txt | 7 +++++++ msvs/Build.bat | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.txt b/RELEASENOTES.txt index db79547a..cc68cbbe 100644 --- a/RELEASENOTES.txt +++ b/RELEASENOTES.txt @@ -6,6 +6,13 @@ For release notes related to original Redis project - please see 00-RELEASENOTES -------------------------------------------------------- +2020-05-02: Redis 5.0.9 for Windows +https://github.com/tporadowski/redis/releases/tag/v5.0.9 + +First release of Redis 5.x for Windows, updated to be in sync with antirez/5.0.9. + +-------------------------------------------------------- + 2020-01-26: Redis 4.0.14.2 for Windows https://github.com/tporadowski/redis/releases/tag/v4.0.14.2 diff --git a/msvs/Build.bat b/msvs/Build.bat index c1ac08b7..6a2083e1 100644 --- a/msvs/Build.bat +++ b/msvs/Build.bat @@ -13,6 +13,6 @@ msbuild RedisServer.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64 msbuild RedisServer.sln -t:RedisCli -p:Configuration=%CONFIGURATION%;Platform=x64;Machine=x64 msbuild RedisServer.sln -t:RedisBenchmark -p:Configuration=%CONFIGURATION%;Platform=x64;Machine=x64 -rem cd msi -rem msbuild RedisMsi.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64 -rem cd .. +cd msi +msbuild RedisMsi.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64 +cd ..