From 1a11cb27a11e44499718fdd0be195931b3b2fbac Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Mon, 2 Mar 2009 14:52:23 -0500 Subject: [PATCH] Update version and links on the website download page --- www/download.php | 12 +++++++----- www/utils.php | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/www/download.php b/www/download.php index 6604638492..3edf117f50 100644 --- a/www/download.php +++ b/www/download.php @@ -32,16 +32,18 @@ include('include/header.php'); <li>Ubuntu 8.10 "Intrepid Ibex" - <a href="http://sflphone.org/debian/dists/intrepid/universe/binary-i386/sflphone_0.9.3-0ubuntu2_i386.deb">i386</a> - | <a href="http://sflphone.org/debian/dists/intrepid/universe/binary-amd64/sflphone_0.9.3-0ubuntu2_amd64.deb" >amd64</a> + <a href="http://sflphone.org/debian/dists/intrepid/universe/binary-i386/sflphone_0.9.3-0ubuntu3_i386.deb">i386</a> + | <a href="http://sflphone.org/debian/dists/intrepid/universe/binary-amd64/sflphone_0.9.3-0ubuntu3_amd64.deb" >amd64</a> </li> <li>Ubuntu 8.04 LTS "Hardy Heron" - <a href="http://sflphone.org/debian/dists/hardy/universe/binary-i386/sflphone_0.9.3-0ubuntu2_i386.deb" >i386</a> - | <a href="http://sflphone.org/debian/dists/hardy/universe/binary-amd64/sflphone_0.9.3-0ubuntu2_amd64.deb" >amd64</a> + <a href="http://sflphone.org/debian/dists/hardy/universe/binary-i386/sflphone_0.9.3-0ubuntu3_i386.deb" >i386</a> + | <a href="http://sflphone.org/debian/dists/hardy/universe/binary-amd64/sflphone_0.9.3-0ubuntu3_amd64.deb" >amd64</a> </li> </ul> - <br/> + <i>Before installing the latest version 0.9.3-3, please remove the following packages: <b>dbus-c++-1</b> and <b>sflphone-iax2</b>. + The both libraries are now provided with sflphone package.</i> + <br/><br/> <a href="http://dev.savoirfairelinux.net/sflphone/wiki/DebianPackaging">add our repository</a> | <a href="http://dev.savoirfairelinux.net/sflphone/milestone/0.9.3#ReleaseNote">release note</a> | <a href="http://dev.savoirfairelinux.net/sflphone/milestone/0.9.3#Changelog">changelog</a> diff --git a/www/utils.php b/www/utils.php index 4a65f924bb..633d33aef1 100644 --- a/www/utils.php +++ b/www/utils.php @@ -1,6 +1,6 @@ <?php -$GLOBALS['SFLPHONE_LATEST_VERSION'] = '0.9.3-2'; -$GLOBALS['SFLPHONE_RELEASE_DATE'] = '2008 Feb 14'; +$GLOBALS['SFLPHONE_LATEST_VERSION'] = '0.9.3-3'; +$GLOBALS['SFLPHONE_RELEASE_DATE'] = '2009 Feb 28'; ?> -- GitLab