- Bugfixes:

* option -m was missing when parsing the command line options
  * allow relative paths for --statdir and --export-dir
  * A custom static dir (--statdir) was not correctly copied/linked
    when no --static option was specified
  * fixed entitiy packaging in various targets
  * made automatic setting of HTML_CSS and EPUB_CSS more robust by
    allowing empty values when readlink fails

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=128
This commit is contained in:
Frank Sundermeyer 2013-05-15 14:48:16 +00:00 committed by Git OBS Bridge
parent 5d8443d7b2
commit 253f3bfa2e
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:785c3a216ec555287151909bbb1c2ed9e5d8b340c2d410d68f5fdeb671810c36
size 2686246
oid sha256:9b85b0fcaeabe5d649af246b879d30395826966fe5aa4191385c2f40899ea5c8
size 2686586

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 15 14:46:08 UTC 2013 - fsundermeyer@opensuse.org
- Bugfixes:
* option -m was missing when parsing the command line options
* allow relative paths for --statdir and --export-dir
* A custom static dir (--statdir) was not correctly copied/linked
when no --static option was specified
* fixed entitiy packaging in various targets
* made automatic setting of HTML_CSS and EPUB_CSS more robust by
allowing empty values when readlink fails
-------------------------------------------------------------------
Mon May 13 08:30:05 UTC 2013 - fsundermeyer@opensuse.org