logrotate (3.5.9-8) unstable; urgency=high * Added check to cron.daily (blatantly stolen from exim's) to only attempt to run logrotate if it's binary exists. (Closes: #144265) * Priority high to ensure this minimal bugfix (a violation of a "should" policy directive) gets into woody. -- Paul Martin Tue, 23 Apr 2002 23:16:43 +0100 logrotate (3.5.9-7) unstable; urgency=medium * More typos fixed. Thanks to David Lawyer . (Closes: #134944). * Simple logic fix in decision of whether to uncompress a logfile when mailing it. (Closes: #137573) -- Paul Martin Tue, 12 Mar 2002 17:30:02 +0000 logrotate (3.5.9-6) unstable; urgency=low * No changes to programs, only to documentation. * Changes to manpage logrotate.8: + Fixed typos, errors and omissions. (Closes: #101272) Thanks to Jeremy S Bygott + Documented the location of killall program. + Fix the other mention of the status file location. + Documented error behaviour of globs in config file. (Closes: #128795) * Upstream added an "olddir" directive some time ago. (Closes: #56044) -- Paul Martin Fri, 8 Feb 2002 20:08:36 +0000 logrotate (3.5.9-5) unstable; urgency=low * Further development on bug #118466. Use stat() rather than fgetc/ungetc. Thanks to Ian Wienand for being unsatisfied with my previous attempts, which contained many logic errors. Mea culpa. (Closes: #119176) -- Paul Martin Sun, 18 Nov 2001 11:59:08 +0000 logrotate (3.5.9-4) unstable; urgency=low * Fix the logic error in the last two uploads. Use fgetc/ungetc instead of feof. (Closes: #118466) -- Paul Martin Wed, 14 Nov 2001 00:37:55 +0000 logrotate (3.5.9-3) unstable; urgency=low * Fix a bug I introduced in the last upload. Check that filehandles are non-null when you reference them. Brown paper bag time. (Closes: #118907,#119176) -- Paul Martin Tue, 13 Nov 2001 12:45:51 +0000 logrotate (3.5.9-2) unstable; urgency=low * Manpage was giving wrong location for status file. Fixed. * Test that status file is non zero length before trying to read it. (Closes: #118466) -- Paul Martin Tue, 6 Nov 2001 21:36:48 +0000 logrotate (3.5.9-1) unstable; urgency=low * New upstream release: + Incorporates the Debian fix to #110958. + Manpage updates. + Checks for negative values of rotate (Closes: #42683) + Fix to "extension" being ignored (Closes: #104335) -- Paul Martin Wed, 5 Sep 2001 22:42:13 +0100 logrotate (3.5.7-5) unstable; urgency=low * Removed rotation of /var/log/lastlog. It's a file that doesn't grow, and rotating it loses all the lastlog information. Perhaps making a backup would make more sense. (Closes: #111184) -- Paul Martin Tue, 4 Sep 2001 16:14:16 +0100 logrotate (3.5.7-4) unstable; urgency=low * Fixed bug with trying to free() a static string. (Closes: #110958) -- Paul Martin Mon, 3 Sep 2001 00:03:37 +0100 logrotate (3.5.7-3) unstable; urgency=low * Removed the debian/logrotate.conffiles, as debhelper v3 now automatically includes all files in /etc as conffiles. (Closes: #105616) -- Paul Martin Wed, 18 Jul 2001 11:48:03 +0100 logrotate (3.5.7-2) unstable; urgency=low * Removed the "errors root" from the default /etc/logrotate.conf file. (Closes: #105349) -- Paul Martin Sun, 15 Jul 2001 16:35:24 +0100 logrotate (3.5.7-1) unstable; urgency=low * New upstream release: + Allows compression command to be configurable (Closes: #101007) + Enables LFS support (Closes: #100810) + Quotes filenames for running compress commands or pre/postrotate commands. + Errors directive has been removed. For reasons, see http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=16544 * Changed preinst and new postrm scripts to clean up old status files. (Closes: #101831) -- Paul Martin Fri, 13 Jul 2001 23:21:57 +0100 logrotate (3.5.4-2) unstable; urgency=low * Loosened the config syntax checking to allow more flexibility. (Closes: #95617,#95630) * mailx is now in testing. (Closes: #67053) * Compile with -O2. -- Paul Martin Tue, 15 May 2001 01:59:19 +0100 logrotate (3.5.4-1) unstable; urgency=low * New maintainer. * New upstream release. (Closes: #71385,#78378,#81582,#88769) * Added .dpkg-new to default tabooext list. (Closes: #80527) * Changing to in log.c fixes compiler warning. * Removed RPM from logrotate.conf. (Closes: #52802,#78349,#65162,#90990) * Moved the logrotate.status back to /var/lib. FHS compliance. (Closes: #49553,#59120,#68728) * Removed tab characters from manpage source. (Closes: #53903) * Changed dependencies to allow either cron or anacron. (Closes: #87716) * Placed upstream source location in copyright file. (Closes: #45184) * Added rotation of /var/log/btmp and /var/log/lastlog to default configuration. * No longer consider state file dates before 1996 as fatal errors. (Closes: #65534) * Commas now no longer delimit tabooexts. Manpage changed to reflect this. (Closes: #52719) -- Paul Martin Thu, 26 Apr 2001 02:22:52 +0100 logrotate (3.2-11) unstable; urgency=low * cron dependency is now versioned >= 3.0pl1-53, the first cron to fix the wtmp/btmp rotation problem -- Joseph Carter Sun, 12 Sep 1999 15:51:07 -0700 logrotate (3.2-10) unstable; urgency=low * Added versioned depends on base-passwd to make upgrades from slink work normally. (Closes: #44667) -- Joseph Carter Thu, 9 Sep 1999 19:05:02 -0700 logrotate (3.2-9) unstable; urgency=low * Cleaned up a couple of typos (Closes: #43716) * Added btmp with missingok to logrotate defaults (Closes: #43717) -- Joseph Carter Sat, 4 Sep 1999 13:55:11 -0700 logrotate (3.2-8) unstable; urgency=low * You can now disable logrotate.d entries by renaming them to include the .disabled extention. Also logrotate will now ignore dpkg dropping files (Closes: #43703) -- Joseph Carter Sun, 29 Aug 1999 11:34:27 -0700 logrotate (3.2-7) unstable; urgency=low * No longer rotate lastlog (Closes: #43422) -- Joseph Carter Tue, 24 Aug 1999 20:52:39 -0700 logrotate (3.2-6) unstable; urgency=low * Now Depends on cron like it should -- Joseph Carter Mon, 2 Aug 1999 09:51:58 -0700 logrotate (3.2-5) unstable; urgency=low * /etc/logrotate.conf is now a conffile. How I missed this it one before is quite beyond me. Oops. => (Closes #42195) -- Joseph Carter Fri, 30 Jul 1999 10:39:58 -0700 logrotate (3.2-4) unstable; urgency=low * removed dependency on bash from postinst (Closes: #41118) -- Joseph Carter Mon, 26 Jul 1999 00:47:41 -0700 logrotate (3.2-3) unstable; urgency=low * More FHS updates, new standards version, debhelper v2, etc * Recompiled with libpopt * We now have a group utmp and will use it * Priority: Important since policy 3 mandates logrotate for log rotaton -- Joseph Carter Fri, 16 Jul 1999 10:09:23 -0700 logrotate (3.2-2) unstable; urgency=low * Moved the status file from /var/lib/logrotate.status which is lame to /var/state/logrotate/status * I spaced the use of /bin/mail---oops. It's a symlink on this system so it didn't BREAK anything here. I also didn't declare dependency on mailx. Someone get me a paper bag. Closes: bug#37817 * Renamed debian/* files to debian/logrotate.* in preperation for The Debhelper 2.x Way. Harmless change and makes me feel useful. => * Changed wtmp rotation in the default conffile. Rotates as root.adm for now. This is a temporary change pending utmp group implemenetation. -- Joseph Carter Sun, 16 May 1999 16:09:42 -0700 logrotate (3.2-1) unstable; urgency=low * Initial Release. -- Joseph Carter Thu, 22 Apr 1999 15:33:04 -0700 Local variables: mode: debian-changelog End: