[Freeswitch-svn] [commit] r8376 - in freeswitch/trunk: debian docs

Freeswitch SVN anthm at freeswitch.org
Tue May 13 02:04:12 EDT 2008


Author: anthm
Date: Tue May 13 02:04:11 2008
New Revision: 8376

Modified:
   freeswitch/trunk/debian/changelog
   freeswitch/trunk/docs/ChangeLog

Log:
getting ready for rc5

Modified: freeswitch/trunk/debian/changelog
==============================================================================
--- freeswitch/trunk/debian/changelog	(original)
+++ freeswitch/trunk/debian/changelog	Tue May 13 02:04:11 2008
@@ -1,3 +1,38 @@
+freeswitch (1.0~rc5-1) unstable; urgency=low
+
+   * Changed internal state names to avoid confusion
+     Fixed video negotiation
+     Enhanced accuracy of windows timer
+     Fixed mod_ldap build
+     Added dialplan and context to sql table for channels
+     Multiple fixes to mod_lua and mod_perl
+     Fixed logic bug in fifo causing segfault
+     internal changes to sip stack so we can remove a hash redundant to the stack
+     Fixed multiple memory leaks in mod_sofia
+     Fixed event fetch segfault on sip subscribe
+     Fixed segfault on timer rollover in sofia on 64bit
+     Fixed audio timing issues in mod_portaudio
+     Changed names of sip profiles in default config to avoid confusion
+     Fixed memory usage leak-like behavior when playing files requiring resampling
+     Removed some unused api's
+     Fix rtp timeout when playing moh
+     Removed some un-needed libraries and files from tree
+     Fixed multiple issues in sip stack including multiple segfaults
+     Added support for sip transfers on bypass_media and proxy_media calls
+     Added say application
+     Fixed --disable-debug configure option
+     Enhanced switch_cpp wrapper (and perl, python, lua, java)
+     Fixed segfault on inavalid stun response
+     Fixed configure help output
+     Fixed segfault on mp3 playback
+     Fixed assert on invalid sdp (missing m= line)
+     Added configurable windows service name
+     Fixed proxy mode call transition to non proxy call
+     Fixed solaris build of voipcodecs
+     Fixed sofia seg when call failure edge case
+
+ -- Michael Jerris <mike at jerris.com>  Tue, 13 May 2008 02:01:00 -0400
+
 freeswitch (1.0~8327) unstable; urgency=low
 
   * Adding perl and lua separate packages
@@ -38,6 +73,16 @@
      Fixed MSVC build
      Fixed segfault on sip SUBSCRIBE with Expires: 0
      Added mod_say_zh
+     Added --with-pyton and --with-pyton-config configure options
+     Added mod_lua
+     Enhanced switch_cpp wrapper in core and normalized interfaces for perl, python, lua, and java
+     Fixed multiple issues in cpp wrapper and the languages perl, python, lua and java
+     Added back mod_perl
+     Added sofia gateway option ping to adjust options ping frequency
+     Added .net event socket lib to contrib
+     Fixed passing of exact response codes of sip across a bridge
+     Added mod_reference, reference endpoint module
+     Enhanced build so you can now make commented out modules using "make mod_name"
 
  -- Michael Jerris <mike at jerris.com>  Wed, 23 Apr 2008 12:58:00 -0400
 

Modified: freeswitch/trunk/docs/ChangeLog
==============================================================================
--- freeswitch/trunk/docs/ChangeLog	(original)
+++ freeswitch/trunk/docs/ChangeLog	Tue May 13 02:04:11 2008
@@ -1,3 +1,36 @@
+freeswitch (1.0.rc5)
+
+	Changed internal state names to avoid confusion
+	Fixed video negotiation
+	Enhanced accuracy of windows timer
+	Fixed mod_ldap build
+	Added dialplan and context to sql table for channels
+	Multiple fixes to mod_lua and mod_perl
+	Fixed logic bug in fifo causing segfault
+	internal changes to sip stack so we can remove a hash redundant to the stack
+	Fixed multiple memory leaks in mod_sofia
+	Fixed event fetch segfault on sip subscribe
+	Fixed segfault on timer rollover in sofia on 64bit
+	Fixed audio timing issues in mod_portaudio
+	Changed names of sip profiles in default config to avoid confusion
+	Fixed memory usage leak-like behavior when playing files requiring resampling
+	Removed some unused api's
+	Fix rtp timeout when playing moh
+	Removed some un-needed libraries and files from tree
+	Fixed multiple issues in sip stack including multiple segfaults
+	Added support for sip transfers on bypass_media and proxy_media calls
+	Added say application
+	Fixed --disable-debug configure option
+	Enhanced switch_cpp wrapper (and perl, python, lua, java)
+	Fixed segfault on inavalid stun response
+	Fixed configure help output
+	Fixed segfault on mp3 playback
+	Fixed assert on invalid sdp (missing m= line)
+	Added configurable windows service name
+	Fixed proxy mode call transition to non proxy call
+	Fixed solaris build of voipcodecs
+	Fixed sofia seg when call failure edge case
+
 freeswitch (1.0.rc4)
 
 	Add tab completion in cli
@@ -32,6 +65,16 @@
 	Fixed MSVC build
 	Fixed segfault on sip SUBSCRIBE with Expires: 0
 	Added mod_say_zh
+	Added --with-pyton and --with-pyton-config configure options
+	Added mod_lua
+	Enhanced switch_cpp wrapper in core and normalized interfaces for perl, python, lua, and java
+	Fixed multiple issues in cpp wrapper and the languages perl, python, lua and java
+	Added back mod_perl
+	Added sofia gateway option ping to adjust options ping frequency
+	Added .net event socket lib to contrib
+	Fixed passing of exact response codes of sip across a bridge
+	Added mod_reference, reference endpoint module
+	Enhanced build so you can now make commented out modules using "make mod_name"
 	
 freeswitch (1.0.rc3)
 



More information about the Freeswitch-svn mailing list