From f0c23e62b2934eadef92ef28c686fc699728d395 Mon Sep 17 00:00:00 2001
From: Alexandre Savard <alexandresavard@msavard.(none)>
Date: Wed, 8 Feb 2012 12:34:46 -0500
Subject: [PATCH] #8449: Update version 1.0.2

---
 daemon/NEWS                                  | 6 ++++++
 daemon/configure.ac                          | 2 +-
 gnome/configure.ac                           | 2 +-
 plugins/configure.ac                         | 2 +-
 tools/build-system/launch-build-machine-2.sh | 2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/daemon/NEWS b/daemon/NEWS
index 8bf233b2e1..f7fa5ec38e 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 5d55951f2d..b0c4d019ac 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 07b8c0697b..7c659e7837 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 a0e7c2f681..413d6be4d0 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 70b93f23a4..8202380ff7 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")
 
-- 
GitLab