# HG changeset patch # User Sylvain Thénault <sylvain.thenault@logilab.fr> # Date 1271754847 -7200 # Tue Apr 20 11:14:07 2010 +0200 # Node ID 1ddc5bc2504a69630683d530d69ce061345d3c9e # Parent 70c8611957d51e36e5cf25345fe07f9855e92477 rql 0.26 for cw >= 3.8 diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,17 @@ ChangeLog for RQL ================= +2010-04-20 -- 0.26.0 + * setuptools support + + * variable and column alias stinfo optimization + + * analyzer return key used in args to unambiguify solutions + + * rewrite_shared_optional refactoring + + + 2010-03-16 -- 0.25.0 * depends on logilab-database diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en" modname = "rql" -numversion = (0, 25, 0) +numversion = (0, 26, 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.26.0-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 20 Apr 2010 11:10:27 +0200 + rql (0.25.0-1) unstable; urgency=low * new upstream release diff --git a/debian/control b/debian/control --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Architecture: any XB-Python-Version: ${python:Versions} Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-logilab-common (>= 0.35.3-1), yapps2-runtime, python-logilab-database +Conflicts: cubicweb-common (< 3.8.0) Provides: ${python:Provides} Description: relationship query language (RQL) utilities A library providing the base utilities to handle RQL queries,