Skip to content

Releases: LibraryOfCongress/bagit-java

v5.0.0-RC6

06 Apr 13:54
Compare
Choose a tag to compare
v5.0.0-RC6 Pre-release
Pre-release
  • fixed javadocs
  • added test for when payload oxum doesn't exist
  • added test for writing version 0.95
  • fixed writing of tag manifests

v5.0.0-RC5

24 Mar 18:01
Compare
Choose a tag to compare
v5.0.0-RC5 Pre-release
Pre-release

fixed #43 - tag file paths were not relative to bag root
fixed #44 - bag writer was not also copying over additional tag files when writing out the bag
Fixed keeping empty directories if they have a .keep file

v5.0.0-RC4

23 Mar 15:53
Compare
Choose a tag to compare
v5.0.0-RC4 Pre-release
Pre-release

fixes error where data directory was being duplicated when writing out a bag that already existed somewhere else.

v5.0.0-RC3

17 Mar 15:20
Compare
Choose a tag to compare
v5.0.0-RC3 Pre-release
Pre-release

updated the README and fixed a bunch of small issues found during testing.

v5.0.0-RC2

14 Mar 13:12
Compare
Choose a tag to compare
v5.0.0-RC2 Pre-release
Pre-release
  • replaced File class with Path class
  • added extension for other checksums

v5.0.0-RC1

10 Mar 18:46
Compare
Choose a tag to compare
v5.0.0-RC1 Pre-release
Pre-release

The first release candidate of the new 5.* series.
See the README page for more info in general about the 5.* series

If you would like to use this in your build script please use the maven snapshot repository
https://oss.sonatype.org/content/repositories/snapshots
Otherwise you can download the jars here.

changes from v5.0.0-BETA

  • fixes error of losing duplication of key metadata due to hashmap

version 4.12.0

09 Mar 19:01
Compare
Choose a tag to compare

closes #34 - hidden files should be ignored

version 5 BETA

02 Mar 16:53
Compare
Choose a tag to compare
version 5 BETA Pre-release
Pre-release

a rewrite of the bagit-java library

version 4.11.0

12 Feb 14:40
Compare
Choose a tag to compare

Issues closed

closes #11 - Fixes SimpleResult.add*Message().
closes #10 - Reports an error when verifying payloads for a bag with no payload manifests
closes #7 - BagIt does not close bag properly when inspecting it on Windows 7
closes #23 - Remove contact information and mailing list from readme
closes #21 - handle empty directories
closes #29 - Fetching of non-payload files should not be attempted

improvements

updated README
refactored code to remove PMD and findbugs warnings/errors
updated shebang in script
converted to using gradle

For a more detailed list see the comparision since last tag

bil 4.9.0 release

27 Feb 14:37
Compare
Choose a tag to compare

Changes in 4.9.0:

  1. Bug fix for normalization conversion between stored manifest filenames and filenames on disk.
  2. Fixed bug in zip compression.
  3. Upgraded numerous dependencies.
  4. Removed all LC-specific configuration from pom.
  5. Added .travis.yml for integration with travis-ci (http://travis-ci.com/).
  6. Fixed problems so that compiles under Java 8.

9386d93ea3c827db7d96b90f46d13534 bagit-4.9.0-bin.zip
cde82a692fc562d266976511cf0e5b86 bagit-4.9.0-src.zip