Changeset 1764
- Timestamp:
- Mar 2, 2007, 12:57:14 AM (16 years ago)
- Location:
- zzuf/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/ChangeLog
r1760 r1764 1 ------------------------------------------------------------------------ 2 r288 | sam | 2007-03-02 00:53:51 +0100 (Fri, 02 Mar 2007) | 2 lines 3 Changed paths: 4 M /trunk/src/lib-fd.c 5 6 * Save errno in offset_check, thanks to Sami Liedes. 7 8 ------------------------------------------------------------------------ 9 r287 | sam | 2007-03-02 00:52:00 +0100 (Fri, 02 Mar 2007) | 2 lines 10 Changed paths: 11 M /trunk/src/zzuf.c 12 13 * Removed spurious verbosity, thanks to Sami Liedes. 14 15 ------------------------------------------------------------------------ 16 r286 | sam | 2007-02-24 18:37:46 +0100 (Sat, 24 Feb 2007) | 4 lines 17 Changed 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 ------------------------------------------------------------------------ 26 r285 | sam | 2007-02-24 17:37:12 +0100 (Sat, 24 Feb 2007) | 3 lines 27 Changed 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 ------------------------------------------------------------------------ 36 r284 | sam | 2007-02-24 17:32:54 +0100 (Sat, 24 Feb 2007) | 2 lines 37 Changed paths: 38 M /trunk/COPYING 39 40 * Fix WTFPL address. 41 1 42 ------------------------------------------------------------------------ 2 43 r283 | sam | 2007-02-24 17:20:42 +0100 (Sat, 24 Feb 2007) | 2 lines -
zzuf/trunk/NEWS
r1760 r1764 1 1 $Id$ 2 3 Changes from 0.8 to 0.8.1 4 5 * remove spurious debug message 6 * fix an unsaved errno issue 2 7 3 8 Changes from 0.7 to 0.8 -
zzuf/trunk/configure.ac
r1761 r1764 1 1 # $Id: configure.ac 98 2006-09-22 16:27:37Z sam $ 2 2 3 AC_INIT(zzuf, 0.8 )3 AC_INIT(zzuf, 0.8.1) 4 4 5 5 AC_PREREQ(2.50) … … 8 8 AC_CANONICAL_SYSTEM 9 9 10 AM_INIT_AUTOMAKE(zzuf, 0.8 )10 AM_INIT_AUTOMAKE(zzuf, 0.8.1) 11 11 AM_CONFIG_HEADER(config.h) 12 12
Note: See TracChangeset
for help on using the changeset viewer.