Mumble Changelog

What's new in Mumble 1.2.19

Feb 12, 2017
  • OpenSSL in our binary packages have been updated to 1.0.2k due to OpenSSL Security Advisory [26 Jan 2017]
  • Murmur’s -limits command will now print output as it runs, instead of at exit. (98cd156f0c26be2bacc22d8c64db9c349f16a213)

New in Mumble 1.2.18 (Jan 3, 2017)

  • Fixed a problem where some settings were improperly saved on macOS Sierra.
  • AppNap is now disabled via LSAppNapIsDisabled=true in the Info.plist.
  • Improved text rendering on Retina displays on macOS (NSHighResolutionCapable in Info.plist + a patched Qt 4).
  • The build now explicitly passes -std=c++98 unless CONFIG+=c++11, CONFIG+=c++14 or CONFIG+=c++1z is specified.
  • Mumble now includes /usr/lib/${MULTIARCH_TRIPLE}/c++11 in modern C++ mode (for Ubuntu’s Ice)

New in Mumble 1.2.17 (Sep 25, 2016)

  • For our binary packages, OpenSSL has been updated to 1.0.2i (from 1.0.1t) because of OpenSSL Security Advisory 20160922. The binary releases have been updated to use 1.0.2 rather than 1.0.1 because 1.0.1 will be end-of-life at the end of 2016.
  • Fixed a bug that could cause the Mumble log view to be inacessible after receiving a specially crafted text message.
  • The PulseAudio backend will now fall back to default device if the chosen device is no longer present.
  • Mumble now explicitly sends plain text notifications to KDE and Freedesktop.org notification endpoints.
  • Xbox One controllers are now properly blacklisted from DirectInput on Windows 10 Anniversary Update.
  • Xbox button/controller names as shown by Mumble should now be correct for controllers other than the first controller.

New in Mumble 1.2.16 (May 13, 2016)

  • For our binary packages, OpenSSL has been updated to 1.0.1t because of OpenSSL Security Advisory 20160503
  • Mumble will no longer try to poll for changes in XInput button state when no controllers are connected.
  • The last references (public server list registration and crash reporting) to the old domain name for the Mumble service host, “mumble.hive.no”, have been changed to use “mumble.info” instead.
  • The overlay blacklist from 1.3.0 snapshots has been backported to 1.2.16.

New in Mumble 1.2.13 (Jan 12, 2016)

  • Mumble 1.2.13 fixes a security-relevant bug in Murmur when running on Windows systems that allowed an unauthenticated user to cause Denial of Service on the server’s UDP connection. See Mumble-SA-2016-001 (sig).
  • This release of Mumble on Windows is also the first stable release in the 1.2-series that is only code-signed with a SHA256 authenticode signature and certificate. Previous releases were signed by both a SHA1 signature and certificate, as well as a SHA256 signature and certificate.
  • This new code-signing setup can cause issues with some versions of Windows that do not support SHA256 code-signing. If your Mumble installer on Windows does not seem to be Authenticode signed, it probably means that your version of Windows does not support SHA256 code-signing. In that case, we recommend that you ensure the integrity of your Mumble installer by verifying the detached GPG signature (mumble-1.2.13.msi.sig) against our "Mumble Automatic Build Infrastructure 2016" GPG key.
  • Issues fixes in this release include:
  • In previous versions of Mumble, it was possible to perform a Denial of Service attack on Murmur servers running on Windows. See Mumble-SA-2016-001 (sig) for more information.

New in Mumble 1.2.10 (Jul 12, 2015)

  • This release updates OpenSSL to 1.0.1p. This version of OpenSSL fixes "Alternative chains certificate forgery" (CVE-2015-1793). There are no source changes to Mumble itself in this build. The version bump is only relevant to our binary releases.

New in Mumble 1.2.3 (Feb 22, 2011)

  • Voice activity detection was improved.
  • This version was updated with a better customizable overlay with FPS counter.
  • Recording support was added.
  • Priority speaker was implemented.
  • Miscellaneous bugs were fixed.

New in Mumble 1.2.1 (Jan 8, 2010)

  • Add lots of new features.

New in Mumble 1.2.0 (Dec 12, 2009)

  • This release uses a new protocol between the client and server, which means a 1.2.0 client is only compatible with 1.2.0 or newer servers, and a 1.1.8 client can't connect to a 1.2.0 server. The new protocol is designed to be easily extended, so we should never have this problem again. If your favorite server still runs 1.1.8 don't worry, 1.2.0 comes with a backwards compatible client.
  • New Features:
  • Increased voice quality, decreased latency
  • Certificate based authentication
  • User management
  • New connect dialog
  • Chatbar
  • Layout presets
  • Channel reordering
  • WYSIWYG Editor
  • Comments
  • Friends
  • Whisper
  • Automatic Plugin Update and Enhanced Plugin Support
  • New Positional Audio Plugins
  • User textures
  • Automatic network fallback
  • Audio events
  • Access Tokens
  • Unified channel add/edit dialog
  • Temporary Channels
  • LAN announcement and discovery
  • Crash reporting
  • Compatibility client
  • Customizable PTT audio cue
  • amd more!

New in Mumble 1.1.8 (Mar 22, 2009)

  • Murmur now uses even less resources, and only starts worker threads for virtual servers on demand. Ice now has callback functions, allowing you to create server-side scripts that react to users authenticating, moving around etc. It also supports outsourcing authentication, enabling you to do authorize users from a third-party database. Additionally, the Ice interface has been fully documented. You can now use images in the server welcome text and text messages, using regular HTML tags. From the server, you can add context menu items to the server, player and channel menu on the client, enabling third-party feature extensions. There's a small example included which enables in-client user registrations. The windows installer is now fully localized. Positional audio should now give more natural results, and we support a lot of additional games. Log messages can now be shown as notifications using a baloon tip, notify or Growl. Additionally, text-to-speech can be replaced with pre-recorded sounds. You can now bind multiple shortcuts to every function. The overlay now works on OSX, but is considered experimental.

New in Mumble 1.1.7 (Jan 29, 2009)

  • Major feature enhancements