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

Commit

Permalink
[Release] 3.0.500-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
enricogior committed Nov 12, 2015
1 parent e9c2f49 commit 81891d7
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions Redis on Windows Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
MSOpenTech Redis on Windows 3.0 Release Notes
=============================================
--[ Redis on Windows 3.0.500-rc1 ] Release date: Nov 12 2015

- [Fix] Improved the error reporting on startup errors.
- [Code cleanup] Event log code refactoring. Code formatting.
- [Code cleanup] Fixed tabs.
- [Code cleanup] Renamed WSIOCP_ReceiveDone to WSIOCP_QueueNextRead.
- [Code refactoring] IsWindowsVersionAtLeast optimization.
- [Fix] Sentinel notification-script 2nd argument needs quotes.
- [PR] Passed STARTUPINFO parameter to CreateProcessA instead of NULL. (by @flavius-m)
- [Test] Removed a Windows-specific workaround.
- [Fix] Duplicated sockets need to be closed properly.
- [Fix] Windows-specific fixes for the 3.0.5 merge.
- Merged tag 3.0.5 from antirez/3.0
- [Sample] Removed the maxheap flag from the configuration samples.
- [Fix] Reporting the error code if listen() fails.
- [Tools] Changed the ReleasePackagingTool output folder.
- [Setup] Added the max memory dialog.
- [Build] Unified output folders for the jemalloc project.
- [PR] Updated list of sentinel commands: announce-ip and announce-port. (by @rpannell)
- [PR] Updated x86 debug and release configurations for all projects. (by @laurencee)
- [PR] Changed Nuget package structure to support VS 2015. (by @Cybermaxs)
- [Seup] Updated nuget and chocolatey setup files.

--[ Redis on Windows 3.0.300-beta1 ] Release date: Oct 14 2015

- [Change] Switched from dlmalloc to jemalloc.
Expand Down
2 changes: 1 addition & 1 deletion msvs/msi/RedisMsi/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Product Id="*"
Name="Redis on Windows"
Language="1033"
Version="3.0.300"
Version="3.0.500"
Manufacturer="MSOpenTech"
UpgradeCode="{05410198-7212-4FC4-B7C8-AFEFC3DA0FBC}">
<Package InstallerVersion="200"
Expand Down
2 changes: 1 addition & 1 deletion msvs/setups/chocolatey/Redis.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>redis-64</id>
<title>Redis 64-bit</title>
<version>3.0.300-beta1</version>
<version>3.0.500-rc1</version>
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
<owners>Microsoft Open Technologies, Inc.</owners>
<description>A porting of Redis on Windows 64-bit.
Expand Down
2 changes: 1 addition & 1 deletion msvs/setups/nuget/Redis.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>redis-64</id>
<title>Redis 64-bit</title>
<version>3.0.300-beta1</version>
<version>3.0.500-rc1</version>
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
<owners>Microsoft Open Technologies, Inc.</owners>
<description>A porting of Redis on Windows 64-bit.
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define REDIS_VERSION "3.0.5"
#define REDIS_VERSION "3.0.500-rc1"

0 comments on commit 81891d7

Please sign in to comment.