~ubuntu-branches/ubuntu/saucy/mumble-django/saucy-proposed

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Package Import Robot
  • Author(s): Michael Ziegler
  • Date: 2013-05-19 18:06:11 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20130519180611-flqpsk20fu2t6hq4
Tags: 2.9-1
* New upstream release.
* Drop DM-Upload-Allowed as it isn't used any longer.
* Update VCS-{SVN,Browser} tags.
* Update Django dependency to 1.5.
* Remove template patch for django-registration 0.8 (applied upstream).
* Remove the hunk that adds MessageMiddleware to settings.py (applied
  upstream).
* Disable the registration app for now (incompatible to Django 1.5).
* Remove dependency to python-simplejson.
* Adapt apache config to staticfiles change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Mumble-Django changelog
3
3
=======================
4
4
 
 
5
Version 2.9, 19 May 2013:
 
6
------------------------------
 
7
* Refactor /media directoy and URLs to django.contrib.staticfiles.
 
8
* Move from simplejson to json.
 
9
* Remove obsolete ADMIN_MEDIA_PREFIX.
 
10
 
 
11
Version 2.8, 12 May 2013:
 
12
------------------------------
 
13
* Add MessageMiddleware which is needed for the Admin system.
 
14
* Adapt Apache configs for Django 1.4.
 
15
* Add template for django-registration 0.8.
 
16
* Add a bunch of new config variables (kudos to Natenom).
 
17
* Include display address field in the server admin form.
 
18
* Rework flaskcvp.py in a way that it'll actually run under Apache.
 
19
* Convert {%url%} syntax for Django 1.5.
 
20
 
5
21
Version 2.7, 31 Mar 2012:
6
22
------------------------------
7
23
* Add STATIC_URL/STATIC_ROOT settings.