Skip to content

Commit

Permalink
Release version 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmshaw committed Sep 23, 2007
1 parent 3554e27 commit db68d70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2007-09-22 David Shaw <[email protected]>

* 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.
Expand Down
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -17,4 +17,5 @@ Noteworthy changes in version 0.5 (2007-09-21)

* Initial release.


$Id$
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(paperkey, 0.6-devel, [email protected])
AC_INIT(paperkey, 0.6, [email protected])
AC_REVISION([$Id$])
AC_COPYRIGHT([Copyright (C) 2007 David Shaw])
AC_GNU_SOURCE
Expand Down

0 comments on commit db68d70

Please sign in to comment.