Changeset 1764


Ignore:
Timestamp:
03/02/07 00:57:14 (6 years ago)
Author:
sam
Message:
Location:
zzuf/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/ChangeLog

    r1760 r1764  
     1------------------------------------------------------------------------ 
     2r288 | sam | 2007-03-02 00:53:51 +0100 (Fri, 02 Mar 2007) | 2 lines 
     3Changed paths: 
     4   M /trunk/src/lib-fd.c 
     5 
     6  * Save errno in offset_check, thanks to Sami Liedes. 
     7 
     8------------------------------------------------------------------------ 
     9r287 | sam | 2007-03-02 00:52:00 +0100 (Fri, 02 Mar 2007) | 2 lines 
     10Changed paths: 
     11   M /trunk/src/zzuf.c 
     12 
     13  * Removed spurious verbosity, thanks to Sami Liedes. 
     14 
     15------------------------------------------------------------------------ 
     16r286 | sam | 2007-02-24 18:37:46 +0100 (Sat, 24 Feb 2007) | 4 lines 
     17Changed paths: 
     18   M /trunk/configure.ac 
     19   M /trunk/src/md5.c 
     20 
     21  * Cleaned up md5.c. 
     22  * Do not convert words to little endian if the architecture is already 
     23    little endian. 
     24 
     25------------------------------------------------------------------------ 
     26r285 | sam | 2007-02-24 17:37:12 +0100 (Sat, 24 Feb 2007) | 3 lines 
     27Changed paths: 
     28   M /trunk/ChangeLog 
     29   M /trunk/NEWS 
     30   M /trunk/configure.ac 
     31 
     32  * Version 0.8. 
     33  * Updated NEWS and ChangeLog. 
     34 
     35------------------------------------------------------------------------ 
     36r284 | sam | 2007-02-24 17:32:54 +0100 (Sat, 24 Feb 2007) | 2 lines 
     37Changed paths: 
     38   M /trunk/COPYING 
     39 
     40  * Fix WTFPL address. 
     41 
    142------------------------------------------------------------------------ 
    243r283 | sam | 2007-02-24 17:20:42 +0100 (Sat, 24 Feb 2007) | 2 lines 
  • zzuf/trunk/NEWS

    r1760 r1764  
    11$Id$ 
     2 
     3Changes from 0.8 to 0.8.1 
     4 
     5 * remove spurious debug message 
     6 * fix an unsaved errno issue 
    27 
    38Changes from 0.7 to 0.8 
  • zzuf/trunk/configure.ac

    r1761 r1764  
    11# $Id: configure.ac 98 2006-09-22 16:27:37Z sam $ 
    22 
    3 AC_INIT(zzuf, 0.8) 
     3AC_INIT(zzuf, 0.8.1) 
    44 
    55AC_PREREQ(2.50) 
     
    88AC_CANONICAL_SYSTEM 
    99 
    10 AM_INIT_AUTOMAKE(zzuf, 0.8) 
     10AM_INIT_AUTOMAKE(zzuf, 0.8.1) 
    1111AM_CONFIG_HEADER(config.h) 
    1212 
Note: See TracChangeset for help on using the changeset viewer.