Tag a Fatal bug release 4.0.5

Former-commit-id: 10b27c6d3867756d3159ef22eefd75db3fab84d0
This commit is contained in:
2023-08-29 18:32:00 +02:00
parent 8ebf368a8f
commit c2533667b2
2 changed files with 16 additions and 0 deletions

7
.gitignore vendored
View File

@ -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

View File

@ -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