Changes from 0.9.6 to 0.9.7: - [ogunden] switched from using "bmake" to "godi_make" for checksums Changes from 0.9.5 to 0.9.6: - [ogunden] added support for entire directories full of docs Changes from 0.9.4 to 0.9.5: - [ogunden] fixed spurious generation of patches directory - [ogunden] moved mkdirs from template makefile into PLIST autogenerator. this is where they belong because this is very specific to PLIST autogeneration. All godiva-generated packages now depend on godi-core-mk >= 1.2.14. - [ogunden] a couple of UI tweaks: Arg.align, and an info message when generating the checksum. Changes from 0.9.3.1 to 0.9.4: - [ogunden] wrote a man page - [ogunden] %v in Sources now replaced by version. - [ogunden] converted to GODI_LOCALBASE and -localbase instead of the required command-line argument. - [ogunden] added line wrapping to description - [ogunden] converted remaining print statements to use message.ml - [ogunden] changed log.ml to message.ml - [ogunden] refactored main.ml partially into util.ml and misc.ml - [ogunden] pretty'd up the -help message - [ogunden] added -quiet and -veryquiet - [ogunden] converted -replace to -nosquash (with inverted semantics) - [ogunden] fixed handling of OCAMLMAKEFILE to fallback on included one. Changes from 0.9.3 to 0.9.3.1: - [ogunden] fixed two critical bugs in 0.9.3 that make it approximately unusable. Changes from 0.9.2 to 0.9.3: - [ogunden] updated Makefile to use $(OCAMLMAKEFILE) from godi, updated godiva.godiva to reflect this. - [ogunden] rewrote log.ml - [ogunden] refactored output.ml partially into util.ml - [ogunden] added the -refetch option Changes from 0.9.1 to 0.9.2: - [ogunden] made an error message when godi_localbase doesn't start with '/' Changes from 0.9.0 to 0.9.1: - [ogunden] export PKGBASE to make environment (for use when installing docs) Changes from 0.02 to 0.9.0: - [ogunden] added -camlsyntax option which lets you use ocaml syntax control files. this is mostly useful for testing development features without having to add concrete syntax for them. - [ogunden] rename : -delete ==> -replace - [ogunden] added sources_unpacksto to control type - [ogunden] added confopts to control type, implemented rudimentary confopts support (no confopts support in frontend yet). - [ogunden] complete rewrite to modular backend - [wlovas] complete lexer/parser rewrite - [wlovas] Build-Depends, Options, Docfiles, Unpacks-To now optional. - [ogunden] include COPYING (GPL-2) - [ogunden] Rename to GODIVA Changes from 0.01 to 0.02: - [ogunden] (major) added command line arguments, including -filesdir, -delete, and -patch - [ogunden] allow for '#' character to be used in urls - [ogunden] add a final newline to outputted Makefiles - [ogunden] add '-m 0644' to the install of docs, so that they're not installed 0755 anymore. - [ogunden] copy .control file into the generated godi package directory - [ogunden] syntax errors report the name of the file 0.01 - Initial release