Skip to content

Commit

Permalink
Add 0.20.0 release notes (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Sep 5, 2016
1 parent 68438e0 commit 2efffde
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.19'
version = '0.20'
# The full version, including alpha/beta/rc tags.
release = '0.19.0'
release = '0.20.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
80 changes: 80 additions & 0 deletions doc/developer-guide/releasenotes/rel_0.20.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
.. _rel-0.20.0:

Release 0.20.0
==============

Welcome to Zotonic 0.20.0, released on 5 September, 2016.

Main changes are:

* Added an MQTT notification when identity is deleted (:issue:`1376`).
* Fixed menu separators in the admin menu (:issue:`1388`).
* Fixed some tests not being run (:issue:`1392`).
* Fixed memory leak in Comet en WebSocket connection handling.
* Renamed ‘App Keys and Authentication Services’ admin menu item to
‘External services’ (issue:`1389`).
* In the admin, moved CSV import to the Content admin menu and require only
use mod_import_csv permissions (:issue:`1350`).
* Removed Perl dependency (:issue:`1373`).
* In many places, the resource’s unique name and id can now be used
interchangeably (:issue:`1356`).
* Several documentation improvements, including an example configuration for SSL
termination using Nginx (:issue:`1359`).

Commits since 0.19.0
--------------------

There were 36 commits since release 0.19.0.

Big thanks to all people contributing to Zotonic!

Git shortlog
............

Arjan Scherpenisse (3):
* mod_acl_user_groups: Fix typo in ACL import
* core: Allow retrieving site config values from the OS environment
* mod_base: Log the stacktrace when an API method throws an error

Arthur Clemens (6):
* docs: Describe uploading files with API services
* dialog: reposition one tick after initialization
* dialog: make repositioning function accessible outside
* dialog: fix dialogs that do not have option 'center'
* dialog: add function to scroll to position
* Add style to LESS instead of CSS

David de Boer (20):
* doc: Fix build
* docker: Create lite Zotonic container (#1310)
* Add 0.19.0 release notes (#1358)
* doc: Fix typo
* doc: Document page template names (#1364)
* admin: Fix inline links (#1366)
* Add .editorconfig
* Remote trailing whitespaces from .erl and .tpl files
* core: Add MQTT notification for delete_by_type_and_key (#1376)
* mod_base: Fix Content-Security-Policy for inline PDFs (#1379)
* doc: Fix indent
* doc: Improve search docs (#1369)
* doc: Add a note that only unprotected Tweets will be imported (#1387)
* mod_import_csv: Fix untranslated cancel button
* core: For every resource id argument, allow resource name as well (#1356)
* mod_authentication: Rename menu to 'External Services' (#1389)
* mod_import_csv: Move CSV import to Content menu (#1391)
* mod_admin: Fix menu separators not shown (#1388)
* tests: Include db_tests in testrun (#1393)
* core: Remove rid from maybe_allowed (#1400)

Maas-Maarten Zeeman (1):
* core: Fix memory leak in comet and ws connection handling.

Marc Worrell (5):
* mod_menu: fix a problem where the conversion of old config-menu failed due to missing main_menu resource.
* core: allow m_rsc p_no_acl fetch of exists and id
* mod_survey: fix fetch of label names for truefalse questions.
* smtp: ensure that the logged error reason is a binary. This fixes a situation where the value {error, {error, timeout}} was returned from gen_smtp_client:send_blocking/2.
* smtp: ensure that the logged error reason is a binary. This fixes a situation where the value {error, {error, timeout}} was returned from gen_smtp_client:send_blocking/2.

Marco Wessel (1):
* Remove perl dependency (#1373)
2 changes: 1 addition & 1 deletion include/zotonic_release.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
%% limitations under the License.

%% Release number
-define(ZOTONIC_VERSION, "0.19.0").
-define(ZOTONIC_VERSION, "0.20.0").
2 changes: 1 addition & 1 deletion src/zotonic.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, zotonic,
[{description, "zotonic"},
{vsn, "0.19.0"},
{vsn, "0.20.0"},
{modules,
[
zotonic,
Expand Down

0 comments on commit 2efffde

Please sign in to comment.