Added auto-detection of DB5 version; fix for ePUB

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=194
This commit is contained in:
Frank Sundermeyer 2016-08-05 13:07:09 +00:00 committed by Git OBS Bridge
parent 0bc8593667
commit c41c160a96
2 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:87ff3567327bbce2a75e22922ba195b23aae78747fe0132f94c6e38e23192646 oid sha256:bad41af5c46396a9e97fff92477e5f6b6d772ea84898be9243bea08753e3d98f
size 2369959 size 2369175

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 18 12:38:12 UTC 2016 - fsundermeyer@opensuse.org Fri Aug 04 12:36:01 UTC 2016 - fsundermeyer@opensuse.org
Stable release DAPS 2.3.0: Stable release DAPS 2.3.0:
@ -22,6 +22,14 @@ Stable release DAPS 2.3.0:
TAB-completion for DAPS has been one of the very first feature TAB-completion for DAPS has been one of the very first feature
requests we opened (almost five years ago). Now we finally requests we opened (almost five years ago). Now we finally
managed to conquer the black Bash magic required to get it! managed to conquer the black Bash magic required to get it!
- Automatically detect the DocBook 5 version: If you have
DocBook 5.1 installed, docbookxi.rng from 5.1 will
automatically be used as the validating schema for DocBook 5
documents. If you rather want to use the 5.0 schema
or a custom schema, set DOCBOOK5_RNG_URI accordingly in
/etc/daps/config (for a system wide configuration), in
$HOME/.config/daps/dapsrc (for a user specific configuration),
or in the DC-file (for a document-specific configuration)
* Bugfixes: * Bugfixes:
- subcommand "locdrop" failed when the book did not include - subcommand "locdrop" failed when the book did not include
@ -30,9 +38,9 @@ Stable release DAPS 2.3.0:
- obsolete daps-susespell has been removed (replaced by - obsolete daps-susespell has been removed (replaced by
daps ... spellcheck long ago) daps ... spellcheck long ago)
- paths starting with "~" were not always correctly resolved - paths starting with "~" were not always correctly resolved
- several fixes for ePUB - several fixes for ePUB, among them a fix that now correctly
- several fixes for generating Mallard files (*.document) for chooses mediaobject entries with role="html" rather than
package-html and package-pdf choosing the first one listed ion the XML source
- #10 : Generate TAB completion - #10 : Generate TAB completion
- #359: Drop bash 3 suppor - #359: Drop bash 3 suppor
- #369: Code review: Check Variable Assignments - #369: Code review: Check Variable Assignments