2.1
  - Windows: fix bug introduced in 2.0 when std_out = FALSE
  - Support std_in = FALSE to restore old behavior of an unreadable stdin (for rtika)
  - Use fcntl instead of dup2() on unix

2.0
  - Breaking change on Windows: the exec functions now automatically convert
    filepaths to shortpath and quote arguments when needed. Therefore the
    caller should not shQuote() arguments, because then they will be quoted
    twice. This makes Windows behavior more consistent with Unix.
  - Windows: switch to wchar_t filepaths and args for better UTF-8 support
  - Exec functions have gained a std_in file argument
  - Add wrappers r_wait() r_internal() and r_background() for convenience
  - No longer enforce the libapparmor-dev dependency on Debian/Ubuntu.

1.6
  - Faster serialization for raw vectors in eval_fork()

1.5
  - rlimit values 0 are now ignored and Inf means RLIM_INFINITY
  - Windows: fix crash for very long commands

1.4
  - Fix bug when 'timeout' was given as integer instead of double
  - Workaround undefined RLIMIT_AS on OpenBSD
  - Use graphics.off() instead of dev.off() to shut down all graphics devices
  - Added aa_config() to query apparmor status on supported platforms
  - On Linux, eval_fork() now kills entire child process group when parent dies
  - The exec() functions no longer change process group on OSX

1.3
  - Use AppArmor (required) on Debian/Ubuntu in eval_safe()
  - Disable console and finalizers inside forked procs
  - Add support for rlimits, priority, uid, gid and profile in eval_safe()

1.2:
  - Windows: show informative system error messages on failures
  - Unix: exec_background() does not wait for 1/2 a second
    (#6, #7, @gaborcsardi)
  - Unix: new functions eval_fork() and eval_safe()
  - Many little tweaks

1.1:
  - Switch from SIGHUP to SIGKILL to kill child process
  - Child now uses a pipe to send errno to parent when execvp() fails
  - Unit tests that require 'ping' are skipped if 'ping' is not available

1.0:
  - CRAN release
