diff --git a/.gitignore b/.gitignore index ffd7bd0..738fdc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libyubikey-1.5.tar.gz +/libyubikey-1.7.tar.gz diff --git a/libyubikey.spec b/libyubikey.spec index eb1749a..0527e55 100644 --- a/libyubikey.spec +++ b/libyubikey.spec @@ -1,6 +1,6 @@ Name: libyubikey -Version: 1.5 -Release: 4%{?dist} +Version: 1.7 +Release: 1%{?dist} Summary: C library for decrypting and parsing Yubikey One-time passwords Group: Development/Libraries @@ -50,9 +50,10 @@ libyubikey. %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS ChangeLog README %{_bindir}/modhex -%{_bindir}/ykdebug +%{_bindir}/ykparse +%{_bindir}/ykgenerate %{_libdir}/libyubikey.so.0 -%{_libdir}/libyubikey.so.0.1.0 +%{_libdir}/libyubikey.so.0.1.2 %files devel %defattr(-,root,root,-) @@ -61,6 +62,13 @@ libyubikey. %exclude %{_libdir}/libyubikey.la %changelog +* Sun Feb 6 2011 - Maxim Burgerhout - 1.7-1 +- New upstream version 1.7; new features in 1.6 and 1.7 listed below +- yubikey.h: Possible to use from C++ using extern namespace scoping. +- New API to generate OTPs. +- ykgenerate: New tool to generate OTPs. +- ykdebug/ykparse: The old tool "ykdebug" has been renamed to "ykparse" + * Sun Jan 24 2010 - Maxim Burgerhout - 1.5-4 - Reverted inserting compilerflags - Put README, modhex and ykdebug back into main package diff --git a/sources b/sources index 784b4f8..006ac56 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -387518eb89c1a9e44cbff95a32edaada libyubikey-1.5.tar.gz +6468ee9962b45b1daa8be4c040d6a877 libyubikey-1.7.tar.gz