Skip to content
Snippets Groups Projects
Commit 0cab2c15d09a authored by Nicolas Chauvat's avatar Nicolas Chauvat
Browse files

ready for 0.18.0

parent 46ea8a04429c
No related branches found
Tags rql-version-0_18_0
No related merge requests found
ChangeLog for RQL
=================
--
2008-05-08 -- 0.18.0
* UNION support
* HAVING support
......@@ -5,5 +5,7 @@
* UNION support
* HAVING support
* GROUPBY and ORDERBY moved *before* WHERE
* code cleanup, fixes and refactorings
2008-03-26 -- 0.17.2
* fix a bug in get_solutions,possible_types should be reseted first
......
......@@ -6,7 +6,7 @@
"""
modname = "rql"
numversion = (0, 17, 2)
numversion = (0, 18, 0)
version = '.'.join([str(num) for num in numversion])
license = 'LCL'
......
rql (0.18.0-1) unstable; urgency=low
* new upstream release
-- Nicolas Chauvat <Nicolas.Chauvat@logilab.fr> Thu, 08 May 2008 18:07:14 +0200
rql (0.17.2-1) unstable; urgency=low
* new upstream release
......
......@@ -10,7 +10,7 @@
Package: python-rql
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, python-egenix-mxdatetime, python-logilab-common (>= 0.16.1-1), python-constraint (>= 0.3.0-5), yapps2-runtime
Depends: ${python:Depends}, python-egenix-mxdatetime, python-logilab-common (>= 0.31.0-1), python-constraint (>= 0.3.0-5), yapps2-runtime
Replaces: python2.3-rql, python2.4-rql
Conflicts: python2.3-rql, python2.4-rql
Description: relationship query language (RQL) utilities [dummy package]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment