summaryrefslogtreecommitdiffstats
path: root/RELEASES.md
AgeCommit message (Collapse)Author
2016-09-04Bump the version to 0.82.0.82Tavian Barnes
2016-07-13Implement -f PATH from BSD find.Tavian Barnes
2016-06-28Implement -D rates.Tavian Barnes
2016-06-11RELEASES.md: Be less verbose about optimization levels.Tavian Barnes
2016-06-09Re-work optimization levels.Tavian Barnes
-O3 is the new default, for the future cost-based optimizer. -O4 enables the surprising/aggressive optimizations that used to be under -O3. -Ofast is a synonym for -O4.
2016-06-09Add release notes.Tavian Barnes