]> git.ipfire.org Git - thirdparty/asterisk.git/commit
loader: Output warnings for deprecated modules.
authorJoshua C. Colp <jcolp@sangoma.com>
Wed, 10 Mar 2021 15:03:11 +0000 (11:03 -0400)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 1 Apr 2021 14:45:39 +0000 (09:45 -0500)
commit46ed6af9c29261232ced72196fd1cad942ce5a0a
treec13a5780020d8e79cd0d07ead37eefb1f05b1a50
parent0fc906a5e1aed2b7b3de92dd4aaeb4f93149157c
loader: Output warnings for deprecated modules.

Using the information from the MODULEINFO XML we can
now output useful information at the end of module
loading for deprecated modules. This includes the
version it was deprecated in, the version it will be
removed in, and the replacement if available.

ASTERISK-29339

Change-Id: I2080dab97d2186be94c421b41dabf6d79a11611a
main/loader.c