summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2018-02-12 02:26:56 -0500
committerCorey Farrell <git@cfware.com>2018-02-12 04:44:26 -0500
commit9fddc8b4dceb0e53e62892a1223b353c415e0503 (patch)
tree7627721b2ad1c9460f331335e5f3162c88057359 /UPGRADE.txt
parente132f22a2ef89ca7b7fa7e9a77d4e1aad64bf203 (diff)
core: Remove embedded editline.
This removes the embedded copy of editline from the Asterisk source tree, making a system copy of libedit mandatory in Asterisk 16+. ASTERISK-27634 #close Change-Id: Iedb64ad92acb78419f3caefedaa2bb7cd2a1a33f
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 8f45742af..d398e5fea 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -43,3 +43,7 @@ ARI:
cdr_syslog:
- The cdr_syslog module is now deprecated and by default it is no longer
built.
+
+Core:
+ - libedit is no longer available as an embedded library and must be provided
+ by the system.