* Version 0.6.1.

* Updated NEWS and ChangeLog.
This commit is contained in:
Sam Hocevar
2007-01-25 16:56:22 +00:00
committed by sam
parent ffe8f79739
commit 19cd94ee16
3 changed files with 38 additions and 2 deletions
+32
View File
@@ -1,3 +1,35 @@
------------------------------------------------------------------------
r247 | sam | 2007-01-25 16:33:22 +0100 (Thu, 25 Jan 2007) | 2 lines
Changed paths:
M /trunk/src/lib-stream.c
* More verbosity in fread().
------------------------------------------------------------------------
r246 | sam | 2007-01-25 16:28:24 +0100 (Thu, 25 Jan 2007) | 2 lines
Changed paths:
M /trunk/src/lib-stream.c
* Fixed an index inconsistency bug in fread().
------------------------------------------------------------------------
r245 | sam | 2007-01-25 15:56:18 +0100 (Thu, 25 Jan 2007) | 2 lines
Changed paths:
M /trunk/src/zzuf.c
* Grrr, fixed a bug in finfo() that corrupted the display.
------------------------------------------------------------------------
r244 | sam | 2007-01-25 14:28:40 +0100 (Thu, 25 Jan 2007) | 3 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/src/zzuf.c
* Version 0.6.
* Updated NEWS and ChangeLog.
------------------------------------------------------------------------
r243 | sam | 2007-01-25 13:15:47 +0100 (Thu, 25 Jan 2007) | 2 lines
Changed paths:
+4
View File
@@ -1,5 +1,9 @@
$Id$
Changes from 0.6 to 0.6.1
* fixed bad seed offset
Changes from 0.5 to 0.6
* allow to fuzz only parts of the input
+2 -2
View File
@@ -1,13 +1,13 @@
# $Id: configure.ac 98 2006-09-22 16:27:37Z sam $
AC_INIT(zzuf, 0.6)
AC_INIT(zzuf, 0.6.1)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(src/zzuf.c)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(zzuf, 0.6)
AM_INIT_AUTOMAKE(zzuf, 0.6.1)
AM_CONFIG_HEADER(config.h)
AM_PROG_CC_C_O