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.

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