From 943b4383d4fb7e38090337fb21fc54a8430958d1 Mon Sep 17 00:00:00 2001 From: intrigeri <intrigeri@boum.org> Date: Sat, 12 Aug 2017 18:26:22 +0000 Subject: [PATCH] Update ChangeLog. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index ddc4ff1..418686c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,9 +17,12 @@ version 1.0.2 -- UNRELEASED · Run duplicity in a C locales environment (Closes: #736280). Thanks to Jonathan Dupart <jonathan@dupart.org> for the report, and the initial patch! + . Fix handling of Dropbox access token (Closes: GitLab#11260). mysql: . Make "nodata" option compatible with compress=no. . Fix non-qualified table name extraction. (Closes: Redmine#4373) + . Skip dumping information and performance_schema databasase. + (Closes: GitLab#11148) rdiff: . Add option to include rdiff-backup output in reports. Thanks to David Gasaway <dave@gasaway.org> for the patch! @@ -59,6 +62,12 @@ version 1.0.2 -- UNRELEASED Thanks to Mark Janssen <mark@sig-io.nl> for the patch. documentation changes . Update INSTALL file to add some missing recommended programs. + . Document release process. + . Merge FAQ content from the Redmine wiki into the one shipped + with backupninja. + . README.md: reorganize, reformat, and point to the examples + configuration files. + . INSTALL.md: recommend using packages on Debian and derivatives. version 1.0.1 -- June 29, 2012 handler changes -- GitLab