]> Pileus Git - ~andy/fetchmail/log
~andy/fetchmail
18 years agoAdd R12 on getaddrinfo errors.
Matthias Andree [Sun, 28 Aug 2005 12:10:51 +0000 (12:10 -0000)]
Add R12 on getaddrinfo errors.

svn path=/trunk/; revision=4271

18 years agoFix abuse of GRAVE and double GRAVE/APOSTROPHE characters as quotes.
Matthias Andree [Sun, 28 Aug 2005 11:39:44 +0000 (11:39 -0000)]
Fix abuse of GRAVE and double GRAVE/APOSTROPHE characters as quotes.

svn path=/trunk/; revision=4270

18 years agoFix some compiler warnings.
Matthias Andree [Sat, 27 Aug 2005 22:21:03 +0000 (22:21 -0000)]
Fix some compiler warnings.

svn path=/trunk/; revision=4268

18 years agoFix --with-gssapi compilation problem. Patch by Simon Josefsson.
Matthias Andree [Sat, 27 Aug 2005 22:16:11 +0000 (22:16 -0000)]
Fix --with-gssapi compilation problem. Patch by Simon Josefsson.

svn path=/trunk/; revision=4267

18 years agoAdd K6. How can I tell fetchmail not to try TLS if the server
Matthias Andree [Fri, 26 Aug 2005 08:47:27 +0000 (08:47 -0000)]
Add K6. How can I tell fetchmail not to try TLS if the server
advertises it?

svn path=/trunk/; revision=4266

18 years ago'' -> " where appropriate.
Matthias Andree [Fri, 26 Aug 2005 08:37:42 +0000 (08:37 -0000)]
'' -> " where appropriate.

svn path=/trunk/; revision=4265

18 years agoRevise sslproto documentation again, sslproto '' is already used internally
Matthias Andree [Fri, 26 Aug 2005 08:32:23 +0000 (08:32 -0000)]
Revise sslproto documentation again, sslproto '' is already used internally
and in fact the same as ssl23.

svn path=/trunk/; revision=4264

18 years agoAdd a FIXME comment.
Matthias Andree [Fri, 26 Aug 2005 08:31:49 +0000 (08:31 -0000)]
Add a FIXME comment.

svn path=/trunk/; revision=4263

18 years agoDocument 'none' as SSL protocol.
Matthias Andree [Fri, 26 Aug 2005 08:18:50 +0000 (08:18 -0000)]
Document 'none' as SSL protocol.

svn path=/trunk/; revision=4262

18 years agoReplace the ghastly mismatched `text' constructs by 'text'.
Matthias Andree [Fri, 26 Aug 2005 08:17:59 +0000 (08:17 -0000)]
Replace the ghastly mismatched `text' constructs by 'text'.
Prepend \& to lines starting with ' for robustness.

svn path=/trunk/; revision=4261

18 years agoRemove excess imports.
Matthias Andree [Fri, 26 Aug 2005 07:28:52 +0000 (07:28 -0000)]
Remove excess imports.

svn path=/trunk/; revision=4260

18 years agoBring libesmtp import into trunk.
Matthias Andree [Thu, 25 Aug 2005 23:54:08 +0000 (23:54 -0000)]
Bring libesmtp import into trunk.

svn path=/trunk/; revision=4259

18 years agoBring libesmtp import into trunk.
Matthias Andree [Thu, 25 Aug 2005 23:51:15 +0000 (23:51 -0000)]
Bring libesmtp import into trunk.

svn path=/trunk/; revision=4254

18 years agoRemove OpenSSH stuff again, it's too incomplete.
Matthias Andree [Thu, 25 Aug 2005 23:22:58 +0000 (23:22 -0000)]
Remove OpenSSH stuff again, it's too incomplete.

svn path=/trunk/; revision=4249

18 years agoBring fake-RFC2553 into trunk.
Matthias Andree [Thu, 25 Aug 2005 22:38:27 +0000 (22:38 -0000)]
Bring fake-RFC2553 into trunk.

svn path=/trunk/; revision=4247

18 years agoCorrect import into wrong location.
Matthias Andree [Thu, 25 Aug 2005 22:38:00 +0000 (22:38 -0000)]
Correct import into wrong location.

svn path=/trunk/; revision=4246

