summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatt Stancliff <matt@genges.com>2015-01-26 10:05:33 -0500
committerMatt Stancliff <matt@genges.com>2015-01-26 10:08:40 -0500
commit9be3a07d8af4fae5ab3efc626bf674d9310571bb (patch)
tree5c762fa6a8e38cbe30e1d79228f3c41b5326c9f3 /CHANGELOG.md
parentd3fb491b85a88ac118b9514ef1ba1aeffe9c333c (diff)
Release hiredis 0.12.1
Major fix: - `make install` now works properly Minor fix: - `make test` now works after `make 32bit` on a 64-bit platform - added more automated travis tests
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c31015..0755f99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+### 0.12.1 - January 26, 2015
+
+* 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
+
### 0.12.0 - January 22, 2015
* Add optional KeepAlive support