You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/21 14:36:22 UTC

[3/5] git commit: release is 0.6.0-incubating :-)

release is 0.6.0-incubating :-)


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/dfec06b1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/dfec06b1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/dfec06b1

Branch: refs/heads/master
Commit: dfec06b109af3049c7ca6d772e69120ae464de51
Parents: 6e5d671
Author: olivier lamy <ol...@apache.org>
Authored: Fri Dec 21 14:27:04 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Dec 21 14:27:04 2012 +0100

----------------------------------------------------------------------
 .../apt/releasenotes/release-0.6.0-incubating.apt  |   67 +++++++++++++++
 src/site/apt/releasenotes/release-0.6.0.apt        |   67 ---------------
 2 files changed, 67 insertions(+), 67 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/dfec06b1/src/site/apt/releasenotes/release-0.6.0-incubating.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/releasenotes/release-0.6.0-incubating.apt b/src/site/apt/releasenotes/release-0.6.0-incubating.apt
new file mode 100644
index 0000000..44f6b8d
--- /dev/null
+++ b/src/site/apt/releasenotes/release-0.6.0-incubating.apt
@@ -0,0 +1,67 @@
+ -----
+ Release Notes for Apache Helix
+ -----
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+Release Notes for Apache Helix
+
+  The Apache Helix would like to announce the release of Apache Helix 0.6.0-incubating
+
+  This is the first release in Apache umbrella.
+
+  Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix provides the following features:
+
+  * Automatic assignment of resource/partition to nodes
+
+  * Node failure detection and recovery
+
+  * Dynamic addition of Resources
+
+  * Dynamic addition of nodes to the cluster
+
+  * Pluggable distributed state machine to manage the state of a resource via state transitions
+
+  * Automatic load balancing and throttling of transitions
+
+  []
+
+* Changes
+
+** Bug
+
+ * [HELIX-1] - Use org.apache.helix package for java sources.
+
+ * [HELIX-2] - Remove jsqlparser dependency from Helix
+
+ * [HELIX-3] - Fix license headers in sources.
+
+ * [HELIX-14] - error in helix-core ivy file
+
+ []
+
+** Task
+
+  * [HELIX-4] - Remove deprecated file based implementation
+
+  * [HELIX-5] - Remove deprecated Accessors
+
+  * [HELIX-13] - New usecase to replicate files between replicas using simple rsync

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/dfec06b1/src/site/apt/releasenotes/release-0.6.0.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/releasenotes/release-0.6.0.apt b/src/site/apt/releasenotes/release-0.6.0.apt
deleted file mode 100644
index 44f6b8d..0000000
--- a/src/site/apt/releasenotes/release-0.6.0.apt
+++ /dev/null
@@ -1,67 +0,0 @@
- -----
- Release Notes for Apache Helix
- -----
-
-~~ 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.
-
-~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-
-Release Notes for Apache Helix
-
-  The Apache Helix would like to announce the release of Apache Helix 0.6.0-incubating
-
-  This is the first release in Apache umbrella.
-
-  Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix provides the following features:
-
-  * Automatic assignment of resource/partition to nodes
-
-  * Node failure detection and recovery
-
-  * Dynamic addition of Resources
-
-  * Dynamic addition of nodes to the cluster
-
-  * Pluggable distributed state machine to manage the state of a resource via state transitions
-
-  * Automatic load balancing and throttling of transitions
-
-  []
-
-* Changes
-
-** Bug
-
- * [HELIX-1] - Use org.apache.helix package for java sources.
-
- * [HELIX-2] - Remove jsqlparser dependency from Helix
-
- * [HELIX-3] - Fix license headers in sources.
-
- * [HELIX-14] - error in helix-core ivy file
-
- []
-
-** Task
-
-  * [HELIX-4] - Remove deprecated file based implementation
-
-  * [HELIX-5] - Remove deprecated Accessors
-
-  * [HELIX-13] - New usecase to replicate files between replicas using simple rsync