Loading CHANGES.md +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 Loading build/Makefile.vers +1 −1 Original line number Diff line number Diff line Loading @@ -23,4 +23,4 @@ # =========================================================================== # SRA-TOOLS and library version VERSION = 2.9.2 VERSION = 2.9.3 shared/toolkit.vers +1 −1 Original line number Diff line number Diff line 2.9.2 2.9.3 shared/toolkit.vers.h +1 −1 Original line number Diff line number Diff line #define TOOLKIT_VERS 0x02090002 #define TOOLKIT_VERS 0x02090003 test/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ include $(TOP)/build/Makefile.config # default # SUBDIRS = \ read-filter-redact \ prefetch \ dump-test \ vdb-config \ Loading Loading
CHANGES.md +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 Loading
build/Makefile.vers +1 −1 Original line number Diff line number Diff line Loading @@ -23,4 +23,4 @@ # =========================================================================== # SRA-TOOLS and library version VERSION = 2.9.2 VERSION = 2.9.3
shared/toolkit.vers.h +1 −1 Original line number Diff line number Diff line #define TOOLKIT_VERS 0x02090002 #define TOOLKIT_VERS 0x02090003
test/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ include $(TOP)/build/Makefile.config # default # SUBDIRS = \ read-filter-redact \ prefetch \ dump-test \ vdb-config \ Loading