Freeze (software engineering)

Source: Wikipedia, the free encyclopedia.

In

release or the end of an iteration by reducing the scale or frequency of changes, and may be used to help meet a roadmap
.

The exact rules depend on the type of freeze and the particular development process in use; for example, they may include only allowing changes which fix

bugs
, or allowing changes only after thorough review by other members of the development team. They may also specify what happens if a change contrary to the rules is required, such as restarting the freeze period. Common types of freezes are:

Implementations

In development environments using

branching
can alleviate delays in development caused by freezes. For example, a project may have a "stable" branch from which new versions of the software are released, and a separate "development" branch in which the developers add new code. The effect of a freeze is then to prevent promotion of some or all changes from the development branch to the stable branch. In other words, the freeze applies only to the stable branch, and developers can continue their work on the development branch.

See also

References