From a9c1590d9bf8b3ab3b13bba1d2777c7eb3ea6130 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sat, 6 Jun 2026 16:30:56 +0100 Subject: [PATCH] Update version to 3.4.1 (with release notes) and copyright years to 2026. --- allow.c | 2 +- allow.h | 2 +- cl.c | 2 +- cl.h | 2 +- conf.c | 2 +- conf.h | 2 +- config.h.in | 2 +- configure.in | 4 ++-- convert-fcrontab.c | 2 +- convert-fcrontab.h | 2 +- database.c | 2 +- database.h | 2 +- doc/en/changes.sgml | 21 ++++++++++++++++++++- doc/en/faq.sgml | 2 +- doc/en/fcron-doc.sgml | 2 +- doc/en/fcron.8.sgml | 2 +- doc/en/fcron.conf.5.sgml | 2 +- doc/en/fcrondyn.1.sgml | 2 +- doc/en/fcrontab.1.sgml | 2 +- doc/en/fcrontab.5.sgml | 2 +- doc/en/install.sgml | 2 +- doc/en/manpage-foot.sgml | 2 +- doc/en/readme.sgml | 2 +- doc/en/relnotes.sgml | 2 +- doc/en/thanks.sgml | 2 +- doc/en/todo.sgml | 2 +- doc/fcron-doc.mod.in | 2 +- doc/fr/changes.sgml | 2 +- doc/fr/faq.sgml | 2 +- doc/fr/fcron-doc.sgml | 2 +- doc/fr/fcron.8.sgml | 2 +- doc/fr/fcron.conf.5.sgml | 2 +- doc/fr/fcrondyn.1.sgml | 2 +- doc/fr/fcrontab.1.sgml | 2 +- doc/fr/fcrontab.5.sgml | 2 +- doc/fr/install.sgml | 2 +- doc/fr/manpage-foot.sgml | 2 +- doc/fr/readme.sgml | 2 +- doc/fr/relnotes.sgml | 2 +- doc/fr/thanks.sgml | 2 +- doc/fr/todo.sgml | 2 +- dyncom.h | 2 +- env_list.c | 2 +- env_list.h | 2 +- exe_list.c | 2 +- exe_list.h | 2 +- fcron.c | 2 +- fcron.h | 2 +- fcronconf.c | 2 +- fcronconf.h | 2 +- fcrondyn.c | 2 +- fcrondyn.h | 2 +- fcrondyn_svr.c | 2 +- fcrondyn_svr.h | 2 +- fcrondyn_svr_priv.h | 2 +- fcronsighup.c | 2 +- fcronsighup.h | 2 +- fcrontab.c | 2 +- fcrontab.h | 2 +- fifo_list.c | 2 +- fifo_list.h | 2 +- fileconf.c | 2 +- fileconf.h | 2 +- filesubs.c | 2 +- filesubs.h | 2 +- getloadavg.c | 2 +- getloadavg.h | 2 +- global.h | 2 +- job.c | 2 +- job.h | 2 +- lavg_list.c | 2 +- lavg_list.h | 2 +- log.c | 2 +- log.h | 2 +- mail.c | 2 +- mail.h | 2 +- mem.c | 2 +- mem.h | 2 +- option.h | 2 +- pam.h | 2 +- read_string.c | 2 +- read_string.h | 2 +- save.c | 2 +- save.h | 2 +- select.c | 2 +- select.h | 2 +- subs.c | 2 +- subs.h | 2 +- suspend.c | 2 +- suspend.h | 2 +- temp_file.c | 2 +- temp_file.h | 2 +- u_list.c | 2 +- u_list.h | 2 +- 94 files changed, 114 insertions(+), 95 deletions(-) diff --git a/allow.c b/allow.c index dfe6853..9eea987 100644 --- a/allow.c +++ b/allow.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/allow.h b/allow.h index fd34bc8..adf7053 100644 --- a/allow.h +++ b/allow.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cl.c b/cl.c index cb5e65b..6d2865d 100644 --- a/cl.c +++ b/cl.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cl.h b/cl.h index 15286b5..1c4e99f 100644 --- a/cl.h +++ b/cl.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/conf.c b/conf.c index 4b09624..d7386f7 100644 --- a/conf.c +++ b/conf.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/conf.h b/conf.h index 6036ff3..c936e4d 100644 --- a/conf.h +++ b/conf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/config.h.in b/config.h.in index cc5a678..2ae5644 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/configure.in b/configure.in index 80445de..8e57f96 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl --------------------------------------------------------------------- dnl Initial settings dnl --------------------------------------------------------------------- -AC_INIT([fcron], [3.4.1pre]) +AC_INIT([fcron], [3.4.1]) AC_CONFIG_SRCDIR([allow.c]) AC_CONFIG_HEADERS([config.h]) AC_PREREQ([2.71]) @@ -13,7 +13,7 @@ m4_include([m4/ax_lib_readline.m4]) AC_DEFINE_UNQUOTED(VERSION_QUOTED, "${PACKAGE_VERSION}") -copyright_quoted="\"2000-2025\"" +copyright_quoted="\"2000-2026\"" AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted) diff --git a/convert-fcrontab.c b/convert-fcrontab.c index 4b2f343..0aef24d 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/convert-fcrontab.h b/convert-fcrontab.h index c2c591e..64c2054 100644 --- a/convert-fcrontab.h +++ b/convert-fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/database.c b/database.c index ff516e5..7635427 100644 --- a/database.c +++ b/database.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/database.h b/database.h index 9ea6f2b..4b2cab6 100644 --- a/database.h +++ b/database.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 8690cc5..c09c81f 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -1,6 +1,6 @@