From c1c636e779849e1d1f4d8015d641cca8fba5cb18edc2c3f9f83d4860ba460f43 Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Fri, 10 Jul 2015 08:59:07 +0000 Subject: [PATCH] - Stable release DAPS 2.1.1: * Bugfixes: - Fix for issue #274 (PDF Index Building Fails Because of Empty Profiling Directory) - fix for issue #275 (Avoid Same Target Names in Different Makefiles) - fix for issue #276 (PROFILE_URN Detection Depends on Position of PI in Document) - fix for issue #277 (Debugging Targets Fail when xml:lang is not set) - fix for issue #278 (Avoid Using "LANGUAGE" as a Variable Name) - fix for issue #280 (Webhelp: Common/ Directory Contains Dead Symbolic Links) * New Features: - added support for profiling attribute "outputformat" by intrducing PROFOUTPUTFORMAT (issue #279) * Miscellaneous: - replaced Chinese font "FZSongTi" with "wqy-microhei" in the default config file for XEP (XEP_CONFIG_FILE=etc/xep/xep-daps.xml) OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=173 --- daps-2.1.1.tar.bz2 | 3 +++ daps-2.1.tar.bz2 | 3 --- daps.changes | 27 +++++++++++++++++++++++++++ daps.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 daps-2.1.1.tar.bz2 delete mode 100644 daps-2.1.tar.bz2 diff --git a/daps-2.1.1.tar.bz2 b/daps-2.1.1.tar.bz2 new file mode 100644 index 0000000..d73cdfb --- /dev/null +++ b/daps-2.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9875e21d1e120474c9283d8934af85df40799a4830c2ff63acba3735e3c6fd +size 2388865 diff --git a/daps-2.1.tar.bz2 b/daps-2.1.tar.bz2 deleted file mode 100644 index 3af1e97..0000000 --- a/daps-2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7126fa93e006265ecb6394a211c013cc6f2ec092808727c592cddbe44ebc7b6 -size 2388764 diff --git a/daps.changes b/daps.changes index 3b1e139..7a79711 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Jul 10 08:38:00 UTC 2015 - fsundermeyer@opensuse.org + +- Stable release DAPS 2.1.1: + +* Bugfixes: + - Fix for issue #274 (PDF Index Building Fails Because of Empty + Profiling Directory) + - fix for issue #275 (Avoid Same Target Names in Different + Makefiles) + - fix for issue #276 (PROFILE_URN Detection Depends on Position of PI + in Document) + - fix for issue #277 (Debugging Targets Fail when xml:lang is + not set) + - fix for issue #278 (Avoid Using "LANGUAGE" as a Variable Name) + - fix for issue #280 (Webhelp: Common/ Directory Contains Dead + Symbolic Links) + +* New Features: + - added support for profiling attribute "outputformat" by + intrducing PROFOUTPUTFORMAT (issue #279) + +* Miscellaneous: + - replaced Chinese font "FZSongTi" with "wqy-microhei" in the + default config file for XEP + (XEP_CONFIG_FILE=etc/xep/xep-daps.xml) + ------------------------------------------------------------------- Mon Jul 6 10:32:48 UTC 2015 - fsundermeyer@opensuse.org diff --git a/daps.spec b/daps.spec index 6ed82f8..aa11a5f 100644 --- a/daps.spec +++ b/daps.spec @@ -17,7 +17,7 @@ Name: daps -Version: 2.1 +Version: 2.1.1 Release: 0 ###############################################################