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

16 years ago
16 years ago
  1. =======================
  2. mumble-django changelog
  3. =======================
  4. Version 0.3, 25 March 2009:
  5. ------------------------------
  6. * added basepath autodetection.
  7. * added "Admin on root channel" field that allows editing the ACL of the
  8. root channel, to grant or revoke membership in the "admins" group,
  9. thereby granting/revoking Administrator privileges.
  10. Version 0.2, 24 March 2009:
  11. ------------------------------
  12. * Reorganized settings.py, so only one single line needs to be edited in
  13. order to configure everything.
  14. * Added a syncdb hook that looks for already configured Murmur instances
  15. whenever syncdb is run, and writes found instances and users into the
  16. database.
  17. * Various minor bug fixes.
  18. Version 0.1, 21 February 2009:
  19. ------------------------------
  20. * Set up a Django project that uses the Mumble application to make use
  21. easier for Django inexperienced users
  22. * First official Release