Commit 9be3a07d authored by Matt Stancliff's avatar Matt Stancliff
Browse files

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
parent d3fb491b
### 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 ### 0.12.0 - January 22, 2015
* Add optional KeepAlive support * Add optional KeepAlive support
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#define HIREDIS_MAJOR 0 #define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 12 #define HIREDIS_MINOR 12
#define HIREDIS_PATCH 0 #define HIREDIS_PATCH 1
/* Connection type can be blocking or non-blocking and is set in the /* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */ * least significant bit of the flags field in redisContext. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment