From 9bdfeb99e1115bf83b1c4fb244eb0e803ffa2d58 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou Date: Tue, 27 Oct 2009 15:35:30 -0400 Subject: [PATCH] [#2359] Update repository documentation --- AUTHORS | 2 ++ INSTALL | 1 - NEWS | 10 +++++++++- sflphone-client-gnome/configure.ac | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 26e4e78f5..6e78c64c3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,6 +8,8 @@ Emmanuel Milou - Plus many portions of code in sflphoned and sflphone-gtk - Test and debugging +Alexandre Savard + Alexandre Bourget - IAX implementation diff --git a/INSTALL b/INSTALL index 7be0e4492..c9a6c5eb2 100644 --- a/INSTALL +++ b/INSTALL @@ -8,7 +8,6 @@ INSTALLATION GUIDE ./autogen.sh ./configure make dep && make - sudo make install # Go back to the root cd ../.. ./autogen.sh --prefix=/usr diff --git a/NEWS b/NEWS index 92c9a44c3..1c91178be 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,15 @@ # SFLphone ################################################ -* Upcoming 0.9.5~beta version on 2008-04-21 +* 2009-10-27: SFLphone 0.9.7~beta has been released + +* 2009-07-27: SFLphone 0.9.6 has been released + +* 2009-07-17: SFLphone 0.9.6~rc2 has been released + +* 2009-07-10: SFLphone 0.9.6~rc1 has been released + +* 2009-05-22: SFLphone 0.9.5~beta has been released * 2009-04-03: SFLphone 0.9.4 has been released diff --git a/sflphone-client-gnome/configure.ac b/sflphone-client-gnome/configure.ac index 53540ad6d..f64a87384 100644 --- a/sflphone-client-gnome/configure.ac +++ b/sflphone-client-gnome/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([SFLphone],[0.9.6~beta],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome]) +AC_INIT([SFLphone],[0.9.7~beta],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome]) AM_CONFIG_HEADER(config.h) LT_INIT