You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2016/03/18 18:22:23 UTC

svn commit: r1735646 - in /zookeeper/trunk: CHANGES.txt ivy.xml

Author: phunt
Date: Fri Mar 18 17:22:23 2016
New Revision: 1735646

URL: http://svn.apache.org/viewvc?rev=1735646&view=rev
Log:
ZOOKEEPER-2392 Update netty to 3.7.1.Final (Hendy Irawan via phunt)

Modified:
    zookeeper/trunk/CHANGES.txt
    zookeeper/trunk/ivy.xml

Modified: zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/trunk/CHANGES.txt?rev=1735646&r1=1735645&r2=1735646&view=diff
==============================================================================
--- zookeeper/trunk/CHANGES.txt (original)
+++ zookeeper/trunk/CHANGES.txt Fri Mar 18 17:22:23 2016
@@ -286,6 +286,8 @@ BUGFIXES:
 
   ZOOKEEPER-2388 Unit tests failing on Solaris (Arshad Mohammad via phunt)
 
+  ZOOKEEPER-2392 Update netty to 3.7.1.Final (Hendy Irawan via phunt)
+
 IMPROVEMENTS:
   ZOOKEEPER-1660 Documentation for Dynamic Reconfiguration (Reed Wanderman-Milne via shralex)  
 

Modified: zookeeper/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/ivy.xml?rev=1735646&r1=1735645&r2=1735646&view=diff
==============================================================================
--- zookeeper/trunk/ivy.xml (original)
+++ zookeeper/trunk/ivy.xml Fri Mar 18 17:22:23 2016
@@ -50,7 +50,7 @@
     <dependency org="log4j" name="log4j" rev="1.2.17" transitive="false" conf="test->default"/>
     <dependency org="jline" name="jline" rev="2.11" transitive="false" conf="optional->default"/>
 
-    <dependency org="io.netty" name="netty" conf="default" rev="3.7.0.Final">
+    <dependency org="io.netty" name="netty" conf="default" rev="3.7.1.Final">
       <artifact name="netty" type="jar" conf="default"/>
     </dependency>