New release 7.11.0 "Amazonian parrotlet"

On behalf of the Parrot team, I'm proud to announce Parrot 7.11.0, also known as "Amazonian parrotlet". Parrot is a virtual machine aimed at running all dynamic languages.

Parrot 7.11.0 News:

    - Build
        + Improve darwin and cygwin build, seperate installable libparrot.
          GH #1212, 1096
        + Honor --disable-rpath on darwin, skip -install_name then
        + Update default cygwin compiler and linker to gcc with 1.7
        + Add darwin and windows smokers (travis + appveyor), prev. linux only
        + use a smaller default target: core (most parrot_utils, not all)
          make all builds now all, including docs and installables

Parrot 7.11.0 is available on Parrot's FTP site, or by following the download instructions. For those who want to hack on Parrot or languages that run on top of Parrot, we recommend our organization page on GitHub, or you can go directly to the official Parrot Git repo on Github

To clone the Parrot Git repo into a directory called 'parrot', use the following:

    git clone git://github.com/parrot/parrot.git

If you want it to be in a directory other than 'parrot', then just give that as a second argument to clone:

    git clone git://github.com/parrot/parrot.git parrot_foo

The SHA256 message digests for the downloadable tarballs are:

02c7bb4ce1f7b1643e57393bf58536a15c3c2edfa0d70870cf5aa4e38988a72e parrot-7.11.0.tar.gz
c6a23cb2bf7655113b05a04dff759d76217355660c74c2c0a65d0ab28aa20160 parrot-7.11.0.tar.bz2

Thanks to all our contributors for making this possible, and our sponsors for supporting this project. Our next scheduled release is at 19 Jan 2015.

Enjoy!