From 832bbc1a2ceeb8bfafd482688f20e72e13f50bd2 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 7 Mar 2007 21:55:04 +0000 Subject: [PATCH] added changelog git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@266 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- doc/CHANGELOG | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/CHANGELOG diff --git a/doc/CHANGELOG b/doc/CHANGELOG new file mode 100644 index 00000000..153f2a3e --- /dev/null +++ b/doc/CHANGELOG @@ -0,0 +1,33 @@ +Changelog for SEMS (from 0.10.0 rc1) + + - new Adaptive jitter buffer as alternative playout method + Contributed by Andriy Pylypenko/Sippy Software + + - new PIN collect application with transfer to e.g. + separate conference bridge + + - new SIP registrar client for registration at a + SIP registrar + + - new UAC authentication component + + - new faster announcement application with memory caching for + audio files + + - new pre call announcement method using REFER + + - stats server can be used for monitoring custom modules/applications + + - session specific parameters by default taken from unified + session parameters header + + - signature configurable + + - install and make system updated + + - added documentation + + - some security bugfixes (namely fixing possible + buffer overflows) + + - ...and a lot of other bug fixes