1.3.1: start the work

This commit is contained in:
Daniel Stenberg 2011-09-06 23:27:50 +02:00
parent 507d5f96cf
commit 1ba42ea847
2 changed files with 7 additions and 10 deletions

View File

@ -1,19 +1,16 @@
libssh2 1.3.0
libssh2 1.3.1
This release includes the following changes:
o Added custom callbacks for performing low level socket I/O
o
This release includes the following bugfixes:
o sftp_read: advance offset correctly for buffered copies
o libssh2_sftp_seek64: flush packetlist and buffered data
o _libssh2_packet_add: adjust window size when truncating
o sftp_read: a short read is not end of file
o
This release would not have looked like this without help, code, reports and
advice from friends like these:
Henrik Nordstrom, liuzl, Guenter Knauf
Thanks! (and sorry if I forgot to mention someone)

View File

@ -46,13 +46,13 @@
to make the BANNER define (used by src/session.c) be a valid SSH
banner. Release versions have no appended strings and may of course not
have dashes either. */
#define LIBSSH2_VERSION "1.3.0_DEV"
#define LIBSSH2_VERSION "1.3.1_DEV"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBSSH2_VERSION_MAJOR 1
#define LIBSSH2_VERSION_MINOR 3
#define LIBSSH2_VERSION_PATCH 0
#define LIBSSH2_VERSION_PATCH 1
/* This is the numeric version of the libssh2 version number, meant for easier
parsing and comparions by programs. The LIBSSH2_VERSION_NUM define will
@ -69,7 +69,7 @@
and it is always a greater number in a more recent release. It makes
comparisons with greater than and less than work.
*/
#define LIBSSH2_VERSION_NUM 0x010300
#define LIBSSH2_VERSION_NUM 0x010301
/*
* This is the date and time when the full source package was created. The