unsupported
  $   H403358_•I|¥‰ÓMjqØ‚¦ ë<óo¬ÁÀ f    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
  "   ˆl–Ým_J¥2ÛR‚ œP\h7 %1hßÃƒh¹ÂÁ      auto
  "   ˆl–Ü4ý() v( •íÀ‚ã.©‹FÿÄ550ÃÂ &    1.04  Sat, 02 Mar 2013 12:07:45 -0500
  * Fix splice in list context. It was passing an extra argument to splice,
    causing splice @PATH, 0, 0 to append ":0" to the environment variable.

1.03  Sat, 09 Jul 2011 11:20:43 +0200
  * Merge changes from the perl core.
    - Port tests to Test::More.

1.02  Wed, 15 Dec 2010 20:16:11 +0100
  * Install to the right part of @INC on old perls.

1.01  Fri, 10 Dec 2010 22:20:40 +0100
  * First upload to cpan. Identical with version 1.01 in the perl core. Upstream
    for this module is still blead perl.
  #   	ˆl–ß=¿Jå2ÛB‚ YP,Ü7ú˜´oÅ„u¶„çÄÃ ?÷     	2013-06-11  Tomas Mraz <tmraz@fedoraproject.org>

	* src/user.c: Log failures in load_user().

2013-06-11  Tomas Mraz <tmraz@fedoraproject.org>

	* man/crontab.5, src/cron.c, src/entry.c, src/env.c, src/globals.h,
	src/structs.h: Add support for RANDOM_DELAY of jobs.

2013-06-11  Tomas Mraz <tmraz@fedoraproject.org>

	* src/user.c: Fixed bug introduced by previous commit and simplified
	error handling.

2013-06-07  Tomas Mraz <tmraz@fedoraproject.org>

	* src/env.c, src/funcs.h, src/user.c: Copy some variables from the
	crond process environment.  Also cleanup error handling in load_env().

2013-06-06  Tomas Mraz <tmraz@fedoraproject.org>

	* src/cron.c: setenv takes 3 arguments

2013-06-06  Tomas Mraz <tmraz@fedoraproject.org>

	* src/cron.c: Do not use putenv with string literal.

2013-04-25  Tomas Mraz <tmraz@fedoraproject.org>

	* src/do_command.c: Make From field in mails from crond RFC
	compliant.

2012-12-30  Sami Kerola <kerolasa@iki.fi>

	* src/crontab.c: cron: clarify usage() print out The -n option needs argument, which was missing from the usage().  Signed-off-by: Sami Kerola <kerolasa@iki.fi>

2012-12-29  Sami Kerola <kerolasa@iki.fi>

	* anacron/global.h, anacron/main.c, anacron/readtab.c: anacron: fix
	shadow declarations Change global variables to have more specific name.  This will make
	warnings about shadowing to go away, and may result to a little more
	readable code.  log.c:74:35: warning: declaration of 'args' shadows a global
	declaration [-Wshadow] global.h:97:15: warning: shadowed declaration
	is here [-Wshadow] Reference:

	http://web.archiveorange.com/archive/v/N6p0RpcfZsIBsaU8B2sE#72jDywyk8NZ3i9gSigned-off-by: Sami Kerola <kerolasa@iki.fi>

2012-12-29  Sami Kerola <kerolasa@iki.fi>

	* src/crontab.c, src/entry.c, src/macros.h, src/security.c: smatch
	scan: fix various warningss found using smatch entry.c:396 load_entry() info: redundant null check on e->pwd
	calling free() entry.c:398 load_entry() info: redundant null check
	on e->cmd calling free() /usr/include/bits/fcntl.h:48:10: warning: preprocessor token
	O_NOFOLLOW redefined macros.h:136:9: this was the original
	definition security.c:98:44: warning: non-ANSI function declaration of function
	'cron_restore_default_security_context' crontab.c:439:29: warning:
	non-ANSI function declaration of function 'tmp_path' Signed-off-by: Sami Kerola <kerolasa@iki.fi>

2013-01-02  Marcela MaÅ¡lÃ¡ÅˆovÃ¡ <mmaslano@redhat.com>

	* man/cron.8: Mention systemctl command in man page of crond. Based
	on rhbz#891160.

2012-12-20  Sami Kerola <kerolasa@iki.fi>

	* contrib/0anacron: contrib: remove bashisms Signed-off-by: Sami Kerola <kerolasa@iki.fi>

2012-12-20  Sami Kerola <kerolasa@iki.fi>

	* COPYING.anacron, anacron/global.h, anacron/gregor.c,
	anacron/gregor.h, anacron/lock.c, anacron/log.c, anacron/main.c,
	anacron/matchrx.c, anacron/matchrx.h, anacron/readtab.c,
	anacron/runjob.c: docs: corrections to FSF license files, and postal
	addre