diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2018-03-20 02:28:10 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2018-03-20 02:28:10 +0100 |
commit | 44f4fab6414e15b49a6f7dc5bba0e3ab8e9e0a87 (patch) | |
tree | 76818b7f748aa37e2bc39d22709b1be559cbd5a4 /NEWS | |
parent | 64ff2b1ddfff20df87ce4e7c13bd4f996d8948cb (diff) | |
download | mcron-44f4fab6414e15b49a6f7dc5bba0e3ab8e9e0a87.tar.gz mcron-44f4fab6414e15b49a6f7dc5bba0e3ab8e9e0a87.tar.bz2 mcron-44f4fab6414e15b49a6f7dc5bba0e3ab8e9e0a87.zip |
maint: Update NEWS
* NEWS: Announce the availability of 'make installcheck'.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ GNU Mcron NEWS -*- outline -*- The programs now sets the GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH environment variables with the location of the installed Guile modules. +** Improvements + + Some basic tests for the installed programs can be run after 'make install' + with 'make installcheck'. + * Noteworthy changes in release 1.1 (2018-03-19) [stable] ** New features |