Version 1.0 RC1

* Bugfixes:
  - fixed minor package building issues
  - inkscape always returns 0, even in case of an error. Added
    a workaround, so daps now exits when an image conversion with
    inkscape fails
  - --main option should work now
  - Fixed errors on setting the fallback stylesheets
  - comments and remarks did not show up in the docs when requested
    (again ;-(( ) - this is fixed now
* much better error handling - daps will now exit when wrong paths
  or a non existing ROOTID are entered in the user config file
  or the DC file
* significant enhancements to the Documentation
  (Reference & Quickstart)

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=84
This commit is contained in:
Frank Sundermeyer
2012-03-28 09:00:47 +00:00
committed by Git OBS Bridge
parent 27c5ae0e88
commit bb5ba667ea
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Mar 28 08:44:22 UTC 2012 - fsundermeyer@opensuse.org
Version 1.0 RC1
* Bugfixes:
- fixed minor package building issues
- inkscape always returns 0, even in case of an error. Added
a workaround, so daps now exits when an image conversion with
inkscape fails
- --main option should work now
- Fixed errors on setting the fallback stylesheets
- comments and remarks did not show up in the docs when requested
(again ;-(( ) - this is fixed now
* much better error handling - daps will now exit when wrong paths
or a non existing ROOTID are entered in the user config file
or the DC file
* significant enhancements to the Documentation
(Reference & Quickstart)
-------------------------------------------------------------------
Tue Mar 20 13:14:16 UTC 2012 - fsundermeyer@opensuse.org