This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-update-next-version in repository https://gitbox.apache.org/repos/asf/celix.git
commit 7e97786a7574c6b0601c0a057ba5d4af847dba20 Author: Pepijn Noltes <[email protected]> AuthorDate: Sun Oct 1 15:02:07 2023 +0200 #509: Remove release notes file (overlaps with changes) --- RELEASE_NOTES | 76 ----------------------------------------------------------- 1 file changed, 76 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES deleted file mode 100644 index 36eeac4e..00000000 --- a/RELEASE_NOTES +++ /dev/null @@ -1,76 +0,0 @@ -# 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. - -# Release Notes for Apache Celix 2.4.0 - -## Versions - -### Libraries: - - Celix::framework: 2.4.0 - - Celix::utils: 2.4.0 - - Celix::dfi: 1.3.0 - - Celix::etcdlib: 1.2.0 - - Celix::Promises: 1.1.0 - - Celix::PushStreams: N/A - - Celix::rcm: 0.0.1 - -### Bundles & Bundle Support Libraries: - - Celix::components_ready_check: 1.0.0 - - Shell - - Celix::shell: 2.1.0 - - Celix::ShellCxx: 2.1.0 - - Celix::shell_tui: 1.1.0 - - Celix::shell_wui: 1.1.0 - - Celix::shell_bonjour: 0.1.0 - - Celix::shell_remote: 0.0.2 - - Logging - - Celix::log_admin: 1.1.0 - - Celix::log_helper library: N/A - - Celix::log_service_api: N/A - - Celix::syslog_writer: 1.0.0 - - HTTP Admin - - Celix::http_admin_api library: N/A - - Celix::http_admin: 1.0.0 - - Deployment Admin: 0.0.2 - - Remote Services - - Celix::remote_services_api library: N/A - - Celix::c_rsa_spi: N/A - - Celix::rsa_common: N/A - - Celix::rsa_dfi_utils: N/A - - Celix::rsa_json_rpc: 1.0.0 - - Celix::rsa_discovery: 0.9.0 - - Celix::rsa_discovery_etcd: 0.9.0 - - Celix::rsa_discovery_shm: 0.0.1 - - Celix::rsa_discovery_zeroconf: 1.0.0 - - Celix::rsa_dfi: 0.9.0 - - Celix::rsa_shm 1.0.0 - - Celix::rsa_topology_manager: 0.9.0 - - C++ Remote Services - - Celix::rsa_spi library: N/A - - Celix::RemoteServiceAdmin: 0.9.0 - - Celix::RsaConfiguredDiscovery: 0.9.0 - - PubSub - - Celix::pubsub_utils library: N/A - - Celix::pubsub_spi library: N/A - - Celix::pubsub_api library: N/A - - Celix::celix_pubsub_protocol_wire_v1: 1.0.1 - - Celix::celix_pubsub_protocol_wire_v2: 1.0.1 - - Celix::celix_pubsub_admin_tcp: 2.1.0 - - Celix::celix_pubsub_admin_udp_multicast: 1.1.0 - - Celix::celix_pubsub_admin_websocket: 2.1.0 - - Celix::celix_pubsub_admin_zmq: 2.1.0 - - Celix::celix_pubsub_serializer_avrobin: 1.1.1 - - Celix::celix_pubsub_serializer_json: 1.1.1 - - Celix::celix_pubsub_topology_manager: 1.1.1
