1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-05 20:55:46 +03:00

Added changelog entries for 0.4 rc2.

This commit is contained in:
Andreas Schneider
2009-11-20 16:11:17 +01:00
parent d1c6fa9261
commit f332dd810e
2 changed files with 3 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
### versions ### versions
set(CPACK_PACKAGE_VERSION_MAJOR "0") set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "3") set(CPACK_PACKAGE_VERSION_MINOR "3")
set(CPACK_PACKAGE_VERSION_PATCH "91") set(CPACK_PACKAGE_VERSION_PATCH "92")
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")

View File

@@ -2,6 +2,7 @@ ChangeLog
========== ==========
version 0.4 (released xxxx-xx-xx) version 0.4 (released xxxx-xx-xx)
* Added pcap dumping support.
* Added scp support. * Added scp support.
* Added support for sending signals (RFC 4254, section 6.9). * Added support for sending signals (RFC 4254, section 6.9).
* Added MSVC support. * Added MSVC support.
@@ -16,6 +17,7 @@ version 0.4 (released xxxx-xx-xx)
* Added full poll() support and poll-emulation for win32. * Added full poll() support and poll-emulation for win32.
* Added missing 64bit functions in sftp. * Added missing 64bit functions in sftp.
* Added support for ~/ and SSH_DIR/ in filenames instead of %s/. * Added support for ~/ and SSH_DIR/ in filenames instead of %s/.
* Added more examples.
* Fixed Fix channel_get_exit_status bug. * Fixed Fix channel_get_exit_status bug.
* Fixed calltrace logging to make it optional. * Fixed calltrace logging to make it optional.
* Fixed compilation on Solaris. * Fixed compilation on Solaris.