From 9b798f5c48b148ee02375d650655ca79130552e6 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Thu, 10 May 2007 23:30:00 +0000 Subject: [PATCH] Updating for beta release. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8279 b35dd754-fafc-0310-a699-88a17e54d16e --- build/build.xml | 2 +- build/resources/releasedocs/changelog.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/build/build.xml b/build/build.xml index 11c5a0b05..5a39e002e 100644 --- a/build/build.xml +++ b/build/build.xml @@ -28,7 +28,7 @@ - + diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html index d815c1535..1773fd039 100644 --- a/build/resources/releasedocs/changelog.html +++ b/build/resources/releasedocs/changelog.html @@ -159,6 +159,20 @@ hr {
+

3.0.3 -- May 31, 2007

+ +

New Features

+
    +
  • [SMACK-99] - Added support for multiple message bodies and message body languages.
  • +
  • [SMACK-218] - Implemented GSSAPI for single-sign on.
  • +
+ +

Bug Fixes

+
    +
  • [SMACK-219] - The getPresence method was not working correctly with offline presence.
  • +
  • [SMACK-224] - SASL authenticion was using the XMPP domain instead of the FQDN.
  • +
+

3.0.2 -- May 3, 2007

Bug Fixes