Commit 4d56b86a authored by Steffen Möller's avatar Steffen Möller
Browse files

New upstream version 2.9.3+dfsg

parent aac8545b
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
# NCBI External Developer Release:


## SRA Toolkit 2.9.3
**October 17, 2018**
  **kns**: added possibility to skip server's certificate validation
  **kns**: expect to receive HTTP status 200 when sending range-request that includes the whole file
  **vdb, vdb-copy**: fixed a bug in accessing pagemap process request for cursors which do not have pagemap thread running


## SRA Toolkit 2.9.2-2
**September 26, 2018**
  **read-filter-redact**: Fixed to update HISTORY metadata


## SRA Toolkit 2.9.2
**July 23, 2018**
  **kfg, vfs**: Introduced enhanced handling of download-only NGC files that lack read/decrypt permissions
+1 −1
Original line number Diff line number Diff line
@@ -23,4 +23,4 @@
# ===========================================================================

# SRA-TOOLS and library version
VERSION = 2.9.2
VERSION = 2.9.3
+1 −1
Original line number Diff line number Diff line
2.9.2
2.9.3
+1 −1
Original line number Diff line number Diff line
#define TOOLKIT_VERS 0x02090002
#define TOOLKIT_VERS 0x02090003
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ include $(TOP)/build/Makefile.config
# default
#
SUBDIRS =    \
	read-filter-redact \
	prefetch        \
	dump-test       \
	vdb-config      \
Loading