|
@ -2,9 +2,24 @@ |
|
|
Mumble-Django changelog |
|
|
Mumble-Django changelog |
|
|
======================= |
|
|
======================= |
|
|
|
|
|
|
|
|
|
|
|
Version 0.12, 29 Nov 2009: |
|
|
|
|
|
------------------------------ |
|
|
|
|
|
* Added Player name validation to the registration. |
|
|
|
|
|
* Changed syncdb to update existing instances as well. |
|
|
|
|
|
* Added Support for pre-1.1.8 versions of Murmur's DBus interface (most notably, |
|
|
|
|
|
this is useful for Debian Lenny which ships with 1.1.4). |
|
|
|
|
|
* Added account linking feature to allow users who registered through Mumble |
|
|
|
|
|
to associate their mumble-django Account with an existing Murmur account. |
|
|
|
|
|
* Added ?version= tag to connect URLs. |
|
|
|
|
|
* Added IP/Port validation: When creating a new server instance, Mumble-Django |
|
|
|
|
|
will try to bind to the specified address and port to see if they are available. |
|
|
|
|
|
* Updated 1.2.0 slice to Murmur v1.2.0 beta1. |
|
|
|
|
|
* Generally improved error handling and stability. |
|
|
|
|
|
|
|
|
Version 0.11, 25 Sep 2009: |
|
|
Version 0.11, 25 Sep 2009: |
|
|
------------------------------ |
|
|
------------------------------ |
|
|
* Fixed wrong {% URL %} tag that caused the template to crash when an anonymous user joins. |
|
|
|
|
|
|
|
|
* Fixed wrong {% URL %} tag that caused the template to crash when an anonymous |
|
|
|
|
|
user joins. |
|
|
* Added a FastCGI handler and example confs for Apache2 and Lighttpd. |
|
|
* Added a FastCGI handler and example confs for Apache2 and Lighttpd. |
|
|
* Updated registerUser and setRegistration for Murmur snapshot snapshot b58726. |
|
|
* Updated registerUser and setRegistration for Murmur snapshot snapshot b58726. |
|
|
* Added LOGIN_REDIRECT_URL to settings. |
|
|
* Added LOGIN_REDIRECT_URL to settings. |
|
|