From e7ef390bf10382f60786bdd0cf28abd4f8683ffd Mon Sep 17 00:00:00 2001 From: Simon Andrews Date: Wed, 1 Mar 2023 15:17:32 +0000 Subject: [PATCH] Add release notes for 0.12.1 --- RELEASE_NOTES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 58aec7b..ddecb74 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,3 +1,11 @@ +RELEASE NOTES FOR FastQC v0.12.1 +-------------------------------- + +This is a minor bugfix release. It fixes a problem with gzip +file detection on OSX where the java probeContentType can't +tell that a gzipped file isn't just a binary stream. + + RELEASE NOTES FOR FastQC v0.12.0 --------------------------------