Changes in version 0.4.2:
   - new function product_and_hecke
   - improved memory consumption for unbalanced FFT multiplications

Changes in version 0.4.1:
   - switch to GNU MPC version at least 1
   - feature: reduced memory consumption in hecke

Changes in version 0.4:
  - new functions
    * tree_init, tree_clear, tree_get_root
    * subproducttree
    * hecke
    * swap
  - bug: corrected computation of required buffer for Toom-Cook
  - changes to old functions
    * reconstruct: removed verbosity parameter introduced in version 0.3

Changes in version 0.3.1:
  - adaptations to build on MacOs X

Changes in version 0.3 ("Banane"):
  - new functions
    * set_deg, set_prec, set_coeff
    * get_coeff
    * get_version
  - changes to old functions
    * reconstruct: added verbosity parameter

Changes in version 0.2 ("Ananas"):
  - added autotools support (thanks to Philippe Théveny)
  - replaced the two separate header files mpcx.h and mpfrx.h by mpfrcx.h
  - renamed init2 to init
  - new functions and macros
    * get_deg (macro)
    * get_prec (macro)
    * out_str: replaces print
    * cmp
    * urandom
    * realloc

Version 0.1:
  - initial release
