Skip to content
Snippets Groups Projects
Commit cc49fa07abc3 authored by Sylvain's avatar Sylvain
Browse files

0.8.0

parent 911504b528f9
No related branches found
No related tags found
No related merge requests found
ChangeLog for RQL
=================
--
2006-10-27 -- 0.8.0
* fix grammar for negative integer :/
* simplify generated subtree for IN(onechildren)
* stcheck is now doing full annotation and additional constant variable
......
......@@ -6,7 +6,7 @@
"""
modname = "rql"
numversion = [0, 7, 2]
numversion = (0, 8, 0)
version = '.'.join([str(num) for num in numversion])
license = 'LCL'
......
rql (0.8.0-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 27 Oct 2006 13:16:10 +0200
rql (0.7.2-1) unstable; urgency=low
* new upstream release
......
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