You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/07/18 19:26:47 UTC

svn commit: r1363024 - in /lucene/dev/trunk: dev-tools/eclipse/dot.classpath dev-tools/maven/pom.xml.template solr/CHANGES.txt solr/lib/zookeeper-3.3.4.jar.sha1 solr/lib/zookeeper-3.3.5.jar.sha1 solr/solrj/ivy.xml

Author: markrmiller
Date: Wed Jul 18 17:26:47 2012
New Revision: 1363024

URL: http://svn.apache.org/viewvc?rev=1363024&view=rev
Log:
SOLR-3639: Update ZooKeeper to 3.3.5 for a variety of bug fixes.

Added:
    lucene/dev/trunk/solr/lib/zookeeper-3.3.5.jar.sha1
Removed:
    lucene/dev/trunk/solr/lib/zookeeper-3.3.4.jar.sha1
Modified:
    lucene/dev/trunk/dev-tools/eclipse/dot.classpath
    lucene/dev/trunk/dev-tools/maven/pom.xml.template
    lucene/dev/trunk/solr/CHANGES.txt
    lucene/dev/trunk/solr/solrj/ivy.xml

Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/eclipse/dot.classpath?rev=1363024&r1=1363023&r2=1363024&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Wed Jul 18 17:26:47 2012
@@ -117,7 +117,7 @@
 	<classpathentry kind="lib" path="solr/lib/slf4j-api-1.6.4.jar"/>
 	<classpathentry kind="lib" path="solr/lib/slf4j-jdk14-1.6.4.jar"/>
 	<classpathentry kind="lib" path="solr/lib/wstx-asl-3.2.7.jar"/>
-	<classpathentry kind="lib" path="solr/lib/zookeeper-3.3.4.jar"/>
+	<classpathentry kind="lib" path="solr/lib/zookeeper-3.3.5.jar"/>
   <classpathentry kind="lib" path="solr/example/lib/jetty-continuation-8.1.2.v20120308.jar"/>
   <classpathentry kind="lib" path="solr/example/lib/jetty-deploy-8.1.2.v20120308.jar"/>
   <classpathentry kind="lib" path="solr/example/lib/jetty-http-8.1.2.v20120308.jar"/>

Modified: lucene/dev/trunk/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/pom.xml.template?rev=1363024&r1=1363023&r2=1363024&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/pom.xml.template Wed Jul 18 17:26:47 2012
@@ -298,7 +298,7 @@
       <dependency>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper</artifactId>
-        <version>3.3.4</version>
+        <version>3.3.5</version>
       </dependency>
       <dependency>
         <groupId>org.carrot2</groupId>

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1363024&r1=1363023&r2=1363024&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Wed Jul 18 17:26:47 2012
@@ -26,7 +26,19 @@ $Id$
 
 ==================  4.0.0-BETA ===================
 
+Versions of Major Components
+---------------------
+Apache Tika 1.1
+Carrot2 3.5.0
+Velocity 1.6.4 and Velocity Tools 2.0
+Apache UIMA 2.3.1
+Apache ZooKeeper 3.3.5
+
+Detailed Change List
+----------------------
+
 New Features
+----------------------
 
 * LUCENE-4201: Added JapaneseIterationMarkCharFilterFactory to normalize Japanese
   iteration marks. (Robert Muir, Christian Moen)
@@ -71,6 +83,7 @@ New Features
 
 
 Bug Fixes
+----------------------
 
 * SOLR-3582: Our ZooKeeper watchers respond to session events as if they are change events, 
   creating undesirable side effects. (Trym R. Møller, Mark Miller)
@@ -93,7 +106,10 @@ Bug Fixes
 
 * SOLR-1781: Replication index directories not always cleaned up. (Terje Sten Bjerkseth, Mark Miller)
 
+* SOLR-3639: Update ZooKeeper to 3.3.5 for a variety of bug fixes. (Mark Miller)
+
 Other Changes
+----------------------
 
 * SOLR-3524: Make discarding punctuation configurable in JapaneseTokenizerFactory.
   The default is to discard punctuation, but this is overridable as an expert option.
@@ -119,6 +135,7 @@ Other Changes
 
 * SOLR-3215: Clone SolrInputDocument when distrib indexing so that update processors after
   the distrib update process do not process the document twice. (Mark Miller)
+  
 
 ==================  4.0.0-ALPHA ==================
 More information about this release, including any errata related to the 

Added: lucene/dev/trunk/solr/lib/zookeeper-3.3.5.jar.sha1
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/lib/zookeeper-3.3.5.jar.sha1?rev=1363024&view=auto
==============================================================================
--- lucene/dev/trunk/solr/lib/zookeeper-3.3.5.jar.sha1 (added)
+++ lucene/dev/trunk/solr/lib/zookeeper-3.3.5.jar.sha1 Wed Jul 18 17:26:47 2012
@@ -0,0 +1 @@
+5ee2093c5516a665d947b698cb6848f5af1d4482

Modified: lucene/dev/trunk/solr/solrj/ivy.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/solrj/ivy.xml?rev=1363024&r1=1363023&r2=1363024&view=diff
==============================================================================
--- lucene/dev/trunk/solr/solrj/ivy.xml (original)
+++ lucene/dev/trunk/solr/solrj/ivy.xml Wed Jul 18 17:26:47 2012
@@ -20,7 +20,7 @@
     <info organisation="org.apache.solr" module="solrj"/>
 
     <dependencies>
-      <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.4" transitive="false"/>
+      <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.5" transitive="false"/>
       <dependency org="org.slf4j" name="log4j-over-slf4j" rev="1.6.4" transitive="false"/>
       <dependency org="org.apache.httpcomponents" name="httpcore" rev="4.1.4" transitive="false"/>
       <dependency org="org.apache.httpcomponents" name="httpclient" rev="4.1.3" transitive="false"/>