diff --git a/resources/releasedocs/README.html b/resources/releasedocs/README.html
index 1280d7124..617257652 100644
--- a/resources/releasedocs/README.html
+++ b/resources/releasedocs/README.html
@@ -56,10 +56,10 @@ Smack Readme
version: |
- 1.1.1 |
+ 1.2.0 |
released: |
- June 25, 2003 |
+ August 22, 2003 |
diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index 51bc46def..228f78651 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -52,6 +52,41 @@
Smack Changelog
+
+1.2.0 - August 22, 2003
+
+
+ - ! A package structure and documentation has been added for Smack extensions,
+ which cover extensions to the XMPP protocol. The initial extensions are
+ for message events (JEP 22), roster item exchange (JEP 93), entity
+ time (JEP 90), and private data storage (JEP 49).
+
- ! The smack.providers file is now loaded from META-INF/smack.providers
+ 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.
+ Fix by John Rubier.
+
- Added a ConnectionListener feature which allows clients
+ to be notified of normally closed connections, and connections
+ closed due to errors.
+
- Added Roster.getEntries() method to return all entries in the roster.
+
- Minor fixes to Javadocs.
+
- Content can be copied and cleared from the debug window using
+ a pop-up menu.
+
- The Chat constructor that took an existing chatID as an argument
+ did not propertly initialize support for message listeners.
+ Fix by Mike Angel.
+
- 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.
+
+
1.1.1 - June 25, 2003