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/05/05 21:00:31 UTC

svn commit: r1742474 - in /zookeeper/branches/branch-3.4: CHANGES.txt ivy.xml

Author: phunt
Date: Thu May  5 21:00:30 2016
New Revision: 1742474

URL: http://svn.apache.org/viewvc?rev=1742474&view=rev
Log:
ZOOKEEPER-2423: Upgrade Netty version due to security vulnerability (CVE-2014-3488) (Michael Han via phunt)

Modified:
    zookeeper/branches/branch-3.4/CHANGES.txt
    zookeeper/branches/branch-3.4/ivy.xml

Modified: zookeeper/branches/branch-3.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/CHANGES.txt?rev=1742474&r1=1742473&r2=1742474&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.4/CHANGES.txt Thu May  5 21:00:30 2016
@@ -27,7 +27,11 @@ BUGFIXES:
   ZOOKEEPER-2195 fsync.warningthresholdms in zoo.cfg not working
   (Biju Nair via phunt)
   
-  ZOOKEEPER-2141 ACL cache in DataTree never removes entries (Adam Milne-Smith via camille)
+  ZOOKEEPER-2141 ACL cache in DataTree never removes entries
+  (Adam Milne-Smith via camille)
+
+  ZOOKEEPER-2423: Upgrade Netty version due to security vulnerability
+  (CVE-2014-3488) (Michael Han via phunt)
 
 IMPROVEMENTS:
 

Modified: zookeeper/branches/branch-3.4/ivy.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/ivy.xml?rev=1742474&r1=1742473&r2=1742474&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/ivy.xml (original)
+++ zookeeper/branches/branch-3.4/ivy.xml Thu May  5 21:00:30 2016
@@ -49,7 +49,7 @@
     <dependency org="log4j" name="log4j" rev="1.2.16" transitive="false" conf="default"/>
     <dependency org="jline" name="jline" rev="0.9.94" transitive="false" conf="default"/>
 
-    <dependency org="io.netty" name="netty" conf="default" rev="3.7.0.Final">
+    <dependency org="io.netty" name="netty" conf="default" rev="3.10.5.Final">
       <artifact name="netty" type="jar" conf="default"/>
     </dependency>