diff --git a/resources/releasedocs/README.html b/resources/releasedocs/README.html
index 617257652..ce05aaefe 100644
--- a/resources/releasedocs/README.html
+++ b/resources/releasedocs/README.html
@@ -59,7 +59,7 @@ Smack Readme
1.2.0 |
released: |
- August 22, 2003 |
+ August 29, 2003 |
diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index a54317880..67c1cf4e3 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -53,7 +53,7 @@ Smack Changelog
-1.2.0 - August 22, 2003
+1.2.0 - August 29, 2003
- ! A package structure and documentation has been added for Smack extensions,
@@ -64,15 +64,21 @@ Smack Changelog
rather than WEB-INF/smack.providers. This location makes much more sense
for generic JAR files, but may break existing provider implementations
until the provider file is moved.
-
- Fixed bug where the roster list could become corrupted after
- moving a user back and forther between groups.
- Fixed IQ error sub-packets.
- The default packet extension handler didn't deal with empty
elements well and also had a bug with attribute handling.
- Added a ConnectionListener feature which allows clients
to be notified of normally closed connections, and connections
closed due to errors.
+
- Fixed bug where the roster list could become corrupted after
+ moving a user back and forther between groups.
+
- Fixed bug where in some cases presence packets were not getting
+ tracked by the Roster class correctly.
+
- RosterListener has a new notification method that is called every time
+ the presence of a user in the roster is updated.
- Added Roster.getEntries() method to return all entries in the roster.
+
- Added RosterGroup.contains(String) method to check to see if an XMPP
+ address is part of the group.
- Minor fixes to Javadocs.
- Content can be copied and cleared from the debug window using
a pop-up menu.
@@ -80,8 +86,6 @@ Smack Changelog
did not propertly initialize support for message listeners.
- Added support for anonymous logins.
- IQ is now an abstract class.
-
- Fixed bug where in some cases presence packets were not getting
- tracked by the Roster class correctly.
- Fixed bug where XHTML messgaes could cause parsing errors.