This commit is contained in:
Andrew M. Kuchling 2006-05-01 16:32:49 +00:00
parent edbe657174
commit 6849488914
1 changed files with 5 additions and 0 deletions

View File

@ -1378,6 +1378,11 @@ for msg in src:
(Contributed by Gregory K. Johnson. Funding was provided by Google's
2005 Summer of Code.)
\item New module: the \module{msilib} module allows creating
Microsoft Installer \file{.msi} files and CAB files. Some support
for reading the \file{.msi} database is also included.
(Contributed by Martin von~L\"owis.)
\item The \module{nis} module now supports accessing domains other
than the system default domain by supplying a \var{domain} argument to
the \function{nis.match()} and \function{nis.maps()} functions.