From aac5c80a10fc7713d103c4ed57d3ae0c72e7e508 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Thu, 31 Mar 2005 00:02:35 +0000 Subject: [PATCH] Updates for 1.5.0 git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2473 b35dd754-fafc-0310-a699-88a17e54d16e --- build/build.xml | 4 +-- build/resources/releasedocs/README.html | 6 ++--- build/resources/releasedocs/changelog.html | 29 ++++++++++++++++++++++ documentation/debugging.html | 2 +- documentation/gettingstarted.html | 2 +- documentation/index.html | 2 +- documentation/messaging.html | 2 +- documentation/overview.html | 2 +- documentation/processing.html | 2 +- 9 files changed, 40 insertions(+), 11 deletions(-) diff --git a/build/build.xml b/build/build.xml index af3ac76ef..c2a572d73 100644 --- a/build/build.xml +++ b/build/build.xml @@ -34,8 +34,8 @@ - - + + diff --git a/build/resources/releasedocs/README.html b/build/resources/releasedocs/README.html index 430b0d117..f0cbfa347 100644 --- a/build/resources/releasedocs/README.html +++ b/build/resources/releasedocs/README.html @@ -56,10 +56,10 @@ Smack Readme - + - +
version:1.4.11.5.0
released:November 15, 2004March 30, 2005
@@ -95,7 +95,7 @@ last release.
  • 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.


    diff --git a/documentation/gettingstarted.html b/documentation/gettingstarted.html index ceeef368d..127867885 100644 --- a/documentation/gettingstarted.html +++ b/documentation/gettingstarted.html @@ -102,7 +102,7 @@ XMPPConnection instance.

    diff --git a/documentation/index.html b/documentation/index.html index a54872870..282a3f745 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -30,7 +30,7 @@
diff --git a/documentation/messaging.html b/documentation/messaging.html index 9e6c2d29c..46dd5a8a1 100644 --- a/documentation/messaging.html +++ b/documentation/messaging.html @@ -101,7 +101,7 @@ users in the room.




diff --git a/documentation/overview.html b/documentation/overview.html index 171f60999..4affaee85 100644 --- a/documentation/overview.html +++ b/documentation/overview.html @@ -65,7 +65,7 @@ use that as a reference while reading through this documentation.


diff --git a/documentation/processing.html b/documentation/processing.html index 9414ca956..d8879aeb4 100644 --- a/documentation/processing.html +++ b/documentation/processing.html @@ -80,7 +80,7 @@ to the PacketFilter interface. The default set of filters includes: