From 48e94dffa76cdda29b63d06162eb446b13fba062 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 26 Oct 2011 13:55:22 +0000 Subject: [PATCH] Changelog entry for 3.62 - Legacy-Id: 3524 --- changelog | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/changelog b/changelog index 1ce4ec9ec..26d3e680d 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,40 @@ +ietfdb (3.62) + + This is a minor bugfix release in preparation for merging in the Alternate + Streams draft tracker enhancements. + + * Fixed a problem where server IO failures could be silently discarded + resulting in an ID submission upload being quietly ignored, returning + the upload form anew. + + * Changed to a more helpful text on the 500 server error page. + + * Tweaked various submission cutoff message strings. Also made the cut-off + messages use the actual hour defined in settings, rather than a hardcoded + string saying '5 PM (PT)' ... + + * Cleaned up the display of 'Sign In' and version number when rendering the + base template without context (which is the case for the 500 server error + template). + + * Fixed a wrong settings variable (introduced when merging code from the + yaco idsubmit branch for v3.61). Refine the error report for failures to + move files from staging to repository. + + * Refined the admin list page for submission details a bit. + + * Change the 'Sign In' link to be https, preventing clear-text passwords + over the wire (given the current use of basic http auth, rather than + diget auth, on the web server). + + * Added a 'Report a bug' link in the lefthand column, below the version + indication. + + * The cutoff hour setting is in UTC, not PST or PDT. Adjusted + accordingly in the settings file. + + -- Henrik Levkowetz 26 Oct 2011 15:55:18 +0200 + ietfdb (3.61) From esanchez@yaco.es: