]> Pileus Git - ~andy/fetchmail/log
~andy/fetchmail
19 years agoDisable outdated translations for now.
Matthias Andree [Wed, 20 Oct 2004 12:31:49 +0000 (12:31 -0000)]
Disable outdated translations for now.

svn path=/trunk/; revision=3958

19 years agoAdd some --flag to XGETTEXT_OPTIONS, to properly propagate c-format tag.
Matthias Andree [Wed, 20 Oct 2004 12:31:22 +0000 (12:31 -0000)]
Add some --flag to XGETTEXT_OPTIONS, to properly propagate c-format tag.

svn path=/trunk/; revision=3957

19 years agoFix cast for %02X format string.
Matthias Andree [Wed, 20 Oct 2004 12:20:32 +0000 (12:20 -0000)]
Fix cast for %02X format string.
Fix miscellaneous warnings, reformat one if...else for readibility.

svn path=/trunk/; revision=3956

19 years agoMerge GNU's gettext.h.
Matthias Andree [Wed, 20 Oct 2004 09:19:24 +0000 (09:19 -0000)]
Merge GNU's gettext.h.

svn path=/trunk/; revision=3955

19 years agoWe want a gettext implementation that supports ngettext.
Matthias Andree [Wed, 20 Oct 2004 09:14:40 +0000 (09:14 -0000)]
We want a gettext implementation that supports ngettext.

svn path=/trunk/; revision=3954

19 years agoFix miscellaneous warnings.
Matthias Andree [Wed, 20 Oct 2004 09:14:04 +0000 (09:14 -0000)]
Fix miscellaneous warnings.

svn path=/trunk/; revision=3953

19 years ago(rfc2047e) Convenience: free the buffer ourselves rather than let the caller to it.
Matthias Andree [Wed, 20 Oct 2004 09:12:17 +0000 (09:12 -0000)]
(rfc2047e) Convenience: free the buffer ourselves rather than let the caller to it.

svn path=/trunk/; revision=3952

19 years agoUpdate.
Matthias Andree [Wed, 20 Oct 2004 07:58:28 +0000 (07:58 -0000)]
Update.

svn path=/trunk/; revision=3951

19 years agoUpdate.
Matthias Andree [Tue, 19 Oct 2004 23:05:13 +0000 (23:05 -0000)]
Update.

svn path=/trunk/; revision=3950

19 years agoRFC-2047 subjects of warning messages.
Matthias Andree [Tue, 19 Oct 2004 22:56:57 +0000 (22:56 -0000)]
RFC-2047 subjects of warning messages.

svn path=/trunk/; revision=3949

19 years agoAdd RFC-2047 encoder for internationalized mail warnings.
Matthias Andree [Tue, 19 Oct 2004 22:51:13 +0000 (22:51 -0000)]
Add RFC-2047 encoder for internationalized mail warnings.

svn path=/trunk/; revision=3948

19 years agoAdd replacement stpcpy.
Matthias Andree [Tue, 19 Oct 2004 21:46:59 +0000 (21:46 -0000)]
Add replacement stpcpy.

svn path=/trunk/; revision=3947

19 years agoRename configure.in to configure.ac
Matthias Andree [Tue, 19 Oct 2004 21:43:45 +0000 (21:43 -0000)]
Rename configure.in to configure.ac

svn path=/trunk/; revision=3946

19 years agoRename configure.in to configure.ac
Matthias Andree [Tue, 19 Oct 2004 21:40:52 +0000 (21:40 -0000)]
Rename configure.in to configure.ac

svn path=/trunk/; revision=3945

19 years agoReformat oversized message warning.
Matthias Andree [Thu, 14 Oct 2004 23:24:40 +0000 (23:24 -0000)]
Reformat oversized message warning.

svn path=/trunk/; revision=3944

19 years agoAdd MIME headers to specify body encoding for mail warnings.
Matthias Andree [Thu, 14 Oct 2004 23:24:25 +0000 (23:24 -0000)]
Add MIME headers to specify body encoding for mail warnings.

svn path=/trunk/; revision=3943

19 years agoUpdate
Matthias Andree [Tue, 12 Oct 2004 22:26:00 +0000 (22:26 -0000)]
Update

svn path=/trunk/; revision=3942

19 years agoMerge 2004-03-25-6.2.5-egidy-parserec.diff.
Matthias Andree [Tue, 12 Oct 2004 22:07:29 +0000 (22:07 -0000)]
Merge 2004-03-25-6.2.5-egidy-parserec.diff.

Gerd v. Egidy writes:

a received header looking like this

Received: from code ([20.191.144.116])
          by

currently causes fetchmail 6.2.5 to segfault when in multidrop/received mode.

Looks like there is a check for \0 missing in parse_received, the
attached patch fixes this.
(Committer's note: the sample looks incomplete but anyways the patch
makes sense to me.)

svn path=/trunk/; revision=3941

19 years agoRemainder of 2003-11-07-6.2.5-shetye-bugfixes.diff:
Matthias Andree [Tue, 12 Oct 2004 22:00:28 +0000 (22:00 -0000)]
Remainder of 2003-11-07-6.2.5-shetye-bugfixes.diff:
Fix sys/time.h and time.h handling.
See http://funknet.net/fetchmail/patches/2003-11-07-6.2.5-shetye-bugfixes.diff

svn path=/trunk/; revision=3940

19 years agoMerge Holger Mauermann's bounce patch, 2003-10-23-6.2.5-mauermann-bounce.diff
Matthias Andree [Tue, 12 Oct 2004 21:37:38 +0000 (21:37 -0000)]
Merge Holger Mauermann's bounce patch, 2003-10-23-6.2.5-mauermann-bounce.diff

Holger Mauermann writes:

The attached patch for fetchmail-6.2.5 sends IMHO much better bounce
messages. Changes:

- The SMTP command "MAIL FROM: FETCHMAIL-DAEMON@..." is changed to
  "MAIL FROM: <>" as required by RFC 2821

- Removed Return-path: header, as required by RFC 2821

- Changed From:, added Subject: header

- changed the human readable part to be more descriptive and detailed

svn path=/trunk/; revision=3939

19 years agoMerge Fabrice Bellet's patch to fix recentcount/count after IMAP
Matthias Andree [Fri, 10 Sep 2004 12:06:52 +0000 (12:06 -0000)]
Merge Fabrice Bellet's patch to fix recentcount/count after IMAP
EXPUNGE, to fix a hang after EXPUNGE for servers that don't update the
number of RECENT and EXISTS messages such as Dovecot 0.99.10.
Fixes Red Hat bug #113492.

Credits:
Fabrice Bellet (patch)
Timo Sirainen (patch assistance)
Alexandre Oliva (bug report)

References:
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=113492
http://bugzilla.redhat.com/bugzilla/attachment.cgi?id=100788&action=view
http://lists.ccil.org/pipermail/fetchmail-friends/2004-June/008840.html

svn path=/trunk/; revision=3938

19 years agoAdd FIXME comment WRT i18n.
Matthias Andree [Fri, 10 Sep 2004 11:22:15 +0000 (11:22 -0000)]
Add FIXME comment WRT i18n.

svn path=/trunk/; revision=3937

19 years agoRemove libntlm-0.21, as the top-level directory contains the same files.
Graham Wilson [Tue, 31 Aug 2004 20:27:25 +0000 (20:27 -0000)]
Remove libntlm-0.21, as the top-level directory contains the same files.

svn path=/trunk/; revision=3936

19 years agoRemove the useless and unreleased CHANGES file.
Graham Wilson [Mon, 30 Aug 2004 01:52:00 +0000 (01:52 -0000)]
Remove the useless and unreleased CHANGES file.

svn path=/trunk/; revision=3935

19 years agoMove a handful of scripts (used for releases, testing, etc.) to dist-tools, so that...
Graham Wilson [Mon, 30 Aug 2004 01:34:48 +0000 (01:34 -0000)]
Move a handful of scripts (used for releases, testing, etc.) to dist-tools, so that they are not released in the tarball.

svn path=/trunk/; revision=3934

19 years agoUpdate mold_remover to version 0.3, from http://sf.net/projects/moldremover
Rob Funk [Tue, 24 Aug 2004 18:04:32 +0000 (18:04 -0000)]
Update mold_remover to version 0.3, from http://sf.net/projects/moldremover

svn path=/trunk/; revision=3933

19 years agoUpdate translation.
Matthias Andree [Fri, 20 Aug 2004 13:00:10 +0000 (13:00 -0000)]
Update translation.

svn path=/trunk/; revision=3932

19 years agoUpdate .pot file after driver.c changes.
Matthias Andree [Fri, 20 Aug 2004 12:59:55 +0000 (12:59 -0000)]
Update .pot file after driver.c changes.

svn path=/trunk/; revision=3931

19 years agoFix bogus plural form.
Matthias Andree [Fri, 20 Aug 2004 12:30:35 +0000 (12:30 -0000)]
Fix bogus plural form.

svn path=/trunk/; revision=3930

19 years agoSafe fixes for compiler warnings.
Matthias Andree [Mon, 9 Aug 2004 13:12:42 +0000 (13:12 -0000)]
Safe fixes for compiler warnings.

svn path=/trunk/; revision=3929

19 years agoDon't output progress dots if output is only going to syslog.
Graham Wilson [Mon, 9 Aug 2004 04:07:35 +0000 (04:07 -0000)]
Don't output progress dots if output is only going to syslog.

svn path=/trunk/; revision=3928

19 years agoDo not disable TOP in 'keep, but not uidl' mode.
Matthias Andree [Mon, 9 Aug 2004 02:49:03 +0000 (02:49 -0000)]
Do not disable TOP in 'keep, but not uidl' mode.
Patch by Jakob Hirsch, 2003-05-22, revised by Matthias Andree, 2004-08-08.

svn path=/trunk/; revision=3927

19 years agoFix grammar in 'normal termination' message.
Matthias Andree [Sun, 8 Aug 2004 11:24:48 +0000 (11:24 -0000)]
Fix grammar in 'normal termination' message.

svn path=/trunk/; revision=3926

19 years agoRemove space after "MAIL FROM:" (patch from Phil Endecott)
Rob Funk [Wed, 21 Jul 2004 17:05:58 +0000 (17:05 -0000)]
Remove space after "MAIL FROM:" (patch from Phil Endecott)

svn path=/trunk/; revision=3925

19 years agoRemove the (now empty) m4-local directory.
Graham Wilson [Sat, 26 Jun 2004 03:58:43 +0000 (03:58 -0000)]
Remove the (now empty) m4-local directory.

svn path=/trunk/; revision=3924

19 years agoKill m4-local directory, move the two files to top-level directory.
Matthias Andree [Sat, 26 Jun 2004 00:02:18 +0000 (00:02 -0000)]
Kill m4-local directory, move the two files to top-level directory.
Suggested by Graham Wilson.

svn path=/trunk/; revision=3923

19 years agoRemove generated (through autogen.sh) file.
Matthias Andree [Sat, 26 Jun 2004 00:01:13 +0000 (00:01 -0000)]
Remove generated (through autogen.sh) file.

svn path=/trunk/; revision=3922

19 years agoDon't close stdin, nawk (default awk on FreeBSD) wants to do that itself.
Matthias Andree [Sun, 20 Jun 2004 16:19:58 +0000 (16:19 -0000)]
Don't close stdin, nawk (default awk on FreeBSD) wants to do that itself.

svn path=/trunk/; revision=3921

19 years agoReset LIBS/LDFLAGS/CPPFLAGS/CFLAGS before trying next path prefix.
Matthias Andree [Sun, 20 Jun 2004 16:04:14 +0000 (16:04 -0000)]
Reset LIBS/LDFLAGS/CPPFLAGS/CFLAGS before trying next path prefix.

svn path=/trunk/; revision=3920

19 years agoRemove line break that slipped in accidentally when adding FM_NAME override.
Matthias Andree [Sun, 20 Jun 2004 16:03:09 +0000 (16:03 -0000)]
Remove line break that slipped in accidentally when adding FM_NAME override.

svn path=/trunk/; revision=3919

19 years agoUpdate to reflect autogen.sh.
Matthias Andree [Sun, 20 Jun 2004 16:02:29 +0000 (16:02 -0000)]
Update to reflect autogen.sh.
Mention overrides that can be set in the environment.

svn path=/trunk/; revision=3918

19 years agoAllow user to override autoreconf through setting
Matthias Andree [Sun, 20 Jun 2004 16:01:50 +0000 (16:01 -0000)]
Allow user to override autoreconf through setting
the AUTORECONF variable in his environment.

svn path=/trunk/; revision=3917

19 years agoFix build (make distcheck in particular) on systems without system-wide gettext.
Matthias Andree [Sun, 20 Jun 2004 16:00:58 +0000 (16:00 -0000)]
Fix build (make distcheck in particular) on systems without system-wide gettext.

svn path=/trunk/; revision=3916

19 years agoEmpty environment to avoid 'Insecure $ENV{ENV} while running with -T switch'
Matthias Andree [Sun, 20 Jun 2004 16:00:07 +0000 (16:00 -0000)]
Empty environment to avoid 'Insecure $ENV{ENV} while running with -T switch'
in manServer.pl with Perl 5.8 on FreeBSD.

svn path=/trunk/; revision=3915

19 years agoMention HESIOD/resolv.h fixes on FreeBSD.
Matthias Andree [Sun, 20 Jun 2004 12:32:40 +0000 (12:32 -0000)]
Mention HESIOD/resolv.h fixes on FreeBSD.

svn path=/trunk/; revision=3914

19 years agoFix "resolv.h: present but cannot be compiled" on FreeBSD.
Matthias Andree [Sun, 20 Jun 2004 12:31:18 +0000 (12:31 -0000)]
Fix "resolv.h: present but cannot be compiled" on FreeBSD.

svn path=/trunk/; revision=3913

19 years agoFix HESIOD compile failure on FreeBSD 5-CURRENT,
Matthias Andree [Sun, 20 Jun 2004 12:27:57 +0000 (12:27 -0000)]
Fix HESIOD compile failure on FreeBSD 5-CURRENT,
adding a new macro that is based on ac_caolan_search_package from the
autoconf macro archive.

Mention +HESIOD in fetchmail -V if compiled in.

svn path=/trunk/; revision=3912

19 years agoRename bootstrap.sh to autogen.sh for stability of interfaces.
Matthias Andree [Sun, 20 Jun 2004 09:29:43 +0000 (09:29 -0000)]
Rename bootstrap.sh to autogen.sh for stability of interfaces.

svn path=/trunk/; revision=3911

19 years agoRemove old autogen.sh.
Matthias Andree [Sun, 20 Jun 2004 09:28:56 +0000 (09:28 -0000)]
Remove old autogen.sh.

svn path=/trunk/; revision=3910

19 years agoMention automake.
Matthias Andree [Sun, 20 Jun 2004 09:23:30 +0000 (09:23 -0000)]
Mention automake.

svn path=/trunk/; revision=3909

19 years agoMake sure we're using a non-localized date. Allow overrides for user, domain,
Matthias Andree [Sat, 19 Jun 2004 03:23:07 +0000 (03:23 -0000)]
Make sure we're using a non-localized date. Allow overrides for user, domain,
and name by using FM_USER, FM_NAME, FM_DOMAIN from the environment.

svn path=/trunk/; revision=3908

19 years agoThis is the large automake/gettext commit.
Matthias Andree [Sat, 19 Jun 2004 02:39:07 +0000 (02:39 -0000)]
This is the large automake/gettext commit.
It cleans up the whole build system and drops generated files
such as intl/ and some from po/.
The package version is moved to configure.in.
HTML -> txt conversion is now done in html2txt.sh

