updating for next release

This commit is contained in:
atsb 2021-08-05 10:24:44 +02:00
commit 97cdae129d
3 changed files with 9 additions and 2 deletions

7
NEWS
View file

@ -1,5 +1,12 @@
GNU Mcron NEWS -*- outline -*- GNU Mcron NEWS -*- outline -*-
* Noteworthy changes in release 1.2.1 (2021-08-05) [stable]
** Improvements
Fixed "mcron --help" to show --stdin does not apply to files.
Updated to latest autoconf.
Changes in strings to reflect GNU Mcron and not just mcron.
* Noteworthy changes in release 1.2.0 (2020-04-22) [stable] * Noteworthy changes in release 1.2.0 (2020-04-22) [stable]
** Improvements ** Improvements

View file

@ -41,7 +41,7 @@
(package (package
(inherit (specification->package "mcron")) (inherit (specification->package "mcron"))
(version "1.2.0") (version "1.2.1")
(source (local-file (dirname %srcdir) #:recursive? #t (source (local-file (dirname %srcdir) #:recursive? #t
#:select? keep-mcron-file?)) #:select? keep-mcron-file?))
(inputs (inputs

View file

@ -20,7 +20,7 @@
# along with GNU Mcron. If not, see <http://www.gnu.org/licenses/>. # along with GNU Mcron. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([GNU Mcron],[1.2.0],[bug-mcron@gnu.org]) AC_INIT([GNU Mcron],[1.2.1],[bug-mcron@gnu.org])
AC_CONFIG_SRCDIR([src/mcron/scripts/mcron.scm]) AC_CONFIG_SRCDIR([src/mcron/scripts/mcron.scm])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([test-driver.scm]) AC_REQUIRE_AUX_FILE([test-driver.scm])