- If there is no video size respect the settings.
Other recent changes in earlier versions:
build.3476
- Fix pasting links in macosx. Check whether source setup exists when building deltas, prevent failing wix build if some build history is missing.
build.3475
- Fix Java 1.5 compatibility.
build.3474
- Commits work in progress on Google Talk voice support.
build.3473
- Commits a less stripped FFmpeg JNI library in order to resolve a failure to load the library in question on Mac OS X and 32-bit Java reported by Mr.Smith on the dev mailing list in the thread 'no audio using jingle on new MacBook Pro'.
build.3472
- - Fixes a crash on Mac OS X reported by Emil Ivov in the FFmpeg JNI library because of the use of posix_memalign which is not implemented on Mac OS X but is declared anyway. - Fixes "Call Recording stopped working in Build 3471?" on Mac OS X reported by Victor Hooi on the dev mailing list.
build.3471
- Change Login string to Username.
- Fixes add contact dialog layout problems, like buttons showing over the last text field.
build.3470
- Fixes the following issues with the Windows delta updates: (1) msexec.exe fails with an error dialog because bspatch produces a malformed MSI on Windows XP, (2) 32-bit setup.exe fails to find the currently installed MSI to apply bspatch to on 64-bit Windows.
- Replaces a use of wc.exe in resources\install\build.xml with the length Ant task as suggested by Damian Minkov.
- Make sure bash commands executes correctly if name of resulting dmg has spaces in it.
- Make it impossible to create a Jabber account without a server specified (either as part of the user name or in the server field).
build.3469
- Fixing smack java 1.5 compatibility.
- Rebuilds the JNI FFmpeg library with newer versions of its dependencies.
- Fixing java 1.5 compatibility.
build.3468
- Do not let pass blindly packets if SSRC change in ZRTPTransformEngine. Also do not restart ZRTP when we recreate JMF send streams and receive RTP Bye.
- Move UUID initialization to Provisioning plugin.
- Add the possibility to replace everywhere in the provisioning URL not just for the HTTP parameters.
- Escape attributes for special characters in DiscoverInfo and DiscoverItems in smack lib. Fix adding advanced params to media formats.
- Update weupnp library to send SSDP discovery messages with "ST: upnp:rootdevice" parameter.
- Fix src/native/build.xml to work for the JNI FFmpeg library on Mac OS X. (Unfortunately, breaks it for Windows.)
build.3467
- XCAP: When using manually entered values for the login, use them as is without stripping the domain name.
- Add option in video advanced settings to disable custom framerate and to restore defaults.
build.3466
- Activate windows delta check
- Fixes the active event notification handler set up.
- Enables the controlling of video size and frame rate from the Video configuration form in Tools > Options.
- Make sure that the server is correctly set in all Jabber accounts.
build.3465
build.3464
- Update linux portaudio binaries to link with rt.
- Revert old binaries.
build.3463
- Fix extract of old package code when building wix deltas.
- Fix posting requests in debug mode through http debug. Change the way delta link is generated.
- Make an Update service.
build.3462
- Renames SIP Communicator to Jitsi in comments.
- Simplifies the description of the build procedure of the FFmpeg JNI library.
build.3461
- Hides the startup-related section in the General configuration on Linux because it is populated only on Windows and thus stays empty on Linux. (It is already hidden on Mac OS X.)
- Updates the source code of the FFmpeg JNI library to fix a compatibility issue with the latest FFmpeg revision.
build.3460
- Commit from translate.jitsi.org by user ibauersachs.: 1036 of 1037 messages translated (0 fuzzy).
build.3459
- Fixes an incorrect dealing with arch in the build.xml of src\native which prevents the cross-compilation of the FFmpeg JNI library for x64 on Windows x86.
- Commits work in progress on updating the dependencies of the FFmpeg JNI library to newer versions. Fixes a compilation error caused by a public API change.
build.3458
- Update notifications icon and 16x16 icon.
- Add debug logs in order to track a contact list button click issue.
build.3457
- If ZRTP engine see that RTP packet SSRC has changed and if the packet is not encrypted, it returns the packet as is. Disable also the muted mode of ZRTP which drop unencrypted packets.