]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
getting ready for rc4
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 23 Apr 2008 17:33:00 +0000 (17:33 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 23 Apr 2008 17:33:00 +0000 (17:33 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8178 d0543943-73ff-0310-b7d9-9358b9ac24b2

debian/changelog
debian/files
docs/ChangeLog
freeswitch.spec

index a948d3962be0be1fd03c757277f740fa98849b53..29792d1dbc8da955acc8f1a60e656335d592f151 100644 (file)
@@ -1,3 +1,38 @@
+freeswitch (1.0~rc4-1) unstable; urgency=low
+   * Add tab completion in cli
+     Add "inline" dialplan
+     Fixed segfault in enum
+     Enhance enum to fork dial equal priority entries
+     Added auto-reload to enum
+     Fixed odbc bug is mod_sofia presence handling
+     Add presence for conference and dial an eavesdrop
+     Fix stack overflow segfault when recursively parking calls
+     Fixed race is sofia registration handling
+     Enhance sofia registration, unregister on keep-alive OPTIONS failure
+     Added internal routing loop detection/avoidance
+     Fixed race in bgapi in event socket
+     Fixed vars to execute apps before bridge "bridge_pre_execute_aleg_app" and "bridge_pre_execute_bleg_app"
+     Fixed re-setting sound prefix to no prefix after a pharse
+     Enhanced setting of bracket vars from originate so they show in the CHANNEL_ORIGINATE event
+     Add "enable-timer" and "enable-100rel" options to turn off default behaviors in sofia
+     Add originate_timeout to originate vars
+     Fixed hanging channels in mod_portaudio
+     Added auto time sync on vps migration to different hardware
+     Fixed seg on transfer when both legs are not sip
+     Added configurable dtmf duration defaults
+     Enhanced voicemail, allow interruption of hello message
+     Fixed voicemail to not light up light on saved messages
+     Enhance mod_amr honor disable dtx in fmtp (MODCODEC-3)
+     Fixed bootstrap to install automake dependencies so you can use tarball without same version of automake installed
+     Fixed MODLANG-56 (bad audio on originate and javascript streamFile)
+     Added hold/unhold dialplan apps
+     Enhanced sofia error checking to outlaw 0.0.0.0 in sofia ip params
+     Backport fixes from sofia-sip tree
+     Fixed MSVC build
+     Fixed segfault on sip SUBSCRIBE with Expires: 0
+
+ -- Michael Jerris <mike@jerris.com>  Wed, 23 Apr 2008 12:58:00 -0400
+
 freeswitch (1.0~rc3-1) unstable; urgency=low
    * Enhance xml menu system
      fixes upstream from sofia-sip library
index 53fe62fe7b17d4a87333fb9a1e8f7cf958e4f577..c23a2d149ca7ffa58882fd99b6f904a6b9122e9e 100644 (file)
@@ -1,9 +1,9 @@
-freeswitch_1.0~rc3-1_i386.deb net extra
-freeswitch-spidermonkey_1.0~rc3-1_i386.deb net extra
-freeswitch-dev_1.0~rc3-1_i386.deb net extra
-freeswitch-codec-passthru-g7231_1.0~rc3-1_i386.deb net extra
-freeswitch-codec-passthru-amr_1.0~rc3-1_i386.deb net extra
-freeswitch-codec-passthru-g729_1.0~rc3-1_i386.deb net extra
-freeswitch-lang-en_1.0~rc3-1_i386.deb net extra
-freeswitch-lang-de_1.0~rc3-1_i386.deb net extra
-freeswitch-lang-fr_1.0~rc3-1_i386.deb net extra
+freeswitch_1.0~rc4-1_i386.deb net extra
+freeswitch-spidermonkey_1.0~rc4-1_i386.deb net extra
+freeswitch-dev_1.0~rc4-1_i386.deb net extra
+freeswitch-codec-passthru-g7231_1.0~rc4-1_i386.deb net extra
+freeswitch-codec-passthru-amr_1.0~rc4-1_i386.deb net extra
+freeswitch-codec-passthru-g729_1.0~rc4-1_i386.deb net extra
+freeswitch-lang-en_1.0~rc4-1_i386.deb net extra
+freeswitch-lang-de_1.0~rc4-1_i386.deb net extra
+freeswitch-lang-fr_1.0~rc4-1_i386.deb net extra
index 64aec5c33be8714b8ef390caff4f8c6cd8ae536c..f7b8eb757d99304919e57697fd8a5e838f85de34 100644 (file)
@@ -1,3 +1,37 @@
+freeswitch (1.0.rc4)
+
+       Add tab completion in cli
+       Add "inline" dialplan
+       Fixed segfault in enum
+       Enhance enum to fork dial equal priority entries
+       Added auto-reload to enum
+       Fixed odbc bug is mod_sofia presence handling
+       Add presence for conference and dial an eavesdrop
+       Fix stack overflow segfault when recursively parking calls
+       Fixed race is sofia registration handling
+       Enhance sofia registration, unregister on keep-alive OPTIONS failure
+       Added internal routing loop detection/avoidance
+       Fixed race in bgapi in event socket
+       Fixed vars to execute apps before bridge "bridge_pre_execute_aleg_app" and "bridge_pre_execute_bleg_app"
+       Fixed re-setting sound prefix to no prefix after a pharse
+       Enhanced setting of bracket vars from originate so they show in the CHANNEL_ORIGINATE event
+       Add "enable-timer" and "enable-100rel" options to turn off default behaviors in sofia
+       Add originate_timeout to originate vars
+       Fixed hanging channels in mod_portaudio
+       Added auto time sync on vps migration to different hardware
+       Fixed seg on transfer when both legs are not sip
+       Added configurable dtmf duration defaults
+       Enhanced voicemail, allow interruption of hello message
+       Fixed voicemail to not light up light on saved messages
+       Enhance mod_amr honor disable dtx in fmtp (MODCODEC-3)
+       Fixed bootstrap to install automake dependencies so you can use tarball without same version of automake installed
+       Fixed MODLANG-56 (bad audio on originate and javascript streamFile)
+       Added hold/unhold dialplan apps
+       Enhanced sofia error checking to outlaw 0.0.0.0 in sofia ip params
+       Backport fixes from sofia-sip tree
+       Fixed MSVC build
+       Fixed segfault on sip SUBSCRIBE with Expires: 0
+       
 freeswitch (1.0.rc3)
 
         Enhance xml menu system
index ff603c04dd08e776dd90ec39f7b2a9742117cb95..d9fba0f5d241d0eb1a527276bb4794af16fae470 100644 (file)
@@ -5,7 +5,7 @@ Name:         freeswitch
 Summary:      FreeSWITCH open source telephony platform
 License:      MPL
 Group:        Productivity/Telephony/Servers
-Version:      1.0.rc1
+Version:      1.0.rc4
 Release:      1
 URL:          http://www.freeswitch.org/
 Packager:     Michal Bielicki