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

Commit

Permalink
[Release] 2.8.2400
Browse files Browse the repository at this point in the history
  • Loading branch information
enricogior committed Jan 21, 2016
1 parent cffe37f commit 164f486
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 4 deletions.
41 changes: 41 additions & 0 deletions Redis on Windows Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
MSOpenTech Redis on Windows 2.8 Release Notes
=============================================
--[ Redis on Windows 2.8.2400 ] Release date: Jan 21 2016

- Merged tag 2.8.24 from antirez/2.8
- [Docs] Added info about the memory working set showed by the task manager.
- [Comment] Fixed typo.
- [Docs] Updated README.md.
- [PR]Add notice for VS2013 without Update 5
- [Fix] Portability fix for strtol().
- [Code cleanup] QForkStartup refactoring.
- [Code cleanup] Comments, code formatting, minor code refactoring.
- [Code refactoring] Moved global variables initialization in one place.
- [Design Change] Use dlmalloc for sentinel and persistence off.
- [Code cleanup] Fixed typo in comments and variable name.
- [Code cleanup] Macro definition.
- [Fix] x86 build break.
- [Code cleanup] Removed unused and duplicated #defines.
- [Test] Added regression test for replication when AUTH is on.
- [Setup] Updated the command to push chocolatey packages.
- [Fix] Wrong return value upon error. Code formatting.
- [Log] Added Redis version at the top of the crash report.
- [Fix] Disable replication if persistence is not available.
- [Code cleanup] Better functions and variables names.
- [Code cleanup] Error handling using ThrowLastError() method.
- [Fix] Avoid potential null pointer access.
- [PR] Documentation: replace argument sign '-' to '--'.
- [Fix] Remove leftover .dat files from the working dir.
- [Fix] do_socketSave2() rework for duplicated sockets management.
- [Code cleanup] Variables/methods name, comments, formatting.
- [Fix] Windows-specific fixes for replication.
- [Test] Fixed bad merge.
- [Portability] Fixes for type 'long'.
- Merge tag 2.8.23 from antirez/2.8
- [Code cleanup] Fixed tabs.
- [Test] Removed Windows-specific workaround. Fixed tabs.
- [Fix] Duplicated sockets need to be closed properly.
- [Code cleanup] Renamed WSIOCP_ReceiveDone to WSIOCP_QueueNextRead.
- [Fix] Sentinel notification-script 2nd argument needs quotes.
- [PR] Passed STARTUPINFO parameter to CreateProcessA instead of NULL.
- [Fix] Prevent UnhandledExceptiontHandler from entering a loop.
- [Code refactoring] IsWindowsVersionAtLeast optimization.
- [Change] Use VirtualProtect in RejoinCOWPages on Windows 6.2 and higher.

--[ Redis on Windows 2.8.2104 ] Release date: Oct 15 2015

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="2.8.2104"
Version="2.8.2400"
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>2.8.2104</version>
<version>2.8.2400</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>2.8.2104</version>
<version>2.8.2400</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 "2.8.24"
#define REDIS_VERSION "2.8.2400"

0 comments on commit 164f486

Please sign in to comment.