1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-19 16:52:17 +01:00

Prepare for version 2.9.

This commit is contained in:
Fredrik Thulin 2011-11-08 22:05:53 +01:00
parent 6dc10799b6
commit b8d806fd63
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,5 +1,13 @@
pam_yubico NEWS -- History of user-visible changes. -*- outline -*-
* Version 2.9 (released 2011-11-08)
** Security: Explicitly request ykclient to verify server signature.
ykclient <= 2.5 strangely enough defaults to signing requests, but not
verifying signatures in responses when it is supplied with a client key.
Reported and patched by Dominic Rutherford <dominic@rutherfordfamily.co.uk>.
* Version 2.8 (released 2011-08-26)
** Fix big security hole: Authentication succeeded when no password

View File

@ -26,7 +26,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AC_INIT([pam_yubico], [2.8], [simon@yubico.com])
AC_INIT([pam_yubico], [2.9], [simon@yubico.com])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])