From f4040a95de09e89de9eb92ba2081d21d84f6c20d Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Wed, 23 Jan 2019 16:22:41 -0800 Subject: [PATCH] Describe changes in 1.8.2 --- CHANGES.md | 6 ++++++ README.md | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 734643f..4a90f68 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ Change log for eprints2bags =========================== +Version 1.8.2 +------------- + +* Improved handling of network and server connectivity issues (fixes issue #6) + + Version 1.8.1 ------------- diff --git a/README.md b/README.md index 35bd535..b683853 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,15 @@ A program for downloading records from an EPrints server and creating [BagIt](ht [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg?style=flat-square)](https://choosealicense.com/licenses/bsd-3-clause) [![Python](https://img.shields.io/badge/Python-3.5+-brightgreen.svg?style=flat-square)](http://shields.io) -[![Latest release](https://img.shields.io/badge/Latest_release-1.8.1-b44e88.svg?style=flat-square)](http://shields.io) -[![DOI](http://img.shields.io/badge/DOI-10.22002%20%2f%20D1.1158-blue.svg?style=flat-square)](https://data.caltech.edu/records/1158) +[![Latest release](https://img.shields.io/badge/Latest_release-1.8.2-b44e88.svg?style=flat-square)](http://shields.io) +[![DOI](http://img.shields.io/badge/DOI-10.22002%20%2f%20D1.1158-blue.svg?style=flat-square)](https://data.caltech.edu/records/1159) 🏁 Log of recent changes ----------------------- +_Version 1.8.2_: This minor release improves handling of server and network connectivity issues by pausing and retrying a few times before giving up completely. + _Version 1.8.1_: This minor release fixes a performance issue related to how multiple processes were used. The program is much faster now. _Version 1.8.0_: This release brings significant changes to the behavior and user interface. First, if desired, `eprints2bags` can now create a top-level bag containing the archived bags it creates. This top-level bag itself can also be put into a single-file archive if desired. This behavior is controlled by the new option `-e` in combination with the (renamed) option `-b` and the new option `-t`. (The default behavior remains _not_ to create an overall bag or archive.) Along with these changes, several existing command-line arguments have changed names and abbreviations. Please see the help text for the new names. Finally, a new option `-c` is available for changing the number of processes used during the bagging step to calculate checksums, and `eprints2bags` now uses multiple processes for that step by default.