18 years agoBring fake-RFC2553 into trunk.
Matthias Andree [Thu, 25 Aug 2005 22:37:08 +0000 (22:37 -0000)]
Bring fake-RFC2553 into trunk.

svn path=/trunk/; revision=4245

18 years agoSnapshot 6.2.9-rc1.
Matthias Andree [Thu, 25 Aug 2005 08:05:47 +0000 (08:05 -0000)]
Snapshot 6.2.9-rc1.

svn path=/trunk/; revision=4241

18 years agoUpdate.
Matthias Andree [Wed, 17 Aug 2005 23:42:26 +0000 (23:42 -0000)]
Update.

svn path=/trunk/; revision=4239

18 years agoBugfix: redirect fetchmail command input from /dev/null so it doesn't hang
Matthias Andree [Wed, 17 Aug 2005 22:55:54 +0000 (22:55 -0000)]
Bugfix: redirect fetchmail command input from /dev/null so it doesn't hang
waiting for a password. Reported by Michal Marek (SUSE).
Bugfix: Pass -N option to fetchmail commands to run them in the foreground.

svn path=/trunk/; revision=4238

18 years agoWrite RFC-compliant BSMTP envelopes. Reported by Nico Golde.
Matthias Andree [Tue, 16 Aug 2005 12:45:24 +0000 (12:45 -0000)]
Write RFC-compliant BSMTP envelopes. Reported by Nico Golde.

svn path=/trunk/; revision=4237

18 years agoUpdate.
Matthias Andree [Mon, 15 Aug 2005 22:54:55 +0000 (22:54 -0000)]
Update.

svn path=/trunk/; revision=4236

18 years agoStandalone mode: print usage if wrong argument count is used.
Matthias Andree [Mon, 15 Aug 2005 21:22:40 +0000 (21:22 -0000)]
Standalone mode: print usage if wrong argument count is used.
Exit with failure in standalone mode when searching for host/login pair does
not come up with results.

svn path=/trunk/; revision=4235

18 years agoUpdate from translation project.
Matthias Andree [Thu, 4 Aug 2005 22:17:47 +0000 (22:17 -0000)]
Update from translation project.

svn path=/trunk/; revision=4234

18 years agoDon't convert service to port and back, but pass service to plugin.
Matthias Andree [Wed, 3 Aug 2005 22:04:45 +0000 (22:04 -0000)]
Don't convert service to port and back, but pass service to plugin.

svn path=/trunk/; revision=4233

18 years agoRemove junk.
Matthias Andree [Wed, 3 Aug 2005 21:55:41 +0000 (21:55 -0000)]
Remove junk.

svn path=/trunk/; revision=4232

18 years agoadd missing space to recent servport.c translated string.
Matthias Andree [Tue, 2 Aug 2005 02:51:26 +0000 (02:51 -0000)]
add missing space to recent servport.c translated string.

svn path=/trunk/; revision=4231

18 years agoFix FreeBSD compiler warning from broken includes.
Matthias Andree [Tue, 2 Aug 2005 02:50:57 +0000 (02:50 -0000)]
Fix FreeBSD compiler warning from broken includes.

svn path=/trunk/; revision=4230

18 years agoFreeze 6.2.6-pre9.
Matthias Andree [Tue, 2 Aug 2005 01:58:50 +0000 (01:58 -0000)]
Freeze 6.2.6-pre9.

svn path=/trunk/; revision=4228

18 years agoMake servport.c translatable, remove fetchmail.h
Matthias Andree [Tue, 2 Aug 2005 01:58:34 +0000 (01:58 -0000)]
Make servport.c translatable, remove fetchmail.h

svn path=/trunk/; revision=4227

18 years agoUpdate.
Matthias Andree [Tue, 2 Aug 2005 01:53:52 +0000 (01:53 -0000)]
Update.

svn path=/trunk/; revision=4226

18 years agoClean up fetchmailconf.
Matthias Andree [Tue, 2 Aug 2005 01:53:43 +0000 (01:53 -0000)]
Clean up fetchmailconf.

svn path=/trunk/; revision=4225

18 years agoSwitch default distribution format from gzip to bzip2.
Matthias Andree [Tue, 2 Aug 2005 01:45:57 +0000 (01:45 -0000)]
Switch default distribution format from gzip to bzip2.

svn path=/trunk/; revision=4224

