diff --git a/.gitignore b/.gitignore index a2d4cd5..30a97d6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ xmlto-0.0.23.tar.bz2 /xmlto-0.0.24.tar.bz2 /xmlto-0.0.25.tar.bz2 /xmlto-0.0.26.tar.bz2 +/xmlto-0.0.27.tar.bz2 diff --git a/sources b/sources index b19abb2..23ef1fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c90a47c774e0963581c1ba57235f64f4 xmlto-0.0.26.tar.bz2 +bd1189afde95083d81bad967e4b4526c xmlto-0.0.27.tar.bz2 diff --git a/xmlto.spec b/xmlto.spec index b0458bd..3931078 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -1,7 +1,7 @@ Summary: A tool for converting XML files to various formats Name: xmlto -Version: 0.0.26 -Release: 4%{?dist} +Version: 0.0.27 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System #Older versions up to xmlto-0.0.20 @@ -94,6 +94,13 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %changelog +* Tue Nov 10 2015 Ondrej Vasik +- New version 0.0.27 +- remove several bashisms in scripts +- add new option --profile for preprocessing documents + with profiling stylesheet +- fix several potential crashes in xmlif (found by static analysis) + * Fri Jun 19 2015 Fedora Release Engineering - 0.0.26-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild