v0.9.6 bug fix release
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Thu, 4 Oct 2012 21:45:48 +0000 (14:45 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Thu, 4 Oct 2012 21:45:48 +0000 (14:45 -0700)
commit1bb4db3254caea2028c0eef68d441f834a9d5893
tree07eca2427c7df01c5814e6b12aa332e27d76774a
parent3886bcf7edcb344f517f163764d0f2b608365d9b
v0.9.6 bug fix release

A new release including small fixes:
- remove linkage to libproxy (curl knows about proxies already)
- clean up memory management of strings in summary report, simplify and
  insure each report field's string is populated or set once to a default
  "Unknown" placeholder string
- removed no longer needed check for a "wrapped" app/core
- fix valgrind complain about loop which strips 0x1a's
- fix double "#0" line in backtrace
- additional error handling / requeue for failed report submissions

Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
configure.ac
src/Makefile.am
src/coredump.c
src/submit.c