From 9625c6876b3d3cc3f73a4d688f0130f89ecf810522c5374b235292263b28f48b Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Wed, 2 Dec 2015 15:10:04 +0000 Subject: [PATCH] Stable release DAPS 2.1.4: OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=179 --- daps-2.1.3.tar.bz2 | 3 --- daps-2.1.4.tar.bz2 | 3 +++ daps.changes | 48 ++++++++++++++++++++++++++++++++++++++++++++++ daps.spec | 2 +- 4 files changed, 52 insertions(+), 4 deletions(-) delete mode 100644 daps-2.1.3.tar.bz2 create mode 100644 daps-2.1.4.tar.bz2 diff --git a/daps-2.1.3.tar.bz2 b/daps-2.1.3.tar.bz2 deleted file mode 100644 index ae4b3cf..0000000 --- a/daps-2.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bdac3b958fa74ac92d72d539465227fe4220665b8cafaad3087c68057fd4b2a -size 2386984 diff --git a/daps-2.1.4.tar.bz2 b/daps-2.1.4.tar.bz2 new file mode 100644 index 0000000..5ed4008 --- /dev/null +++ b/daps-2.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4c20d8dcb56a586dd946faea57cfb8161fdce7a0b016b5d6f5bc7ccc02ac9e +size 2365043 diff --git a/daps.changes b/daps.changes index 297c8ec..c4b49fb 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Wed Dec 2 15:05:19 UTC 2015 - toms@opensuse.org + +Stable release DAPS 2.1.4: + +* Bugfixes: + - Target text shows remarks (issue #293) + - DAPS checklink doesn't work (issue #296) + - ASPELL_EXTRA_DICT from ~/.config/daps/dapsrc is ignored + (issue #297) + - DAPS package includes SUSE wordlist (issue #298) + - Parameter passed with --param is ignored with subcommand + "text" (issue #299) + - Target locdrop does not generate + graphics-setfiles-$(DOCNAME)$(LANGSTRING).tar.bz2 + (issue #302) + - Translation check for locdrop (issue #306) + - Add --optipng to unpack-locdrop (issue #307) + - Add --xmlonly / --imgonly switches to list-srcfiles (issue #310) + - bigfile creates unresolved xrefs for DocBook5 (issue #314) + - Improve DocBook5 -> DocBook4 -> Novdoc Stylesheets (issue #311) + - Enhancements in user guide, thanks to Martin Koeditz + (issue #315) + - FO contains wrong image paths when XML contains no profiling + PI (issue #316) + - DB-4-to-5 migration: missing book titles/productnames/productnumbers + (issue #319) + +* New Features: + - Option --schema lets you specify an URN to a DocBook 5 schema that + is to be used for validation. Will be ignored when validating Docbbok4 + documents. + - DOCBOOK5_STYLE_URI, DOCBOOK5_STYLE_URI, and DOCBOOK4_STYLE_URI may + now also point to a local file. If the URN begins with the prefix + "file://", it will not be resolved via xmlcatalog, but rather taken as + is (minus "file://"). + - Add conversion options to online-docs: + . --db5todb4: converts DocBook 5 sources to a DocBook 4 bigfile + . --db5todb4nh: converts DocBook 5 sources to a DocBook 4 + bigfile without a DOCTYPE declaration + . --dbtonovdoc: converts DocBook 4/5 to Novdoc + +* Misc: + - Do not set -nocs, hurts us when building Arabic (related: + issue #108) + - Avoid adding version attribute on all elements (commit 3a273d5) + + ------------------------------------------------------------------- Tue Sep 22 13:50:13 UTC 2015 - fsundermeyer@opensuse.org diff --git a/daps.spec b/daps.spec index 1d98123..3d73aff 100644 --- a/daps.spec +++ b/daps.spec @@ -17,7 +17,7 @@ Name: daps -Version: 2.1.3 +Version: 2.1.4 Release: 0 ###############################################################