To bootstrap the package, read README.svn, make sure
you have all prerequisite packages installed, then
run ./bootstrap.sh.

svn path=/trunk/; revision=3907

19 years agoTry fallback to rpm (in case rpm is version 3).
Matthias Andree [Sat, 19 Jun 2004 02:13:06 +0000 (02:13 -0000)]
Try fallback to rpm (in case rpm is version 3).

svn path=/trunk/; revision=3905

19 years agoFix various warnings.
Matthias Andree [Sat, 19 Jun 2004 01:51:38 +0000 (01:51 -0000)]
Fix various warnings.

svn path=/trunk/; revision=3904

19 years agoCast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.
Matthias Andree [Sat, 19 Jun 2004 01:44:56 +0000 (01:44 -0000)]
Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.

svn path=/trunk/; revision=3903

19 years agoRemove generated files.
Matthias Andree [Fri, 18 Jun 2004 20:22:12 +0000 (20:22 -0000)]
Remove generated files.

svn path=/trunk/; revision=3902

19 years agoCompiler warnings fixes, preprocessor and minor general cleanup.
Matthias Andree [Fri, 18 Jun 2004 20:16:42 +0000 (20:16 -0000)]
Compiler warnings fixes, preprocessor and minor general cleanup.

svn path=/trunk/; revision=3901

19 years agoFix various compiler warnings.
Matthias Andree [Fri, 18 Jun 2004 19:52:04 +0000 (19:52 -0000)]
Fix various compiler warnings.

svn path=/trunk/; revision=3900

19 years agoFix various compiler warnings.
Matthias Andree [Fri, 18 Jun 2004 19:51:39 +0000 (19:51 -0000)]
Fix various compiler warnings.

svn path=/trunk/; revision=3899

19 years agoreplace extern int errno by #include <errno.h>.
Matthias Andree [Fri, 18 Jun 2004 15:40:54 +0000 (15:40 -0000)]
replace extern int errno by #include <errno.h>.

svn path=/trunk/; revision=3898

19 years agoFix makedepend for builds where build and source directory are separate.
Matthias Andree [Fri, 18 Jun 2004 13:27:14 +0000 (13:27 -0000)]
Fix makedepend for builds where build and source directory are separate.

svn path=/trunk/; revision=3897

19 years agoGet rid of obsolete acconfig.h, move descriptions into configure.in.
Matthias Andree [Fri, 18 Jun 2004 13:05:25 +0000 (13:05 -0000)]
Get rid of obsolete acconfig.h, move descriptions into configure.in.

svn path=/trunk/; revision=3896

19 years agoStart converting release scripts over to new environment
Rob Funk [Fri, 18 Jun 2004 06:55:28 +0000 (06:55 -0000)]
Start converting release scripts over to new environment

svn path=/trunk/; revision=3894

19 years agofix misspelling in page title
Rob Funk [Fri, 18 Jun 2004 06:53:04 +0000 (06:53 -0000)]
fix misspelling in page title

svn path=/trunk/; revision=3893

19 years ago(Automatically) updated line numbers in po files
Rob Funk [Fri, 18 Jun 2004 05:43:34 +0000 (05:43 -0000)]
(Automatically) updated line numbers in po files

svn path=/trunk/; revision=3892

19 years agoMake manServer compatible with modern groff installations
Rob Funk [Fri, 18 Jun 2004 04:57:38 +0000 (04:57 -0000)]
Make manServer compatible with modern groff installations

svn path=/trunk/; revision=3891

19 years agoMake manServer.pl executable
Rob Funk [Fri, 18 Jun 2004 04:34:29 +0000 (04:34 -0000)]
Make manServer.pl executable

svn path=/trunk/; revision=3890

19 years agoMove shipper to dist-tools directory
Rob Funk [Fri, 18 Jun 2004 04:17:07 +0000 (04:17 -0000)]
Move shipper to dist-tools directory

svn path=/trunk/; revision=3889

