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
53c32439
Commit
53c32439
authored
Aug 25, 2015
by
Jan-Erik Rediger
Browse files
Release version 0.13.2
parent
1db17f25
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
53c32439
### 0.13.2 - August 25, 2015
*
Prevent crash on pending replies in async code (Thanks, @switch-st)
*
Clear
`REDIS_CONNECTED`
flag when connection is closed (Thanks, Jerry Jacobs)
*
Add MacOS X addapter (Thanks, @dizzus)
*
Add Qt adapter (Thanks, Pietro Cerutti)
*
Add Ivykis adapter (Thanks, Gergely Nagy)
All adapters are provided as is and are only tested where possible.
### 0.13.1 - May 03, 2015
This is a bug fix release.
...
...
hiredis.h
View file @
53c32439
...
...
@@ -41,7 +41,7 @@
#define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 13
#define HIREDIS_PATCH
1
#define HIREDIS_PATCH
2
#define HIREDIS_SONAME 0.13
/* Connection type can be blocking or non-blocking and is set in the
...
...
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