summaryrefslogtreecommitdiff
path: root/website/download/release-notes.php
diff options
context:
space:
mode:
Diffstat (limited to 'website/download/release-notes.php')
-rw-r--r--website/download/release-notes.php15
1 files changed, 13 insertions, 2 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";
?>