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

Commit b97cbb2

Browse files
committed
[Release] 3.0.501
1 parent 2786805 commit b97cbb2

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

Redis on Windows Release Notes.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
MSOpenTech Redis on Windows 3.0 Release Notes
22
=============================================
3+
--[ Redis on Windows 3.0.501 ] Release date: Jan 15 2016
4+
5+
- [Docs] Single dash replaced with double dash for service cmd parameters.
6+
- [PR] Update Redis on Windows.md
7+
- [Fix] Enabled jemalloc thread safety.
8+
- [Code cleanup] Better expression grouping.
9+
- [Docs] Added info about the memory working set showed by the task manager.
10+
- [Fix] Portability fix for strtol.
11+
- [Docs] Updated README.md.
12+
- [PR] Add notice for VS2013 without Update 5
13+
314
--[ Redis on Windows 3.0.500 ] Release date: Dec 07 2015
415

516
- [Release] 3.0.500 stable.

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

0 commit comments

Comments
 (0)