# HG changeset patch # User Sylvain Thénault <sylvain.thenault@logilab.fr> # Date 1286949394 -7200 # Wed Oct 13 07:56:34 2010 +0200 # Node ID 89bd260bd530936e344f9f41b476ebb5d7f7c19b # Parent ea7ad74f81901cd8b464ab544dfbf31a3d39f338 0.27 diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,17 @@ ChangeLog for RQL ================= +2010-10-13 -- 0.27.0 + * select.undefine_variable properly cleanup solutions (and restore them on + undo) + + * fix potential crash in Referenceable.get_description + + * introduce make_constant_restriction function, useful to build a + restriction without adding it yet to the tree + + + 2010-09-10 -- 0.26.6 * enhance bad rql query detection with ordered distinct (can't use distinct if an attribute is selected and we sort on another attribute) diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -20,7 +20,7 @@ __docformat__ = "restructuredtext en" modname = "rql" -numversion = (0, 26, 6) +numversion = (0, 27, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL' diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rql (0.27.0-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 13 Oct 2010 07:55:35 +0200 + rql (0.26.6-1) unstable; urgency=low * new upstream release