From 0180d0f570acea29fb98acb9cb59b3428cc55ee5 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 8 Jul 2008 04:37:05 +0000 Subject: [PATCH] Thu Jun 5 11:48:10 EDT 2008 Pekka Pessi * configure.ac, RELEASE: 1.12.9 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8922 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/sofia-sip/RELEASE | 8 +++++--- libs/sofia-sip/configure.ac | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libs/sofia-sip/RELEASE b/libs/sofia-sip/RELEASE index f0a73f1e4b..b697936af3 100644 --- a/libs/sofia-sip/RELEASE +++ b/libs/sofia-sip/RELEASE @@ -1,6 +1,6 @@ -====================================== -Release notes for Sofia-SIP 1.12.9pre1 -====================================== +================================== +Release notes for Sofia-SIP 1.12.9 +================================== 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 if fist response to REGISTER was 200 OK. - Fixed crashes in soa if m= lines were removed from user sdp. +- Fixed problem detecting CANCEL with To-tag copied from a provisional + response diff --git a/libs/sofia-sip/configure.ac b/libs/sofia-sip/configure.ac index dcde50b977..5a86bc3dec 100644 --- a/libs/sofia-sip/configure.ac +++ b/libs/sofia-sip/configure.ac @@ -11,7 +11,7 @@ dnl information on the package dnl --------------------------- 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_SUBST(VER_LIBSOFIA_SIP_UA_MAJOR_MINOR, [1.12]) dnl Includedir specific to this sofia version