Skip to content

Commit 9414ab9

Browse files
committed
updated release notes for 5.0.9
1 parent 76824cb commit 9414ab9

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

RELEASENOTES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ For release notes related to original Redis project - please see 00-RELEASENOTES
66

77
--------------------------------------------------------
88

9+
2020-05-02: Redis 5.0.9 for Windows
10+
https://github.com/tporadowski/redis/releases/tag/v5.0.9
11+
12+
First release of Redis 5.x for Windows, updated to be in sync with antirez/5.0.9.
13+
14+
--------------------------------------------------------
15+
916
2020-01-26: Redis 4.0.14.2 for Windows
1017
https://github.com/tporadowski/redis/releases/tag/v4.0.14.2
1118

msvs/Build.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ msbuild RedisServer.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64
1313
msbuild RedisServer.sln -t:RedisCli -p:Configuration=%CONFIGURATION%;Platform=x64;Machine=x64
1414
msbuild RedisServer.sln -t:RedisBenchmark -p:Configuration=%CONFIGURATION%;Platform=x64;Machine=x64
1515

16-
rem cd msi
17-
rem msbuild RedisMsi.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64
18-
rem cd ..
16+
cd msi
17+
msbuild RedisMsi.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64
18+
cd ..

0 commit comments

Comments
 (0)