diff --git a/build/build.xml b/build/build.xml index 03756dcaa..e4141d4ad 100644 --- a/build/build.xml +++ b/build/build.xml @@ -35,7 +35,7 @@ - + diff --git a/build/resources/releasedocs/README.html b/build/resources/releasedocs/README.html index f0cbfa347..9f4fac0d0 100644 --- a/build/resources/releasedocs/README.html +++ b/build/resources/releasedocs/README.html @@ -56,10 +56,10 @@ Smack Readme - + - +
version:1.5.01.5.1
released:March 30, 2005August 12, 2005
diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html index 4872c728d..ba76edf2b 100644 --- a/build/resources/releasedocs/changelog.html +++ b/build/resources/releasedocs/changelog.html @@ -55,6 +55,32 @@ Smack Changelog +

+1.5.1 -- August 12, 2005 +

+

    +
  • [SMACK-60] - Presence priorities out of range were crashing the connection.
  • +
  • [SMACK-63] - Sometimes XMPPConnection#getRoster() was taking too long.
  • +
  • [SMACK-66] - Wrong attribute name and date format when requesting history since a given date.
  • +
  • [SMACK-70] - IQ Time now uses a 0-23 hour format.
  • + +
  • [SMACK-25] - Added support for JEP-13: Flexible Offline Message Retrieval.
  • +
  • [SMACK-58] - Added support for JEP-54: vCards. Thanks to Kirill Maximov.
  • +
  • [SMACK-53] - Added support for JEP-92: Software Version.
  • +
  • [SMACK-61] - Added new debugger that prints on the stdout.
  • +
  • [SMACK-71] - Created new FromMatchesFilter that checks for exact matching.
  • + + +
  • [SMACK-52] - Added constructor to XMPPConnection for better connection control.
  • +
  • [SMACK-56] - Reported data can now hold more than one value.
  • +
  • [SMACK-57] - RoomInfo now includes the room JID.
  • +
  • [SMACK-59] - Date format for delayed dates is configurable.
  • +
  • [SMACK-62] - Fields username and password are optional in Registration.
  • +
  • [SMACK-67] - Parsing of delayed dates was improved to be smarter.
  • +
  • [SMACK-68] - PacketParserUtils#parseProperties is now public.
  • +
  • [SMACK-69] - Adding or removing entries from a group can now throw an XMPPException.
  • +
+

1.5.0 -- March 30, 2005

diff --git a/source/org/jivesoftware/smack/SmackConfiguration.java b/source/org/jivesoftware/smack/SmackConfiguration.java index 47d6bc738..6ac2802cf 100644 --- a/source/org/jivesoftware/smack/SmackConfiguration.java +++ b/source/org/jivesoftware/smack/SmackConfiguration.java @@ -44,7 +44,7 @@ import org.xmlpull.mxp1.MXParser; */ public final class SmackConfiguration { - private static final String SMACK_VERSION = "1.5.0"; + private static final String SMACK_VERSION = "1.5.1"; private static int packetReplyTimeout = 5000; private static int keepAliveInterval = 30000;