* Improve scan performance for certain strings.
* Reduce stack usage.
* Prevent inadvertent use of compiled rules by forcing the use of `-C` when using `yara` command-line tool.
* BUGFIX: Buffer overflow in "dotnet" module.
* BUGFIX: Internal error when running multiple instances of YARA in Mac OS X. (945)
* BUGFIX: Regexp regression when using nested quantifiers {x,y} for certain values of x and y. (1018)
* BUGFIX: High RAM consumption in "pe" module while parsing certain files.(0c8b461154269c0f7ba9c71c1a3b8c65af29c7ac)
* BUGFIX: Denial of service when using "dex" module. Found by the Cisco Talos team. (1023)
* BUGFIX: Issues with comments inside hex strings.
Refer to the [documentation](http://yara.readthedocs.org/en/latest/gettingstarted.html#compiling-and-installing-yara) for information on how to build and install YARA.