New version 0.9.2

- BUGFIXES:
  * fixed misspelled variablename in fo generating target
  * remarks in HTML and PDF builds were only shown when comments
    were turned on, too. This had been fixed earlier but the fix
    seems to have been reverted by mistake. Re-enabled the fix in
    the inline.xslt stxlesheets for fo and html
- -r/--remarls now implies draft mode
- -m/--meta now implies draft mode but does not imply remarks
  anymore
    - new switch -m/--meta for pdf builds (adds same functionality as
      for the html builds)

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=68
This commit is contained in:
Frank Sundermeyer
2011-12-15 14:16:55 +00:00
committed by Git OBS Bridge
parent 8d67bba305
commit ced07a64b0
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Dec 15 14:07:13 UTC 2011 - fsundermeyer@opensuse.org
New version 0.9.2
- BUGFIXES:
* fixed misspelled variablename in fo generating target
* remarks in HTML and PDF builds were only shown when comments
were turned on, too. This had been fixed earlier but the fix
seems to have been reverted by mistake. Re-enabled the fix in
the inline.xslt stxlesheets for fo and html
- -r/--remarls now implies draft mode
- -m/--meta now implies draft mode but does not imply remarks
anymore
-------------------------------------------------------------------
Thu Dec 15 10:39:31 UTC 2011 - ke@suse.de
@@ -40,6 +55,8 @@ Wed Dec 7 13:54:43 UTC 2011 - fsundermeyer@opensuse.org
a filename or a rootid - in this case the rootid provided by
the ENV-file is used
- new general command line switch --version
- new switch -m/--meta for pdf builds (adds same functionality as
for the html builds)
* completely rewrote lib/daps_functions:
- now has a generic option parser
- functions setup_builddir and format_options have been