1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
|
# XMLTO News
- 0.0.29 (stable)
- Rename variable BASH to XMLTO_BASH_PATH (#8)
- Regenerate xmlif to use new version of gcc
- Rename and format markdown files
- Update Fedora spec file generation according to Fedora package repo
- Convert output path to unix on cygwin/msys
- Add .gitignore
- Skip validating xmlto man page during build
- 0.0.28 (stable)
- fix broken temp files removal (introduced in 0.0.27)
- links detection changed to elinks (new links options
not compatible)
- 0.0.27 (stable)
- remove several bashisms from scripts
- add new option `--profile` for preprocessing documents
with profiling stylesheet
- fix several potential crashes in xmlif (found by static
analysis)
- 0.0.26 (stable)
- `--searchpath` option no longer produces warning
about local builtin used outside the function
(debian #652974)
- fix build with automake 1.13+
- fix noextensions option recognition
- handle used css list in epub format
- 0.0.25 (stable)
- prevent possible collisions in manpage generation
- fix broken `fop/fop1` extensions
- fix handling of external data objects with fop
(debian #568894)
- 0.0.24 (stable)
- README file was improved to provide better guidance
for users
- show the text-web-browser converting command in
verbose mode for better debugging
- workaround passivetex limitation for chapters
titles starting with L
- use passivetex/fop extensions by default, provide
--noextensions option to disable them
- basic experimental support for conversion from docbook
to epub
- 0.0.23 (stable)
- add support for detection of tail and gnu cp, do
not hardcode `/bin/bash` initial value
- use those detected binaries instead of previously
hardcoded ones
- use `type -t` bash shell builtin instead of `which`
utility for detection of file availability
- new option `--noautosize` to prevent overriding of
user-defined paper sizes
- 0.0.22 (stable)
- added experimental support for xhtml1 source format
(output formats are awt, dvi, fo, mif, pcl, pdf, ps,
svg, txt)
- create tex and xhtml subpackage in spec file to reduce
requirements for main package
- automated detection of programs path in configure,
program/utility path could be passed to configure by
variable, allowed selection of default backend and
default webbrowser (just for requirements at the moment)
- check for missing tools/programs, fail if tool is not
available
- fixed libpaper cleaning up(debian #491390)
- xmllint validity check now with noent option(debian
#516253)
- fixed `--stringparam` option
- added some messages to easier detection of troubles,
used different error codes for various situations(see
docs)
- fixed FSF addresses, xmlif now licensed under GPLv2+
(was GPL+, various indentation fixes, fixed documentation
compilation warnings)
- 0.0.21 (stable)
- added experimental support for dblatex (needs installed
dblatex package)
- fixed issue with `cp -a` option on non-gnu systems
non-mandatory support for libpaper
- 0.0.20 (stable)
- added experimental fop support(needs installed fop package)
possibility to read a stylesheet from STDIN
- some small fixes/changes in docbook formats and xmlto script
- 0.0.19 (stable)
- added supported for basename with spaces
- stringparam option for passing argument to stylesheet
- bash no longer hardcoded
- added option for not cleaning temp files for diagnostics
- 0.0.18 (stable)
- A portability problem was fixed, and the xmlif syntax was modified.
- 0.0.17 (stable)
- The exit code when validation fails was fixed. w3m is used for text output.
- 0.0.16 (stable)
- Minor bug-fixes.
- 0.0.15 (stable)
- Some format script fixes.
- 0.0.14 (stable)
- The db2man fixes are no longer needed.
- 0.0.13 (stable)
- Several minor bugs were fixed.
- 0.0.12 (stable)
- Validation is now working, and output encoding is
determined from the environment.
- 0.0.11 (stable)
- The db2man stylesheet is no longer shipped,
since it now comes with docbook-xsl.
- A new tool, xmlif, is included.
- Several bugs were fixed.
- 0.0.10 (stable)
- A small bug was fixed in the PS and DVI format scripts,
and the db2man code has been synchronised to CVS.
- 0.0.9 (stable)
- There were some further improvements made to db2man.
- 0.0.8 (stable)
- There were assorted fixes, and some further db2man improvements.
- 0.0.7 (stable)
- Some portability fixes were made and
there were some more db2man improvements.
- 0.0.6 (stable)
- Some db2man improvements were made, some minor script bugs
were fixed, and automatic paper size handling was added.
- 0.0.5 (stable)
- Some db2man bugs were fixed.
- 0.0.4 (stable)
- The option handling was improved.
- 0.0.3 (stable)
- The db2man stylesheet was further improved.
- 0.0.2 (stable)
- More format scripts were added, and the db2man stylesheet was
further improved.
- 0.0.1 (stable)
- Made the format script interface definition a bit clearer.
- 0.0.0 (stable)
- Initial release.
|