summaryrefslogtreecommitdiff
path: root/website/download/release-notes.php
blob: 1708fb28e0c88396c98675b48265cba5a493e53d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
/*
 * Copyright 2004 Matt Brubeck
 * This file is licensed under a Creative Commons license:
 * http://creativecommons.org/licenses/by/2.0/
 */
  require_once "main.inc.php";
  $pageId = "release-notes";
  $pageTitle = _("Release Notes");
  include "../include/header.inc.php";
  include "../latest/versions.inc.php";
?>

<h2><?=$pageTitle?></h2>
<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";
?>