[med-svn] [Git][med-team/sra-sdk][upstream] New upstream version 2.9.2+dfsg
Andreas Tille
gitlab at salsa.debian.org
Mon Sep 10 07:57:43 BST 2018
Andreas Tille pushed to branch upstream at Debian Med / sra-sdk
Commits:
aac8545b by Andreas Tille at 2018-09-10T06:24:02Z
New upstream version 2.9.2+dfsg
- - - - -
5 changed files:
- CHANGES.md
- build/Makefile.vers
- shared/toolkit.vers
- shared/toolkit.vers.h
- tools/bam-loader/loader-imp.c
Changes:
=====================================
CHANGES.md
=====================================
@@ -1,5 +1,15 @@
# NCBI External Developer Release:
+## SRA Toolkit 2.9.2
+**July 23, 2018**
+ **kfg, vfs**: Introduced enhanced handling of download-only NGC files that lack read/decrypt permissions
+
+
+## SRA Toolkit 2.9.1-2
+**July 17, 2018**
+
+ **bam-load**: fixed a bug preventing early termination on error
+
## SRA Toolkit 2.9.1-1
**June 26, 2018**
=====================================
build/Makefile.vers
=====================================
@@ -23,4 +23,4 @@
# ===========================================================================
# SRA-TOOLS and library version
-VERSION = 2.9.1
+VERSION = 2.9.2
=====================================
shared/toolkit.vers
=====================================
@@ -1 +1 @@
-2.9.1
+2.9.2
=====================================
shared/toolkit.vers.h
=====================================
@@ -1 +1 @@
-#define TOOLKIT_VERS 0x02090001
+#define TOOLKIT_VERS 0x02090002
=====================================
tools/bam-loader/loader-imp.c
=====================================
@@ -2622,6 +2622,8 @@ WRITE_ALIGNMENT:
break;
if (rc == 0)
*had_sequences = true;
+ else
+ break;
}
if (bamread_thread != NULL && bamq != NULL) {
KQueueSeal(bamq);
View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/commit/aac8545bd1c18af9d611d759ae96392cb762a690
--
View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/commit/aac8545bd1c18af9d611d759ae96392cb762a690
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180910/714dc5af/attachment-0001.html>
More information about the debian-med-commit
mailing list