1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
/*
** HEADER FILE FOR NEWS/MAIL GATEWAY CODE.
** $Header: /nfs/papaya/u2/rsalz/src/newsgate/RCS/patchlevel.h,v 1.6 91/07/22 10:26:54 rsalz Exp $
**
** $Log: patchlevel.h,v $
** Revision 1.6 91/07/22 10:26:54 rsalz
** Add comments and #ifdef to use C News getabsdate routines.
**
** Revision 1.5 91/07/18 14:05:34 rsalz
** Add REQUIRE_UNIX_FROM #define.
** Have mail2news turn "From " into "Sender:" (Rickert).
** Add -a and -d flags to mail2news, document them, and reword description
** of the flags. (Rickert).
** Remove . from NETCHR list (Rickert).
** Update WHOAMI comment in gate.h
** Ran through static Saber-C analysis.
** Replace "I'm burnt out comment" with different words.
** Put X-Unparseable-Date if we can't parse date in mail2news.
**
** Revision 1.4 91/04/08 10:14:31 rsalz
** patch02: TrimEnvironment was not quite right.
** patch02: Neil Rickert <rickert@cs.niu.edu>
** patch02: Invalid dates weren't caught in the RFC822-parser.
** patch02: Neil Rickert <rickert@cs.niu.edu>
** patch02: Change Makefile to be more clear about how to get getdate.o
** patch02: Rich $alz <rsalz@bbn.com>
**
** Revision 1.3 91/04/01 09:43:10 rsalz
** patch01: README had wrong RFC number.
** patch01: Mark Moraes <moraes@cs.toronto.edu>
** patch01: Not all systems have <netdb.h>.
** patch01: Have TrimEnvironment set environ to empty array, not a null pointer.
** patch01: Gordon L. Burditt <gordon@sneaky.lonestar.org>
** patch01: Closefile in gag.y was closing the wrong file.
** patch01: Mike Pelletier <stealth@engin.umich.edu>
** patch01: There is a multi-word typo in news2mail.1
** patch01: Brian Kanton <brian@ucsd.edu>
** patch01: Was getting coredumps if UUNAME and L_SYS are #undef'd.
** patch01: Kannan Varadhan <kannan@oar.net>
** patch01: News2mail was putting out an extra space between the header name
** patch01: and the colon.
** patch01: Michael Gengenbach <gengenba@forwiss.uni-passau.de>
** patch01: Fixed GATEWAY/GATEWAY_NAME confusion; added more explanatory
** patch01: comments about what it (and FIXED_PATH) do.
** patch01: Added C News and InterNetNews support to gag. (-i is currently
** patch01: about as useful to the outside world as -b, but I need it.)
** patch01: Added warning that gag overwrites files and doesn't edit them,
** patch01: and some other verbiage.
** patch01: Described how to prevent loops and a simple-minded way that uses
** patch01: one sys file entry when gatewaying many newsgroups into mail.
** patch01: Rich $alz <rsalz@bbn.com>
**
** Revision 1.2 91/02/12 15:02:40 rsalz
** Incorporate all known major code fixes.
** For release to NNTP-MANAGERS, prior to posting.
** I hope next release will be 2.0, reasonable patches.
**
** Revision 1.1 89/07/10 13:04:23 rsalz
** Initial revision
**
*/
#define PATCHLEVEL 1
|