Commit 4e78839f authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 2.9.3+dfsg

parent bb5b4b8a
Loading
Loading
Loading
Loading
+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
+1 −1
Original line number Diff line number Diff line
@@ -23,4 +23,4 @@
# ===========================================================================

# NCBI-VDB and library version
VERSION = 2.9.2
VERSION = 2.9.3
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
#include <stdio.h> /* fprintf */
#include <string.h> /* memset */

#define TOOLKIT "sratoolkit2_9_2"
#define TOOLKIT "sratoolkit2_9_3"

/******************************************************************************/

+1 −1
Original line number Diff line number Diff line
@@ -24,4 +24,4 @@
*
*/

#define LIBKDB_VERS 0x0207001B
#define LIBKDB_VERS 0x0207001C
+1 −1
Original line number Diff line number Diff line
@@ -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