1.2.2
 - Don't send attachement header for SVG anymore.
 - Upgrade rApache to 1.2.5: avoid receiveBin() when apreq alread parsed
 - Start using HTTP 405 instead of 400 for invalid methods

1.2.1
 - Use latest version of jsonlite 
 - Better support for lazy load data API
 - Moved CRON scripts to update cran, bioc, github libraries inside the package
 - Use rstudio proxy when single-user server is loaded in rstudio-server.

1.2.0
 - Replaced dependency RJSONIO with jsonlite for all toJSON/fromJSON
 - Add support for pkg/data API
 - Improve CI email notifications
 - add /console shortcut
 - correct MIME headers for fonts

1.0.7
 - Adding Github CI stuff
 - New config parameters: "public.url" and "smtp.server", "timelimit.webhook"

1.0.6
 - Version bump for CRAN release.
 - Detect /ocpu/user libraries from /etc/passwd.

1.0.5
 - Don't fork on MAC for "safe" requests (to reduce risk of fork issues)
 - Temporary change fork method to psock method on OSX because of problems in Mavericks.
 - Adding opencpu$view() to take advantage of Rstudio viewing panel if available
 - Set quick=true for install_github
 - Use bitmapType="cairo" if available
 - Temporary implementation of HTTP OPTIONS for CORS in chrome.
 - Adding Access-Control-Allow-Headers and Access-Control-Expose-Headers to support CORS preflighting.

1.0.4
 - Fixed bug when timeout > 60s (reported by Jordy Coolen)
 - Fixed nginx warning in the cloud server
 - Upgrade evaluate to 0.5.1
 - Add support for Apache 2.4 / Ubuntu Saucy in cloud server with mpm_prefork

1.0.3
 - Invisible return values are now stored but not printed
 - Dependency update to evaluate 0.4.10

1.0.2
 - Capture output for install.packages, install_github and biocInstaller
 - Remove rapache library change in onAttach

1.0.1 
 - Fix bugs for uploading files
 - Fix bugs for storing files from a session
 - Set default bitmap type to Cairo (to prevent problems with forks on MAC)
