<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Smack Changelog</title>
    <style type="text/css">
        BODY {
            font-size : 100%;
        }
        BODY, TD, TH {
            font-family : tahoma, verdana, arial, helvetica, sans-serif;
            font-size : 0.8em;
        }
        A:hover {
            text-decoration : none;
        }
        .pageheader {
            font-family : arial, helvetica, sans-serif;
            font-size : 14pt;
            font-weight: bold;
        }
        .header {
            font-family : tahoma, arial, helvetica, sans-serif;
            font-size : 1.4em;
            font-weight: bold;
            border-bottom : 1px #ccc solid;
            padding-bottom : 2px;
        }
        .subheader {
            font-weight: bold;
            color: #600;
        }
        TT {
            font-family : courier new;
            font-weight : bold;
            color : #060;
        }
        PRE {
            font-family : courier new;
            font-size : 100%;
        }
        .footer {
            font-size : 0.8em;
            color : #666;
            text-align : center;
        }
    </style>
</head>
<body>

<div class="header">
Smack Changelog
</div>

<p>
<b>1.0 Beta 2</b> - February 10, 2003
<p>
<ul>
    <li>Source now compiles under JDK 1.2/1.3.
	<li>Added initial roster support. A lot of functionality is still
	missing, however, and will be added for subsequent beta releases.
	<li>The smack.jar file was not included in the distribution.
	<li>SSL cerficate check is now more strict.
	<li>The XML parser used is now smaller.
	<li>Fixed XMPPConnection.close() errors.
	<li>The XML library should now load correctly in J2EE environments.
</ul>

<p>
<b>1.0 Beta 1.1</b> - January 20, 2003
<p>
<ul>
    <li>XML JAR was not being merged correctly with smack.jar by build process, which
		caused XML parsing to fail.
</ul>

<p>
<b>1.0 Beta 1</b> - January 17, 2003
<p>
<ul>
    <li>Initial release.
</ul>


</body>
</html>