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.

210 lines
9.2 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
16 years ago
16 years ago
  1. =======================
  2. Mumble-Django changelog
  3. =======================
  4. Version 2.0beta1, 28 Feb 2010:
  5. ------------------------------
  6. * Remove a lot of columns from MDs database and replace them with properties. That
  7. way, MD will be far more easily extendable in the future without requiring a
  8. database update; and it reduces redundancy.
  9. The database will be converted automatically, but keeping Backups is not a bad
  10. idea. :)
  11. * Fix a few bugs that caused the default channel selector to break the creation of
  12. new server instances.
  13. * Merge mumble-django-nat into the main branch.
  14. * Add support for Murmur installations protected by an Ice secret.
  15. * Add automatically fetching the slice using Murmur's getSlice method.
  16. * Add getslice management command that checks if the slice can be fetched using
  17. Murmur's getSlice method.
  18. * Add support for new configuration fields in Murmur.
  19. * Adapt to the new texture handling introduced in Murmur 1.2.2.
  20. * Add kicking users.
  21. * Various minor bug fixes.
  22. Version 1.5, 15 Feb 2010:
  23. ------------------------------
  24. * Add a few checks for common problems in the Slice path, like spaces or the file
  25. name not ending with `.ice', to prevent nonsense Exceptions from Ice.
  26. * Change the Ice CTL to only load the slice when there is no "Murmur" module.
  27. * Replace SECRET_KEY variable with code to automatically generate it and store it
  28. in .secret.txt.
  29. * Fix a bug in the Munin plugin that caused Munin to only graph the alphabetically
  30. first server instance.
  31. * Display the aclAdmin property in the Admin instead of using isAdmin, to display
  32. changes in the ACLs directly.
  33. * Change the CTL mechanism to be completely independent from MD, thereby making it
  34. easily reusable.
  35. * Add view to feed Antiarc's AJAX channel viewer with data. See here for more details:
  36. http://github.com/cheald/murmur-manager/tree/master/widget/
  37. * Add a script that provides a CLI for the CTL objects, allowing to change Murmur's
  38. configuration directly from the shell.
  39. * Change the `default channel' field to a DropDown list.
  40. Version 1.4, 9 Feb 2010:
  41. ------------------------------
  42. * Remove automatic Murmur version detection, as it isn't possible with Ice.
  43. http://www.zeroc.com/forums/help-center/4781-multiple-connections-different-server-versions.html
  44. * Remove packaged slices for Murmur, due to the massive overhead the packaging
  45. creates compared to the little gain - whether people need to configure the slice
  46. version or path doesn't really matter anyway.
  47. * Enhance checkenv command to check:
  48. - for the root directory's permissions.
  49. - if the slice file is configured and readable.
  50. * Remove getslice command which is now unnecessary.
  51. Version 1.3, 7 Feb 2010:
  52. ------------------------------
  53. * Added getslice command that downloads the current HEAD slice version from
  54. Mumble's Git repository.
  55. * Added slice for 1.2.2 and updated settings.SLICE_VERSION accordingly.
  56. Version 1.2, 31 Jan 2010:
  57. ------------------------------
  58. * Cleaned up the code a lot.
  59. * Don't link to non-booted server instances to prevent the user from getting an
  60. exception message.
  61. * Add detection for django-rosetta and django-extensions to settings.py.
  62. Version 1.1, 9 Jan 2010:
  63. ------------------------------
  64. * Fixed crash when someone registered without an email address.
  65. * Set default connstring to Ice.
  66. * Improved internal handling of data provided by Murmur.
  67. * Added unit test facility and a few more management commands.
  68. * Added stripped-down views for mobile phone devices.
  69. * Updated the icons to those from Murmur 1.2.0.
  70. * Added the slice for Murmur 1.2.1.
  71. Version 1.0, 10 Dec 2009:
  72. ------------------------------
  73. * Added displaying User Comments.
  74. * Changed SLICE_VERSION to (1,2,0) because Mumble 1.2.0 has been released today.
  75. Version 0.12, 29 Nov 2009:
  76. ------------------------------
  77. * Added Player name validation to the registration.
  78. * Changed syncdb to update existing instances as well.
  79. * Added Support for pre-1.1.8 versions of Murmur's DBus interface (most notably,
  80. this is useful for Debian Lenny which ships with 1.1.4).
  81. * Added account linking feature to allow users who registered through Mumble
  82. to associate their mumble-django Account with an existing Murmur account.
  83. * Added ?version= tag to connect URLs.
  84. * Added IP/Port validation: When creating a new server instance, Mumble-Django
  85. will try to bind to the specified address and port to see if they are available.
  86. * Updated 1.2.0 slice to Murmur v1.2.0 beta1.
  87. * Generally improved error handling and stability.
  88. Version 0.11, 25 Sep 2009:
  89. ------------------------------
  90. * Fixed wrong {% URL %} tag that caused the template to crash when an anonymous
  91. user joins.
  92. * Added a FastCGI handler and example confs for Apache2 and Lighttpd.
  93. * Updated registerUser and setRegistration for Murmur snapshot snapshot b58726.
  94. * Added LOGIN_REDIRECT_URL to settings.
  95. * Added checkenv command for manage.py, that runs a few basic tests on the setup.
  96. * Added Polish translation.
  97. Version 0.10, 1 Sep 2009:
  98. ------------------------------
  99. * Added protected mode, which requires users to enter the server password
  100. for registration.
  101. * Added getRegistration methods to the CTLs.
  102. * Added autoconf command to the Munin plugin.
  103. * Added user textures to the detail pages in the channel viewer.
  104. * Added a user manager for server admins.
  105. * Added reverse resolving of URLs, allowing MD to run in a shared VirtualHost.
  106. * Added shell script to automatically generate a new SECRET_KEY.
  107. * Fixed Python 2.4 incompatible syntax.
  108. Version 0.9, 23 July 2009:
  109. ------------------------------
  110. * Added i18n support, and translations to:
  111. - German
  112. - Croatian
  113. - Italian
  114. - Japanese
  115. * Added more descriptive field names and help texts to the models.
  116. * Added a rudimentary CLI.
  117. Version 0.8, 11 July 2009:
  118. ------------------------------
  119. * Added Ice connector objects. Now MD can connect via both DBus and Ice.
  120. * Connectors can be used simultaneously, so managing 1.1.8 and 1.2.0 Murmurs
  121. is possible with a single instance of Mumble-Django.
  122. * Full compatibility to Murmur 1.2.0.
  123. * Added Channel descriptions to channel viewer for 1.2.0 servers.
  124. * management.py can now *always* add servers with a non-default connstring,
  125. not only when the default connstring doesn't resolve.
  126. * management.py tries to get connstring from an environment variable.
  127. * Changed channel viewer to use <div>s instead of a table, which is a lot
  128. cleaner to generate.
  129. * Fixed username@ missing in the channel links.
  130. * Merged mmServer object directly into Model and cleaned up mmobjects.py.
  131. * Added "Default connstring" and "Slice Version" fields to settings.py.
  132. * Added a Munin plugin to display the number of players on each server.
  133. * Added a few UNIQUE statements to the Models to prevent get() errors.
  134. Version 0.7, 27 May 2009:
  135. ------------------------------
  136. * Added copyright information about the Icons in the channel viewer to
  137. COPYRIGHT.
  138. * Fixed bug that prevented various settings from being applied to Murmur.
  139. * Fixed Python 2.4 incompatibility.
  140. * Various minor bug fixes.
  141. * Added setting users' textures.
  142. * Added Mumble icon as favicon.
  143. * Replaced YAML by a self-written template due to license problems.
  144. Version 0.6, 02. May 2009:
  145. ------------------------------
  146. * Re-Licensed the complete project under the GPL v2+, added License tags
  147. to code files.
  148. * Added "default channel", "player name", "channel name", "IP obfuscation"
  149. settings to Mumble model, therefore now supporting every one of Murmur's
  150. config options.
  151. * IMPORTANT: If updating from a version <= 0.5, please run:
  152. ./update-v0.5-v0.6.sh
  153. in the pyweb directory. That way, you will update the database without
  154. losing any data. If you are newly installing Mumble-Django, this does not
  155. apply.
  156. * Various minor bug fixes.
  157. Version 0.5, 18 April 2009:
  158. ------------------------------
  159. * Added redirect for / into urls.py, as this is easier than configuring
  160. it in the Apache config because it doesn't require the user to do
  161. anything.
  162. * Completely refurbished the user interface, now using a YAML template
  163. and ExtJS for some extra cool stuff. Still, the page does not _require_
  164. JavaScript to be enabled in order to function correctly, users with JS
  165. disabled will only see the registration forms and a hint to enable JS.
  166. Version 0.4, 10 April 2009:
  167. ------------------------------
  168. * Various bug fixes.
  169. * Added settings for django-registration to settings.py, so users can
  170. actually find them and don't need to figure these out on their own.
  171. * Added a form for Server Admins (people added to the Admin group on the
  172. root channel) to change a few settings like server password and MOTD.
  173. Version 0.3, 25 March 2009:
  174. ------------------------------
  175. * added basepath autodetection.
  176. * added "Admin on root channel" field that allows editing the ACL of the
  177. root channel, to grant or revoke membership in the "admins" group,
  178. thereby granting/revoking Administrator privileges.
  179. Version 0.2, 24 March 2009:
  180. ------------------------------
  181. * Reorganized settings.py, so only one single line needs to be edited in
  182. order to configure everything.
  183. * Added a syncdb hook that looks for already configured Murmur instances
  184. whenever syncdb is run, and writes found instances and users into the
  185. database.
  186. * Various minor bug fixes.
  187. Version 0.1, 21 February 2009:
  188. ------------------------------
  189. * Set up a Django project that uses the Mumble application to make use
  190. easier for Django inexperienced users
  191. * First official Release