Skip to content

Commit

Permalink
Merge branch 'release/0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfoulis committed Sep 5, 2012
2 parents 8db27f9 + de1b312 commit a936496
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
* Yann Malet <[email protected]> https://github.com/yml/
* Marko Mahnič https://github.com/mmahnic
* Chris Glass https://github.com/chrisglass
* Iacopo Spalletti https://github.com/yakky

For video file type we are using an icon by dreamxis, http://dreamxis.themex.net/, under Creative Commons Attribution license.
34 changes: 17 additions & 17 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changelog for django-filer
==========================

next
----
0.9 (2012-09-05)
----------------

* django-1.4 compatibility
* seperate, customizable file storage backends for public and private files
* separate, customizable file storage backends for public and private files
* deleting a file in filer now deletes the file and all its thumbnails from the filesystem
* many bulk operations (admin actions)
* backwards incompatible changes
Expand All @@ -15,44 +15,44 @@ next
(as proposed by django.contrib.staticfiles and django 1.3)
* django 1.2 no longer supported

0.8.7
-----
0.8.7 (2012-07-26)
------------------

* minor maintenance release
* no longer unpack uploaded zip files (#172)
* removed some print statements

0.8.6
-----
0.8.6 (2012-03-13)
------------------

* renamed media to static
* new dependency: django-staticfiles or django >= 1.3
* minor bugfixes

0.8.5
-----
0.8.5 (2011-09-28)
------------------

* fix thumbnail templatetag support for easy-thumbnails>=1.0-alpha-17

0.8.4
-----
0.8.4 (2011-09-27)
------------------

* fix ajax file upload for django < 1.3

0.8.3
-----
0.8.3 (2011-08-27)
------------------

* replaced flash uploader with pure javascript (Burn in hell, flash uplaoder!)


0.8.2
-----
0.8.2 (2010-12-16)
------------------

* sha hash for files
* packaging fixes

0.8.1
-----
0.8.1 (2010-10-30)
------------------

* moved to easy-thumbnails for thumbnailing. added tests and lots of cleanup.
* Backwards incompatible changes:
Expand Down

0 comments on commit a936496

Please sign in to comment.