Difference between revisions of "1.2.2"

From Mumble Wiki
Jump to: navigation, search
m (Improvements)
(replace external images with internal ones and link murmur.ini)
 
(53 intermediate revisions by 6 users not shown)
Line 1: Line 1:
= 1.2.2 =
+
{{ReleaseTimeline}}
== Status ==
 
<div style="text-align:center">http://mumble.sourceforge.net/static/my_mumble_full_snap_121_s.png</div>
 
  
Mumble 1.2.2 is currently in development. Since we just released version [[1.2.1]] we are not yet sure which features we want to add for this release.
+
Mumble 1.2.2, the successor of [[1.2.1]], has been released on 9. February 2010.
  
We rely on your testing and feedback to improve Mumble, if you find any bugs in the current stable or in a recent snapshot please report them using our [http://sourceforge.net/tracker/?atid=768005&group_id=147372&func=browse bugtracker]. If you think we lack an important feature take a look at the corresponding [http://sourceforge.net/tracker/?group_id=147372&atid=768008 feature tracker].
+
== Screenshot ==
 +
[[File:my_mumble_full_snap_122.png|center]]
  
== New features ==
+
== Mumble ==
As development of 1.2.2 just started we did not yet implement a lot of new features.
 
  
 
=== User Information dialog ===
 
=== User Information dialog ===
<span style="float:left; margin-right:5px">http://mumble.sourceforge.net/static/user_information_s.png</span>
+
[[File:user_information.png|left|300px]] We added a new dialog displaying useful information about other users on the server (e.g. packet loss). Depending on your privileges, you can also inspect the users' certificates and see their IP addresses. Note that the server has to be version 1.2.2 or greater for the client to be able to display this dialog.
We added a new dialog displaying useful information about other users on the server (e.g. packet loss). Depending on your authorization you can also inspect the users certificate and see his IP.
+
 
 
<br style="clear:both"/>
 
<br style="clear:both"/>
  
== Improvements ==
+
=== Toolbar ===
 +
[[File:toolbar.png|left|300px]] The new release features a toolbar for easy access to commonly used functionality like mute and deafen.
  
* Made friend and server window icons skinnable (emblem-favorite.svg, etc).
+
<br style="clear:both"/>
  
* Newer version of CELT
+
=== Improvements ===
  
* Clientside user information
+
* Improved connect speed to large servers with lots of users and comments (needs updated server) through use of local caching of content
 +
* Servers using trusted certificates are now highlighted in green throughout the GUI.
 +
* CELT version bump; possible quality improvements as a result, on certain configurations
 +
* LOTRO, L4D2, and ArmA2 plugins
 +
* Replaced user-textures with avatars to make overlay more useful
 +
* Better overlay system on Win32 using the pipe method
 +
* Numerous GUI improvements, including consolidating and reorganizing the main window menus
 +
* Logitech G15 fixes and improvements
 +
* Made friend and server window icons skinnable (emblem-favorite.svg, etc, see [[Skinning]])
 +
* Other small changes here and there
  
* Many improvements too numerous to mention
+
=== Bug fixes ===
  
== Bug fixes ==
+
This list contains notable bugs we fixed since the last release.
  
This list contains notable bugs we fixed since the last release.
+
* [[Bonjour]] LAN server discovery and resolving works again
 +
* G15 activation problems
 +
* memory leak on certain configurations
 +
* many other minor fixes
  
* Fixed:
+
== Murmur ==
# G15 activation problems
 
# clientside chat URL handling
 
# error when upgrading database from 1.1.8 to 1.2.x
 
# memory leak on certain configurations
 
# many other bugs not listed
 
  
= Future =
+
* Protected local [[Ice]] sockets using the '''icesecret.ini''' parameter in the '''[[murmur.ini]]''' file; this  makes [[Ice]] much more secure on a shared-host server without having to use Glacier.
This section takes a peek into the future of Mumble's development. These features are what we would like to implement in future releases. There is no guarantee that we will ever get around implementing them however.
+
* Fixed a database upgrade bug (only occured when updating from 1.1.8 directly to 1.2.1)
  
=== Video ===
 
The current overlay texture system is designed for high speed texture transfers in a format that happens to be 60 pixels high. This is no coincidence.
 
  
Using H.264 encoding, 80x60 pixels is small enough that we can encode a 15fps video stream with minimal CPU impact. The bitrate will also be low (lower than existing audio streams), and with a bit of filtering the quality is near perfect. I really mean this; what filtering did for the audio quality in Mumble it also does for video quality.
+
[[Category:Documentation English]]
 +
[[Category:Releases]]

Latest revision as of 18:35, 5 November 2014

NOTE: This release and version documentation is no longer being updated. Please see our announcements on our blog or our GitHub releases.


Mumble 1.2.2, the successor of 1.2.1, has been released on 9. February 2010.

Screenshot

My mumble full snap 122.png

Mumble

User Information dialog

User information.png

We added a new dialog displaying useful information about other users on the server (e.g. packet loss). Depending on your privileges, you can also inspect the users' certificates and see their IP addresses. Note that the server has to be version 1.2.2 or greater for the client to be able to display this dialog.


Toolbar

Toolbar.png

The new release features a toolbar for easy access to commonly used functionality like mute and deafen.


Improvements

  • Improved connect speed to large servers with lots of users and comments (needs updated server) through use of local caching of content
  • Servers using trusted certificates are now highlighted in green throughout the GUI.
  • CELT version bump; possible quality improvements as a result, on certain configurations
  • LOTRO, L4D2, and ArmA2 plugins
  • Replaced user-textures with avatars to make overlay more useful
  • Better overlay system on Win32 using the pipe method
  • Numerous GUI improvements, including consolidating and reorganizing the main window menus
  • Logitech G15 fixes and improvements
  • Made friend and server window icons skinnable (emblem-favorite.svg, etc, see Skinning)
  • Other small changes here and there

Bug fixes

This list contains notable bugs we fixed since the last release.

  • Bonjour LAN server discovery and resolving works again
  • G15 activation problems
  • memory leak on certain configurations
  • many other minor fixes

Murmur

  • Protected local Ice sockets using the icesecret.ini parameter in the murmur.ini file; this makes Ice much more secure on a shared-host server without having to use Glacier.
  • Fixed a database upgrade bug (only occured when updating from 1.1.8 directly to 1.2.1)