From 17ffd80b0d97a80b824dba9e29b7c5e0c3ba4e12 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Wed, 14 Oct 2015 14:07:38 +0200 Subject: [PATCH] [Setup] Updated the version number and the release notes. --- Redis on Windows Release Notes.md | 14 ++++++++++++++ src/version.h | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Redis on Windows Release Notes.md b/Redis on Windows Release Notes.md index bd2af038..6168e3d2 100644 --- a/Redis on Windows Release Notes.md +++ b/Redis on Windows Release Notes.md @@ -1,5 +1,19 @@ MSOpenTech Redis on Windows 3.0 Release Notes ============================================= +--[ Redis on Windows 3.0.300-beta1 ] Release date: Oct 14 2015 + + - [Change] Switched from dlmalloc to jemalloc. + - [Change] Child process can allocate memory from the system heap. + - [Build] Removed the proprocessor defs: _WIN32IOCP, WIN32_IOCP. + - [Change] Heap allocation on demand. + - [Change] Removed the memory mapped file. + - [Cleanup] Comments and code formatting/cleanup/consistency. + - [Code cleanup] Minor code changes preparatory for jemalloc support. + - [Change] Sentinel mode doesn't require a memory mapped file. + - [Cleanup] Code refactoring, fixed typos, formatting. + - [New] Added jemalloc-win project. + - [Cleanup] Code refactoring (some from azure porting). + - [Fix] Redis crashes at startup. --[ Redis on Windows 3.0.300-alpha3 ] Release date: Sep 02 2015 diff --git a/src/version.h b/src/version.h index 05323f26..eb270317 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "3.0.300-alpha3" +#define REDIS_VERSION "3.0.300-beta1" -- GitLab