From 5ba91d4eb16df88774ace816c1ee48245af31167 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Wed, 2 Nov 2005 22:52:51 +0000 Subject: Release 0.2 changes git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@36 09dcff7a-b715-0410-9601-b79a96267cd0 --- website/download/release-notes.php | 15 +++++++++++++-- website/download/source.php | 8 ++++---- website/download/windows.php | 2 +- website/include/news.inc.php | 7 +++++++ 4 files changed, 25 insertions(+), 7 deletions(-) (limited to 'website') diff --git a/website/download/release-notes.php b/website/download/release-notes.php index b156202..1708fb2 100644 --- a/website/download/release-notes.php +++ b/website/download/release-notes.php @@ -12,8 +12,19 @@ ?>

- -

Oreka 0.1 is the first release of this software.

+

2005-11-02 Oreka 0.2

+ +

2005-10-20 Oreka 0.1

+ diff --git a/website/download/source.php b/website/download/source.php index 6b18155..ed24c22 100644 --- a/website/download/source.php +++ b/website/download/source.php @@ -18,14 +18,14 @@

Optional download

diff --git a/website/include/news.inc.php b/website/include/news.inc.php index a912510..467e78c 100644 --- a/website/include/news.inc.php +++ b/website/include/news.inc.php @@ -34,6 +34,13 @@ function add_news_item($dateStr, $id, $title, $body) { } function most_recent_news_item() { } +add_news_item( + "November 02, 2005", + "0.2-release", + _("Oreka 0.2 Released"), + _('

OrkAudio now supports Cisco Skinny (aka SCCP) recording. This allows Cisco Call Manager sessions to be captured. Also, Support for raw RTP recording has been added. OrkAudio defaults to this for RTP based protocols other than SIP and Skinny.

') +); + add_news_item( "October 26, 2005", -- cgit v1.2.3