From: thib Date: Sat, 12 Mar 2011 12:46:31 +0000 (+0000) Subject: Merge branch 'fcron-3.0' X-Git-Tag: ver3_1_0~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8144e667030d81eaae9a42ba7f6fe6b1dff3cd27;p=fcron Merge branch 'fcron-3.0' Conflicts: .gitignore doc/en/changes.sgml --- 8144e667030d81eaae9a42ba7f6fe6b1dff3cd27 diff --cc .gitignore index 4c083a7,d1570b4..93a7e3a --- a/.gitignore +++ b/.gitignore @@@ -14,9 -14,9 +14,11 @@@ fcronsighu files/fcron.conf convert-fcrontab doc/stylesheets/fcron-doc.dsl - PREVIOUS_VERSION +doc/fcron-doc.mod +exe_list_test + MANIFEST + VERSION + PREVIOUS_VERSION doc/en/HTML/* doc/en/man/* doc/en/txt/* diff --cc doc/en/changes.sgml index 2e59c23,9ee6b3e..e458764 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@@ -13,15 -13,24 +13,33 @@@ A copy of the license is included in gf Changes + - From version 3.0.5 to 3.1.0 ++ From version 3.0.6 to 3.1.0 + + Pass fcrondyn client credentials through the socket when possible so as the user doesn't need to type his password when using fcrondyn. + + + Code clean-up: Implemented generic unordred list for lavgq / exeq. + + + + From version 3.0.5 to 3.0.6 + + Fixed bug preventing normal user from running fcrontab -l if fcron's uid!=gid + + + Fixed fcrontab's PAM initialization when working on the systab user. + + + Added check_system_crontabs.sh which is to replace the less portable check_system_crontabs.bash. + + + Added option -c to check_system_crontabs.sh to specify a fcron.conf file to use + + + Fixed Makefile bug preventing installation when building from a different folder than the sources (wrong fcron.conf path) + + From version 3.0.4 to 3.0.5