New release DAPS 2.0~rc7

- replaced daps-auto.pl with daps_autobuild
  * uses an XML file as a config file (can be validated with
    schema that is also provided)
  * supports git _and_ svn repos
- DB5 fix for target productinfo
- locdrop target can now read information about translated files
  from in-file tag provided by docmanager
- fixed two issues in the unpack-locdrop target
- fixed stylesheet issues when using saxon as a parser
- Added missing dependency on $(RESULT_DIR) for epub
- bash code cleanup
- Changed default DB5 schema fom docbook.rng to docbookxi.rng
  (supports xi:includes)
- Documentation: now covers all 2.0 changes

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=167
This commit is contained in:
Frank Sundermeyer
2015-06-10 14:04:46 +00:00
committed by Git OBS Bridge
parent 037733ac85
commit f6c799583e
4 changed files with 29 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jun 10 14:02:18 UTC 2015 - fsundermeyer@opensuse.org
New release DAPS 2.0~rc7
- replaced daps-auto.pl with daps_autobuild
* uses an XML file as a config file (can be validated with
schema that is also provided)
* supports git _and_ svn repos
- DB5 fix for target productinfo
- locdrop target can now read information about translated files
from in-file tag provided by docmanager
- fixed two issues in the unpack-locdrop target
- fixed stylesheet issues when using saxon as a parser
- Added missing dependency on $(RESULT_DIR) for epub
- bash code cleanup
- Changed default DB5 schema fom docbook.rng to docbookxi.rng
(supports xi:includes)
- Documentation: now covers all 2.0 changes
-------------------------------------------------------------------
Mon Apr 27 15:32:46 UTC 2015 - fsundermeyer@opensuse.org