summaryrefslogtreecommitdiff
path: root/website/download
diff options
context:
space:
mode:
Diffstat (limited to 'website/download')
-rw-r--r--website/download/release-notes.php15
-rw-r--r--website/download/source.php8
-rw-r--r--website/download/windows.php2
3 files changed, 18 insertions, 7 deletions
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 @@
?>
<h2><?=$pageTitle?></h2>
-
-<p>Oreka 0.1 is the first release of this software.</p>
+<p>2005-11-02 Oreka 0.2</p>
+<ul>
+<li>VoIp plugin now supports Cisco skinny (aka SCCP) protocol (including metadata extraction)</li>
+<li>VoIp plugin now supports Raw RTP sessions recording.</li>
+<li>VoIP plugin now tries to associate a SIP call to a capture port that is made of the actual local SIP agent (phone) IP address and TCP port. Before that, a capture port could be made of a gateway or external IP address and TCP port.</li>
+<li>Default to the last OS returned network device when config file does not specify or specifies invalid network device.</li>
+<li>Visual studio project now opens without errors.</li>
+<li>Fixed win32 crash when network device identifier in config file was invalid.</li>
+</ul>
+<p>2005-10-20 Oreka 0.1</p>
+<ul>
+<li>This is the first release of this software.</li>
+</ul>
<?php
include "../include/footer.inc.php";
?>
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 @@
<h3><?=_("Recommended Download")?></h3>
<ul>
- <li><p>Windows zip file: <a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">oreka-0.1.zip</a></p></li>
- <li><p>Unix tarball: <a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">oreka-0.1.tar.gz</a></p></li>
+ <li><p>Windows zip file: <a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">oreka-0.2zip</a></p></li>
+ <li><p>Unix tarball: <a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">oreka-0.2.tar.gz</a></p></li>
</ul>
<h3>Optional download</h3>
<ul>
- <li>Windows C++ dependencies package: <a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">oreka-0.1-cxx-win32-dependencies.zip</a></li>
- <li>Java dependencies package: <a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">oreka-0.1-java-dependencies.zip</a></li>
+ <li>Windows C++ dependencies package: <a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">oreka-0.2-cxx-win32-dependencies.zip</a></li>
+ <li>Java dependencies package: <a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">oreka-0.2-java-dependencies.zip</a></li>
</ul>
<?php
diff --git a/website/download/windows.php b/website/download/windows.php
index ba73086..93bd9a6 100644
--- a/website/download/windows.php
+++ b/website/download/windows.php
@@ -17,7 +17,7 @@
<h3><?=_("Recommended Download")?></h3>
<ul>
- <li><p><a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">orkaudio-0.1-win32-binary.zip</a></p></li>
+ <li><p><a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">orkaudio-0.2-win32-binary.zip</a></p></li>
</ul>
<h3><?=_("System Requirements")?></h3>