All releases inherently concentrate risk, as thousands of code changes can make it into a single release. This runs the risk of introducing
new bugs with the point release. Regressions can be somewhat mitigated by
regression testing, but regression testing is not enough to ensure a stable, bug free environment. Generally, one of the goals of a point release is to minimize risk by making changes based on balancing the user need for a fix, the size of the fix, and the risk of regressions. The risks involved with many software changes being released at once has led some groups to release software following a
rolling release method as opposed to doing point releases. ==Availability==