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.

35 lines
1.2 KiB

16 years ago
16 years ago
  1. =======================
  2. mumble-django changelog
  3. =======================
  4. Version 0.4, 10 April 2009:
  5. ------------------------------
  6. * Various bug fixes.
  7. * Added settings for django-registration to settings.py, so users can
  8. actually find them and don't need to figure these out on their own.
  9. * Added a form for Server Admins (people added to the Admin group on the
  10. root channel) to change a few settings like server password and MOTD.
  11. Version 0.3, 25 March 2009:
  12. ------------------------------
  13. * added basepath autodetection.
  14. * added "Admin on root channel" field that allows editing the ACL of the
  15. root channel, to grant or revoke membership in the "admins" group,
  16. thereby granting/revoking Administrator privileges.
  17. Version 0.2, 24 March 2009:
  18. ------------------------------
  19. * Reorganized settings.py, so only one single line needs to be edited in
  20. order to configure everything.
  21. * Added a syncdb hook that looks for already configured Murmur instances
  22. whenever syncdb is run, and writes found instances and users into the
  23. database.
  24. * Various minor bug fixes.
  25. Version 0.1, 21 February 2009:
  26. ------------------------------
  27. * Set up a Django project that uses the Mumble application to make use
  28. easier for Django inexperienced users
  29. * First official Release