1: <?xml version="1.0" encoding="UTF-8"?>
2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
4: <head>
5: <title>accountex: history / roadmap</title>
6: <?php include("head.html"); ?>
7: </head>
8: <body id="www-mozilla-org" class="secondLevel sectionAccountex">
9: <?php include("de_header.html"); ?>
10:
11: <div id="side">
12: <?php $seite="_history.html"; ?>
13: <?php include("de_nav.html"); ?>
14: <?php include("de_sidebar.html"); ?>
15: </div>
16:
17: <div id="mainContent">
18: <h2>What will come in future versions</h2>
19: <h3>0.3.0</h3>
20: <ul>
21: <li>export/import nntp account settings</li>
22: <li>export/import several accounts at the same time</li>
23: </ul>
24: <h2>History</h2>
25: <h3>0.2.2 (all)</h3>
26: <ul>
27: <li>Increased max version to 1.5.</li>
28: <li>Fixed bug which import account settings</li>
29: </ul>
30: <h3>0.2.1 (all)</h3>
31: <ul>
32: <li>ready for Thunderbird 1.5beta2</li>
33: </ul>
34: <h3>0.2.0 (all)</h3>
35: <ul>
36: <li>added sl-SI translation (multilingual)</li>
37: <li>new: imap-support</li>
38: <li>ready for Thunderbird 1.5beta1 (de)</li>
39: </ul>
40: <h3>0.1.3 (only multilingual)</h3>
41: <ul>
42: <li>added es-ES, hu-HU, ja-JP translation</li>
43: <li>ready for Thunderbird 1.5beta1</li>
44: </ul>
45: <hr class="hide"/>
46: </div>
47: <?php include("footer.html"); ?>
48: </body>
49: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>