Update README and RELEASE-NOTES files for 2.2.6 release git-svn-id: https://svn.apache.org/repos/asf/karaf/cellar/branches/cellar-2.2.x@1484231 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/23d1aefc Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/23d1aefc Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/23d1aefc Branch: refs/heads/cellar-2.2.x Commit: 23d1aefc93b14a12e2e6ec2c36f128e71bb579c1 Parents: e2eeafa Author: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Authored: Sun May 19 06:08:31 2013 +0000 Committer: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Committed: Sun May 19 06:08:31 2013 +0000 ---------------------------------------------------------------------- README | 2 +- RELEASE-NOTES | 44 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 44 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/23d1aefc/README ---------------------------------------------------------------------- diff --git a/README b/README index 8c04dd5..b45666f 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ BUILDING for instructions on building Apache Karaf. To install Apache Karaf Cellar, first you have to register the Cellar features descriptor: -karaf@root> features:addurl mvn:org.apache.karaf.cellar/apache-karaf-cellar/2.2.2/xml/features +karaf@root> features:addurl mvn:org.apache.karaf.cellar/apache-karaf-cellar/2.2.6/xml/features Now, you can install the Cellar feature simply by typing: http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/23d1aefc/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d971ad1..1b3bacf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,49 @@ * limitations under the License. */ + Apache Karaf Cellar 2.2.6 + ========================= + + Overview + -------- + + This release of Apache Karaf Cellar is based off of the 2.2.x series branch, + representing a major update to Apache Karaf Cellar 2.2.5. It contains important + bug fixes. + + Changelog + --------- + + The following list shows the bug fixes included in this release: + +** Bug + * [KARAF-1486] - When a new member enters a custom group, it does not install the features that should be installed in that group + * [KARAF-1625] - Pax Web uses port 8080 rather than the configured value + * [KARAF-2033] - Cellar local listeners have to check if sync is enabled + * [KARAF-2057] - NOTICE and LICENSE files are not correct + * [KARAF-2133] - Generated title contain unresolved placeholder + * [KARAF-2141] - cluster:producer/handler/consumer should display the local node + * [KARAF-2142] - cluster:producer-start/stop (and handler/consumer) change the status on all nodes + * [KARAF-2202] - Cellar WebConsole import version range should be extended + * [KARAF-2218] - Fix manual links on website + * [KARAF-2251] - Cellar: features:install ignores incoming and outgoing blacklist + * [KARAF-2262] - cellar-cloud: The IP is not enough, sometimes the IP is hidden but a valid dns name is available + * [KARAF-2263] - Cellar-Cloud: discover member removes member information which isn't re-generated + * [KARAF-2268] - cellar-cloud: If other "Objects" are available at the bucket they sometimes are not "readable" + * [KARAF-2272] - Bundle name is not populated in the Cellar bundles map + * [KARAF-2274] - Cellar doesn't work with Felix framework + * [KARAF-2277] - Cellar WebConsole doesn't install + * [KARAF-2280] - cellar-config: The default group config should include org.ops4j.pax.web as blacklist for configuration + * [KARAF-2281] - Cellar-Cloud: Exclude cloud configurations when installed + * [KARAF-2286] - Cellar-Cloud: If the configured store contains unknown Blob this causes unpleasant exceptions + * [KARAF-2287] - CellarFeaturesSynchronizer should check the local states before adding a repository + * [KARAF-2318] - Exclude service.factoryPid from Cellar sync + +** Dependency upgrade + * [KARAF-1184] - Upgrade to JUnit 4.10 + * [KARAF-1745] - Upgrade to Felix WebConsole 4.0.0 + * [KARAF-2055] - Upgrade to Apache POM 12 + Apache Karaf Cellar 2.2.5 ========================= @@ -24,7 +67,6 @@ This release of Apache Karaf Cellar is based off of the 2.2.x series branch, representing a major update to Apache Karaf Cellar 2.2.4. It contains bug fixes identified in the prior release, and introduces new features. - group support. Changelog ---------
