-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
1,602 additions
and
1,204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,51 @@ | ||
------------------------------------------------------------------- | ||
Fri Aug 04 12:36:01 UTC 2016 - [email protected] | ||
|
||
Stable release DAPS 2.3.0: | ||
|
||
* New Features: | ||
- Config File Parser: | ||
Up to now, config files (DC-files, /tec/daps/config and | ||
~/.config/daps/dapsrc) have been sourced. This has been a major | ||
security issue, since every shell code gets executed when a file | ||
is being sourced. DAPS 2.3.0 now comes with a parser that fixes | ||
this security hole. Apart from one exception (see below) existing | ||
config files do _not_ need to be changed. However, the parser | ||
offers more flexibility, see | ||
https://github.com/openSUSE/daps/blob/develop/etc/config.in | ||
for documentation (the manuals has not been upfdated, yet). | ||
The only exception that requires changes in the config file is | ||
something like FOO="$FOO bar" To concatenate values, use "+=" | ||
now. See the following commit for an example: | ||
https://github.com/openSUSE/daps/commit/7a2ce04 | ||
- Bash Completion: | ||
TAB-completion for DAPS has been one of the very first feature | ||
requests we opened (almost five years ago). Now we finally | ||
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: | ||
- subcommand "locdrop" failed when the book did not include | ||
images | ||
- spellcheck now ignores text in <replaceable> tags | ||
- obsolete daps-susespell has been removed (replaced by | ||
daps ... spellcheck long ago) | ||
- paths starting with "~" were not always correctly resolved | ||
- several fixes for ePUB, among them a fix that now correctly | ||
chooses mediaobject entries with role="html" rather than | ||
choosing the first one listed ion the XML source | ||
- #10 : Generate TAB completion | ||
- #359: Drop bash 3 suppor | ||
- #369: Code review: Check Variable Assignments | ||
- #375: Issues with the xmlformat target | ||
|
||
------------------------------------------------------------------- | ||
Wed Jun 15 11:58:00 UTC 2016 - [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.