File: CHANGES

package info (click to toggle)
splitdigest 2.4-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 144 kB
  • ctags: 135
  • sloc: ansic: 798; makefile: 104
file content (101 lines) | stat: -rw-r--r-- 4,285 bytes parent folder | download | duplicates (4)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
splitdigest 2.4
Copyright (c) 1994-1998 by Christopher Heng. All rights reserved.
-----------------------------------------------------------------

$Id: CHANGES,v 2.6 1998/03/30 13:18:26 chris Released $


Major Changes in version 2.4 (30 March 1998)
--------------------------------------------
1. Changes to options:
	i. -d <output_directory> now takes the same functionality as the
	old -o option. You must change all script files that use the old
	-o option, because the meaning of -o has changed (to conform more
	closely to the usual way the -o option is used in other programs).
	ii. -o <output file> now allows the user to specify on the command
	line that he wants all output from splitdigest to be directed into
	the output file specified, instead of splitting them into
	separate files for separate digests.
	iii. -o- can be used to say that all output be sent to stdout.
	This is a special case for -o. This feature is an oft-requested
	feature from users for a number of years now.
	iv. -v no longer means print version number and quit. It now
	means verbose.
	v. New option: -V now does the job of printing the version number
	and quitting.
	vi. -s and -u have been removed. This was supported for backward
	compatibility with version 1 of splitdigest and was declared
	obsolete in the previous version.
2. Some cleanup to the code. The files now compile cleanly using -Wall.
3. main.c now compiles on systems using the new GNU libc (like
RedHat 5.0 and above).
4. The manual page is now installed by default to /usr/local/man/man1
instead of /usr/man/man1.
5. Some additions to the digests supported in splitdigest.config.


Major Changes in version 2.3, (8 July 1995)
-------------------------------------------
1. splitdigest now does not copy the "Content-Length:" header from a
digest into the output file since it was reported (by Andreas Koppenhoefer
<koppenas@koppenas.infomatik.uni-stuttgart.de>) that some mail user
agents get confused by the changed length of the undigested folder.
2. Added a new option, -l, which allows splitdigest to revert to the
old behaviour of preserving the "Content-Length:" header (just in case).
3. Updated the documentation for version 2.3. Hopefully everything is
now in sync.


Major Changes in version 2.2 (5 April 1995)
-------------------------------------------
1. Fixed a bug when -o was used together with a digest not specified with a
full pathname. splitdigest would originally lose track of the digest file
and complain that it could not open the digest file. It now builds the full
pathname where needed.
2. Updated documentation for version 2.2.
3. Added the linux-kernel-digest type from vger.rutgers.edu to the
configuration file.
4. Changed my email address in the various documentation.


Major Changes in version 2.1 (8 August 1994)
--------------------------------------------
1. Added option to specify a directory for the undigested files. The
directory is created if it does not exist.
2. Added the following mailing digest formats to splitdigest.config:
	i)	The GCC and KERNEL digests from Linux Activists.
	ii)	Garbo Announce Channel.
3. Minor bug fixes and improvements.


Major Changes in version 2.0 (6 May 1994)
-----------------------------------------
Added undigestion capability and made it the default. Modified the
documentation. Extended the facilities available in the configuration file.


Major Changes in version 1.3.1 (internal version)
-------------------------------------------------
Fixed man page to reflect extended command line options.


Major Changes in version 1.3 (29 April 1994)
--------------------------------------------
(Note: version 1.2 was never released. It was an internal version only.)

Completely rewritten (well, almost) to support easy addition of digest types
as well as output filenames in a configuration file that is read at runtime.
You now need not recompile when you find new digest types that you want
splitdigest to operate on.

Support for more digest types from news-digest.mit.edu.


Major Changes in version 1.1 (25 March 1994)
--------------------------------------------
Added compression capabilities to splitdigest.


Version 1.0 (20 March 1994)
---------------------------
First version released designed to separate digests from a mail folder.