Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
3c3a406e
Commit
3c3a406e
authored
Sep 14, 2015
by
Jan-Erik Rediger
Browse files
Change date format in CHANGELOG
Easier to read, easier to sort.
parent
d323b5ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3c3a406e
### 0.13.2
- August 25, 2015
### 0.13.2
(2015-08-25)
*
Prevent crash on pending replies in async code (Thanks, @switch-st)
*
Prevent crash on pending replies in async code (Thanks, @switch-st)
*
Clear
`REDIS_CONNECTED`
flag when connection is closed (Thanks, Jerry Jacobs)
*
Clear
`REDIS_CONNECTED`
flag when connection is closed (Thanks, Jerry Jacobs)
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
All adapters are provided as is and are only tested where possible.
All adapters are provided as is and are only tested where possible.
### 0.13.1
- May 03, 2015
### 0.13.1
(2015-05-03)
This is a bug fix release.
This is a bug fix release.
The new
`reconnect`
method introduced new struct members, which clashed with pre-defined names in pre-C99 code.
The new
`reconnect`
method introduced new struct members, which clashed with pre-defined names in pre-C99 code.
...
@@ -19,7 +19,7 @@ Sorry for the inconvenience.
...
@@ -19,7 +19,7 @@ Sorry for the inconvenience.
*
Fix memory leak in async reply handling (Salvatore Sanfilippo)
*
Fix memory leak in async reply handling (Salvatore Sanfilippo)
*
Rename struct member to avoid name clash with pre-c99 code (Alex Balashov, ncopa)
*
Rename struct member to avoid name clash with pre-c99 code (Alex Balashov, ncopa)
### 0.13.0
- April 16, 2015
### 0.13.0
(2015-04-16)
This release adds a minimal Windows compatibility layer.
This release adds a minimal Windows compatibility layer.
The parser, standalone since v0.12.0, can now be compiled on Windows
The parser, standalone since v0.12.0, can now be compiled on Windows
...
@@ -30,12 +30,12 @@ The parser, standalone since v0.12.0, can now be compiled on Windows
...
@@ -30,12 +30,12 @@ The parser, standalone since v0.12.0, can now be compiled on Windows
*
Fix tests when assert() undefined (Keith Bennett, Matt Stancliff)
*
Fix tests when assert() undefined (Keith Bennett, Matt Stancliff)
*
Implement a reconnect method for the client context, this changes the structure of
`redisContext`
(Aaron Bedra)
*
Implement a reconnect method for the client context, this changes the structure of
`redisContext`
(Aaron Bedra)
### 0.12.1
- January 26, 2015
### 0.12.1
(2015-01-26)
*
Fix
`make install`
: DESTDIR support, install all required files, install PKGCONF in proper location
*
Fix
`make install`
: DESTDIR support, install all required files, install PKGCONF in proper location
*
Fix
`make test`
as 32 bit build on 64 bit platform
*
Fix
`make test`
as 32 bit build on 64 bit platform
### 0.12.0
- January 22, 2015
### 0.12.0
(2015-01-22)
*
Add optional KeepAlive support
*
Add optional KeepAlive support
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment