From 22aa86646c85beda6c11a770290575567161c8fc Mon Sep 17 00:00:00 2001
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 7 Dec 2016 11:06:14 +0000
Subject: [PATCH] Updated changelog information for 6.39.1  - Legacy-Id: 12468

---
 changelog | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/changelog b/changelog
index 82969633e..3814111e1 100644
--- a/changelog
+++ b/changelog
@@ -1,11 +1,24 @@
 ietfdb (6.39.1) ietf; urgency=medium
 
-  **Enhanced Person Profile Page**
+  **Historical review data. Enhanced person profile page**
 
   This is a mixed bugfix and feature release.  From the commitlog:
 
-  * Added more document information to the personal profile pages at 
-    /person/<full name>, after a suggestion from Benoit Claise.  Fixes issue 
+  * Changed to using TestCase from ietf.utils in some places, for consistent
+    test-suite failure messages.
+
+  * Updated installation instructions.  Run migrations as the web server user;
+    migrations may create files which the datatracker should be able to write.
+
+  * Don't count the template loading done in TemplateChecksTestCase towards
+    template coverage numbers.  Updated coverage numbers to match.
+
+  * Merged in [12461] from rjsparks@nostrum.com:
+    Added a migration to fetch text from reviews in the mail archives and
+    populate the review documents. Fixes #2064.  Will patch into production. 
+
+  * Added more document information to the personal profile pages at
+    /person/<full name>, after a suggestion from Benoit Claise.  Fixes issue
     #2066.
 
   * Added new display columns to the reviewer settings admin page.