summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>1997-04-18 06:42:59 +0000
committerGreg McGary <greg@mcgary.org>1997-04-18 06:42:59 +0000
commita560adff07afe7c1f35e4585e0694e89c842b245 (patch)
tree0b86d2ffeee23bc93e9e6c06620ac5b10d35f513 /NEWS
parent40b4b4e4990e67028efb79345fba5fa9e760b522 (diff)
downloadidutils-a560adff07afe7c1f35e4585e0694e89c842b245.tar.gz
idutils-a560adff07afe7c1f35e4585e0694e89c842b245.tar.bz2
idutils-a560adff07afe7c1f35e4585e0694e89c842b245.zip
imported from id-utils-3.0.9r3_0_9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS38
1 files changed, 37 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3cc1f5d..38a62b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,40 @@
-`mkid' NEWS - User visible changes.
+id-utils NEWS - User visible changes.
+
+Version 3.0.9 - May 1996, by Greg McGary
+
+* The package name has been changed from `mkid' to `id-utils', and is now
+ officially a part of GNU.
+
+* Command-line arguments have been revised to conform with GNU standards.
+ Each command now processes --help and --version long arguments.
+
+* The texinfo manual is out-of-date. Please use the `--help' option for
+ correct information about command-line arguments. I'll work on updating
+ it tonight.
+
+* `mkid' and `idx' use a file-tree walker. Give them one or more directory
+ names on the command-line, and they'll recursively descend looking for
+ source files. lib/language.map (installe as $(prefix)/share/language.map)
+ contains patterns for mapping file names to the appropriate language scanner.
+
+* id-utils now uses automake.
+
+* gid, aid and eid are now shell-script wrappers that
+ call `lid' with the apropriate argument.
+
+* A new environment `IDPATH' contains a colon-separated list of ID ID file
+ names for use by `fid' and `lid'. It is only partially implemented at
+ this time only the first ID file is actually handled, the rest are
+ ignored.
+
+* pid is temporarily gone, but will reappear soon.
+
+* iid has been removed from the distribution.
+
+* Support for non-ANSI compilers is broken. Don't expect it to work.
+ If you use gcc, all will be well.
+
+* Miscellaneous bugs are fixed.
Version 3.0 - February 1995, by Greg McGary