diff --git a/resources/releasedocs/README.html b/resources/releasedocs/README.html
index b0fdf1359..6cb6a3a79 100644
--- a/resources/releasedocs/README.html
+++ b/resources/releasedocs/README.html
@@ -56,10 +56,10 @@ Smack Readme
version: |
- 1.2.0 |
+ 1.2.1 |
released: |
- August 29, 2003 |
+ September 28, 2003 |
diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index 67c1cf4e3..45455b4be 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -26,6 +26,9 @@
border-bottom : 1px #ccc solid;
padding-bottom : 2px;
}
+ .bugNum {
+ color: #666;
+ }
.subheader {
font-weight: bold;
color: #600;
@@ -52,6 +55,24 @@
Smack Changelog
+
+1.2.1 - September 28, 2003
+
+
+ - (SMACK-79) Added XHTML message support as a Smack extension, which allows sending
+ richly formatted messages.
+
- (SMACK-88) Fixed bug with parsing registation packets that contain extra data.
+
- (SMACK-90) Added support for getting registration instructions.
+
- (SMACK-85) Exceptions in the PacketWriter now correctly generates a connection
+ error event.
+
- (SMACK-84) Added isSecureConnection() method to XMPPConnection class.
+
- (SMACK-86) Added isJoined() method to GroupChat class.
+
- (SMACK-87, SMACK-82) Added the following methods related to rosters:
+ Roster.contains(String user), Roster.getEntry(String user),
+ RosterGroup.getEntry(String user), Roster.removeEntry(RosterEntry entry).
+
- (SMACK-73) Fixed bugs handling roster remove and update operations.
+
+
1.2.0 - August 29, 2003