gengetopt -- History of visible changes.

Copyright (C) 1999  Roberto Arturo Tena Sanchez <arturo@directmail.org>
Copyright (C) 2000  Free Software Foundation

Please send gengetopt bug reports to bug-gengetopt@gnu.org


Version 2.0

   * Gengetopt has become GNU software
   * it is conform to GNU coding standards, and so it uses configure script
     generated by Automake and Autoconf
   * it generates separated files: one header file with the struct used to
     store command line options information, and a C file which contains the
     function which actually uses getopt_long to parse the command line
   * 'required' option is now fully implemented

Version 1.1.3
	2000-07-01
	Copyright is assigned in behalf of the Free Software Foundation.

Version 1.1.2
	1999-09-3
	Included html pages with GNU standards about long options.

Version 1.1.1
	1999-08-17
	Clarify about license, gengetopt is GPL'ed.
	Thanks to James R. Van Zandt.

Version 1.1.0
	1999-06-22
	New man page, thank to James R. Van Zandt.

Version 1.0.0
	Initial release.


-------------------------------------------------------
Copying information:

This file is licensed to you under the license specified in the included file
`LICENSE'. Look there for further details.
