Skip to content

Commit

Permalink
Describe changes in 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Jan 24, 2019
1 parent 6d5be4f commit f4040a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
-------------

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f4040a9

Please sign in to comment.