diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-15 21:35:13 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-15 21:35:13 (EDT) |
commit | 6751b5e57b3adc5883b65548cc2733e9fce5bc11 (patch) | |
tree | aabcc4340b243f3bbd65877e8afe2e85d26388fb | |
parent | 01a335a5b9d65da3ab33ccf10ed836e165e354fe (diff) |
changelog: Clarify new interface version
-rw-r--r-- | changelog | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,11 +1,11 @@ platconf-pkg-tools (3.0.0) trunk - * New incompatible interface version. - * Build-time configuration files are now stored in either - "src/<pkg>_<ver>/" or "src/<pkg>/" instead of "src/<pkg>/<ver>/". - That is, limiting configuration files to specific upstream versions - of configured packages is now optional, and the configuration file - source tree is flatter. + * New incompatible interface version 3: + - Build-time configuration files are now stored in either + "src/<pkg>_<ver>/" or "src/<pkg>/" instead of "src/<pkg>/<ver>/". + That is, limiting configuration files to specific upstream + versions of configured packages is now optional, and the + configuration file source tree is flatter. * Generated package control files now have a comment stating: "# Generated by ppt-mkpkgs. Do not edit." * build.mk files now provide "ppt-mkpkgs" and "ppt-rmpkgs" targets to |