--- 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
----------------------