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
f58dd249
Commit
f58dd249
authored
May 03, 2015
by
Jan-Erik Rediger
Browse files
Release version 0.13.1
parent
26999505
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
f58dd249
### 0.13.1 - May 03, 2015
This is a bug fix release.
The new
`reconnect`
method introduced new struct members, which clashed with pre-defined names in pre-C99 code.
Another commit forced C99 compilation just to make it work, but of course this is not desirable for outside projects.
Other non-C99 code can now use hiredis as usual again.
Sorry for the inconvenience.
*
Fix memory leak in async reply handling (Salvatore Sanfilippo)
*
Rename struct member to avoid name clash with pre-c99 code (Alex Balashov, ncopa)
### 0.13.0 - April 16, 2015
This release adds a minimal Windows compatibility layer.
...
...
hiredis.h
View file @
f58dd249
...
...
@@ -41,7 +41,7 @@
#define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 13
#define HIREDIS_PATCH
0
#define HIREDIS_PATCH
1
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */
...
...
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