Smack/resources/releasedocs/changelog.html

130 lines
3.8 KiB
HTML

<!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.1</b> - April 30, 2003
<p>
<ul>
<li>Fixed bug that caused applets using Smack to crash with a security exception.
</ul>
<p>
<b>1.0.0</b> - April 25, 2003
<p>
<ul>
<li>Fixed bug when removing packet listeners.
<li>Many improvements to the roster class, include presence support,
the ability to add new roster entries, subscription handling, ability
to see list of entries not in groups, and many bug fixes.
<li>Fixed ClassCastException in login method.
<li>Add roster listener feature.
<li>Added ability to get the list of users in a group chat.
<li>Default presence mode now has a specific type instead of being null.
<li>Packet collectors now have a xax number of packets they will queue up.
<li>The getRoster() method now waits for the roster from the server before returning.
<li>Registration operations now use the "to" field for packets.
<li>Improved XMPPException class.
<li>Added support for easily creating listeners for chat and group chats.
<li>Fixed NullPointer in ToFilter.
<li>Added XMPP ID parsing methods to StringUtils class.
</ul>
<p>
<b>1.0 Beta 3</b> - March 9, 2003
<p>
<ul>
<li>Add new AccountManager class which can be used to create accounts, delete accounts,
and update passwords of existing accounts.
<li>Fixed bug reading packet properties.
<li>Fixed NullPointer in the FromContainsFilter.
<li>Improved XMPPException class, which includes bug fixes and XMPP error codes.
<li>Improved error handling and messages on the login operation.
<li>Added ability to the XMPPConnection class find if the user has authenticated,
and if so, under which username and resource.
<li>Debug window title now adjusts based on who authenticated user is.
<li>Improved Javadocs.
</ul>
<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>