summaryrefslogtreecommitdiff
path: root/CHANGES
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 /CHANGES
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 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a65d8036a..cd7e75e7c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -64,6 +64,10 @@ 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.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 15.2.0 to Asterisk 15.3.0 ------------
------------------------------------------------------------------------------