summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2008-04-16 17:14:18 +0000
committerSteve Murphy <murf@digium.com>2008-04-16 17:14:18 +0000
commit27891e6b4b4594a78f39ac452817f53fa3f47187 (patch)
tree90d2578bc42bafe0f432802f9f855db6c9b83846 /CHANGES
parentd04ac68dfaf9d965131a252a5879791c39943d85 (diff)
Introducing doubly linked lists to trunk from branch team/murf/bug11210.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114172 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 338b98661..1558c5ca0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -615,6 +615,9 @@ Miscellaneous
* A new option when starting a remote asterisk (rasterisk, asterisk -r) for
specifying which socket to use to connect to the running Asterisk daemon
(-s)
+ * Added Doubly-linked lists after the fashion of linkedlists.h. They are in
+ dlinkedlists.h. Doubly-linked lists feature fast deletion times.
+ Added regression tests to the tests/ dir, also.
* Added logging to 'make update' command. See update.log
* Added strictrtp option to rtp.conf. If enabled this will drop RTP packets that
do not come from the remote party.