1
1
MSOpenTech Redis on Windows 3.0 Release Notes
2
2
=============================================
3
+ --[ Redis on Windows 3.0.502 ] Release date: Jun 21 2016
4
+
5
+ - [ PR] Fixed pointer overflow crash when using bgsave under rare circumstances. (by @Harachie )
6
+ - [ PR] Update msvs documentation to correct maxmemory-policy. (by @andyvan )
7
+ - [ Setup] Fixed the NETWORK SERVICE account issue on Windows 10.
8
+ - [ PR] Compare empty string for command line extract save. (by @zhumingjian )
9
+ - [ PR] Fix: bug on extracting sub-params. (by @zeliard )
10
+ - [ PR] Fix: string (handle value) to a unsigned 64bit number for LLP64 OS. (by @zeliard )
11
+ - [ PR] Fix: add break stmt in switch-case. (by @zeliard )
12
+ - [ Fix] 'Infinity' parsing.
13
+ - [ Fix] Linking error on some platforms using VS2015.
14
+ - [ PR] No separate NuGet download anymore on shields.io (by @jamesmanning )
15
+ - [ PR] Fix building problems in MSVS2015. (by @CAIQT )
16
+ - [ Docs] Fixed wrong value for redis install example.
17
+
3
18
--[ Redis on Windows 3.0.501 ] Release date: Jan 15 2016
4
19
5
20
- [ Docs] Single dash replaced with double dash for service cmd parameters.
6
- - [ PR] Update Redis on Windows.md
21
+ - [ PR] Update Redis on Windows.md (by @ ammills01 )
7
22
- [ Fix] Enabled jemalloc thread safety.
8
23
- [ Code cleanup] Better expression grouping.
9
24
- [ Docs] Added info about the memory working set showed by the task manager.
10
25
- [ Fix] Portability fix for strtol.
11
26
- [ Docs] Updated README.md.
12
- - [ PR] Add notice for VS2013 without Update 5
27
+ - [ PR] Add notice for VS2013 without Update 5 (by @ gimmemoore )
13
28
14
29
--[ Redis on Windows 3.0.500 ] Release date: Dec 07 2015
15
30
@@ -27,8 +42,8 @@ MSOpenTech Redis on Windows 3.0 Release Notes
27
42
- [ Debug] Added Redis version at the top of the crash report.
28
43
- [ Build] Added platform in the destination folder path for the x86 build.
29
44
- [ Fix] 32 bit support.
30
- - [ PR] Unable to build Redis 3.0 on 32 bit. (by @Jens-G )
31
- - [ PR] Switching 3.0 to x86 results in LNK errors. (by @Jens-G )
45
+ - [ PR] Unable to build Redis 3.0 on 32 bit. (by @Jens-G )
46
+ - [ PR] Switching 3.0 to x86 results in LNK errors. (by @Jens-G )
32
47
- [ Comment] Fixed comment.
33
48
- [ PR] replace argument sign '-' to '--'. (by @Hawkeyes0 )
34
49
- [ Fix] Duplicated sockets management for diskless replication.
0 commit comments