summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 20:44:41 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 20:44:41 (EDT)
commit1b7106a4029731ce8b17a0ae127dc4ef3ce9afa3 (patch)
tree39f008bee301c21a6c3619f7970339f198e59523 /NEWS
parentb8a49b3e55f5cab15da7e3d2a91481e1e1c69db5 (diff)
NEWS: Note in-place execution and out-of-tree builds
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8c114de..45670bf 100644
--- a/NEWS
+++ b/NEWS
@@ -7,9 +7,13 @@ Changes in this release:
* The old and hard-to-maintain custom build system has been replaced
with one generated with GNU Autoconf and Automake.
+ - Out-of-tree builds are now supported.
* The build system now links all shell objects into the pro-archman
executable instead of distributing shell modules that are linked
into pro-archman at run time.
+ * Executing pro-archman in-place from the build directory without
+ installation no longer requires the `ARCHMAN_LIBDIR` and
+ `ARCHMAN_LOCALEDIR` environment variables to be set.
ProteanOS Archive Manager version 1.4.0
---------------------------------------