prepared files for 1.1.3
This commit is contained in:
parent
3fdacd1393
commit
a373317d96
3 changed files with 10 additions and 2 deletions
8
NEWS
8
NEWS
|
|
@ -1,5 +1,13 @@
|
||||||
GNU Mcron NEWS -*- outline -*-
|
GNU Mcron NEWS -*- outline -*-
|
||||||
|
|
||||||
|
* Noteworthy changes in release 1.1.3 (2019-11-17) [stable]
|
||||||
|
|
||||||
|
** Improvements
|
||||||
|
Package contains configure script by default
|
||||||
|
Authors file change (addition)
|
||||||
|
Doc fix for 'every second sunday'
|
||||||
|
guix.scm update
|
||||||
|
|
||||||
* Noteworthy changes in release 1.1.2 (2018-11-26) [stable]
|
* Noteworthy changes in release 1.1.2 (2018-11-26) [stable]
|
||||||
|
|
||||||
** Improvements
|
** Improvements
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
(package
|
(package
|
||||||
(inherit (specification->package "mcron"))
|
(inherit (specification->package "mcron"))
|
||||||
(version "1.1.2")
|
(version "1.1.3")
|
||||||
(source (local-file (dirname %srcdir) #:recursive? #t
|
(source (local-file (dirname %srcdir) #:recursive? #t
|
||||||
#:select? keep-mcron-file?))
|
#:select? keep-mcron-file?))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
|
||||||
|
|
@ -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.61)
|
AC_PREREQ(2.61)
|
||||||
AC_INIT([GNU Mcron], [1.1.2], [bug-mcron@gnu.org])
|
AC_INIT([GNU Mcron], [1.1.3], [bug-mcron@gnu.org])
|
||||||
AC_CONFIG_SRCDIR([src/mcron.c])
|
AC_CONFIG_SRCDIR([src/mcron.c])
|
||||||
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])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue