]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
changelog update
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 27 May 2008 05:27:42 +0000 (05:27 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 27 May 2008 05:27:42 +0000 (05:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8690 d0543943-73ff-0310-b7d9-9358b9ac24b2

debian/changelog
docs/ChangeLog

index d9c3081d0677ed712ab49b15d7b96f97b1fbd67b..9e5fab142767e56efcddbf4b44dde12c46104969 100644 (file)
@@ -1,3 +1,33 @@
+freeswitch (1.0.0-1) unstable; urgency=low
+
+   * Enhanced sofia sip nat handling
+   * Many fixes found by Klockwork (www.klocwork.com)
+   * Added disable_app_log variable
+   * Fixed mod_local_stream with rates on windows
+   * Fixed finding of files in rate dirs on windows
+   * Fixed memory corruption from sofia_contact function
+   * Added sofia profile param NDLB-received-in-nat-reg-contact
+   * Added sofia profile param aggressive-nat-detection
+   * Fixed video sip calls in proxy media mode
+   * Added bridge_terminate_key var
+   * Update xmlrpc-c lib to trunk revision from upstream, fix windows xmlrpc
+   * Enhanced nat handling in proxy media mode in sip
+   * Add progress media to timetable so you can calculate pdd
+   * Fixed seg when using unicast on socket when call has no read_codec
+   * Fixed missed log events on busy box
+   * Added -bleg to intercept
+   * Enhance configure detection of python
+   * Fixed build on solaris and freebsd for several modules
+   * Added param "vm-email-only" to make voicemail sent by email only (previously default behavior)
+   * Added param "vm-mailto-notify" to allow sending a notification email
+   * Fixed mod_java build
+   * Fixed mwi failures for some devices that don't subscribe
+   * Removed fsapi functions (killchan, transfer, session_displace, reject)
+   * Removed fsapi functions (session_record, broadcast, hold, media)
+   * Many updates to sofia-sip library including over 100 fixes
+
+ -- Michael Jerris <mike@jerris.com>  Tue, 27 May 2008 01:30:00 -0400
+
 freeswitch (1.0~rc6-1) unstable; urgency=low
 
    * Changed to not allow pass_2833 on transcoded calls 
index e9396bba8194365486e807ed541524f7d48a8eb4..c928c5c9dc9ff373ef4f4b1872c18c9bc927fd8f 100644 (file)
@@ -1,4 +1,33 @@
+freeswitch (1.0.0)
+
+       Enhanced sofia sip nat handling
+       Many fixes found by Klockwork (www.klocwork.com)
+       Added disable_app_log variable
+       Fixed mod_local_stream with rates on windows
+       Fixed finding of files in rate dirs on windows
+       Fixed memory corruption from sofia_contact function
+       Added sofia profile param NDLB-received-in-nat-reg-contact
+       Added sofia profile param aggressive-nat-detection
+       Fixed video sip calls in proxy media mode
+       Added bridge_terminate_key var
+       Update xmlrpc-c lib to trunk revision from upstream, fix windows xmlrpc
+       Enhanced nat handling in proxy media mode in sip
+       Add progress media to timetable so you can calculate pdd
+       Fixed seg when using unicast on socket when call has no read_codec
+       Fixed missed log events on busy box
+       Added -bleg to intercept
+       Enhance configure detection of python
+       Fixed build on solaris and freebsd for several modules
+       Added param "vm-email-only" to make voicemail sent by email only (previously default behavior)
+       Added param "vm-mailto-notify" to allow sending a notification email
+       Fixed mod_java build
+       Fixed mwi failures for some devices that don't subscribe
+       Removed fsapi functions (killchan, transfer, session_displace, reject)
+       Removed fsapi functions (session_record, broadcast, hold, media)
+       Many updates to sofia-sip library including over 100 fixes
+       
 freeswitch (1.0.rc6)
+
        Changed to not allow pass_2833 on transcoded calls (it never worked, now it will tell you)
        Enhanced sofia sip nat handling
        Fix libedit build on solaris