18 years agoGenerate fetchmailconf from Makefile to expand ${prefix} properly.
Matthias Andree [Tue, 2 Aug 2005 01:45:12 +0000 (01:45 -0000)]
Generate fetchmailconf from Makefile to expand ${prefix} properly.

svn path=/trunk/; revision=4223

18 years agoOnly run fetchmail --configdump if umask succeeded.
Matthias Andree [Tue, 2 Aug 2005 01:43:02 +0000 (01:43 -0000)]
Only run fetchmail --configdump if umask succeeded.

svn path=/trunk/; revision=4222

18 years agoUpdate.
Matthias Andree [Tue, 2 Aug 2005 01:42:40 +0000 (01:42 -0000)]
Update.

svn path=/trunk/; revision=4221

18 years agoRename fetchmailconf to fetchmailconf.py.
Matthias Andree [Tue, 2 Aug 2005 01:20:23 +0000 (01:20 -0000)]
Rename fetchmailconf to fetchmailconf.py.
Add a shell wrapper script fetchmailconf (with @PYTHON@ substituted).
Use automake's PYTHON mode to byte-compile the script at install time.

svn path=/trunk/; revision=4220

18 years agoRemove port/service dualism and make everything a service.
Matthias Andree [Tue, 2 Aug 2005 00:41:50 +0000 (00:41 -0000)]
Remove port/service dualism and make everything a service.

svn path=/trunk/; revision=4219

18 years agoMove servport.c into convenience library instead.
Matthias Andree [Tue, 2 Aug 2005 00:34:24 +0000 (00:34 -0000)]
Move servport.c into convenience library instead.

svn path=/trunk/; revision=4218

18 years agoFix prototype, to avoid compiler warnings with --disable-nls.
Matthias Andree [Tue, 2 Aug 2005 00:33:48 +0000 (00:33 -0000)]
Fix prototype, to avoid compiler warnings with --disable-nls.

svn path=/trunk/; revision=4217

18 years agoAdd new servport.c file to resolve service -> port for non-IPv6 builds.
Matthias Andree [Tue, 2 Aug 2005 00:31:27 +0000 (00:31 -0000)]
Add new servport.c file to resolve service -> port for non-IPv6 builds.

svn path=/trunk/; revision=4216

18 years agoUpdate URL for OPIE at inner.net.
Matthias Andree [Tue, 2 Aug 2005 00:24:23 +0000 (00:24 -0000)]
Update URL for OPIE at inner.net.

svn path=/trunk/; revision=4215

18 years agoCleanup: Drop inner_connect and ipv6-connect.c.
Matthias Andree [Mon, 1 Aug 2005 22:09:23 +0000 (22:09 -0000)]
Cleanup: Drop inner_connect and ipv6-connect.c.

svn path=/trunk/; revision=4214

18 years agoMove note about inet6_apps from configure.ac to NEWS.
Matthias Andree [Mon, 1 Aug 2005 22:01:49 +0000 (22:01 -0000)]
Move note about inet6_apps from configure.ac to NEWS.

svn path=/trunk/; revision=4213

18 years agoMention gettext == intl/ directory.
Matthias Andree [Mon, 1 Aug 2005 21:46:50 +0000 (21:46 -0000)]
Mention gettext == intl/ directory.

svn path=/trunk/; revision=4212

18 years agoDefine temporary variable with #ifdefs rather than using these inside a macro expansi...
Matthias Andree [Mon, 1 Aug 2005 20:43:31 +0000 (20:43 -0000)]
Define temporary variable with #ifdefs rather than using these inside a macro expansion. Based on a patch by Miloslav Trmac.

svn path=/trunk/; revision=4211

18 years agoShip m4-local from top-level Makefile rather than recursing for two stupid files.
Matthias Andree [Sun, 31 Jul 2005 14:16:34 +0000 (14:16 -0000)]
Ship m4-local from top-level Makefile rather than recursing for two stupid files.

svn path=/trunk/; revision=4210

18 years agoGet rid of alloca() in fetchmail.
Matthias Andree [Sun, 31 Jul 2005 14:14:32 +0000 (14:14 -0000)]
Get rid of alloca() in fetchmail.

svn path=/trunk/; revision=4209

18 years agoInitialize message numbers to zero when reading saved lists.
Matthias Andree [Sun, 31 Jul 2005 14:11:14 +0000 (14:11 -0000)]
Initialize message numbers to zero when reading saved lists.

