Blame NEWS

Packit cdaae3
2016-11-30:
Packit cdaae3
  An alternative build mechanism using cmake is now in the source tree.
Packit cdaae3
  The builds for product testing continue to be done using configure && make.
Packit cdaae3
2016-09-20:
Packit cdaae3
  --enable-sanitize option added to configure. This builds
Packit cdaae3
  with -fsanitize=address to check for out of bounds
Packit cdaae3
  memory access. 
Packit cdaae3
2016-09-05:
Packit cdaae3
  dwarfexample/simpleexample.c now has a simple option letting one
Packit cdaae3
  extract all .debug_info, .debug_types strings into a file by
Packit cdaae3
  themselves in case one wanted to examine string frequencies,
Packit cdaae3
  for example.
Packit cdaae3
2016-06-01:  Now we use DW_VERSION_DATE_STR for
Packit cdaae3
  dates everywhere instead of __DATE__ __TIME__
Packit cdaae3
  so a repeated build gets identical object output.
Packit cdaae3
  DW_VERSION_DATE_STR is updated by UPDATEDWARFDUMPVERSION.sh
Packit cdaae3
  wherever that string is needed.
Packit cdaae3
  
Packit cdaae3
2015-11-26:  If DWARF section data you intend to read
Packit cdaae3
  with libdwarf is compressed by zlib (a section name
Packit cdaae3
  like  .zdebug_info indicates such compression) libdwarf etc
Packit cdaae3
  will need zlib's headers and archive or shared-library
Packit cdaae3
  at build and link time. If you  do not have zlib
Packit cdaae3
  everything will compile fine and will work
Packit cdaae3
  on ordinary DWARF sections but libdwarf will not be
Packit cdaae3
  able to read .zdebug_ compressed sections.
Packit cdaae3
  zlib.h is the main zlib header and libz.a is the
Packit cdaae3
  most likely zlib library you will encounter.
Packit cdaae3
Packit cdaae3
2015-11-15:  It is now possible to build
Packit cdaae3
  outside of the source tree. See README.
Packit cdaae3
  So configure.in changed a little.
Packit cdaae3
2015-01-13:  Removed dwarfdump2 and references to it.
Packit cdaae3
  dwarfdump has the (tsearch) features needed so the C++
Packit cdaae3
  version no longer a benefit.