Difference between revisions of "1.2.2"

From Mumble Wiki
Jump to: navigation, search
(New features)
(replace external images with internal ones and link murmur.ini)
 
(32 intermediate revisions by 5 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, the successor of [[1.2.1]], has been released on 9. February 2010.
  
{| style="margin:auto;background:#CCCCFF; border:1px #aaa solid;"
+
== Screenshot ==
|+ Release timeline
+
[[File:my_mumble_full_snap_122.png|center]]
|-
 
| style="background:#E6E6FA;padding:10px;border:1px #aaa solid;" align="center" |[[1.2.0|Mumble 1.2.0<br />10.12.2009]]
 
| style="width:50px;" align="center" | &rArr;
 
| style="background:#E6E6FA;padding:10px;border:1px #aaa solid;" align="center" |[[1.2.1|Mumble 1.2.1<br />07.01.2010]]
 
| style="width:50px;" align="center" | &rArr;
 
| style="background:#E6E6FA;padding:10px;border:1px #aaa solid;" align="center" |Mumble 1.2.2<br />in development
 
|}
 
  
 +
== Mumble ==
  
Mumble 1.2.2, the successor of [[1.2.1]], is currently in development. To hit the last upload date for the next [http://www.ubuntu.com/ Ubuntu] version we plan to release 1.2.2 somewhere near the end of this month. Everything on the list below already has been completed and will be in the release. It is not yet certain which additional features will be ready to be in a release by the end of this month.  
+
=== User Information dialog ===
 +
[[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 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].
+
<br style="clear:both"/>
 
 
== New features ==
 
List of new features already in place for the upcoming release.
 
  
=== User Information dialog ===
+
=== Toolbar ===
<span style="float:left; margin-right:5px">[http://mumble.sourceforge.net/static/user_information.png http://mumble.sourceforge.net/static/user_information_s.png]</span>
+
[[File:toolbar.png|left|300px]] The new release features a toolbar for easy access to commonly used functionality like mute and deafen.
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.
 
  
 
<br style="clear:both"/>
 
<br style="clear:both"/>
  
== Improvements ==
+
=== 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]])
 
* Made friend and server window icons skinnable (emblem-favorite.svg, etc, see [[Skinning]])
* Improved connect speed to big servers with lots of users and comments
 
* CELT version bump
 
 
* Other small changes here and there
 
* Other small changes here and there
  
== 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.
  
* '''server side database upgrade bug (only occured when updating from 1.1.8 directly to 1.2.1)'''
+
* [[Bonjour]] LAN server discovery and resolving works again
 
* G15 activation problems
 
* G15 activation problems
 
* memory leak on certain configurations
 
* memory leak on certain configurations
 
* many other minor fixes
 
* many other minor fixes
  
= Future =
+
== Murmur ==
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.
 
  
=== Video ===
+
* 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.
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.
+
* Fixed a database upgrade bug (only occured when updating from 1.1.8 directly to 1.2.1)
  
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:Releases]]
+
[[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)