From 1ae20de4dc49c3d75909dcbbd617a524c5d3f330 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Fri, 20 Mar 2009 18:11:14 -0400 Subject: [PATCH] Update version, changelog --- configure.ac | 2 +- debian/changelog | 16 ++++++++++++++++ sflphone-gtk/configure.ac | 4 ++-- tools/build-package.sh | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index fae72a0707..70358be5a8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59 dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([SFLphone],[0.9.3],[sflphoneteam@savoirfairelinux.com],[sflphone]) +AC_INIT([SFLphone],[0.9.4],[sflphoneteam@savoirfairelinux.com],[sflphone]) AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2009]]) AC_REVISION([$Revision$]) diff --git a/debian/changelog b/debian/changelog index a9a2d466e2..0621c132e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +sflphone (0.9.4-beta1) %system%; urgency=low + + [ Alexandre Savard ] + * Display codec used during conversation on the GUI + * Enable/disable STUN parameters at runtime + * Refactor search bar use + [ Emmanuel Milou ] + * Build system fixes + * Implement SIP re-invite + * Implement IP to IP call + [ Julien Bonjean ] + * Integrate GNOME address book based on evolution data server + + -- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 20 Mar 2009 18:29:15 -0500 + + sflphone (0.9.3-0ubuntu3) %system%; urgency=low [ Alexandre Savard ] diff --git a/sflphone-gtk/configure.ac b/sflphone-gtk/configure.ac index 2864ef4cf5..efff738a4d 100644 --- a/sflphone-gtk/configure.ac +++ b/sflphone-gtk/configure.ac @@ -1,10 +1,10 @@ -AC_INIT([SFLphone],[0.9.3],[sflphoneteam@savoirfairelinux.com],[sflphone]) +AC_INIT([SFLphone],[0.9.4],[sflphoneteam@savoirfairelinux.com],[sflphone]) AM_CONFIG_HEADER(config.h) LT_INIT PACKAGE=SFLphone -VERSION=0.9.3 +VERSION=0.9.4 AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AC_CONFIG_MACRO_DIR([m4]) diff --git a/tools/build-package.sh b/tools/build-package.sh index c2d4d5f85b..ec95e8e38a 100755 --- a/tools/build-package.sh +++ b/tools/build-package.sh @@ -54,7 +54,7 @@ git checkout origin/release -b release # Get system parameters arch_flag=`getconf -a|grep LONG_BIT | sed -e 's/LONG_BIT\s*//'` os_version=`lsb_release -d -s -c | sed -e '1d'` -ver=0.9.3 +ver=0.9.4 if [ $platform == "ubuntu" ];then # Generate the changelog, according to the distribution and the git commit messages -- GitLab