From 292b9ebfbae1ef86e7c018b1152764f4b3003755 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 22 Dec 1998 18:40:50 +0000 Subject: [PATCH] Added information on when this was added, allowing us to release the documentation on the Web while people are still using < 1.5.2b1. --- Doc/lib/libnetrc.tex | 2 ++ Doc/lib/libshlex.tex | 1 + 2 files changed, 3 insertions(+) diff --git a/Doc/lib/libnetrc.tex b/Doc/lib/libnetrc.tex index 58ba88ae24b..479144a4f0c 100644 --- a/Doc/lib/libnetrc.tex +++ b/Doc/lib/libnetrc.tex @@ -8,6 +8,8 @@ \sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com} +\versionadded{1.5.2} + The \class{netrc} class parses and encapsulates the netrc file format used by the \UNIX{} \program{ftp} program and other FTP clients. diff --git a/Doc/lib/libshlex.tex b/Doc/lib/libshlex.tex index bf26e94d42a..0bba5e3459d 100644 --- a/Doc/lib/libshlex.tex +++ b/Doc/lib/libshlex.tex @@ -7,6 +7,7 @@ \moduleauthor{Eric S. Raymond}{esr@snark.thyrsus.com} \sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com} +\versionadded{1.5.2} The \class{shlex} class makes it easy to write lexical analyzers for simple syntaxes resembling that of the \UNIX{} shell. This will often