python-cjson (1.0.3) unstable; urgency=low

  * Updated the function docstrings to include information about the
    available optional arguments and their meaning.

 -- Dan Pascu <dan@ag-projects.com>  Sat, 27 Jan 2007 07:25:39 +0200

python-cjson (1.0.2) unstable; urgency=low

  * Define INFINITY and NAN if missing as they are not available on all
    platforms.
  * Define Py_IS_NAN if missing as python2.3 doesn't have it.
  * Removed min and max macros as they were no used.
  * Remove cjson.so and the build directory on debuild clean.

 -- Dan Pascu <dan@ag-projects.com>  Wed, 20 Dec 2006 14:45:06 +0200

python-cjson (1.0.1) unstable; urgency=low

  * Clean some more leftovers on debuild clean.
  * Removed unused import in setup.py
  * Fixed function comment.

 -- Dan Pascu <dan@ag-projects.com>  Wed, 20 Dec 2006 02:19:08 +0200

python-cjson (1.0.0) unstable; urgency=medium

  * Initial release.

 -- Dan Pascu <dan@ag-projects.com>  Wed, 13 Dec 2006 13:55:24 +0200

