zookeeper 1.4.6-java → 1.4.7-java

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v1.4.7
2
+
3
+ * Fixing dependent library compilation on FreeBSD 10 #53 (h/t: gogreen53)
1
4
 
2
5
  v1.4.6
3
6
 
data/ext/zkrb.c CHANGED
@@ -83,6 +83,7 @@
83
83
  #include <inttypes.h>
84
84
  #include <time.h>
85
85
  #include <arpa/inet.h>
86
+ #include <netinet/in.h>
86
87
 
87
88
  #include "common.h"
88
89
  #include "event_lib.h"
@@ -1,4 +1,4 @@
1
1
  module Zookeeper
2
- VERSION = '1.4.6'
2
+ VERSION = '1.4.7'
3
3
  DRIVER_VERSION = '3.4.5'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zookeeper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.6
4
+ version: 1.4.7
5
5
  prerelease:
6
6
  platform: java
7
7
  authors:
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2013-09-09 00:00:00.000000000 Z
17
+ date: 2013-11-07 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: slyphon-log4j