19 years agoAdd dist-tools directory, for tools used in creating a distribution.
Rob Funk [Fri, 18 Jun 2004 04:14:32 +0000 (04:14 -0000)]
Add dist-tools directory, for tools used in creating a distribution.
Add manServer.pl inside it.

svn path=/trunk/; revision=3888

19 years agoUse yacc/bison source, not its output
Rob Funk [Fri, 18 Jun 2004 03:15:36 +0000 (03:15 -0000)]
Use yacc/bison source, not its output

svn path=/trunk/; revision=3887

19 years agoAdd ESR's shipper utility (version 0.5) in a subdir,
Rob Funk [Fri, 18 Jun 2004 01:32:22 +0000 (01:32 -0000)]
Add ESR's shipper utility (version 0.5) in a subdir,
for easily making releases
(since the makerelease script depends on it)

svn path=/trunk/; revision=3886

19 years agoList the input file rather than generated output.
Matthias Andree [Fri, 11 Jun 2004 21:10:42 +0000 (21:10 -0000)]
List the input file rather than generated output.

svn path=/trunk/; revision=3885

19 years agoRemove .rej, .orig and .diff files that don't belong here.
Matthias Andree [Fri, 11 Jun 2004 21:09:05 +0000 (21:09 -0000)]
Remove .rej, .orig and .diff files that don't belong here.

svn path=/trunk/; revision=3884

19 years agoMake sure we don't return uninitialized data from pop3_getpartialsizes,
Matthias Andree [Fri, 11 Jun 2004 19:43:52 +0000 (19:43 -0000)]
Make sure we don't return uninitialized data from pop3_getpartialsizes,
which can happen iff first > last.

svn path=/trunk/; revision=3883

19 years agoQuench some GCC 3.4 warnings by making sure that all int arguments are marked int...
Matthias Andree [Fri, 11 Jun 2004 19:42:04 +0000 (19:42 -0000)]
Quench some GCC 3.4 warnings by making sure that all int arguments are marked int and swapping words so that static is first in the line.

svn path=/trunk/; revision=3882

19 years agoAdd files from ESR's dev directory that weren't under version control
Rob Funk [Tue, 8 Jun 2004 03:59:01 +0000 (03:59 -0000)]
Add files from ESR's dev directory that weren't under version control

svn path=/trunk/; revision=3881

20 years agoThis is what I'm handing to Rob Funk.
Eric S. Raymond [Tue, 1 Jun 2004 20:10:47 +0000 (20:10 -0000)]
This is what I'm handing to Rob Funk.

svn path=/trunk/; revision=3879

20 years agoHotmail and Lycos recipe.
Eric S. Raymond [Tue, 13 Jan 2004 08:46:00 +0000 (08:46 -0000)]
Hotmail and Lycos recipe.

svn path=/trunk/; revision=3878

20 years agoApplied GSS library support patch.
Eric S. Raymond [Tue, 13 Jan 2004 07:59:24 +0000 (07:59 -0000)]
Applied GSS library support patch.

svn path=/trunk/; revision=3877

20 years agoClarification.
Eric S. Raymond [Tue, 13 Jan 2004 07:57:19 +0000 (07:57 -0000)]
Clarification.

svn path=/trunk/; revision=3876

20 years agoSunil Shetye's fix for SSL configuration.
Eric S. Raymond [Tue, 13 Jan 2004 07:31:25 +0000 (07:31 -0000)]
Sunil Shetye's fix for SSL configuration.

svn path=/trunk/; revision=3875

20 years agoEnable permissions checking under Cygwin.
Eric S. Raymond [Tue, 13 Jan 2004 07:03:03 +0000 (07:03 -0000)]
Enable permissions checking under Cygwin.

svn path=/trunk/; revision=3874

20 years agoPOP3 strong authentication fixes.
Eric S. Raymond [Tue, 13 Jan 2004 07:02:39 +0000 (07:02 -0000)]
POP3 strong authentication fixes.

svn path=/trunk/; revision=3873

