aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CPackConfig.cmake2
-rw-r--r--ChangeLog2
2 files changed, 3 insertions, 1 deletions
diff --git a/CPackConfig.cmake b/CPackConfig.cmake
index b7edec2..5795a2e 100644
--- a/CPackConfig.cmake
+++ b/CPackConfig.cmake
@@ -13,7 +13,7 @@ set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
### versions
set(CPACK_PACKAGE_VERSION_MAJOR "0")
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}")
diff --git a/ChangeLog b/ChangeLog
index ab3875a..9558dcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ ChangeLog
==========
version 0.4 (released xxxx-xx-xx)
+ * Added pcap dumping support.
* Added scp support.
* Added support for sending signals (RFC 4254, section 6.9).
* Added MSVC support.
@@ -16,6 +17,7 @@ version 0.4 (released xxxx-xx-xx)
* Added full poll() support and poll-emulation for win32.
* Added missing 64bit functions in sftp.
* Added support for ~/ and SSH_DIR/ in filenames instead of %s/.
+ * Added more examples.
* Fixed Fix channel_get_exit_status bug.
* Fixed calltrace logging to make it optional.
* Fixed compilation on Solaris.