From a741c5d04eda498963017a007d1a6b8fc076c811 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sun, 29 Sep 2019 18:11:02 +0200 Subject: [PATCH] Updates for release 1.09 --- Changes | 6 ++++-- META-zip | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index faed261..5a7081b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ -Unreleased: -- Add a flush_continue function to allow flushing to disk then continuing +Release 1.09: +- GPR#22: Add a Gzip.flush_continue function that allows the user to + flush the contents of the zip buffer all the way to disk but then + continue writing to the zipped channel [James Owen] Release 1.08: - ocamlfind is now mandatory as a consequence of GPR#4 diff --git a/META-zip b/META-zip index f15cba2..b5415b5 100644 --- a/META-zip +++ b/META-zip @@ -1,4 +1,4 @@ -version="1.08" +version="1.09" requires="unix" archive(byte)="zip.cma" archive(native)="zip.cmxa"