aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-12-17 11:49:07 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-12-17 11:49:07 +0200
commit72d45674691b17fca203a6f85a10c243506feffa (patch)
tree29f737eca13f67b32b1dee3e30d2aca81c16a3cf
parent51a1de1eb5e8606a1788eed62a5d8f15922cb816 (diff)
downloadmicron-72d45674691b17fca203a6f85a10c243506feffa.tar.gz
micron-72d45674691b17fca203a6f85a10c243506feffa.tar.bz2
Version 0.8
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f14095d..a7b079f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
-micron -- history of user-visible changes. 2020-06-24
+micron -- history of user-visible changes. 2020-06-25
See the end of file for copying conditions.
Please send micron bug reports to <gray@gnu.org>
+Version 0.8, 2020-06-25
+
+* Cronjobs inherit umask value from the parent of micrond
+
+
Version 0.7, 2020-06-24
* crontab: set proper ownership on created crontabs
diff --git a/configure.ac b/configure.ac
index e16f03f..0b67cd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# with micron. If not, see <http://www.gnu.org/licenses/>. */
AC_PREREQ(2.63)
-AC_INIT([micron],[0.7],[gray@gnu.org.ua])
+AC_INIT([micron],[0.8],[gray@gnu.org.ua])
AC_CONFIG_SRCDIR([src/micron.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])

Return to:

Send suggestions and report system problems to the System administrator.