mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#3076] Getting ready for beta release
This commit is contained in:
8
NEWS
8
NEWS
@ -2,6 +2,14 @@
|
|||||||
# SFLphone
|
# SFLphone
|
||||||
################################################
|
################################################
|
||||||
|
|
||||||
|
* 2010-03-25: 0.9.8 beta has been released
|
||||||
|
|
||||||
|
* 2009-12-10: SFLphone 0.9.7 has been released
|
||||||
|
|
||||||
|
* 2009-12-03: SFLphone 0.9.7~rc2 has been released
|
||||||
|
|
||||||
|
* 2009-11-20: SFLphone 0.9.7~rc1 has been released
|
||||||
|
|
||||||
* 2009-10-27: SFLphone 0.9.7~beta has been released
|
* 2009-10-27: SFLphone 0.9.7~beta has been released
|
||||||
|
|
||||||
* 2009-07-27: SFLphone 0.9.6 has been released
|
* 2009-07-27: SFLphone 0.9.6 has been released
|
||||||
|
@ -1 +1 @@
|
|||||||
0.9.7
|
0.9.8~beta
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([SFLphone],[0.9.7],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
|
AC_INIT([SFLphone],[0.9.8~beta],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
LT_INIT
|
LT_INIT
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||||
<!ENTITY app "SFLphone">
|
<!ENTITY app "SFLphone">
|
||||||
<!ENTITY appversion "0.9.7">
|
<!ENTITY appversion "0.9.8~beta">
|
||||||
<!ENTITY docversion "1.0">
|
<!ENTITY docversion "1.0">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
@ -17,6 +17,7 @@
|
|||||||
<year>2007</year>
|
<year>2007</year>
|
||||||
<year>2008</year>
|
<year>2008</year>
|
||||||
<year>2009</year>
|
<year>2009</year>
|
||||||
|
<year>2010</year>
|
||||||
<holder>Savoir-faire Linux</holder>
|
<holder>Savoir-faire Linux</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
@ -73,6 +74,16 @@
|
|||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<revhistory>
|
<revhistory>
|
||||||
|
<revision>
|
||||||
|
<revnumber>SFLphone Manual v1.0.1</revnumber>
|
||||||
|
<date>March 2010</date>
|
||||||
|
<revdescription>
|
||||||
|
<para role="author">SFLphone team</para>
|
||||||
|
<para role="publisher">Savoir-faire Linux</para>
|
||||||
|
<para>Minor changes</para>
|
||||||
|
</revdescription>
|
||||||
|
</revision>
|
||||||
|
|
||||||
<revision>
|
<revision>
|
||||||
<revnumber>SFLphone Manual v1.0</revnumber>
|
<revnumber>SFLphone Manual v1.0</revnumber>
|
||||||
<date>September 2009</date>
|
<date>September 2009</date>
|
||||||
|
@ -1 +1 @@
|
|||||||
0.9.7~beta
|
0.9.8~beta
|
||||||
|
@ -3,7 +3,7 @@ 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.7~beta],[sflphoneteam@savoirfairelinux.com],[sflphone])
|
AC_INIT([sflphone],[0.9.8~beta],[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$])
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ sflphoned - SIP and IAX2 compatible voice over IP softphone core.
|
|||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
sflphoned --help
|
B<sflphoned> [OPTION]...
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include "logger.h"
|
#include "logger.h"
|
||||||
|
|
||||||
#define SFLPHONED_VERSION "0.9.7" /** Version number */
|
#define SFLPHONED_VERSION "0.9.8~beta" /** Version number */
|
||||||
|
|
||||||
#define HOMEDIR (getenv ("HOME")) /** Home directory */
|
#define HOMEDIR (getenv ("HOME")) /** Home directory */
|
||||||
#define XDG_DATA_HOME (getenv ("XDG_DATA_HOME"))
|
#define XDG_DATA_HOME (getenv ("XDG_DATA_HOME"))
|
||||||
|
Reference in New Issue
Block a user