From c2533667b20a58e145f842d41ae7ebce203884a9 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 29 Aug 2023 18:32:00 +0200 Subject: [PATCH] Tag a Fatal bug release 4.0.5 Former-commit-id: 10b27c6d3867756d3159ef22eefd75db3fab84d0 --- .gitignore | 7 +++++++ Release-notes.md | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 4a37284..b13259f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ vendor *.fastq *.fasta .DS_Store +*.gml +*.log +/argaly /obiconvert /obicount @@ -73,3 +76,7 @@ getoptions.adoc Archive.zip .DS_Store sample/.DS_Store +sample/consensus_graphs/specimen_hac_plants_Vern_disicolor_.gml +93954 +Bact03.e5.gb_R254.obipcr.idx.fasta.save +sample/test.obipcr.log diff --git a/Release-notes.md b/Release-notes.md index 5c39dec..2e174cc 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -9,6 +9,15 @@ If you use the recommanded method for compiling OBITools on your computer, their as the script always load the latest GO version. If you rely on you personnal GO install, please think to update. +## August 29th, 2023. Release 4.0.5 + +### Bugs + +- Patch a bug in the `obiseq.BioSequence` constructor leading to a error on almost every obitools. + The error message indicates : `fatal error: sync: unlock of unlocked mutex` + This bug was introduced in the release 4.0.4 + + ## August 27th, 2023. Release 4.0.4 ### Bugs