summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2015-08-25 14:16:20 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2015-08-25 14:16:20 +0200
commit53c32439bf89279ec62fda0bfd28ed9805b24614 (patch)
treea31b26918e445d401472948d9c7f09c5e4c16e74
parent1db17f257b1999114c699e77e204f1a91143e5ad (diff)
Release version 0.13.2
-rw-r--r--CHANGELOG.md10
-rw-r--r--hiredis.h2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29d7cf3..ec31009 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+### 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.
diff --git a/hiredis.h b/hiredis.h
index fbd72f0..11db10a 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -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