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

Commit 9503e70

Browse files
committed
[Release] 3.0.502
1 parent 0707007 commit 9503e70

File tree

6 files changed

+24
-9
lines changed

6 files changed

+24
-9
lines changed

Redis on Windows Release Notes.md

+19-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
MSOpenTech Redis on Windows 3.0 Release Notes
22
=============================================
3+
--[ Redis on Windows 3.0.502 ] Release date: Jun 21 2016
4+
5+
- [PR] Fixed pointer overflow crash when using bgsave under rare circumstances. (by @Harachie)
6+
- [PR] Update msvs documentation to correct maxmemory-policy. (by @andyvan)
7+
- [Setup] Fixed the NETWORK SERVICE account issue on Windows 10.
8+
- [PR] Compare empty string for command line extract save. (by @zhumingjian )
9+
- [PR] Fix: bug on extracting sub-params. (by @zeliard)
10+
- [PR] Fix: string (handle value) to a unsigned 64bit number for LLP64 OS. (by @zeliard)
11+
- [PR] Fix: add break stmt in switch-case. (by @zeliard)
12+
- [Fix] 'Infinity' parsing.
13+
- [Fix] Linking error on some platforms using VS2015.
14+
- [PR] No separate NuGet download anymore on shields.io (by @jamesmanning )
15+
- [PR] Fix building problems in MSVS2015. (by @CAIQT)
16+
- [Docs] Fixed wrong value for redis install example.
17+
318
--[ Redis on Windows 3.0.501 ] Release date: Jan 15 2016
419

520
- [Docs] Single dash replaced with double dash for service cmd parameters.
6-
- [PR] Update Redis on Windows.md
21+
- [PR] Update Redis on Windows.md (by @ammills01)
722
- [Fix] Enabled jemalloc thread safety.
823
- [Code cleanup] Better expression grouping.
924
- [Docs] Added info about the memory working set showed by the task manager.
1025
- [Fix] Portability fix for strtol.
1126
- [Docs] Updated README.md.
12-
- [PR] Add notice for VS2013 without Update 5
27+
- [PR] Add notice for VS2013 without Update 5 (by @gimmemoore)
1328

1429
--[ Redis on Windows 3.0.500 ] Release date: Dec 07 2015
1530

@@ -27,8 +42,8 @@ MSOpenTech Redis on Windows 3.0 Release Notes
2742
- [Debug] Added Redis version at the top of the crash report.
2843
- [Build] Added platform in the destination folder path for the x86 build.
2944
- [Fix] 32 bit support.
30-
- [PR] Unable to build Redis 3.0 on 32 bit. (by @Jens-G )
31-
- [PR] Switching 3.0 to x86 results in LNK errors. (by @Jens-G )
45+
- [PR] Unable to build Redis 3.0 on 32 bit. (by @Jens-G)
46+
- [PR] Switching 3.0 to x86 results in LNK errors. (by @Jens-G)
3247
- [Comment] Fixed comment.
3348
- [PR] replace argument sign '-' to '--'. (by @Hawkeyes0)
3449
- [Fix] Duplicated sockets management for diskless replication.

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.8.21.{build}
1+
version: 3.0.502.{build}
22

33
branches:
44
# whitelist

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.501"
24+
Version="3.0.502"
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.501</version>
6+
<version>3.0.502</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.501</version>
6+
<version>3.0.502</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.501"
1+
#define REDIS_VERSION "3.0.502"

0 commit comments

Comments
 (0)