mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Update version, changelog
This commit is contained in:
@ -2,7 +2,7 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59
|
|||||||
dnl
|
dnl
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.59)
|
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_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2009]])
|
||||||
AC_REVISION([$Revision$])
|
AC_REVISION([$Revision$])
|
||||||
|
|
||||||
|
16
debian/changelog
vendored
16
debian/changelog
vendored
@ -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
|
sflphone (0.9.3-0ubuntu3) %system%; urgency=low
|
||||||
|
|
||||||
[ Alexandre Savard ]
|
[ Alexandre Savard ]
|
||||||
|
@ -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)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
LT_INIT
|
LT_INIT
|
||||||
|
|
||||||
PACKAGE=SFLphone
|
PACKAGE=SFLphone
|
||||||
VERSION=0.9.3
|
VERSION=0.9.4
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
@ -54,7 +54,7 @@ git checkout origin/release -b release
|
|||||||
# Get system parameters
|
# Get system parameters
|
||||||
arch_flag=`getconf -a|grep LONG_BIT | sed -e 's/LONG_BIT\s*//'`
|
arch_flag=`getconf -a|grep LONG_BIT | sed -e 's/LONG_BIT\s*//'`
|
||||||
os_version=`lsb_release -d -s -c | sed -e '1d'`
|
os_version=`lsb_release -d -s -c | sed -e '1d'`
|
||||||
ver=0.9.3
|
ver=0.9.4
|
||||||
|
|
||||||
if [ $platform == "ubuntu" ];then
|
if [ $platform == "ubuntu" ];then
|
||||||
# Generate the changelog, according to the distribution and the git commit messages
|
# Generate the changelog, according to the distribution and the git commit messages
|
||||||
|
Reference in New Issue
Block a user