[pkg] prepare 3.20 release 3.20.0 centos/3.20.0-1 cubicweb-centos-version-3.20.0-1 cubicweb-debian-version-3.20.0-1 cubicweb-version-3.20.0 debian/3.20.0-1
authorJulien Cristau <julien.cristau@logilab.fr>
Tue, 06 Jan 2015 19:00:53 +0100
changeset 10131 7e6b7739afe6
parent 10128 894957e1ce2d
child 10132 5af4c5087d32
[pkg] prepare 3.20 release
debian/changelog
doc/3.20.rst
--- a/debian/changelog	Fri Dec 19 12:39:42 2014 +0100
+++ b/debian/changelog	Tue Jan 06 19:00:53 2015 +0100
@@ -1,8 +1,8 @@
-cubicweb (3.20.0-1) UNRELEASED; urgency=medium
+cubicweb (3.20.0-1) unstable; urgency=medium
 
   * new upstream release
 
- -- Julien Cristau <julien.cristau@logilab.fr>  Thu, 18 Dec 2014 16:44:03 +0100
+ -- Julien Cristau <julien.cristau@logilab.fr>  Tue, 06 Jan 2015 18:11:03 +0100
 
 cubicweb (3.19.6-1) unstable; urgency=low
 
--- a/doc/3.20.rst	Fri Dec 19 12:39:42 2014 +0100
+++ b/doc/3.20.rst	Tue Jan 06 19:00:53 2015 +0100
@@ -18,6 +18,24 @@
 * cubicweb-ctl plugins can use the ``cubicweb.utils.admincnx`` function
   to get a Connection object from an instance name.
 
+* new 'tornado' wsgi backend
+
+* session cookies have the HttpOnly flag, so they're no longer exposed to
+  javascript
+
+* rich text fields can be formatted as markdown
+
+* the edit controller detects concurrent editions, and raises a ValidationError
+  if an entity was modified between form generation and submission
+
+* cubicweb can use a postgresql "schema" (namespace) for its tables
+
+* "cubicweb-ctl configure" can be used to set values of the admin user
+  credentials in the sources configuration file
+
+* in debug mode, setting the _cwtracehtml parameter on a request allows tracing
+  where each bit of output is produced
+
 .. _CWEP-002: http://hg.logilab.org/review/cwep/file/tip/CWEP-002.rst
 
 
@@ -36,6 +54,9 @@
   cubicweb.css, along with its cubicweb.reset.css companion, have been
   removed.
 
+* the jquery-treeview plugin was updated to its latest version
+
+
 Deprecated Code Drops
 ----------------------