20 years agoRestore some mangled labels.
Eric S. Raymond [Tue, 13 Jan 2004 07:00:14 +0000 (07:00 -0000)]
Restore some mangled labels.

svn path=/trunk/; revision=3872

20 years agoFix patch for Sunil Shetye's POP3 tweaks.
Eric S. Raymond [Tue, 13 Jan 2004 03:21:41 +0000 (03:21 -0000)]
Fix patch for Sunil Shetye's POP3 tweaks.

svn path=/trunk/; revision=3871

20 years agoBuild email message with the right name.
Eric S. Raymond [Tue, 13 Jan 2004 01:01:49 +0000 (01:01 -0000)]
Build email message with the right name.

svn path=/trunk/; revision=3870

20 years agoNo more going root to buiild RPMs.
Eric S. Raymond [Mon, 12 Jan 2004 20:54:24 +0000 (20:54 -0000)]
No more going root to buiild RPMs.

svn path=/trunk/; revision=3869

20 years agoVersion bump.
Eric S. Raymond [Mon, 12 Jan 2004 20:15:43 +0000 (20:15 -0000)]
Version bump.

svn path=/trunk/; revision=3868

20 years agoMake it possible for buildrpms to work.
Eric S. Raymond [Mon, 12 Jan 2004 20:15:03 +0000 (20:15 -0000)]
Make it possible for buildrpms to work.

svn path=/trunk/; revision=3867

20 years agoWe're about to get rid of specgen.sh.
Eric S. Raymond [Mon, 12 Jan 2004 17:33:14 +0000 (17:33 -0000)]
We're about to get rid of specgen.sh.

svn path=/trunk/; revision=3866

20 years agoFreeze before attempting to shipperize the releae process.
Eric S. Raymond [Mon, 12 Jan 2004 17:17:01 +0000 (17:17 -0000)]
Freeze before attempting to shipperize the releae process.

svn path=/trunk/; revision=3865

20 years agoChanged my weblog link.
Eric S. Raymond [Mon, 12 Jan 2004 17:16:10 +0000 (17:16 -0000)]
Changed my weblog link.

svn path=/trunk/; revision=3864

20 years agoFetchseizelimit must be 1 for all POP-family protocols.
Eric S. Raymond [Mon, 12 Jan 2004 17:15:23 +0000 (17:15 -0000)]
Fetchseizelimit must be 1 for all POP-family protocols.

svn path=/trunk/; revision=3863

20 years agoLink rot has struck.
Eric S. Raymond [Tue, 9 Dec 2003 16:59:26 +0000 (16:59 -0000)]
Link rot has struck.

svn path=/trunk/; revision=3862

20 years agoReady to ship.
Eric S. Raymond [Wed, 15 Oct 2003 22:40:37 +0000 (22:40 -0000)]
Ready to ship.

svn path=/trunk/; revision=3860

20 years agoVersion bump.
Eric S. Raymond [Wed, 15 Oct 2003 22:38:29 +0000 (22:38 -0000)]
Version bump.

svn path=/trunk/; revision=3859

20 years agoSunil's transaction patches.
Eric S. Raymond [Wed, 15 Oct 2003 19:26:58 +0000 (19:26 -0000)]
Sunil's transaction patches.

svn path=/trunk/; revision=3858

20 years agoPrevent a SIGSEGV that happens when
Eric S. Raymond [Fri, 10 Oct 2003 22:07:24 +0000 (22:07 -0000)]
Prevent a SIGSEGV that happens when

a. daemon mode is active
b. size limits are active
c. -N is NOT being used

svn path=/trunk/; revision=3857

20 years agoBulletproof the dup killer.
Eric S. Raymond [Fri, 10 Oct 2003 20:55:21 +0000 (20:55 -0000)]
Bulletproof the dup killer.

svn path=/trunk/; revision=3856

20 years agoStorage cleanup for new dup killer code.
Eric S. Raymond [Fri, 10 Oct 2003 20:49:49 +0000 (20:49 -0000)]
Storage cleanup for new dup killer code.

svn path=/trunk/; revision=3855