aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-04-15 10:17:08 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-04-15 10:17:08 +0300
commitb401a6145f3d86c808e2315b09e69b2a734b9e0e (patch)
tree450eae4ed5900eeb79f0ec8de138d216e340ff03
parent99b1750fa71707d77b3ef41cf880766c46013637 (diff)
downloadmicron-b401a6145f3d86c808e2315b09e69b2a734b9e0e.tar.gz
micron-b401a6145f3d86c808e2315b09e69b2a734b9e0e.tar.bz2
Version 1.2v1.2
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7cd8a89..76215af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
-micron -- history of user-visible changes. 2021-02-15
+micron -- history of user-visible changes. 2021-04-15
See the end of file for copying conditions.
Please send micron bug reports to <gray@gnu.org>
+Version 1.2, 2021-04-15
+
+* Fix cronjob access serialization
+
Version 1.1, 2021-02-15
* Fix unsetting variables in crontabs
@@ -11,7 +15,7 @@ Version 1.0, 2021-02-03
* Restore signal handlers in cronjobs
-* Improvemens in foreground mode
+* Improvements in foreground mode
** Redirect /dev/null to stdin
diff --git a/configure.ac b/configure.ac
index a47108d..d8ddcab 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],[1.1],[gray@gnu.org.ua])
+AC_INIT([micron],[1.2],[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.