summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-15 18:03:26 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-15 18:03:26 (EDT)
commit384fdce2a1cdde09bd9e0fd9da8936a9ddc4cf4e (patch)
tree3b45b86bbc4ac261d005b51a8fc4448f66dbf2da
parentfbde88227aeafaba237e9358e5aa5805baaec5f7 (diff)
changelog: Add 3.0.0 entry
-rw-r--r--changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/changelog b/changelog
index a7da59e..d4bfa16 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,14 @@
+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.
+
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 15 Jul 2019 17:59:07 -0400
+
platconf-pkg-tools (2.1.1) trunk
* Skip empty src/build/ or src/run/ directories.