From b751aeb29c4ad9d81d75b66a811bd662aed26f8f Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 6 Aug 2015 19:16:35 +0000 Subject: [PATCH] Updated changelog information for v6.4.0. - Legacy-Id: 9984 --- changelog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog b/changelog index 1ed0c045e..347b28334 100644 --- a/changelog +++ b/changelog @@ -12,18 +12,18 @@ ietfdb (6.4.0) ietf; urgency=medium static files will be migrated to be served via CDN also, over time. This release also adds support for easy update of external javascript, font, - and css libraries by means of a new management command 'bower_install' which - makes use of the 'bower' package manager. Use of this management command + and css libraries by means of a new management command "bower_install" which + makes use of the "bower" package manager. Use of this management command requires that bower be installed on the development platform. When deploying this and following releases, a new action is needed in order to make the appropriate static content available for serving via CDN: - After checking out the release and creating the symlink to the new release - in the datatracker deployment directory, it is now also necessary to create - a new symlink within a directory which is served through the CDN: + After checking out the release, before creating the symlink to the new release + in the datatracker deployment directory, it is now also necessary to run + the "collectstatic" action:: - $ ln -s /a/www/ietf-datatracker/$releasenumber/static/lib /www/www6s/lib/dt/$releasenumber + $ ietf/manage.py collectstatic A note about that has been added to the README file in the datatracker deployment directory.