aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbbryant <bbryant@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-02 20:25:42 +0000
committerbbryant <bbryant@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-02 20:25:42 +0000
commitef68dab0186d17a3597f67c3c81e5871aee2728e (patch)
tree5cbfe3eda4693de9a7551853ab720b0b3e74ea04 /CHANGES
parent26000ee774d06e86e107fa05396b99f3ecd22090 (diff)
Add new "pri show version" command to show the libpri version for support reasons.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@115257 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 129334eb4..5b25d6959 100644
--- a/CHANGES
+++ b/CHANGES
@@ -340,3 +340,6 @@ Changes since Asterisk 1.2:
* New manager events:
1. OriginateResponse event comes to replace OriginateSuccess and OriginateFailure
* iLBC source code no longer included (see UPGRADE.txt for details)
+ * New CLI command "pri show version" that shows the current version of libpri
+ that the library was built against (requires a version of libpri since this API
+ feature was added).