* Fixes html tags appearing in chat window when a smiley is sent.
* Other recent changes in earlier versions:
* build.3715
* - New ZRTP library that supports trusted MitM/PBX feature and implement SRTCP handling.
* - Fix shift values when converting from/to network order.
* build.3714
* - Update httputil bundle with common codec import.
* build.3713
* - Updates ice4j.jar which fixes negociation with SSLTCP candidates when Gmail user call Jitsi ones.
* build.3712
* - Updates ice4j.jar which lower log level of keep-alive and useCandidate stuff.
* build.3711
* - Fixes jabber chat html messages. Replaces <BR> tags with <BR/> and trims the html message before sending it to the protocol.
* - Updates ice4j.jar which fixes some bugs with TCP. Fixes Exception when having SSLTCP candidates.
* build.3710
* - Makes OTR menu appear directly for meta contact with only one protocol contact.
* - Fixes the blurry taskbar icon on Win7 (c.f. JITSI-964)
* build.3709
* - Removes add of TCP framing header in RTPConnectorTCP*. Updates ice4j.jar which handle correctly TCP framing header for both local and relayed candidates.
* build.3708
* - Updates ice4j.jar which fixes Google's ICE with TCP transport.
* build.3707
* - Fixes IllegalStateException when deleting everything from the chat.
* build.3706
* - Fixes IP address missing in DHCP request for provisioning.
* build.3705
* - Fixes java 1.5 compatibility.
* - Makes the Windows x64 setup default to 'Program Files' and not 'Program Files (x86)'.
* build.3704
* - Makes fonts in chat window persistent.
* - Improves a chat error message by adding to it the protocol contact, which is concerned.
* - Fixes NPE from TransportManager.sendHolePunchPacket() when a Jingle with Google P2P transport peer answer too quickly a call.
* build.3703
* - Makes multiline account error messages appear correctly.
* - Logs available webcam resolutions if any when creating devices.
* - Moves NotInContactList group name string into language resources.
* build.3702
* - Updates ice4j.jar which allow CandidatePair to be updated with useCandidateReceived even if its state is not succeeded.
* build.3701
* - Fixes a problem with editing sip accounts and changing a wrong entered data like port. Adds some more logging to media service as sent resolution and framerate.
* - Extends account wizard class with forgot password link.
* build.3700
* - Commit from translate.jitsi.org by user ibauersachs.: 1180 of 1180 messages translated (0 fuzzy).
* build.3699
* - Enable translation of the event configuration
* build.3698
* - Commit from translate.jitsi.org by user acastroy.: 1145 of 1145 messages translated (0 fuzzy).
* build.3697
* - Don't show the security padlock when the security controller requires secure signaling, but signaling is insecure
* build.3696
* - Updates ice4j.jar which make sure we search CandidatePair with the local/remote ufrag and handles candidates TCP connect() in a separate to avoids being blocked for some second (which is at maximum 1 second per CandidatePair).