Loading CHANGES.md +7 −0 Original line number Diff line number Diff line # NCBI External Developer Release: ## NCBI VDB 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**: fixed a bug in accessing pagemap process request for cursors which do not have pagemap thread running ## NCBI VDB 2.9.2-1 **July 31, 2018** **vdb**: restored lost exported attribute on several entries in the private API Loading build/Makefile.vers +1 −1 Original line number Diff line number Diff line Loading @@ -23,4 +23,4 @@ # =========================================================================== # NCBI-VDB and library version VERSION = 2.9.2 VERSION = 2.9.3 libs/blast/blast-mgr.c +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ #include <stdio.h> /* fprintf */ #include <string.h> /* memset */ #define TOOLKIT "sratoolkit2_9_2" #define TOOLKIT "sratoolkit2_9_3" /******************************************************************************/ Loading libs/kdb/libkdb.vers.h +1 −1 Original line number Diff line number Diff line Loading @@ -24,4 +24,4 @@ * */ #define LIBKDB_VERS 0x0207001B #define LIBKDB_VERS 0x0207001C libs/klib/release-vers.h +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ /* Version of current SRA Toolkit Release */ #define RELEASE_VERS 0x02090002 #define RELEASE_VERS 0x02090003 /* Type of Version of current SRA Toolkit Release is one of: Loading Loading
CHANGES.md +7 −0 Original line number Diff line number Diff line # NCBI External Developer Release: ## NCBI VDB 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**: fixed a bug in accessing pagemap process request for cursors which do not have pagemap thread running ## NCBI VDB 2.9.2-1 **July 31, 2018** **vdb**: restored lost exported attribute on several entries in the private API Loading
build/Makefile.vers +1 −1 Original line number Diff line number Diff line Loading @@ -23,4 +23,4 @@ # =========================================================================== # NCBI-VDB and library version VERSION = 2.9.2 VERSION = 2.9.3
libs/blast/blast-mgr.c +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ #include <stdio.h> /* fprintf */ #include <string.h> /* memset */ #define TOOLKIT "sratoolkit2_9_2" #define TOOLKIT "sratoolkit2_9_3" /******************************************************************************/ Loading
libs/kdb/libkdb.vers.h +1 −1 Original line number Diff line number Diff line Loading @@ -24,4 +24,4 @@ * */ #define LIBKDB_VERS 0x0207001B #define LIBKDB_VERS 0x0207001C
libs/klib/release-vers.h +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ /* Version of current SRA Toolkit Release */ #define RELEASE_VERS 0x02090002 #define RELEASE_VERS 0x02090003 /* Type of Version of current SRA Toolkit Release is one of: Loading