]> git.ipfire.org Git - thirdparty/kea.git/commit
[#3254] consistent version output across executables
authorAndrei Pavel <andrei@isc.org>
Tue, 23 Apr 2024 16:57:05 +0000 (19:57 +0300)
committerAndrei Pavel <andrei@isc.org>
Wed, 24 Apr 2024 12:23:48 +0000 (15:23 +0300)
commit677f8a8f0e4659b3a1ad2e4b1db8e6c0c6b6ee00
treec3e4d90051f4a4b567de05f9cce669c2e7bc3a67
parenta764025dfd8daf4f4e626c631a8594565bf9f820
[#3254] consistent version output across executables

- replace VERSION with PACKAGE_VERSION in src/bin/admin to avoid
  overlap with VERSION used in src/share/database.
- add -V to kea-admin
- add -V to kea-shell
- add -V to keactrl
- add -V to perfdhcp
- removed getVersionAddendum from d2 and added the openssl version to
  the output of other process versions since it's not only used by d2
- make all -V outputs consistent. Some are showing only core version and
  are missing premium version which is fine since they are the
  executables that don't have something to do with premium directly
  anyway.
27 files changed:
configure.ac
doc/sphinx/arm/ddns.rst
doc/sphinx/arm/shell.rst
doc/sphinx/man/kea-admin.8.rst
doc/sphinx/man/kea-ctrl-agent.8.rst
doc/sphinx/man/kea-dhcp-ddns.8.rst
doc/sphinx/man/kea-dhcp4.8.rst
doc/sphinx/man/kea-dhcp6.8.rst
doc/sphinx/man/kea-lfc.8.rst
doc/sphinx/man/kea-netconf.8.rst
doc/sphinx/man/kea-shell.8.rst
doc/sphinx/man/keactrl.8.rst
doc/sphinx/man/perfdhcp.8.rst
src/bin/admin/kea-admin.in
src/bin/d2/d2_controller.cc
src/bin/d2/d2_controller.h
src/bin/dhcp4/dhcp4_srv.cc
src/bin/dhcp6/dhcp6_srv.cc
src/bin/keactrl/keactrl.in
src/bin/lfc/lfc_controller.cc
src/bin/perfdhcp/command_options.cc
src/bin/perfdhcp/command_options.h
src/bin/shell/kea-shell.in
src/lib/process/cfgrpt/tests/config_report_unittests.cc
src/lib/process/d_controller.cc
src/lib/process/d_controller.h
src/lib/process/tests/d_controller_unittests.cc