diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-18 00:17:00 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-18 00:17:00 (EDT) |
commit | 6a2c7b3a9d5d8ec34af9f1e844f9af867eb8233a (patch) | |
tree | 3f903827776d9de79c7839f65159df9b2c67c437 /NEWS | |
parent | 11302a0870f4c13aa618153beeda8dc133def28c (diff) |
NEWS: Add slogan, SPF note, and configure changes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,8 @@ opkbuild version 4.1.0 Released: ????-??-?? +The "build-dependency hell and determinism" release. + Utilities: * opkbuild now sets the standardized [1] "SOURCE_DATE_EPOCH" @@ -20,6 +22,7 @@ Utilities: fields. * ob-installplatconf now supports platconf directories with upstream versions containing pattern matching notation (e.g. "foo_1.*"). + This complies with the latest draft of SPF 2.0. * ob-installplatconf is now covered by the test suite. libopkbuild: @@ -33,6 +36,11 @@ libopkbuild: * ob_get_system_path() with the "buildflags" or "platconf" path_id now accepts an "OB_TEST_DATADIR" to override the data directory prefix. +Build system: + + * configure now checks for fakeroot and touch (preferably with the + "-h" option). + [1]: https://reproducible-builds.org/specs/source-date-epoch/ opkbuild version 4.0.2 |