svn path=/trunk/; revision=4208

18 years agoFix compiler warning.
Matthias Andree [Sun, 31 Jul 2005 14:03:24 +0000 (14:03 -0000)]
Fix compiler warning.

svn path=/trunk/; revision=4207

18 years agoAdd comment.
Matthias Andree [Sun, 31 Jul 2005 13:23:46 +0000 (13:23 -0000)]
Add comment.

svn path=/trunk/; revision=4206

18 years agoAdd missing #include directives to fix warnings.
Matthias Andree [Sun, 31 Jul 2005 12:40:54 +0000 (12:40 -0000)]
Add missing #include directives to fix warnings.

svn path=/trunk/; revision=4205

18 years agoFix progress stars and hashes.
Matthias Andree [Sun, 31 Jul 2005 02:45:29 +0000 (02:45 -0000)]
Fix progress stars and hashes.

svn path=/trunk/; revision=4204

18 years agoDrop the 476 kB intl/ directory from the distribution.
Matthias Andree [Sun, 31 Jul 2005 02:28:57 +0000 (02:28 -0000)]
Drop the 476 kB intl/ directory from the distribution.

svn path=/trunk/; revision=4203

18 years agoKill alloca().
Matthias Andree [Sun, 31 Jul 2005 01:07:33 +0000 (01:07 -0000)]
Kill alloca().

svn path=/trunk/; revision=4202

18 years agoKill alloca().
Matthias Andree [Sun, 31 Jul 2005 00:59:21 +0000 (00:59 -0000)]
Kill alloca().

svn path=/trunk/; revision=4201

18 years agoKill alloca().
Matthias Andree [Sun, 31 Jul 2005 00:42:44 +0000 (00:42 -0000)]
Kill alloca().

svn path=/trunk/; revision=4200

18 years agoKill alloca().
Matthias Andree [Sun, 31 Jul 2005 00:42:13 +0000 (00:42 -0000)]
Kill alloca().

svn path=/trunk/; revision=4199

18 years agoKill alloca().
Matthias Andree [Sun, 31 Jul 2005 00:41:59 +0000 (00:41 -0000)]
Kill alloca().

svn path=/trunk/; revision=4198

18 years agoPlug memory leaks.
Matthias Andree [Sun, 31 Jul 2005 00:41:39 +0000 (00:41 -0000)]
Plug memory leaks.

svn path=/trunk/; revision=4197

18 years agoAdd xfree() macro.
Matthias Andree [Sun, 31 Jul 2005 00:40:51 +0000 (00:40 -0000)]
Add xfree() macro.

svn path=/trunk/; revision=4196

18 years agoFix typo.
Matthias Andree [Sun, 31 Jul 2005 00:40:20 +0000 (00:40 -0000)]
Fix typo.

svn path=/trunk/; revision=4195

18 years agoBugfix: match IP address lists exhaustively
Matthias Andree [Sun, 31 Jul 2005 00:39:56 +0000 (00:39 -0000)]
Bugfix: match IP address lists exhaustively
Bugfix: match IP aliases for MX records
Cleanup: get rid of alloca().

svn path=/trunk/; revision=4194

18 years agoDon't strip last character of bare addresses.
Matthias Andree [Sat, 30 Jul 2005 23:37:30 +0000 (23:37 -0000)]
Don't strip last character of bare addresses.
Clean up INSIDE_DQUOTE path.

svn path=/trunk/; revision=4193

18 years agoINCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required library...
Matthias Andree [Sat, 30 Jul 2005 21:56:07 +0000 (21:56 -0000)]
INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required library is no longer available.

svn path=/trunk/; revision=4192

18 years agoClean up: rely on C compiler string concatenation rather than calling printf for...
Matthias Andree [Sat, 30 Jul 2005 21:32:45 +0000 (21:32 -0000)]
Clean up: rely on C compiler string concatenation rather than calling printf for each of the options.

svn path=/trunk/; revision=4191

18 years agosprintf -> snprintf.
Matthias Andree [Sat, 30 Jul 2005 19:35:25 +0000 (19:35 -0000)]
sprintf -> snprintf.
Consolidate compile-time option reporting, using a single printf().

svn path=/trunk/; revision=4190

