Fri Jun 18 15:10:38 EST 1999
Version 0.7c
Update README to note that "Yes, Virginia, there *is* a manual page".
Also ask people not to send me Oops reports unless there is something
wrong with ksymoops.

Thu Jun 10 19:00:21 1999
Version 0.7b
Correct typo in Makefile.

Sun Jun  6 10:24:50 EST 1999
Version 0.7a
Support for Alpha spinlock messages.

Wed Jun  2 10:18:16 EST 1999
Version 0.7
Some of the changes in this version appeared in 2.2.x-ac kernels but
never made it into the main kernel.
Move code outside the kernel.
Add manual page.
Performance improvements in regular expression processing.
Convert all tabs to spaces on input.  Simplifies and speeds up pattern
matching as well as catching users who hand type Oops using tabs.
Remove CR and nulls from input lines.
Use __insmod symbols when insmod creates them.
Changed the default to short lines, with -S option for users with large
screens.
Changed : to ; in ksymoops output.  Avoids problems when feeding
ksymoops text back into itself.
Remove all stderr, use stdout instead.  Too many users were only
mailing stdout :(.
Added -x toggle, print offsets and lengths in hex or decimal, default
is hex.
Added -a and -t options to allow cross system debugging.
Replace -c code_bytes option with -e.
Sparc and Alpha updates.
Include module name in symbol mappings.
Support for spinlock and sysrq showPc diagnostics.
Major internal rewrite.

Tue Jan  5 19:26:02 EST 1999
Version 0.6e
Added to kernel.

Mon Jan  4 09:48:13 EST 1999
Version 0.6d
Add ARM support.

Thu Nov 26 16:37:46 EST 1998
Version 0.6c
Typo in oops_code.
Add -c option.
Add -1 option.
Report if options were specified or defaulted.

Fri Nov  6 10:38:42 EST 1998
Version 0.6b
Remove false warnings when comparing ksyms and lsmod.

Tue Nov  3 23:33:04 EST 1998
Version 0.6a
Performance inprovements.

Tue Nov  3 02:31:01 EST 1998
Version 0.6
Read lsmod (/proc/modules).
Ignore addresses 0-4095 when mapping address to symbol.
Discard default objects if -o specified.
Oops file must be regular.
Add "invalid operand" to Oops_print.
Move "Using_Version" copy to map.c.
Add Makefile defaults for vmlinux, ksyms, objects, System.map, lsmod.
Minor adjustment to re for ppc.
Minor adjustment to re for objdump lines with <_EIP+xxx>.
Convert from a.out to bfd, using same format as ksymoops.
Added MIPS.
PPC handling based on patches by "Ryan Nielsen" <ran@krazynet.com>

Wed Oct 28 23:14:55 EST 1998
Version 0.5
No longer read vmlinux by default, it only duplicates System.map.

Wed Oct 28 13:47:38 EST 1998
Version 0.4
Split into separate sources.

Mon Oct 26 00:01:47 EST 1998
Version 0.3c
Add alpha (arm) processing.

Mon Oct 26 00:01:47 EST 1998
Version 0.3b
Add sparc processing.
Handle kernel symbol versions.

Fri Oct 23 13:11:20 EST 1998
Version 0.3
Add -follow to find command for people who use symlinks to modules.
Add Version_ checking.

Thu Oct 22 22:28:30 EST 1998
Version 0.2.
Generalise text prefix handling.
Handle messages on Code: line.
Format addresses with leading zeroes.
Minor bug fixes.

Wed Oct 21 23:28:48 EST 1998
Version 0.1.  Rewrite from scratch in C.
