Hi,

we have just released DAPS 1.0.2. This version mainly is a bugfix release.


Thu May 3 20:24:49 UTC 2012 - fsundermeyer@opensuse.org
Version 1.0.2 (Bugfix Release):

Important:

In order to avoid confusion with short options for DAPS itself (such as -d for --docconfig and --draft), the subcommands only support long options now. The following short options for subcommands are no longer supported:

  • -c (use --comments)
  • -d (use --draft)
  • -f (use --file)
  • -m (use --meta)
  • -n (use --name)
  • -p (use --pretty)
  • -r (use --remarks)
  • -s (use --show)
    The only short option that will remain is -h (help)

Bugfixes:

  • added proper help texts for subcommands
  • target warn-images did not work
  • target missinggraphics did not show all missing images
  • DAPS failed with a useless error message when $MAIN was not well-formed. The fix produces a useful error message now
  • --remarks option did not work with DocBook stylesheets
  • paths specified on the command line or the config file had to be absolute. The fix now allows to also specify relative paths for all configurable directories and files
  • COMMENTS_STR, DRAFT_STR and REMARK_STR were not correctly unset when one of these modes was not set on the command line but implied by another mode (e.g. --meta). The result was a wrong file name
  • target webhelp-dir-name was missing
  • draft.png was not shown in PDF/HTML draft builds when using the DocBook Stylesheets
  • Due to a variable name mismatch, the --name option did not work properly
  • target showvariable exited with an error if requested variable was empty
  • config options FOP_CONFIG and XEP_CONFIG were not used. The fix renames them to FOP_CONFIG_FILE and XEP_CONFIG_FILE - these variables are used in the wrapper scripts
  • FOP_WRAPPER and XEP_WRAPPER were not set correctly when DAPSROOT was set
  • disabled permalink generation for PDFs (this is an HTML-only feature)
  • images were not correctly referenced for target jsp
  • the DEF file was not correctly packaged in target locdrop
  • fixed webhelp target. Wildcards do not work in classpath expression, resolved them with $(wildcard $(firstword())
  • Warning message "DEF file is missing" was issued for targets that do not have a --def-file option
  • targets package-html and package-pdf failed with an error on desktop files generation
  • target remaininggraphics always returned an empty list- SVG to SVG conversions generated useless error messages

Stylesheets:

  • removed obsolete stuff for @role=productname, productnumber, or productnameref

Documentation:

  • Quick Start Guide: Finished
  • User Guide: Significant additions, but still work in progress
  • Updated README.upgrade_from_susedoc_4.x

Regards
Frank