mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-23 11:36:09 +00:00
Thu Jun 5 11:48:10 EDT 2008 Pekka Pessi <first.last@nokia.com>
* configure.ac, RELEASE: 1.12.9 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8922 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
65fc803d31
commit
0180d0f570
@ -1,6 +1,6 @@
|
|||||||
======================================
|
==================================
|
||||||
Release notes for Sofia-SIP 1.12.9pre1
|
Release notes for Sofia-SIP 1.12.9
|
||||||
======================================
|
==================================
|
||||||
|
|
||||||
Changes since last release
|
Changes since last release
|
||||||
--------------------------
|
--------------------------
|
||||||
@ -104,3 +104,5 @@ Bugs fixed in this release
|
|||||||
- Fixed sf.net bug #1930055: nat detection did not un-REGISTER natted contact
|
- Fixed sf.net bug #1930055: nat detection did not un-REGISTER natted contact
|
||||||
if fist response to REGISTER was 200 OK.
|
if fist response to REGISTER was 200 OK.
|
||||||
- Fixed crashes in soa if m= lines were removed from user sdp.
|
- Fixed crashes in soa if m= lines were removed from user sdp.
|
||||||
|
- Fixed problem detecting CANCEL with To-tag copied from a provisional
|
||||||
|
response
|
||||||
|
@ -11,7 +11,7 @@ dnl information on the package
|
|||||||
dnl ---------------------------
|
dnl ---------------------------
|
||||||
|
|
||||||
dnl update both the version for AC_INIT and the LIBSOFIA_SIP_UA_MAJOR_MINOR
|
dnl update both the version for AC_INIT and the LIBSOFIA_SIP_UA_MAJOR_MINOR
|
||||||
AC_INIT([sofia-sip], [1.12.8pre1.12.9.1])
|
AC_INIT([sofia-sip], [1.12.9])
|
||||||
AC_CONFIG_SRCDIR([libsofia-sip-ua/sip/sofia-sip/sip.h])
|
AC_CONFIG_SRCDIR([libsofia-sip-ua/sip/sofia-sip/sip.h])
|
||||||
AC_SUBST(VER_LIBSOFIA_SIP_UA_MAJOR_MINOR, [1.12])
|
AC_SUBST(VER_LIBSOFIA_SIP_UA_MAJOR_MINOR, [1.12])
|
||||||
dnl Includedir specific to this sofia version
|
dnl Includedir specific to this sofia version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user