Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 29 additions & 15 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
* 0.6 : 2012-01-01
- Change license to MIT/X11
- Integrate with Django Paginator (thanks @rlskoeser)
- Add UUIDField support
- Add MLT Handler support (thanks @ogrisel)
Change Log
==========

0.7 (unreleased)
----------------

* 0.5 : 2011-05-18
- Add proper documentation
- Add field_limit() option (thanks, @danaspiegel)
- Add basic support for new Solr-3.1 datatypes
- Add support for __any queries (thanks, @skarab)
- Add experimental JSON output module
- Use Distribute to enable automatic dependency installation.
[davidjb]

- Rationalize data normalization and quoting codepaths, fixing several bugs along the way
- Fixes for correct serialization of complex nested query objects

0.6 (2012-01-01)
----------------

* 0.4 : 2011-01-04
- Change license to MIT/X11
- Integrate with Django Paginator (thanks @rlskoeser)
- Add UUIDField support
- Add MLT Handler support (thanks @ogrisel)

- First release on PyPi

0.5 (2011-05-18)
----------------

- Add proper documentation
- Add field_limit() option (thanks, @danaspiegel)
- Add basic support for new Solr-3.1 datatypes
- Add support for __any queries (thanks, @skarab)
- Add experimental JSON output module
- Rationalize data normalization and quoting codepaths, fixing several bugs along the way
- Fixes for correct serialization of complex nested query objects


0.4 (2011-01-04)
----------------

- First release on PyPi
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Full documentation can be found at http://opensource.timetric.com/sunburnt/index
Dependencies
============

The requirements for Sunburnt will automatically be downloaded when using
one of the installation methods (if they are not already available).

- Requirements:

* `httplib2 <http://code.google.com/p/httplib2/>`_
Expand Down
Loading