aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-06-24 09:56:21 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-06-24 09:56:21 +0300
commit7b269c4b46348d0535cececd012c1b3fa602d200 (patch)
tree21ff72d01b1f7b85316737ea91c671c74c8f8369
parent2a3e9d7b1cef9e0ef567534d6cec1c84710ab6e7 (diff)
downloadmicron-7b269c4b46348d0535cececd012c1b3fa602d200.tar.gz
micron-7b269c4b46348d0535cececd012c1b3fa602d200.tar.bz2
Version 0.7v0.7
* NEWS: Document new version. * configure.ac: Raise version number.
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 014494f..f14095d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,19 @@
-micron -- history of user-visible changes. 2020-06-05
+micron -- history of user-visible changes. 2020-06-24
See the end of file for copying conditions.
Please send micron bug reports to <gray@gnu.org>
+Version 0.7, 2020-06-24
+
+* crontab: set proper ownership on created crontabs
+
+* micrond
+
+** ignore inotify events on backup and temporary files
+
+** allow for user group crontabs owned by root
+
+
Version 0.6, 2020-06-05
* Unsetting environment variable in crontab
diff --git a/configure.ac b/configure.ac
index f57525f..e16f03f 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.6],[gray@gnu.org.ua])
+AC_INIT([micron],[0.7],[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.