From d08c3548220f552888ce31359643d9f17aa56d7b Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Apr 05 2014 13:08:55 +0000 Subject: Time for 0.0.26 release (minor changes only) git-svn-id: https://svn.fedorahosted.org/svn/xmlto@75 eb1b79c1-ba03-4820-82f3-b60cf523859b --- diff --git a/ChangeLog b/ChangeLog index dddbd75..c49caf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2013-01-07 Ondrej Vasik + * configure.in: fix build with automake 1.13+ + * format/docbook/epub: create dir for the css lists + +2012-12-20 Ondrej Vasik + * configure.in: detect locations of sed/grep tools + * xmlto.in: handle detected sed and grep path variables + * format/fo/*: use variables for sed/grep instead of tool names + +2012-12-20 Kacper Perschke + * format/docbook/epub: handle used css lists in epub format + +2012-09-02 Ondrej Vasik + * xmlto.in: recognize documented noextensions parameter in + getopt + 2011-01-02 Ondrej Vasik * xmlto.in: move searchpath computing into a function to prevent shell warning about local builtin used outside the diff --git a/NEWS b/NEWS index 8c54b16..f20fc7e 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ Xmlto news - --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 diff --git a/configure.in b/configure.in index edc610f..027e90c 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(xmlto, 0.0.25) +AC_INIT(xmlto, 0.0.26) AC_CONFIG_SRCDIR(xmlto.spec.in) AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects 1.6]) AC_CONFIG_HEADERS(config.h) diff --git a/xmlto.spec.in b/xmlto.spec.in index f0111fa..d1d98f2 100644 --- a/xmlto.spec.in +++ b/xmlto.spec.in @@ -97,6 +97,11 @@ rm -rf %{buildroot} %{_datadir}/xmlto/format/xhtml1/* %changelog +* Sat Apr 04 2014 Ondrej Vasik +- New version 0.0.26 +- fix build with automake 1.13+ +- fix warning in searchpath option + * Fri Dec 02 2011 Ondrej Vasik - New version 0.0.25 - fix the fop.extensions setting (based on fop version)