# HG changeset patch
# User Sylvain <syt@logilab.fr>
# Date 1212750210 -7200
#      Fri Jun 06 13:03:30 2008 +0200
# Node ID c33bf10d953ec8ab3ee7ceb6ef6dd5a650204b16
# Parent  0e391a1da054fbff9267b21d317444652492f51a
0.18.2

diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,18 @@
 ChangeLog for RQL
 =================
 
-2008-05-12 -- 0.18.1
+2008-06-06  --  0.18.2
+    * remove group/sort undoing fix
+    * set stinfo['possibletypes'] and update solution dictionnary for variable
+     inserted for new identity relation
+    * error resilient unregister_reference
+    * init variable annotation information on annotation, not variable
+     instanciation
+	
+2008-05-12  --  0.18.1
     * bugfix in remove_groups and remove_sort_terms
 	
-2008-05-08 -- 0.18.0
+2008-05-08  --  0.18.0
     * UNION support
     * HAVING support
     * GROUPBY and ORDERBY moved *before* WHERE
diff --git a/__pkginfo__.py b/__pkginfo__.py
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -6,7 +6,7 @@
 """
 
 modname = "rql"
-numversion = (0, 18, 1)
+numversion = (0, 18, 2)
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LCL'
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rql (0.18.2-1) unstable; urgency=low
+
+  * new upstream release
+
+ -- Sylvain Thénault <Sylvain.Thenault@logilab.fr>  Fri, 06 Jun 2008 13:03:11 +0200
+
 rql (0.18.1-1) unstable; urgency=low
 
   * new upstream release