diff options
author | Paul Howarth <paul@city-fan.org> | 2015-06-14 17:35:46 +0100 |
---|---|---|
committer | Paul Howarth <paul@city-fan.org> | 2015-06-14 17:35:46 +0100 |
commit | 80ed1ccaeb128cdf52a7df3850d59173cfa6e6b1 (patch) | |
tree | 4d2956a01ec09d1b8344d06eb1cccc729c4c08ce | |
parent | Merge branch 'master' into f21 (diff) | |
download | libssh2-freefilesync-80ed1ccaeb128cdf52a7df3850d59173cfa6e6b1.tar.gz libssh2-freefilesync-80ed1ccaeb128cdf52a7df3850d59173cfa6e6b1.tar.bz2 libssh2-freefilesync-80ed1ccaeb128cdf52a7df3850d59173cfa6e6b1.zip |
Update to 1.6.0
- New upstream release 1.6.0
- Added CMake build system
- Added libssh2_userauth_publickey_frommemory()
- See RELEASE-NOTES for details of bug fixes
-rw-r--r-- | libssh2.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/libssh2.spec b/libssh2.spec index 5621619..e9b6d61 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -11,7 +11,7 @@ %{!?__isa_bits: %global __isa_bits %((echo '#include <bits/wordsize.h>'; echo __WORDSIZE) | cpp - | grep -Ex '32|64')} Name: libssh2 -Version: 1.5.0 +Version: 1.6.0 Release: 1%{?dist} Summary: A library implementing the SSH2 protocol Group: System Environment/Libraries @@ -149,6 +149,12 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/libssh2.pc %changelog +* Sun Jun 14 2015 Paul Howarth <paul@city-fan.org> - 1.6.0-1 +- Update to 1.6.0 + - Added CMake build system + - Added libssh2_userauth_publickey_frommemory() + - See RELEASE-NOTES for details of bug fixes + * Wed Mar 11 2015 Paul Howarth <paul@city-fan.org> - 1.5.0-1 - Update to 1.5.0 - See RELEASE-NOTES for details of bug fixes and enhancements @@ -1 +1 @@ -e7fa3f5c6bd2d67a9b360ff726bbc6ba libssh2-1.5.0.tar.gz +00aabd6e714a5f42a4fb82ace20db1dd libssh2-1.6.0.tar.gz |