* New in 0.93.5:

* Fixed a disassembler bug, manifesting only in cereal_disasm
* Updated to compile cleanly with gcc 4.0

* New in 0.93.4:

* Disabled usage of -Werror by default, which caused compile failures.
* Extended to allow separate visualization plugins, replaced eds_led module
  by bit_value module and an eds_led UI plugin.
* The bit_constant module is subsumed by the new bit_value module, in a
  backward-compatible way.  Similarly a byte_value module replaces the old
  byte_constant and byte_sink modules.
* The documentation licence was changed form GFDL to GPLv2.

* New in 0.93.3:

* Added eds_led, another sample module
* Fixed build failures on systems with atypical KDE installation prefix
* Testsuite converted from DejaGnu to Autotest, which has no external 
  dependencies.
* Changed not to build static libraries, reduced number of Makefiles.  Both
  should result in slightly faster builds.

* New in 0.93.2:

* Updated to build with gcc-3.3
* Attempt to allow building without the KDE frontend; the cereal XML directory
  has been moved to $(datadir)/cereal

* New in 0.93.1:

* Changed loading of plugins to work with KDE 3.1
* Updated to work with autoconf-2.57 and other packages from Red Hat Linux 9
* Added missing #include's, reported by Carl Worth <cworth@east.isi.edu>
* Added an example RPM spec file

* New in 0.93:

** Fixes:
*** Fixed typo which caused compilation failure
*** Breakpoints are properly deleted when a new state is loaded
*** Updated to work with gcc 3.2 and other packages from Red Hat Linux 8.0

** New features:
*** cereal_text saves and restores breakpoint state
    (although in a form not compatible with cereal_kde)
*** Added trivial byte_sink module
*** Slight optimization of sample/eds_dk module
