mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
#8449: Update version 1.0.2
This commit is contained in:
@ -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
|
||||
|
@ -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$])
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user