diff --git a/resources/releasedocs/README.html b/resources/releasedocs/README.html
index 861ca8a51..6b5cc6786 100644
--- a/resources/releasedocs/README.html
+++ b/resources/releasedocs/README.html
@@ -56,10 +56,10 @@ Smack Readme
version: |
- 1.0.1 |
+ 1.1.0 |
released: |
- April 30, 2003 |
+ June 19, 2003 |
diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index 5f03ae81d..1f4f23fc5 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -52,6 +52,29 @@
Smack Changelog
+
+1.1.0 - June 19, 2003
+
+
+ - New system to handle custom IQ packets and custom packet extensions through
+ the new provider sub-package.
+
- Added packet filters for packet extensions.
+
- Added additional options for responding to subscription requests.
+
- Added method to retrieve the roster item count from roster packets.
+
- Added ability to set the ItemStatus on a roster packet.
+
- Added remove option to roster packet.
+
- Various documentation fixes/improvements.
+
- Fixed NullPointer exception on the setName method of the RosterEntry class.
+
- Groupchat class was listening for wrong message types -- fixed.
+
- Changed properties element name to "properties" instead of "x". Note: this will
+ break compatability between earlier versions if they are trying to send packet
+ properties back and forth. However, we thought it was best to make this change now.
+
- Turning on debugging via a system property wasn't working.
+
- Fixed spelling error in Roster class method name.
+
- Fixed stream not being closed properly.
+
- The "to contains" and "from contains" filters now ignore case.
+
+
1.0.1 - April 30, 2003
@@ -63,68 +86,8 @@ Smack Changelog
1.0.0 - April 25, 2003
- - Fixed bug when removing packet listeners.
-
- 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.
-
- Fixed ClassCastException in login method.
-
- Add roster listener feature.
-
- Added ability to get the list of users in a group chat.
-
- Default presence mode now has a specific type instead of being null.
-
- Packet collectors now have a xax number of packets they will queue up.
-
- The getRoster() method now waits for the roster from the server before returning.
-
- Registration operations now use the "to" field for packets.
-
- Improved XMPPException class.
-
- Added support for easily creating listeners for chat and group chats.
-
- Fixed NullPointer in ToFilter.
-
- Added XMPP ID parsing methods to StringUtils class.
+
- Initial official release.
-
-1.0 Beta 3 - March 9, 2003
-
-
- - Add new AccountManager class which can be used to create accounts, delete accounts,
- and update passwords of existing accounts.
-
- Fixed bug reading packet properties.
-
- Fixed NullPointer in the FromContainsFilter.
-
- Improved XMPPException class, which includes bug fixes and XMPP error codes.
-
- Improved error handling and messages on the login operation.
-
- Added ability to the XMPPConnection class find if the user has authenticated,
- and if so, under which username and resource.
-
- Debug window title now adjusts based on who authenticated user is.
-
- Improved Javadocs.
-
-
-
-1.0 Beta 2 - February 10, 2003
-
-
- - Source now compiles under JDK 1.2/1.3.
-
- Added initial roster support. A lot of functionality is still
- missing, however, and will be added for subsequent beta releases.
-
- The smack.jar file was not included in the distribution.
-
- SSL cerficate check is now more strict.
-
- The XML parser used is now smaller.
-
- Fixed XMPPConnection.close() errors.
-
- The XML library should now load correctly in J2EE environments.
-
-
-
-1.0 Beta 1.1 - January 20, 2003
-
-
- - XML JAR was not being merged correctly with smack.jar by build process, which
- caused XML parsing to fail.
-
-
-
-1.0 Beta 1 - January 17, 2003
-
-
-
-