Releases: LibraryOfCongress/bagit-java
v5.0.0-RC6
- 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
v5.0.0-RC4
fixes error where data directory was being duplicated when writing out a bag that already existed somewhere else.
v5.0.0-RC3
updated the README and fixed a bunch of small issues found during testing.
v5.0.0-RC2
- replaced File class with Path class
- added extension for other checksums
v5.0.0-RC1
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
closes #34 - hidden files should be ignored
version 5 BETA
a rewrite of the bagit-java library
version 4.11.0
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
Changes in 4.9.0:
- Bug fix for normalization conversion between stored manifest filenames and filenames on disk.
- Fixed bug in zip compression.
- Upgraded numerous dependencies.
- Removed all LC-specific configuration from pom.
- Added .travis.yml for integration with travis-ci (http://travis-ci.com/).
- Fixed problems so that compiles under Java 8.
9386d93ea3c827db7d96b90f46d13534 bagit-4.9.0-bin.zip
cde82a692fc562d266976511cf0e5b86 bagit-4.9.0-src.zip