From e0524ba6accede8f9eb0cd82e1442b32322f898e Mon Sep 17 00:00:00 2001 From: amercader Date: Thu, 28 Sep 2017 13:01:36 +0100 Subject: [PATCH] Update CHANGELOG after last release --- CHANGELOG.rst | 44 ++++++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bce209cf5b4..f0415cd8ba1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,20 @@ Note: This version requires re-running the 'datastore set-permissions' command CKAN developers should also re-run set-permissions on the test database: :ref:`datastore-test-set-permissions` +v2.7.2 2017-09-28 +================= + + * Include missing minified JavaScript files + +v2.7.1 2017-09-27 +================= + + * add field_name to image_upload macro when uploading resources (#3766) + * Add some missing major changes to change log. (#3799) + * _mail_recipient header override (#3781) + * skip url parsing in redirect (#3499) + * Fix multiple errors in i18n of JS modules (#3590) + * Standardize on url_for on popup (#3831) v2.7.0 2017-08-02 ================= @@ -126,6 +140,13 @@ Deprecations: jobs (http://docs.ckan.org/en/latest/maintaining/background-tasks.html). Extensions can still of course use Celery but they will need to handle the management themselves. +v2.6.4 2017-09-27 +================= + +* Mail recepient header override (#3781) +* Skip url parsing in redirect (#3499) +* Support non root for fanstatic (#3618) + v2.6.3 2017-08-02 ================= @@ -268,6 +289,13 @@ Bug fixes: API changes and deprecations: * Replace `c.__version__` with new helper `h.ckan_version()` (`#3103 `_) +v2.5.7 2017-09-27 +================= + +* Allow overriding email headers (#3781) +* Support non-root instances on fanstatic (#3618) +* Add missing close button on organization page (#3814) + v2.5.6 2017-08-02 ================= @@ -412,20 +440,12 @@ v2.5.0 2015-12-17 Cancelled release -v2.4.6 2017-02-22 +v2.4.9 2017-09-27 ================= - * Use the url_for() helper for datapusher URLs (#2866) - * Resource creation date use datetime.utcnow() (#3447) - * Fix locale error when using fix ckan.root_path - * `render_markdown` breaks links with ampersands - * Check group name and id during package creation - * Use utcnow() on dashboard_mark_activities_old (#3373) - * Fix encoding error on DataStore exception - * Datastore doesn't add site_url to resource created via API (#3189) - * Fix memberships after user deletion (#3265) - * Remove idle database connection (#3260) - * Fix package_owner_org_update action when called via the API (#2661) +* Allow overriding email headers (#3781) +* Support non-root instances on fanstatic (#3618) +* Add missing close button on organization page (#3814) v2.4.8 2017-08-02 =================