AboutSummaryRefsLogTreeCommitDiffStats
path: root/NEWS
blob: f8d0d7333f76a981242e1508bf4de15b43315100 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
GNU Mcron NEWS                                    -*- outline -*-

* Noteworthy changes in release 1.1.4 (2020-04-12) [stable]

** Improvements
  Added missing #include directives
  Support Guile 3.0
  Call 'child-cleanup' when 'select' returns an empty set
  Avoid 'call-with-current-continuation'
  Date changes for Copyrights changed for 2020
  Email updates in documentation

* 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]

** Improvements

  The "--with-sendmail" configure variable has been added to allow the usage
  of a different Mail Transfert Agent (MTA) than 'sendmail -t'.  The MTA must
  be able to guess the actual recipients from the 'To:' message header.

* Noteworthy changes in release 1.1.1 (2018-04-08) [stable]

** Bug fixes

  The "--disable-multi-user" configure variable is not reversed anymore.
  'cron' and 'crontab' are now installed unless this option is used.

  The programs now sets the GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH
  environment variables with the location of the installed Guile modules.

  'next-year-from', 'next-year', 'next-month-from', 'next-month',
  'next-day-from', 'next-day', 'next-hour-from', 'next-hour',
  'next-minute-from', 'next-minute', 'next-second-from', and 'next-second' no
  longer crashes when passing an optional argument.
  [bug introduced in mcron-1.1]

** Improvements

  Some basic tests for the installed programs can be run after 'make install'
  with 'make installcheck'.

  The configuration files are now processed using a deterministic order.

  The test suite code coverage for mcron modules is now at 66.8% in term of
  number of lines (mcron-1.1 was at 23.7%).

* Noteworthy changes in release 1.1 (2018-03-19) [stable]

** New features

  The 'job' procedure has now a '#:user' keyword argument which allows
  specifying a different user that will run it.

  Additional man pages for 'cron(8)' and 'crontab(1)' are now generated using
  GNU Help2man.

** Bug fixes

  Child process created when executing a job are now properly cleaned even
  when execution fails by using 'dynamic-wind' construct.

** Improvements

  GNU Guile 2.2 is now supported.

  Some procedures are now written using functional style and include a
  docstring.  'def-macro' usages are now replaced with hygienic macros.

  Compilation is now done using a non-recursive Makefile, supports out of tree
  builds, and use silent rules by default.

  Guile object files creation don't rely on auto-compilation anymore and are
  installed in 'site-ccache' directory.

  Jobs are now internally represented using SRFI-9 records instead of vectors.

  Changelog are generated from Git logs when generating the tarball using
  Gnulib gitlog-to-changelog script.

  A test suite is now available and can be run with 'make check'.

** Changes in behavior

  The "--enable-debug" configure variable has been removed and replaced with
  MCRON_DEBUG environment variable.

  The "--disable-multi-user" configure variable is now used to not build and
  install the 'cron' and 'crontab' programs.  It has replaced the
  "--enable-no-vixie-clobber" which had similar effect.

  (mcron core) module is now deprecated and has been superseeded by
  (mcron base).

* Noteworthy changes in release 1.0.8 (2014-04-28) [stable]

  Man page is now generated with GNU Help2man before installation and
  distributed in the tarball.

* Noteworthy changes in release 1.0.7 (2012-02-04) [stable]

  Mcron is now compatible with Guile 2.0.

  FreeDesktop.org's standard user configuration directories are now used to
  find the user script files.

* Noteworthy changes in release 1.0.6 (2010-06-20) [stable]

  The copyright notices are now standardized on all auxiliary files. This
  follows the example set by the GNU hello program.

  immutable end texts from the texinfo document are now removed, to
  accomodate with Debian requirements.

* Noteworthy changes in release 1.0.5 (2010-06-13) [stable]

  Some technical changes to the build system has been made to help the
  distribution to Debian.

  The Git repository has been completely re-hashed, and now represents a
  complete and faithful history of the package's development since its
  inception.

* Noteworthy changes in release 1.0.4 (2008-02-21) [stable]

  The source code is now held in a Git repository, which can be checked-out at
  <git://git.savannah.gnu.org/mcron.git>.

  The code is now covered by the GPLv3 license.

* Noteworthy changes in release 1.0.3 (2006-04-16) [stable]

  daylight savings time shifts are now properly handled

  Parsing Vixie-style input files has been improved.

  Crontab entries can now be corrected instead of just wiping out the file.

  Mcron is now compatible with Guile 1.8.

  The manual is now licensed under the GNU Free Documentation License (GFDL)

* Noteworthy changes in release 1.0.2 (2006-01-02) [stable]

* Noteworthy changes in release 1.0.1 (2004-05-15) [stable]

  The mailing list <bug-mcron@gnu.org> has been set-up.

* Noteworthy changes in release 1.0 (2003-12-12) [stable]

  Mcron is now officially a GNU program.

* Noteworthy changes in release 0.99.3 (2003-08-05) [stable]

  The code is now splitted into modules.

* Noteworthy changes in release 0.99.2 (2003-07-20) [stable]

  The implementation is now really 100% Vixie compatible.

  Some Guile limitations such as the absence of POSIX threads and signals has
  been worked around.

* Noteworthy changes in release 0.99.1 (2003-07-05) [stable]

  Installation of cron and crontab is now disabled by default (suspect problems
  with Guile internals are preventing these from working properly).

  The project is now managed on Savannah.  A CVS repository and web page have been
  created.

========================================================================

Copyright © 2003, 2005, 2006 Dale Mellor <dale_mellor@users.sourceforge.net>
Copyright © 2017, 2018 Mathieu Lirzin <mthl@gnu.org>
Copyright © 2018 宋文武 <iyzsong@member.fsf.org>

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.