3.8.4 stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 11 Jun 2010 11:37:17 +0200
branchstable
changeset 5731 b12afc4dc5e3
parent 5730 784025c15a3c
child 5732 7b0765f22ad0
3.8.4
__pkginfo__.py
debian/changelog
web/wdoc/ChangeLog_en
web/wdoc/ChangeLog_fr
--- a/__pkginfo__.py	Fri Jun 11 11:36:01 2010 +0200
+++ b/__pkginfo__.py	Fri Jun 11 11:37:17 2010 +0200
@@ -22,7 +22,7 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 8, 3)
+numversion = (3, 8, 4)
 version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
--- a/debian/changelog	Fri Jun 11 11:36:01 2010 +0200
+++ b/debian/changelog	Fri Jun 11 11:37:17 2010 +0200
@@ -1,3 +1,9 @@
+cubicweb (3.8.4-1) unstable; urgency=low
+
+  * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr>  Fri, 11 Jun 2010 11:36:50 +0200
+
 cubicweb (3.8.3-1) unstable; urgency=low
 
   * new upstream release
--- a/web/wdoc/ChangeLog_en	Fri Jun 11 11:36:01 2010 +0200
+++ b/web/wdoc/ChangeLog_en	Fri Jun 11 11:37:17 2010 +0200
@@ -6,6 +6,11 @@
 .. _OWL: http://www.w3.org/TR/owl-features/
 .. _pdfexport: http://www.cubicweb.org/project/cubicweb-pdfexport
 
+2010-06-11  --  3.8.4
+   * support full text prefix search for instances using postgres > 8.4 as database: try it
+     by using search such as 'cubic*'
+
+
 2010-04-20  --  3.8.0
    * nicer schema_ and workflow views (clickable image!)
 
--- a/web/wdoc/ChangeLog_fr	Fri Jun 11 11:36:01 2010 +0200
+++ b/web/wdoc/ChangeLog_fr	Fri Jun 11 11:37:17 2010 +0200
@@ -6,6 +6,10 @@
 .. _OWL: http://www.w3.org/TR/owl-features/
 .. _pdfexport: http://www.cubicweb.org/project/cubicweb-pdfexport
 
+2010-06-11  --  3.8.4
+   * support pour la recherche de préfixe pour les instances utilisant postgres > 8.4 :
+     essayez en cherchant par ex. 'cubic*'
+
 2010-04-20  --  3.8.0
 
    * amélioration des vues de schema_ et des vues de workflows