]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Mon Jan 26 09:45:30 CST 2009 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:13:36 +0000 (17:13 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:13:36 +0000 (17:13 +0000)
  * RELEASE: msg_multipart_t::mp_len from usize_t to unsigned

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11846 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/RELEASE

index ec01cf366543143bf8e02f08086d4d02d573920b..beff0a40dba59bc7bc63acf8bcd8e9259a179888 100644 (file)
@@ -1 +1 @@
-Wed Feb 11 11:12:10 CST 2009
+Wed Feb 11 11:13:29 CST 2009
index 28e0c939f444f76bd67616f7516c140ea5e42959..4652cba3439c3ba0f257c0f6068edc73d863d3df 100644 (file)
@@ -25,6 +25,9 @@ API/ABI changes and versioning
 
 libsofia-sip-ua:
 - **template**: Added foobar() function (sofia-sip/foobar.h).
+- The mp_len type was changed from usize_t to unsigned.
+  The change is binary-incompatible on 64-bit platforms when compiled with
+  the configure opetion --disable-size-compat
 - This release is ABI/API compatible with applications linked against
   any 1.12.x release. However, applications built against this release won't
   work against an older library. The ABI has been tested with the nua module