diff --git a/daemon/NEWS b/daemon/NEWS index 8bf233b2e15591be836c9864c47bcc6589249630..f7fa5ec38ec36ee4e11b01702bd4a45e77d2abd2 100644 --- a/daemon/NEWS +++ b/daemon/NEWS @@ -1,3 +1,9 @@ +SFLphoned (1.0.2) / 2012-07-02 + * Stable version + * Update Contact header from 200 OK + * Keep alive for account regstration + * Call history now managed by client + SFLphoned (0.9.12) / 2011-11-12 * Refactoring of the RTP session allowing dynamic update of audio codecs * Updated synchronization between transport layer and audio layer diff --git a/daemon/configure.ac b/daemon/configure.ac index 5d55951f2d9e691fe290624149b2481c962801c7..b0c4d019ac33306c52496abe1c1749398b92a89f 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -2,7 +2,7 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59 dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([sflphone],[1.0.1],[sflphoneteam@savoirfairelinux.com],[sflphone]) +AC_INIT([sflphone],[1.0.2],[sflphoneteam@savoirfairelinux.com],[sflphone]) AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012]]) AC_REVISION([$Revision$]) diff --git a/gnome/configure.ac b/gnome/configure.ac index 07b8c0697bfda0e361b9f67e6ae85e8bd2cd7a1f..7c659e7837009b5dc6449406d3618ae770a6d963 100644 --- a/gnome/configure.ac +++ b/gnome/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sflphone],[1.0.1],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome]) +AC_INIT([sflphone],[1.0.2],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE diff --git a/plugins/configure.ac b/plugins/configure.ac index a0e7c2f68132d2a822de2d0a3f846afb21710498..413d6be4d060bf9f29ee8853526cfcf73203ae22 100644 --- a/plugins/configure.ac +++ b/plugins/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sflphone],[1.0.1],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins]) +AC_INIT([sflphone],[1.0.2],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE diff --git a/tools/build-system/launch-build-machine-2.sh b/tools/build-system/launch-build-machine-2.sh index 70b93f23a424368daf3fee9dc7fbc937491c6083..8202380ff7754bd209bf1afe7eb26f97a279b244 100755 --- a/tools/build-system/launch-build-machine-2.sh +++ b/tools/build-system/launch-build-machine-2.sh @@ -22,7 +22,7 @@ DO_LOGGING=1 DO_UPLOAD=1 SNAPSHOT_TAG=`date +%Y%m%d` TAG_NAME_PREFIX= -VERSION_NUMBER="1.0.1" +VERSION_NUMBER="1.0.2" LAUNCHPAD_PACKAGES=( "sflphone-client-gnome" "sflphone-common" "sflphone-plugins")