updated release notes for 5.0.9

This commit is contained in:
tporadowski
2020-05-02 19:58:06 +02:00
parent 76824cb260
commit f80347d184
2 changed files with 10 additions and 3 deletions
+7
View File
@@ -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
+3 -3
View File
@@ -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 ..