--- a/ChangeLog Thu Jun 03 16:47:33 2010 +0200
+++ b/ChangeLog Fri Jun 04 16:39:32 2010 +0200
@@ -1,10 +1,13 @@
ChangeLog for RQL
=================
---
+2010-06-04 -- 0.26.1
* normalize NOT() to NOT EXISTS() when it makes sense
+
* fix grammar bug in HAVING clause: should all arbitrary expression and fix to deal with IN() hack
+
+
2010-04-20 -- 0.26.0
* setuptools support
--- a/__pkginfo__.py Thu Jun 03 16:47:33 2010 +0200
+++ b/__pkginfo__.py Fri Jun 04 16:39:32 2010 +0200
@@ -16,13 +16,11 @@
#
# You should have received a copy of the GNU Lesser General Public License along
# with rql. If not, see <http://www.gnu.org/licenses/>.
-"""RQL packaging information.
-
-"""
+"""RQL packaging information."""
__docformat__ = "restructuredtext en"
modname = "rql"
-numversion = (0, 26, 0)
+numversion = (0, 26, 1)
version = '.'.join(str(num) for num in numversion)
license = 'LGPL'
@@ -37,8 +35,6 @@
web = "http://www.logilab.org/project/rql"
ftp = "ftp://ftp.logilab.org/pub/rql"
-pyversions = ['2.4']
-
import os, subprocess, sys
from distutils.core import Extension
--- a/debian/control Thu Jun 03 16:47:33 2010 +0200
+++ b/debian/control Fri Jun 04 16:39:32 2010 +0200
@@ -13,7 +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)
+Conflicts: cubicweb-common (< 3.8.3)
Provides: ${python:Provides}
Description: relationship query language (RQL) utilities
A library providing the base utilities to handle RQL queries,