18 years agoRemove check for HAVE_ERROR macro which is always false, along with dead code.
Matthias Andree [Sat, 30 Jul 2005 17:22:57 +0000 (17:22 -0000)]
Remove check for HAVE_ERROR macro which is always false, along with dead code.

svn path=/trunk/; revision=4189

18 years agostrncat -> strlcat
Matthias Andree [Sat, 30 Jul 2005 00:49:41 +0000 (00:49 -0000)]
strncat -> strlcat

svn path=/trunk/; revision=4188

18 years agostrcpy -> strlcpy, strcat -> strlcat
Matthias Andree [Sat, 30 Jul 2005 00:35:59 +0000 (00:35 -0000)]
strcpy -> strlcpy, strcat -> strlcat
Add a few comments.

svn path=/trunk/; revision=4187

18 years agostrcpy -> strlcpy, strcat -> strlcat
Matthias Andree [Sat, 30 Jul 2005 00:35:20 +0000 (00:35 -0000)]
strcpy -> strlcpy, strcat -> strlcat

svn path=/trunk/; revision=4186

18 years agoAdd a comment.
Matthias Andree [Tue, 26 Jul 2005 22:53:59 +0000 (22:53 -0000)]
Add a comment.

svn path=/trunk/; revision=4185

18 years agoUpdate translations to 6.2.6-pre8.
Matthias Andree [Tue, 26 Jul 2005 22:37:41 +0000 (22:37 -0000)]
Update translations to 6.2.6-pre8.

svn path=/trunk/; revision=4184

18 years agoFix buffer underrun when buffer starts with whitespace.
Matthias Andree [Tue, 26 Jul 2005 16:00:42 +0000 (16:00 -0000)]
Fix buffer underrun when buffer starts with whitespace.

svn path=/trunk/; revision=4183

18 years agoUpdate.
Matthias Andree [Tue, 26 Jul 2005 15:32:19 +0000 (15:32 -0000)]
Update.

svn path=/trunk/; revision=4182

18 years agoUpdate translations to 6.2.6-pre7.
Matthias Andree [Sun, 24 Jul 2005 00:36:41 +0000 (00:36 -0000)]
Update translations to 6.2.6-pre7.

svn path=/trunk/; revision=4181

18 years agoRevise message about Debian Bug#207919.
Matthias Andree [Sun, 24 Jul 2005 00:36:22 +0000 (00:36 -0000)]
Revise message about Debian Bug#207919.

svn path=/trunk/; revision=4180

18 years agoUpdate.
Matthias Andree [Sat, 23 Jul 2005 22:10:38 +0000 (22:10 -0000)]
Update.

svn path=/trunk/; revision=4179

18 years agoSnapshot 6.2.6-pre8.
Matthias Andree [Sat, 23 Jul 2005 20:19:40 +0000 (20:19 -0000)]
Snapshot 6.2.6-pre8.

svn path=/trunk/; revision=4177

18 years agoRename lock_release to fm_lock_release, to avoid namespace collision on
Matthias Andree [Sat, 23 Jul 2005 20:13:18 +0000 (20:13 -0000)]
Rename lock_release to fm_lock_release, to avoid namespace collision on
Darwin. NetBSD PR#28543 (pkg/28543).

svn path=/trunk/; revision=4176

18 years agoPut *BOLD* text into the manual page near --mda to state unmistakably
Matthias Andree [Sat, 23 Jul 2005 20:06:54 +0000 (20:06 -0000)]
Put *BOLD* text into the manual page near --mda to state unmistakably
that the --mda %T and %F substitutions add single quotes, hoping to
avoid bogus bug reports such as Debian Bug #224564.

svn path=/trunk/; revision=4175

18 years agoRemove a check that is always true. Found by Nico Golde.
Matthias Andree [Sat, 23 Jul 2005 18:24:11 +0000 (18:24 -0000)]
Remove a check that is always true. Found by Nico Golde.

svn path=/trunk/; revision=4174

18 years agoDelete oversized messages with --flush when daemon mode isn't used.
Matthias Andree [Sat, 23 Jul 2005 17:35:47 +0000 (17:35 -0000)]
Delete oversized messages with --flush when daemon mode isn't used.
Debian Bug#212240.

svn path=/trunk/; revision=4173

18 years agoUpdate.
Matthias Andree [Sat, 23 Jul 2005 17:14:27 +0000 (17:14 -0000)]
Update.

