diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes index 4d3d44f..f2cbf91 100644 --- a/ghc-zip-archive.changes +++ b/ghc-zip-archive.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update zip-archive to version 0.3.2.4. + * Use createSymbolicLink instead of createFileLink in tests. This allows + us to lower the directory lower bound (#40). + + * Fixes for handling of symbolic links (#39, Tommaso Piazza). + + * Fixes for symbolic link tests, and additional tests. + + * Add ZipOption to preserve symbolic links (#37, Tommaso Piazza). + Add OptPreserveSymbolicLinks constructor to ZipOption. If this option + is set, symbolic links will be preserved. Symbolic links are not + supported on Windows. + + * Require binary >= 0.6 (#36). + + * Improve exit handling in zip-archive program. + ------------------------------------------------------------------- Sun Jun 25 18:41:35 UTC 2017 - psimons@suse.com