This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch feature/509-remove-install-of-v2-headers
in repository https://gitbox.apache.org/repos/asf/celix.git


    from 9faf09a2 #509: Fix typo in conanfile
     new 60b1563e #509: Remove the bonjour shell
     add b719ed63 Add date to 2.4.0 release
     add 5f26e5bc Update versions and release notes
     add ee40d11d Update LICENSE based on RAT results
     add 31ea5f92 Update Celix version in cmake
     add 25745ae1 Set 2.4.0 version in conanfile.py
     add 724f8d8a Merge remote-tracking branch 'origin/master' into 
release-2.4.0
     add 27a9e552 Merge remote-tracking branch 'origin/master' into 
release-2.4.0
     add a6bbbac0 Merge branch 'master' into release-2.4.0
     add 1fbd599c Update CHANGES.md for release 2.4.0
     add fedbff5e Merge pull request #661 from apache/release-2.4.0
     new e8371602 Merge branch 'master' into 
feature/509-remove-install-of-v2-headers
     new 91c86a6c #509: Update changes

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .clang-format                                      |  17 +
 CHANGES.md                                         |  15 +-
 CMakeLists.txt                                     |   2 +-
 LICENSE                                            |  69 +---
 RELEASE_NOTES                                      |  89 +++--
 bundles/http_admin/http_admin/CMakeLists.txt       |   2 +-
 bundles/pubsub/pubsub_admin_tcp/CMakeLists.txt     |   2 +-
 bundles/pubsub/pubsub_admin_udp_mc/CMakeLists.txt  |   2 +-
 .../pubsub/pubsub_admin_websocket/CMakeLists.txt   |   2 +-
 bundles/pubsub/pubsub_admin_zmq/CMakeLists.txt     |   2 +-
 .../pubsub_protocol_wire_v1/CMakeLists.txt         |   2 +-
 .../pubsub_protocol_wire_v2/CMakeLists.txt         |   2 +-
 .../pubsub_serializer_avrobin/CMakeLists.txt       |   2 +-
 .../pubsub/pubsub_serializer_json/CMakeLists.txt   |   2 +-
 .../pubsub/pubsub_topology_manager/CMakeLists.txt  |   2 +-
 bundles/shell/CMakeLists.txt                       |   1 -
 bundles/shell/shell_bonjour/CMakeLists.txt         |  54 ---
 .../shell_bonjour/private/include/bonjour_shell.h  |  43 --
 .../shell/shell_bonjour/private/src/activator.c    | 110 -----
 .../shell_bonjour/private/src/bonjour_shell.c      | 445 ---------------------
 bundles/shell/shell_wui/CMakeLists.txt             |   2 +-
 cmake/celix_project/ApacheRat.cmake                |   2 +-
 conanfile.py                                       |   2 +-
 libs/dfi/CMakeLists.txt                            |   2 +-
 libs/etcdlib/CMakeLists.txt                        |   4 +-
 libs/promises/CMakeLists.txt                       |   2 +-
 rat-excludes.txt                                   |  13 +-
 27 files changed, 117 insertions(+), 775 deletions(-)
 delete mode 100644 bundles/shell/shell_bonjour/CMakeLists.txt
 delete mode 100644 bundles/shell/shell_bonjour/private/include/bonjour_shell.h
 delete mode 100644 bundles/shell/shell_bonjour/private/src/activator.c
 delete mode 100644 bundles/shell/shell_bonjour/private/src/bonjour_shell.c

Reply via email to