File: interface_stability.mdwn

package info (click to toggle)
propellor 5.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,864 kB
  • sloc: haskell: 17,638; makefile: 61; sh: 40; perl: 38
file content (13 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
Propellor is versioned using the Haskell [Package Version Policy](https://www.haskell.org/haskellwiki/Package_versioning_policy).

This means that propellor 2.10.x contains some changes to its API;
code written for propellor 2.9.x may need to be changed. Conversely,
there are no breaking changes between 2.10.1 and 2.10.2.

Whenever possible, breaking changes are made in a way that either changes a
data type, or a function name, so that code that used the old API version
won't compile under the new one.

Sometimes, changes to the behavior of properties also merit a major version
change. For example, propellor 0.8.0 completely revamped the privdata
storage, and users had to manually transition.