Skip to content

Releases: LibraryOfCongress/bagit-java

Release 5.2.0

19 Jun 13:26
af00922
Compare
Choose a tag to compare

updates to due to bagit specification 1.0 see https://tools.ietf.org/html/draft-kunze-bagit-16

Release 5.1.1

26 Feb 15:02
Compare
Choose a tag to compare

refs #112 - threading issue when doing a verify on a invalid bag. Sometimes instead of throwing a CorruptChecksumException it would throw a VerificationException.

Release 5.1.0

06 Feb 18:02
Compare
Choose a tag to compare

refs #107 - added 'repeatable' as a metadata profile attribute. This allows a profile to specify if a bag metadata tag should be allowed to show up multiple times.

Release 5.0.7

26 Jan 15:41
Compare
Choose a tag to compare

fixes #108 - if you had a payload file named data and performed a bagInPlace operation, then it would fail because it first tried to create a folder named data to move all the files into. This has been fixed by creating a temp directory and then later renaming the temp directory to the proper name of data

Release 5.0.6

23 Jan 14:49
Compare
Choose a tag to compare

Closes #106 - fixing bug caused by removing formatting. Added test to ensure fetch file format is tested during writing.

v5.0.5: Fixing documentation example since creating a bag takes a list of alg…

18 Jan 13:28
Compare
Choose a tag to compare

closes #99 - Files listed in the fetch file were also being added to payload directory. This has been fixed and will now only list them in the fetch file.
closes #101 - Hidden files were being included on windows due to a part of the code not using the updated logic for detecting hidden folders/files on windows.

Release 5.0.4

12 Jan 17:03
Compare
Choose a tag to compare

#99 - fixed the bug that fetch items that were listed in the manifest, were also being added to the data directory.

Release 5.0.3

11 Oct 13:21
Compare
Choose a tag to compare
  • #94 - changed from using finalize to the AutoClosable interface because it integrates with other JVM languages better
  • fixed incorrect payload-oxum calculation
  • updated documentation

Release 5.0.2

30 Jun 15:53
Compare
Choose a tag to compare

Fixes #93 - bad logic for moving a file if including hidden files/folders when bagging in place.

Release 5.0.1

27 Jun 14:29
Compare
Choose a tag to compare

Fixes #92 - ArrayIndexOutOfBounds error that can occur when reading fetch files that are poorly formed.