Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
911 B
27 lines
911 B
=======================
|
|
mumble-django changelog
|
|
=======================
|
|
|
|
Version 0.3, 25 March 2009:
|
|
------------------------------
|
|
* added basepath autodetection.
|
|
* added "Admin on root channel" field that allows editing the ACL of the
|
|
root channel, to grant or revoke membership in the "admins" group,
|
|
thereby granting/revoking Administrator privileges.
|
|
|
|
Version 0.2, 24 March 2009:
|
|
------------------------------
|
|
|
|
* Reorganized settings.py, so only one single line needs to be edited in
|
|
order to configure everything.
|
|
* Added a syncdb hook that looks for already configured Murmur instances
|
|
whenever syncdb is run, and writes found instances and users into the
|
|
database.
|
|
* Various minor bug fixes.
|
|
|
|
Version 0.1, 21 February 2009:
|
|
------------------------------
|
|
|
|
* Set up a Django project that uses the Mumble application to make use
|
|
easier for Django inexperienced users
|
|
* First official Release
|