Author: sayer
Date: 2008-12-19 16:27:33 +0100 (Fri, 19 Dec 2008)
New Revision: 1200
Added:
trunk/doc/WHATSNEW_0.10
Removed:
trunk/doc/WHATSNEW
Modified:
trunk/doc/doxyref.h
Log:
updated doc
Deleted: trunk/doc/WHATSNEW
===================================================================
--- trunk/doc/WHATSNEW 2008-12-19 15:22:22 UTC (rev 1199)
+++ trunk/doc/WHATSNEW 2008-12-19 15:27:33 UTC (rev 1200)
@@ -1,39 +0,0 @@
-What is new in SEMS version 0.10.0
-
-Between 0.9.0 (CVS) versions and 0.10.0, quite a lot has changed.
-Almost 50% of the code has been rewritten: the design has been
-simplified a lot, and to make a slim, clean core a lot of
-functionality has been dropped. Instead, for the core we just
-focus on the essentials: basic signalling, session and media
-handling, and loading plugins.
-
-An inter-plugin API ("DI-API") has been introduced, such that
-functionality can be added using plugins, everybody can implement
-their favorite functionality as a reusable plug-in, and applications
-can be built in a modular manner.
-
-A new kind of modules, session component plugins, can even modify the
-basic signaling behaviour, the session timer plugin is the first one to
-use this.
-
-Major additional changes:
- * Interface to Ser has been rewritten.
-
- * Application plug-in interface has been partially rewritten.
- Applications are now exclusively event driven and asynchronous.
-
- * Media is processed by one thread for all sessions, improving
- the performance extremely due to less task-switching
-
- * Back-to-back User Agent (B2BUA) functionality has been added.
-
- * IVR python code has been completely rewritten: Applications are
- now developed in the IVR like their C++ counterparts
-
- * Session-Timer has been added (as module), replacing the ICMP
- watcher
-
- * Adaptive playout buffer has been added
-
- * Audio processing simplified
-
Copied: trunk/doc/WHATSNEW_0.10 (from rev 1198, trunk/doc/WHATSNEW)
Modified: trunk/doc/doxyref.h
===================================================================
--- trunk/doc/doxyref.h 2008-12-19 15:22:22 UTC (rev 1199)
+++ trunk/doc/doxyref.h 2008-12-19 15:27:33 UTC (rev 1200)
@@ -32,10 +32,10 @@
*
*/
-/*! \page whatsnew_0100 What's new in SEMS 0.10.0
+/*! \page whatsnew_0100 What's new in SEMS 0.10.0 from 0.9.0
* SEMS has changed a lot between 0.9 versions and 0.10 versions.
- * The file WHATSNEW lists the most important changes:
- * \verbinclude WHATSNEW
+ * The file WHATSNEW_0.10 lists the most important changes:
+ * \verbinclude WHATSNEW_0.10
*
*/
@@ -422,14 +422,6 @@
* Back to \ref AppDoc, to \ref AppDocExample.
*/
-/*! \page ModuleDoc_registrar_client Module Documentation: registrar_client
component
- * \section Readme_registrar_client Readme file
- * \verbinclude Readme.registrar_client
- *
- * \section Links
- * Back to \ref AppDoc, to \ref AppDocExample.
- */
-
/*! \page ModuleDoc_mp3plugin Module Documentation: mp3 file writer audio
plugin
* \section Readme_mp3plugin Readme file
* \verbinclude Readme.mp3plugin
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev