--- a/ChangeLog Mon Apr 19 15:29:58 2010 +0200
+++ b/ChangeLog Tue Apr 20 11:14:07 2010 +0200
@@ -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
--- a/__pkginfo__.py Mon Apr 19 15:29:58 2010 +0200
+++ b/__pkginfo__.py Tue Apr 20 11:14:07 2010 +0200
@@ -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'
--- a/debian/changelog Mon Apr 19 15:29:58 2010 +0200
+++ b/debian/changelog Tue Apr 20 11:14:07 2010 +0200
@@ -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
--- a/debian/control Mon Apr 19 15:29:58 2010 +0200
+++ b/debian/control Tue Apr 20 11:14:07 2010 +0200
@@ -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,