Use of thie Smack source code is governed by the Apache License:
- Copyright 2002-2004 Jive Software.
+ Copyright 2002-2005 Jive Software.
All rights reserved. Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html
index 2b2059c04..4872c728d 100644
--- a/build/resources/releasedocs/changelog.html
+++ b/build/resources/releasedocs/changelog.html
@@ -55,6 +55,35 @@
Smack Changelog
+
+1.5.0 -- March 30, 2005
+
+
+- [SMACK-7] - Fixed issue that caused Smack to fail when X11 was not installed on Unix.
+- [SMACK-32] - Getting the system classloader could raise a security exception.
+- [SMACK-33] - MUCOwner.Item now includes the "role" attribute.
+- [SMACK-37] - Fixing timing issue that could make logins slow.
+- [SMACK-42] - The pretty print of the EnhancedDebugger was not working well with Java 1.5.
+- [SMACK-43] - Occupant#getNick() answers null when the info is available.
+- [SMACK-46] - Support for cancelling notifications in message events was missing.
+- [SMACK-48] - PacketListeners were not being removed from the connection when the chat finishes.
+- [SMACK-50] - XML representation of Presence packets did not include error element.
+
+- [SMACK-4] - Implemented room management in batch mode.
+- [SMACK-11] - Implemented discovery of extended information of MUC rooms.
+- [SMACK-13] - Implemented discovery of MUC rooms hosted by a service.
+- [SMACK-38] - Notify when an occupant joins or leaves a group chat room.
+- [SMACK-39] - Added support for discovering MUC services.
+- [SMACK-41] - Added support for JEP-91: Delayed Delivery.
+
+- [SMACK-49] - Modified Smack to use latest minimal version of XPP.
+
+- [SMACK-40] - Packet extensions can now be sent when inviting a user to a room.
+- [SMACK-44] - PacketReader can now parse errors that follow XMPP 1.0.
+- [SMACK-45] - Sorted the list of providers in the EnhancedDebugger window.
+- [SMACK-47] - Added a public API for parsing Messages and Presences.
+
+
1.4.1 - November 15, 2004
diff --git a/documentation/debugging.html b/documentation/debugging.html
index 03aab3cec..b5e6e4bbe 100644
--- a/documentation/debugging.html
+++ b/documentation/debugging.html
@@ -109,7 +109,7 @@ to the system clipboard or to clear the contents of the pane.