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.

160 lines
6.7 KiB

15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
  1. =======================
  2. Mumble-Django changelog
  3. =======================
  4. Version 1.3, 7 Feb 2010:
  5. ------------------------------
  6. * Added getslice command that downloads the current HEAD slice version from
  7. Mumble's Git repository.
  8. * Added slice for 1.2.2 and updated settings.SLICE_VERSION accordingly.
  9. Version 1.2, 31 Jan 2010:
  10. ------------------------------
  11. * Cleaned up the code a lot.
  12. * Don't link to non-booted server instances to prevent the user from getting an
  13. exception message.
  14. * Add detection for django-rosetta and django-extensions to settings.py.
  15. Version 1.1, 9 Jan 2010:
  16. ------------------------------
  17. * Fixed crash when someone registered without an email address.
  18. * Set default connstring to Ice.
  19. * Improved internal handling of data provided by Murmur.
  20. * Added unit test facility and a few more management commands.
  21. * Added stripped-down views for mobile phone devices.
  22. * Updated the icons to those from Murmur 1.2.0.
  23. * Added the slice for Murmur 1.2.1.
  24. Version 1.0, 10 Dec 2009:
  25. ------------------------------
  26. * Added displaying User Comments.
  27. * Changed SLICE_VERSION to (1,2,0) because Mumble 1.2.0 has been released today.
  28. Version 0.12, 29 Nov 2009:
  29. ------------------------------
  30. * Added Player name validation to the registration.
  31. * Changed syncdb to update existing instances as well.
  32. * Added Support for pre-1.1.8 versions of Murmur's DBus interface (most notably,
  33. this is useful for Debian Lenny which ships with 1.1.4).
  34. * Added account linking feature to allow users who registered through Mumble
  35. to associate their mumble-django Account with an existing Murmur account.
  36. * Added ?version= tag to connect URLs.
  37. * Added IP/Port validation: When creating a new server instance, Mumble-Django
  38. will try to bind to the specified address and port to see if they are available.
  39. * Updated 1.2.0 slice to Murmur v1.2.0 beta1.
  40. * Generally improved error handling and stability.
  41. Version 0.11, 25 Sep 2009:
  42. ------------------------------
  43. * Fixed wrong {% URL %} tag that caused the template to crash when an anonymous
  44. user joins.
  45. * Added a FastCGI handler and example confs for Apache2 and Lighttpd.
  46. * Updated registerUser and setRegistration for Murmur snapshot snapshot b58726.
  47. * Added LOGIN_REDIRECT_URL to settings.
  48. * Added checkenv command for manage.py, that runs a few basic tests on the setup.
  49. * Added Polish translation.
  50. Version 0.10, 1 Sep 2009:
  51. ------------------------------
  52. * Added protected mode, which requires users to enter the server password
  53. for registration.
  54. * Added getRegistration methods to the CTLs.
  55. * Added autoconf command to the Munin plugin.
  56. * Added user textures to the detail pages in the channel viewer.
  57. * Added a user manager for server admins.
  58. * Added reverse resolving of URLs, allowing MD to run in a shared VirtualHost.
  59. * Added shell script to automatically generate a new SECRET_KEY.
  60. * Fixed Python 2.4 incompatible syntax.
  61. Version 0.9, 23 July 2009:
  62. ------------------------------
  63. * Added i18n support, and translations to:
  64. - German
  65. - Croatian
  66. - Italian
  67. - Japanese
  68. * Added more descriptive field names and help texts to the models.
  69. * Added a rudimentary CLI.
  70. Version 0.8, 11 July 2009:
  71. ------------------------------
  72. * Added Ice connector objects. Now MD can connect via both DBus and Ice.
  73. * Connectors can be used simultaneously, so managing 1.1.8 and 1.2.0 Murmurs
  74. is possible with a single instance of Mumble-Django.
  75. * Full compatibility to Murmur 1.2.0.
  76. * Added Channel descriptions to channel viewer for 1.2.0 servers.
  77. * management.py can now *always* add servers with a non-default connstring,
  78. not only when the default connstring doesn't resolve.
  79. * management.py tries to get connstring from an environment variable.
  80. * Changed channel viewer to use <div>s instead of a table, which is a lot
  81. cleaner to generate.
  82. * Fixed username@ missing in the channel links.
  83. * Merged mmServer object directly into Model and cleaned up mmobjects.py.
  84. * Added "Default connstring" and "Slice Version" fields to settings.py.
  85. * Added a Munin plugin to display the number of players on each server.
  86. * Added a few UNIQUE statements to the Models to prevent get() errors.
  87. Version 0.7, 27 May 2009:
  88. ------------------------------
  89. * Added copyright information about the Icons in the channel viewer to
  90. COPYRIGHT.
  91. * Fixed bug that prevented various settings from being applied to Murmur.
  92. * Fixed Python 2.4 incompatibility.
  93. * Various minor bug fixes.
  94. * Added setting users' textures.
  95. * Added Mumble icon as favicon.
  96. * Replaced YAML by a self-written template due to license problems.
  97. Version 0.6, 02. May 2009:
  98. ------------------------------
  99. * Re-Licensed the complete project under the GPL v2+, added License tags
  100. to code files.
  101. * Added "default channel", "player name", "channel name", "IP obfuscation"
  102. settings to Mumble model, therefore now supporting every one of Murmur's
  103. config options.
  104. * IMPORTANT: If updating from a version <= 0.5, please run:
  105. ./update-v0.5-v0.6.sh
  106. in the pyweb directory. That way, you will update the database without
  107. losing any data. If you are newly installing Mumble-Django, this does not
  108. apply.
  109. * Various minor bug fixes.
  110. Version 0.5, 18 April 2009:
  111. ------------------------------
  112. * Added redirect for / into urls.py, as this is easier than configuring
  113. it in the Apache config because it doesn't require the user to do
  114. anything.
  115. * Completely refurbished the user interface, now using a YAML template
  116. and ExtJS for some extra cool stuff. Still, the page does not _require_
  117. JavaScript to be enabled in order to function correctly, users with JS
  118. disabled will only see the registration forms and a hint to enable JS.
  119. Version 0.4, 10 April 2009:
  120. ------------------------------
  121. * Various bug fixes.
  122. * Added settings for django-registration to settings.py, so users can
  123. actually find them and don't need to figure these out on their own.
  124. * Added a form for Server Admins (people added to the Admin group on the
  125. root channel) to change a few settings like server password and MOTD.
  126. Version 0.3, 25 March 2009:
  127. ------------------------------
  128. * added basepath autodetection.
  129. * added "Admin on root channel" field that allows editing the ACL of the
  130. root channel, to grant or revoke membership in the "admins" group,
  131. thereby granting/revoking Administrator privileges.
  132. Version 0.2, 24 March 2009:
  133. ------------------------------
  134. * Reorganized settings.py, so only one single line needs to be edited in
  135. order to configure everything.
  136. * Added a syncdb hook that looks for already configured Murmur instances
  137. whenever syncdb is run, and writes found instances and users into the
  138. database.
  139. * Various minor bug fixes.
  140. Version 0.1, 21 February 2009:
  141. ------------------------------
  142. * Set up a Django project that uses the Mumble application to make use
  143. easier for Django inexperienced users
  144. * First official Release