--- a/ChangeLog Mon Oct 11 11:33:52 2010 +0200
+++ b/ChangeLog Wed Oct 13 07:56:34 2010 +0200
@@ -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)
--- a/__pkginfo__.py Mon Oct 11 11:33:52 2010 +0200
+++ b/__pkginfo__.py Wed Oct 13 07:56:34 2010 +0200
@@ -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'
--- a/debian/changelog Mon Oct 11 11:33:52 2010 +0200
+++ b/debian/changelog Wed Oct 13 07:56:34 2010 +0200
@@ -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