svn path=/trunk/; revision=4172

18 years agoDocument that fetchmail may automatically enable UIDL option. Debian Bug#304701.
Matthias Andree [Sat, 23 Jul 2005 16:42:12 +0000 (16:42 -0000)]
Document that fetchmail may automatically enable UIDL option. Debian Bug#304701.

svn path=/trunk/; revision=4171

18 years agoFix IMAP code to use password of arbitrary length from configuration
Matthias Andree [Sat, 23 Jul 2005 16:24:00 +0000 (16:24 -0000)]
Fix IMAP code to use password of arbitrary length from configuration
file (although not when read interactively). Debian Bug#276424.

svn path=/trunk/; revision=4170

18 years agoAdd From: header to warning emails. Debian Bug#244828.
Matthias Andree [Sat, 23 Jul 2005 16:14:58 +0000 (16:14 -0000)]
Add From: header to warning emails. Debian Bug#244828.

svn path=/trunk/; revision=4169

18 years agoMake ODMR really silent. Debian Bug#296163.
Matthias Andree [Sat, 23 Jul 2005 15:34:30 +0000 (15:34 -0000)]
Make ODMR really silent. Debian Bug#296163.

svn path=/trunk/; revision=4168

18 years agoFix Debian bug #230615, making PID file format FHS 2.3 compliant.
Matthias Andree [Sat, 23 Jul 2005 15:05:09 +0000 (15:05 -0000)]
Fix Debian bug #230615, making PID file format FHS 2.3 compliant.
Add more error checking to writing/reading PID file.

svn path=/trunk/; revision=4167

18 years agoAdd a comment.
Matthias Andree [Sat, 23 Jul 2005 14:47:27 +0000 (14:47 -0000)]
Add a comment.

svn path=/trunk/; revision=4166

18 years agoSnapshot 6.2.6-pre7.
Matthias Andree [Fri, 22 Jul 2005 10:38:59 +0000 (10:38 -0000)]
Snapshot 6.2.6-pre7.

svn path=/trunk/; revision=4164

18 years agoIf UIDL parser fails, barf with PS_ERROR rather than ignoring the problem.
Matthias Andree [Fri, 22 Jul 2005 10:38:09 +0000 (10:38 -0000)]
If UIDL parser fails, barf with PS_ERROR rather than ignoring the problem.

svn path=/trunk/; revision=4163

18 years agoBump version.
Matthias Andree [Fri, 22 Jul 2005 10:34:04 +0000 (10:34 -0000)]
Bump version.

svn path=/trunk/; revision=4162

18 years agoBlank skipping in UIDL code would count spaces from the wrong string.
Matthias Andree [Fri, 22 Jul 2005 10:33:33 +0000 (10:33 -0000)]
Blank skipping in UIDL code would count spaces from the wrong string.

svn path=/trunk/; revision=4161

18 years agoSnapshot 6.2.6-pre6.
Matthias Andree [Fri, 22 Jul 2005 03:26:03 +0000 (03:26 -0000)]
Snapshot 6.2.6-pre6.

svn path=/trunk/; revision=4159

18 years agoRevise.
Matthias Andree [Fri, 22 Jul 2005 02:47:59 +0000 (02:47 -0000)]
Revise.

svn path=/trunk/; revision=4158

18 years agoFix NULL dereference when Message-ID or actual UID are missing from input.
Matthias Andree [Fri, 22 Jul 2005 01:37:43 +0000 (01:37 -0000)]
Fix NULL dereference when Message-ID or actual UID are missing from input.
Reported by Miloslav Trmac.
Re-add got_it to Message-Id parser so we use the first, not the last Message-ID.

svn path=/trunk/; revision=4157

18 years agoTag ESR's changes.
Matthias Andree [Fri, 22 Jul 2005 01:25:25 +0000 (01:25 -0000)]
Tag ESR's changes.

svn path=/trunk/; revision=4156

18 years agoSnapshot line numbers.
Matthias Andree [Thu, 21 Jul 2005 11:14:34 +0000 (11:14 -0000)]
Snapshot line numbers.

svn path=/trunk/; revision=4154

18 years agoAdd security announcement.
Matthias Andree [Thu, 21 Jul 2005 10:54:00 +0000 (10:54 -0000)]
Add security announcement.

svn path=/trunk/; revision=4153