0.16

 - update test cases to build with latest Debian Sid
 - botch-dose2html: allow --timestamp argument to contain a freeform string

0.15

 - update to work with dose >= 4.0 (hard version requirement)
 - botch-y-u-b-d-transitive-essential: allow to limit output to a single
   package
 - botch-y-u-no-bootstrap: add --allowsrcmismatch option

0.14

 - all tools by default now *keep* Build-Depends-Indep dependencies. The old
   option --keep-indep has been replaced by --drop-b-d-indep
 - add botch-graph-sinks and botch-graph-sources
 - allow general graph tools to read both: GraphML and dot
 - add options --outfnameattr and --outfnameverts to botch-extract-scc
 - rename botch-extract-neighborhood to botch-graph-neighborhood
 - add botch-filter-src-builds-for
 - add botch-graph2text
 - add botch-y-u-no-bootstrap
 - add --keep option to botch-cross
 - prevent botch-native and botch-cross to accidentally remove the user's home
   directory by requiring output directories to be empty
 - add botch-y-u-b-d-transitive-essential
 - botch-remove-virtual-disjunctions: add --remove-nonvirtual option

0.13

 - botch-bin2src by default now turns *all* binary packages into their source
   packages, including Architecture:all packages. To restore the old behavior,
   pass the --noarchall option. This also means that the --all option is
   dropped.

0.12

 - add botch-graph-ancestors, botch-graph-descendants,
   botch-graph-shortest-path and botch-graph-tred
 - botch-graphml2dot and botch-extract-neighborhood:
      * read/write from/to standard input/output if positional arguments are
        omitted
 - botch-extract-neighborhood:
      * allow finer grained selection of center vertex using the --target
        option
 - botch-graphml2dot:
      * print name/arch/version in dot output

0.11

 - json/html output: instead of printing cudf package names, print in Debian
   format
 - go back to using sysvinit-core to provide init because it's the only init
   system working on all arches and because the choice has no influence
   otherwise (sysvinit uses udev and systemd uses initscripts)
 - add --timestamp option to dose2html and do not print timestamps by default
 - improve dose2html output by printing vpkg information
 - make compatible with python3-networkx 1.9.1
 - calcportmetric: make output sorted

0.10

 - add botch-buildgraph2packages
 - remove botch-build-closure
 - adjust to dose3.3-2

0.9

 - create-graph: generate minimal installation sets
 - allow parallel creation of dependency graphs

0.8

 - use systemd-sysv instead of sysvinit-core in the minimal build system

0.7

 - make botch-create-graph include Essential:yes packages in installation sets
 - replace gitorious urls with gitlab.mister-muffin.de

0.6

 - make the ocaml tools parse input graphML in sorted order to behave the same
   way independent of nodes and edges order in the input graphML

0.5

 - botch-remove-virtual-disjunctions: update man page
 - use Multi-Arch:no instead of the wrong "none"
 - upgrade to dose3 3.3
 - use pyyaml CLoader by default to reduce memory requirement from 233 times
   the input file size to 65 times the input file size
   https://bitbucket.org/xi/pyyaml/issue/37
 - add botch-buildcheck-more-problems
 - add botch-distcheck-more-problems
 - add botch-multiarch-interpreter-problem
 - botch-cross-problems/botch-dose2html:
      * rename botch-cross-problems to botch-dose2html
      * rearrange the columns and group and sort
      * display a top 10 summary of the results at the top
      * remove --online
      * add --desc, --btsuser and --btstag to become more generic
      * do not output custom json for botch-fix-cross-problems
      * add --srcsdir and --packages to allow generation of individual source
        package pages
      * add --wnpp to allow retrieving RFH, RFA and O bugs
      * display if packages are arch:all
 - botch-fix-cross-problems: instead of investing our own json format, re-use
   the dose yaml format

0.4

 - Makefile: use botch-graph-difference to compare graphs when testing
 - find-fvs: make output independent from input graph order
 - run pylint3 and pep8 in test target and make all Python scripts compliant
 - graph-difference: rewrite and simplify comparison algorithm
 - make build-closure and clean-repository a bit more verbose

0.3

 - Makefile: fix test and install target for arches without ocamlopt

0.2

 - botch-cross/native: move to tools directory
 - botch-cross/native: fall back to *.d.byte tools if *.native is not available
 - botch-cross/native: use system version of botch-download-pkgsrc
 - add man page for botch-download-pkgsrc
 - fix man page generation for tools/*.sh files and delete two useless scripts in the process
 - add tools/build-order-from-zero.py

0.1

 - initial release
