From: Stefano Zacchiroli Date: Tue, 15 Jul 2003 06:35:42 +0000 (+0000) Subject: bumped version to 0.0.5 X-Git-Tag: camera_ready~10 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=dcde6ad4d108f1874827c0f2c09a3a3feeaa1dcf bumped version to 0.0.5 --- diff --git a/helm/DEVEL/gdome_xslt/configure.ac b/helm/DEVEL/gdome_xslt/configure.ac index 82f1506a3..89193537a 100644 --- a/helm/DEVEL/gdome_xslt/configure.ac +++ b/helm/DEVEL/gdome_xslt/configure.ac @@ -3,7 +3,7 @@ AC_INIT AC_CONFIG_SRCDIR([C/gdome_xslt/gdome_xslt.h]) PACKAGE=gdome2-xslt -VERSION=0.0.4 +VERSION=0.0.5 VERSION_INFO=`echo $VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'` AC_SUBST(VERSION_INFO) diff --git a/helm/DEVEL/gdome_xslt/debian/changelog b/helm/DEVEL/gdome_xslt/debian/changelog index 76e06c72f..5727e9417 100644 --- a/helm/DEVEL/gdome_xslt/debian/changelog +++ b/helm/DEVEL/gdome_xslt/debian/changelog @@ -1,3 +1,11 @@ +gdome2-xslt (0.0.5-1) unstable; urgency=low + + * ocaml binding + - wrapped XSLT stylesheet application in a blocking section so that + it can be interrupted by ocaml exceptions, signals, ... + + -- Stefano Zacchiroli Mon, 14 Jul 2003 16:05:43 +0200 + gdome2-xslt (0.0.4-7) unstable; urgency=low * rebuilt against gmetadom 0.1.10-3