From db68d706d6a6c597d431ca6bae30f058d756c12e Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sun, 23 Sep 2007 02:34:14 +0000 Subject: [PATCH] Release version 0.6. --- ChangeLog | 2 ++ NEWS | 3 ++- configure.ac | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0448154..ad50697 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-09-22 David Shaw + * configure.ac, NEWS: Release version 0.6. + * output.h, output.c (do_crc24): Better CRC24 implementation. parse.c (read_secrets_file), output.c (output_bytes): Call it here. diff --git a/NEWS b/NEWS index ba7ad71..5be5d64 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version 0.6 (unreleased) +Noteworthy changes in version 0.6 (2007-09-22) ---------------------------------------------- * Bug fix for certain key sizes thanks to Peter Palfrader. @@ -17,4 +17,5 @@ Noteworthy changes in version 0.5 (2007-09-21) * Initial release. + $Id$ diff --git a/configure.ac b/configure.ac index fd7034c..405fbf8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(paperkey, 0.6-devel, dshaw@jabberwocky.com) +AC_INIT(paperkey, 0.6, dshaw@jabberwocky.com) AC_REVISION([$Id$]) AC_COPYRIGHT([Copyright (C) 2007 David Shaw]) AC_GNU_SOURCE