summaryrefslogtreecommitdiff
path: root/libssh2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libssh2.spec')
-rw-r--r--libssh2.spec8
1 files changed, 7 insertions, 1 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
bgstack15