summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBrett Bryant <bbryant@digium.com>2008-05-01 23:09:08 +0000
committerBrett Bryant <bbryant@digium.com>2008-05-01 23:09:08 +0000
commit4f3e4e22ef237943c3d68aa6ca4c9aa119323397 (patch)
tree2552e7a5b1bfafd697f1d99af0344e85887f6e85 /CHANGES
parentb5a127daac81d625b5968068b2e0406a3dc2e0e9 (diff)
Add two new console commands "pri show version" and "ss7 show version" that will show the version of each library respectively.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115078 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5a75d512f..d039637e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -82,6 +82,11 @@ CLI Changes
* New CLI command, "config reload <file.conf>" which reloads any module that
references that particular configuration file. Also added "config list"
which shows which configuration files are in use.
+ * New CLI commands, "pri show version" and "ss7 show version" that will
+ display which version of libpri and libss7 are being used, respectively.
+ A new API call was added so trunk will now have to be compiled against
+ a versions of libpri and libss7 that have them or it will not know that
+ these libraries exist.
DNS manager changes
-------------------