Commit aac8545b authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 2.9.2+dfsg

parent 40b9ddad
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
# 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**
+1 −1
Original line number Diff line number Diff line
@@ -23,4 +23,4 @@
# ===========================================================================

# SRA-TOOLS and library version
VERSION = 2.9.1
VERSION = 2.9.2
+1 −1
Original line number Diff line number Diff line
2.9.1
2.9.2
+1 −1
Original line number Diff line number Diff line
#define TOOLKIT_VERS 0x02090001
#define TOOLKIT_VERS 0x02090002
+2 −0
Original line number Diff line number Diff line
@@ -2622,6 +2622,8 @@ WRITE_ALIGNMENT:
            break;
        if (rc == 0)
            *had_sequences = true;
        else
            break;
    }
    if (bamread_thread != NULL && bamq != NULL) {
        KQueueSeal(bamq);