Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.

Commit 2d9ac61

Browse files
committed
[Release] 3.0.503
1 parent a7ded33 commit 2d9ac61

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

Redis on Windows Release Notes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
MSOpenTech Redis on Windows 3.0 Release Notes
22
=============================================
3+
--[ Redis on Windows 3.0.503 ] Release date: Jun 21 2016
4+
5+
- [Fix] Possible AV during background save.
6+
37
--[ Redis on Windows 3.0.502 ] Release date: Jun 21 2016
48

59
- [PR] Fixed pointer overflow crash when using bgsave under rare circumstances. (by @Harachie)

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
version: 3.0.502.{build}
1+
version: 3.0.503.{build}
22

33
branches:
44
# whitelist
55
only:
6-
- '2.8'
6+
- '3.0'
77
- appveyor
88

99
install:

msvs/msi/RedisMsi/Product.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Product Id="*"
2222
Name="Redis on Windows"
2323
Language="1033"
24-
Version="3.0.502"
24+
Version="3.0.503"
2525
Manufacturer="MSOpenTech"
2626
UpgradeCode="{05410198-7212-4FC4-B7C8-AFEFC3DA0FBC}">
2727
<Package InstallerVersion="200"

msvs/setups/chocolatey/Redis.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>redis-64</id>
55
<title>Redis 64-bit</title>
6-
<version>3.0.502</version>
6+
<version>3.0.503</version>
77
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
88
<owners>Microsoft Open Technologies, Inc.</owners>
99
<description>A porting of Redis on Windows 64-bit.

msvs/setups/nuget/Redis.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>redis-64</id>
55
<title>Redis 64-bit</title>
6-
<version>3.0.502</version>
6+
<version>3.0.503</version>
77
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
88
<owners>Microsoft Open Technologies, Inc.</owners>
99
<description>A porting of Redis on Windows 64-bit.

src/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "3.0.502"
1+
#define REDIS_VERSION "3.0.503"

0 commit comments

Comments
 (0)