Bumped version to 0.8.3

This commit is contained in:
Roberto Rosario
2011-08-19 04:56:55 -04:00
parent 9366e04f61
commit b4be6115a1
2 changed files with 9 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ admin_site = {'text': _(u'admin site'), 'url': '/admin', 'famfam': 'keyboard', '
__version_info__ = {
'major': 0,
'minor': 8,
'micro': 2,
'micro': 3,
'releaselevel': 'final',
'serial': 0
}

View File

@@ -1,4 +1,11 @@
2011-08-18
2011-08-19
Tag: Version 0.8.3
* Added a Contributors file under the docs directory
* Moved the document grouping subtemplate windows into a document
information tab
* Change the mode the setup options are shown, opting to use a more of
a dashboard style now
@@ -9,14 +16,11 @@
* Improved the metadata type and metadata set selection widget during the
document upload wizard
2011-08-14
* Added a view to the about menu to read the LICENSE file included with
Mayan
2011-08-12
* Added converter backend agnostic image file format descriptions
2011-08-11
* Disable whitelist and blacklist temporarily, removed document_type
field from interactive sources
@@ -32,10 +36,8 @@
jpeg and png library detection
- Users must uninstall PIL before installing Pillow
2011-08-10
* Updated the static media url in the login excempt url list
2011-08-08
* Added remediatory code to sidestep issue #10 caused by DjangoZoom's
deployment script executing the collectstatic command before creating
the database structure with syncdb. Thanks to Joost Cassee