Skip to content
Snippets Groups Projects
Commit 1ae20de4 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Update version, changelog

parent 17983602
No related branches found
No related tags found
No related merge requests found
......@@ -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$])
......
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 ]
......
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])
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment