v 0.11
  -gets write what where

v 0.10
  -gets buffer reads
    buffer underreads and buffer overreads

v 0.9
  -gets bufer writes
    stack based and heap buffer overflows and buffer underwrites
  -no longer gets stack based buffer overflows alone

v 0.8
  -gets stack based buffer overflows
  -integer underflow universe and bugs was extracted from integer overflow and is now under "int_underflow" type

v 0.7
  -Implement use of threads to make ocse performance better
    --note that it does not decreases the processing time, but does save some resources.

v 0.6
  -gets integer over and underflow
    --note that both come under the same tag: "int_overflow"

v 0.5
  -gets NULL pointer dereference
  -test samples divided in folders
    --common for common samples (for all or most CWEs)
    --the oter folders are for specific CWEs

v 0.4
  -gets CWE457
  -XML changes
    --buggy is now 'val'
    --no more 'order' attribute
  -walk through tree with pycparser methods
    --tree walking takes long time to run

v 0.3
  -add pycparser

v0.2
  -Change "numeric" site type to "div_by_zero".
  -include buggy and occurrence_in_line attributes on xml <site> element.
    --buggy tells if the site is buggy with "true" or "false".
    --occurrence_in_line tells which occurrence of that same bug in that line the site represents.

v0.1
  -released before Feb 20

