Index: /pysyck/trunk/setup.py
===================================================================
--- /pysyck/trunk/setup.py	(revision 123)
+++ /pysyck/trunk/setup.py	(revision 124)
@@ -1,5 +1,5 @@
 
 NAME = 'PySyck'
-VERSION = '0.61.1'
+VERSION = '0.61.2'
 DESCRIPTION = "Python bindings for the Syck YAML parser and emitter"
 LONG_DESCRIPTION = """\
@@ -28,10 +28,4 @@
 from distutils.command.build_ext import build_ext
 from distutils.errors import CCompilerError, CompileError, LinkError
-
-import sys
-if sys.version < '2.2.4':
-    from distutils.dist import DistributionMetadata
-    DistributionMetadata.classifiers = None
-    DistributionMetadata.download_url = None
 
 import os
Index: /pysyck/trunk/README.txt
===================================================================
--- /pysyck/trunk/README.txt	(revision 67)
+++ /pysyck/trunk/README.txt	(revision 124)
@@ -23,5 +23,5 @@
 PySyck_ is aimed to update the current Python bindings for Syck. The new
 bindings provide a wrapper for the Syck emitter and give access to YAML
-representation graphs. Hopefully it will not leak memory as well.
+representation graphs.
 
 PySyck_ may be used for various tasks, in particular, as a replacement of the
@@ -885,4 +885,9 @@
 =======
 
+* PySyck-0.61.2 (2006-03-26):
+
+  - ``ext/_syckmodule.c``: fix a leak in the parser (thanks, jbj).
+  - ``setup.py``: set the development status to Production/Stable.
+
 * PySyck-0.61.1 (2006-03-15):
 
