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

Commit

Permalink
[Setup] Updated the version number and the release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
enricogior committed Oct 14, 2015
1 parent 1ff9804 commit 17ffd80
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Redis on Windows Release Notes.md
Original file line number Diff line number Diff line change
@@ -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

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.300-alpha3"
#define REDIS_VERSION "3.0.300-beta1"

0 comments on commit 17ffd80

Please sign in to comment.