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.

274 lines
12 KiB

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