<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Wildfire Changelog</title> <style type="text/css"> /* global font and body settings */ body { font-size : 100%; background-color : #d3d6d9; padding: 0px; margin: 0px 0px 30px 0px; } body, td, th { font-family : arial, helvetica, sans-serif; font-size : 10pt; } pre, tt, code { font-family : courier new, monospaced; font-size : 9pt; } #pageContainer { display: block; position: relative; clear: both; background-color: #fff; border: 1px solid #999; padding: 40px; margin: 30px; -moz-border-radius: 6px; } #pageHeader { display: block; position: relative; height: 80px; background-color: #e7eaee; border: 1px solid #cccccc; border-bottom: none; -moz-border-radius: 5px 5px 0px 0px; margin: 10px 0px 0px 0px; } #pageBody { margin: 0px 18px 0px 20px; } /* anchors */ a:link { color: #11568c; } a:visited { color: #571c8d; } a:hover { color: #7a1d42; text-decoration : underline; } a:active { color: #7a1d42; } /* page header elements (logo and navigation) */ .navigation { display: block; position: relative; height: 20px; background-color: #335588; border: 1px solid #cccccc; border-top: none; color: #ffffff; font-size: 11px; line-height: 18px; padding: 0px 0px 0px 0px; margin: 0px 0px 25px 0px; overflow: hidden; } .navigation a { margin: 0px 20px 0px 20px; } .navigation a:link { color: #ffffff; } .navigation a:visited { color: #ffffff; } .navigation a:hover { color: #ffffff; } .navigation a:active { color: #ffffff; } /* headings */ h1 { display: block; position: relative; font-size : 1.7em; font-weight : bold; color: #670e15; padding: 0px; margin: 30px 0px 0px 20px; } h2 { font-size : 1.3em; font-weight : bold; margin: 40px 0px 6px 0px; padding: 0px; color: #335588; } h3 { font-size : 1.0em; font-weight : bold; margin: 25px 0px 3px 0px; padding: 0px; color: #334466; } /* general elements */ p { margin: 0px 0px 15px 0px; } ul { margin: 5px 0px 15px 35px; } li { padding-bottom : 4px; } tt { font-family : courier new; font-weight : bold; color : #060; } hr { display: block; height: 1px; background-color: #999999; border: none; margin: 40px 0px 20px 0px; } .footer { font-size : 8pt; color : #666; text-align : center; margin-top : 2em; padding-top : 0.5em; border-top : 1px #CCC solid; } </style> </head> <body> <div id="pageContainer"> <div id="pageHeader"> <h1>Wildfire Changelog</h1> </div> <div class="navigation"> <a href="README.html">Readme</a>|<a href="changelog.html"><strong>Changelog</strong></a>|<a href="LICENSE.html">License</a> </div> <div id="pageBody"> <h2>3.0.1 -- <span style="font-weight: normal;">July 13, 2006</span></h2> <h3>Wildfire New Features</h3> <ul> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-752'>JM-752</a>] - A proxy server can now be used to download updates. <b>(1 vote)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-754'>JM-754</a>] - Added JDBC user provider and documentation.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-759'>JM-759</a>] - Added support for vCards events. Thanks to Remko Tron�on.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-762'>JM-762</a>] - Performance optimized by reducing privacy list SQL calls when no privacy lists used.</li> </ul> <h3>Wildfire Bug Fixes</h3> <ul> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-744'>JM-744</a>] - Presence updates were not being sent to shared contacts whose subscriptions is FROM.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-745'>JM-745</a>] - Users of the same group (not shared) that can see a shared group were receiving presences of each other.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-750'>JM-750</a>] - Presence subscription was incorrect when adding group member to non-shared group that could see shared group.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-758'>JM-758</a>] - Available presence was not being sent to all connected resources after subscription was approved.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-775'>JM-775</a>] - Member of public group was not able to add to his roster contact that did not belong to public group.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-776'>JM-776</a>] - Members of public shared groups were not getting their rosters updated when a new user was created in the system.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-777'>JM-777</a>] - Presence was not working when creating new shared groups and at the same time defining list of members.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-695'>JM-695</a>] - Fixed presence problem when using shared group loaded from LDAP. <b>(5 votes)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-772'>JM-772</a>] - An error is now logged when Wildfire cannot connect to the LDAP server.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-741'>JM-741</a>] - Fixed javascript error while updating plugin. <b>(1 vote)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-742'>JM-742</a>] - Fixed NPE in privacy lists when presence packet has no TO address.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-748'>JM-748</a>] - Fixed NPE when trying to unload a bad plugin in plugin-admin page.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-749'>JM-749</a>] - TLS feature was being offered to clients using old SSL method.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-760'>JM-760</a>] - Fixed login problem when using uppercase letters in username and there is a resource conflict.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-763'>JM-763</a>] - Removed warning from logs on installation.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-768'>JM-768</a>] - A semicolon was missing in mysql and sqlserver upgrade scripts #9.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-778'>JM-778</a>] - Fixed error when trying to unregister an account from a client.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-751'>JM-751</a>] - Moved getPassword/setPassword methods from UserProvider to AuthProvider.</li> </ul> <h3>Wildfire Enterprise</h3> <ul> <li>[<a href='http://www.jivesoftware.org/issues/browse/ENT-19'>ENT-19</a>] - Message archiving was failing on Postgres.</li> </ul> <h3>Wildfire Connection Manager Module</h3> <ul> <li>No changes</li> </ul> <h2>3.0.0 -- <span style="font-weight: normal;">June 29, 2006</span></h2> <h3>Wildfire New Features</h3> <ul> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-666'>JM-666</a>] - Added support for connection managers.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-281'>JM-281</a>] - Added support for Kerberos/NTLM (status: experimental). <b>(56 votes)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-673'>JM-673</a>] - Added database support for plugins.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-677'>JM-677</a>] - Added i18n support for plugins.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-718'>JM-718</a>] - Added servlet filter framework for plugins.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-683'>JM-683</a>] - Added support for virtual connections.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-684'>JM-684</a>] - Added support for JEP-0164: vCard Filtering</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-704'>JM-704</a>] - Added support of other password types to JDBCAuthProvider.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-715'>JM-715</a>] - Added support for notifications of new server or plugins updates.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-740'>JM-740</a>] - Added support for adding/removing SASL mechanisms at runtime.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-719'>JM-719</a>] - Allowed flat searches of LDAP instead of sub-tree.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-680'>JM-680</a>] - Improved performance of server-to-server connections by using many threads to process incoming packets.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-720'>JM-720</a>] - Improved performance of SessionManager#getSessionCount().</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-687'>JM-687</a>] - Added support for non-blocking connections (status: experimental). <b>(1 vote)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-717'>JM-717</a>] - Updated the look and feel in the admin console.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-305'>JM-305</a>] - Server features list is now dynamic. <b>(1 vote)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-652'>JM-652</a>] - Caching of favicons has been improved.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-675'>JM-675</a>] - File transfer service can now be enabled/disabled. <b>(2 votes)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-676'>JM-676</a>] - MUC service can now be enabled/disabled. <b>(1 vote)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-679'>JM-679</a>] - SASL success stanza now includes challenge data that needs to be processed by clients.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-678'>JM-678</a>] - SASLAuthentication was refactored to accommodate HTTP Binding and Connection Managers. <b>(1 vote)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-688'>JM-688</a>] - Updated third-party libraries.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-713'>JM-713</a>] - Updated bundled MySQL driver.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-688'>JM-688</a>] - Upgraded to JDK 1.5.0_07.</li> </ul> <h3>Wildfire Bug Fixes</h3> <ul> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-702'>JM-702</a>] - Presence updates were not being broadcasted to other connected resources. <b>(4 votes)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-735'>JM-735</a>] - Presence packets sent to bare JIDs were not being sent to all connected resources.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-731'>JM-731</a>] - DNS lookups was failing with some DNS servers.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-707'>JM-707</a>] - A <system-shutdown/> stream error condition is now sent when shutting down the server.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-653'>JM-653</a>] - FileTransfer was not implementing Cacheable.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-654'>JM-654</a>] - Fixed conflict in Proxy Transfer cache name.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-655'>JM-655</a>] - File Transfer Proxy no longer returns null disco#items.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-710'>JM-710</a>] - File Transfer Proxy socket was not being cleaned up properly.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-721'>JM-721</a>] - File Transfer Proxy did not acknowledge configured interface.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-661'>JM-661</a>] - Field digest_frequency of pubsubSubscription table in MySQL was too small.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-665'>JM-665</a>] - Accessing published items of a pubsub node was expecting that requester was subscribed to the node.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-672'>JM-672</a>] - Updated the way pubsub node owners manage node affiliations and subscriptions.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-708'>JM-708</a>] - Answer format was incorrect when returning pubsub node affiliations or node subscriptions of a node owner.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-667'>JM-667</a>] - Roster items with subscription NONE and ask PENDING were being sent to clients.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-668'>JM-668</a>] - Fixed error when deleting a user with shared contacts that belong to public shared groups.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-669'>JM-669</a>] - Added fix for "javax.net.ssl.SSLException: Unsupported record version Unknown" error.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-729'>JM-729</a>] - Server was not processing IQ errors triggered by IQ requests made by the server.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-732'>JM-732</a>] - mucConversationLog was storing room's JID instead of the sender's JID.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-681'>JM-681</a>] - No more than 5 concurrent threads were used for creating new server-to-server connections.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-670'>JM-670</a>] - Flash clients were waiting forever for a response if old SASL method failed or there was a conflict while binding a resource.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-671'>JM-671</a>] - Fixed NPE when external component did not include a TO attribute in stream header.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-674'>JM-674</a>] - Fixed NPE in IQDiscoItemsHandler when an ServerItemsProvider was disabled.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-698'>JM-698</a>] - Fixed bug in XMLProperties.getChildren.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-728'>JM-728</a>] - Fixed PK length error when upgrading jivePrivate in MySQL using URF-8.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-736'>JM-736</a>] - Added commit statement to Oracle db scripts.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-737'>JM-737</a>] - Fixed invalid character error when upgrading Oracle database.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-700'>JM-700</a>] - Increased the column size of "username" from 32 to 64.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-706'>JM-706</a>] - Non-SASL Authentication stream feature was not being offered when anonymous login was disabled.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-712'>JM-712</a>] - VCard manager was not returning vcard-temp as a stream feature.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-726'>JM-726</a>] - Privacy list now implements Cacheable interface.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-656'>JM-656</a>] - Streamlined disco registration process.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-709'>JM-709</a>] - An exception is now thrown when plugin servlet class was not found.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-663'>JM-663</a>] - UserProvider no longer depends on VCardManager.</li> </ul> <h3>Wildfire Enterprise</h3> <ul> Initial release. </ul> <h3>Wildfire Connection Manager Module</h3> <ul> Initial release. </ul> <h2>2.6.2 -- <span style="font-weight: normal;">April 20, 2006</span></h2> <h3>Bug Fixes</h3> <ul> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-648'>JM-648</a>] - Server-to-server thread pool was getting exhausted when remote servers were unresponsive.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-650'>JM-650</a>] - Fixed concurrency problem that was closing active connections by mistake.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-642'>JM-642</a>] - Deleting a user was not removing all references from memory.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-646'>JM-646</a>] - Fixed error when searching for groups of a non-local user when using LDAP.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-571'>JM-571</a>] - File transfer proxy was not being removed from service discovery when disabled. <b>(1 vote)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-638'>JM-638</a>] - Unhandled exceptions while processing IQ packets were not always returning IQ errors.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-639'>JM-639</a>] - Fixed ConcurrentModificationException while purging a pubsub node.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-640'>JM-640</a>] - A "service-not-implemented" error was being returned after an ad-hoc command was handled by pubsub.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-641'>JM-641</a>] - Modified pubsub tables so that all supported databases may correctly run the database scripts.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-644'>JM-644</a>] - Allowed Base64 decoding that doesn't encode bytes as String.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-645'>JM-645</a>] - Fixed recursivity error in SessionManager when searching for best route.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-647'>JM-647</a>] - Sometimes users were remaining as room occupants when using shared groups.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-649'>JM-649</a>] - Increased proxy file transfer buffer size.</li> </ul> <h2>2.6.1 -- <span style="font-weight: normal;">April 11, 2006</span></h2> <h3>New Features</h3> <ul> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-222'>JM-222</a>] - Entire user base is no longer loaded when using public shared groups. <b>(1 vote)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-634'>JM-634</a>] - Shared contacts whose subscription type is FROM are no longer kept in memory.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-633'>JM-633</a>] - Added sorting to session list.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-637'>JM-637</a>] - Added support for basic commands defined in JEP-133: Service Administration.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-636'>JM-636</a>] - After initial install new user accounts were corrupted until restart.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-630'>JM-630</a>] - Fixed upgrade scripts of PostreSQL, SQLServer and Sybase.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-631'>JM-631</a>] - New user passwords were not being saved to the database.</li> </ul> <h2>2.6.0 -- <span style="font-weight: normal;">April 6, 2006</span></h2> <h3>New Features</h3> <ul> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-291'>JM-291</a>] - Encrypted passwords are now stored in the db. <b>(21 votes)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-613'>JM-613</a>] - Added support for JEP-0060: Publish-Subscribe. <b>(1 vote)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-298'>JM-298</a>] - Auditing now supports rolling over by date. <b>(12 votes)</b></li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-599'>JM-599</a>] - Improved performance by avoiding queries to load users.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-607'>JM-607</a>] - Improved performance by avoiding unnecessary LDAP queries.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-608'>JM-608</a>] - Improved performance when detecting which groups are shared groups.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-621'>JM-621</a>] - Improved performance by avoiding using locks in RoutingTable (server core).</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-605'>JM-605</a>] - Improved performance by caching groups.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-606'>JM-606</a>] - Added JDBC Authentication provider.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-600'>JM-600</a>] - Added support for managing system caches from the admin console.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-624'>JM-624</a>] - Allowed external components to bind more than one domain.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-603'>JM-603</a>] - Improved db upgrade process.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-609'>JM-609</a>] - Refactored Ad-hoc commands so that services can also offer ad-hoc commands.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-597'>JM-597</a>] - Improved LDAPGroupProvider Exception Handling.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-625'>JM-625</a>] - Added support for XMPPServer listeners.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-620'>JM-620</a>] - Added development mode for web.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-623'>JM-623</a>] - Exposed port in connection object.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-614'>JM-614</a>] - Updated third-party libraries.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-615'>JM-615</a>] - Fixed deadlock when loading users and rosters.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-621'>JM-621</a>] - Fixed deadlock in RoutingTable.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-495'>JM-495</a>] - Server session tab was loading very slow.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-596'>JM-596</a>] - LDAP connections were not being closed correctly.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-601'>JM-601</a>] - LDAP referrals were not being respected while verifying authentication.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-604'>JM-604</a>] - SASL EXTERNAL for s2s was not checking if certificate validation was disabled.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-611'>JM-611</a>] - PLAIN SASL authentication was not accepting empty auth packets.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-627'>JM-627</a>] - Null SASL responses were not being padded.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-610'>JM-610</a>] - Fixed NPE in privacy list when user session no longer exists.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-612'>JM-612</a>] - Registering new internal components was not checking that component domain is not taken.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-618'>JM-618</a>] - Remote server count was wrong.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-619'>JM-619</a>] - Names of users were not being sorted when loading from database.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-622'>JM-622</a>] - Admin console was failing to startup on unexpected log impl.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-626'>JM-626</a>] - Several instances of the same disco#item could appear in the server's disco#items.</li> <li>[<a href='http://www.jivesoftware.org/issues/browse/JM-628'>JM-628</a>] - Pretty printing of wildfire.xml file was not always working.</li> </ul> <div class="footer"> Copyright © Jive Software, 2006 </div> </div> </div> </body> </html>