You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ma...@apache.org on 2008/11/24 21:49:11 UTC

svn commit: r720288 - in /hadoop/zookeeper/branches/branch-3.0: CHANGES.txt src/java/test/org/apache/zookeeper/TestableZooKeeper.java

Author: mahadev
Date: Mon Nov 24 12:49:10 2008
New Revision: 720288

URL: http://svn.apache.org/viewvc?rev=720288&view=rev
Log:
ZOOKEEPER-232. fix apache licence header in TestableZookeeper (mahadev)

Modified:
    hadoop/zookeeper/branches/branch-3.0/CHANGES.txt
    hadoop/zookeeper/branches/branch-3.0/src/java/test/org/apache/zookeeper/TestableZooKeeper.java

Modified: hadoop/zookeeper/branches/branch-3.0/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/branches/branch-3.0/CHANGES.txt?rev=720288&r1=720287&r2=720288&view=diff
==============================================================================
--- hadoop/zookeeper/branches/branch-3.0/CHANGES.txt (original)
+++ hadoop/zookeeper/branches/branch-3.0/CHANGES.txt Mon Nov 24 12:49:10 2008
@@ -1,9 +1,10 @@
-ZooKeeper Change Log
-
-Release 3.0.1 - 2008-11-19
+Trunk
   
-  BUGFIXES: 
+Non-backward compatible changes:
 
+Backward compatibile changes:
+
+BUGFIXES: 
    ZOOKEEPER-211 Not all Mock tests are working (ben via phunt)
 
    ZOOKEEPER-223. change default level in root logger to INFO.
@@ -30,14 +31,16 @@
    (mahadev) 
 
    ZOOKEEPER-204. SetWatches needs to be the first message after auth messages
-   to the server (ben via mahadev)
+to the server (ben via mahadev)
   
    ZOOKEEPER-208. Zookeeper C client uses API that are not thread safe,
-   causing crashes when multiple instances are active.
-   (austin shoemaker, chris daroch and ben reed via mahadev) 
+causing crashes when multiple instances are active. (austin shoemaker, chris
+daroch and ben reed via mahadev) 
 
    ZOOKEEPER-227. gcc warning from recordio.h (chris darroch via mahadev)
 
+   ZOOKEEPER-232. fix apache licence header in TestableZookeeper (mahadev)
+
 Release 3.0.0 - 2008-10-21
 
 Non-backward compatible changes:

Modified: hadoop/zookeeper/branches/branch-3.0/src/java/test/org/apache/zookeeper/TestableZooKeeper.java
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/branches/branch-3.0/src/java/test/org/apache/zookeeper/TestableZooKeeper.java?rev=720288&r1=720287&r2=720288&view=diff
==============================================================================
--- hadoop/zookeeper/branches/branch-3.0/src/java/test/org/apache/zookeeper/TestableZooKeeper.java (original)
+++ hadoop/zookeeper/branches/branch-3.0/src/java/test/org/apache/zookeeper/TestableZooKeeper.java Mon Nov 24 12:49:10 2008
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.zookeeper;
 
 import java.io.IOException;