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
This commit is contained in:
Paul Howarth 2015-06-14 17:35:46 +01:00
parent 62cea02db3
commit 80ed1ccaeb
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
e7fa3f5c6bd2d67a9b360ff726bbc6ba libssh2-1.5.0.tar.gz
00aabd6e714a5f42a4fb82ace20db1dd libssh2-1.6.0.tar.gz