]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/gdome_xslt/debian/changelog
debian snapshot version 0.0.6-2
[helm.git] / helm / DEVEL / gdome_xslt / debian / changelog
1 gdome2-xslt (0.0.6-2) unstable; urgency=low
2
3   * Rebuilt against gmetadom 0.2.1, gdome2 0.8.1 (should link against glib2)
4
5  -- Stefano Zacchiroli <zack@debian.org>  Fri, 10 Oct 2003 09:38:27 +0200
6
7 gdome2-xslt (0.0.6-1) unstable; urgency=low
8
9   * ocaml binding
10     - wrapped XSLT stylesheet application in a blocking section so that
11       it can be interrupted by ocaml exceptions, signals, ...
12   * restructured/cleaned up Makefiles
13
14  -- Stefano Zacchiroli <zack@debian.org>  Sat,  4 Oct 2003 17:09:37 +0200
15
16 gdome2-xslt (0.0.4-9) unstable; urgency=low
17
18   * Rebuilt with ocaml 3.07
19
20  -- Stefano Zacchiroli <zack@debian.org>  Wed,  1 Oct 2003 14:18:19 +0200
21
22 gdome2-xslt (0.0.4-8) unstable; urgency=low
23
24   * Rebuilt with ocaml 3.07beta2
25
26  -- Stefano Zacchiroli <zack@debian.org>  Mon, 22 Sep 2003 18:26:04 +0200
27
28 gdome2-xslt (0.0.4-7) unstable; urgency=low
29
30   * rebuilt against gmetadom 0.1.10-3
31   * debian/control
32      - strictly depends on gmetadom >= 0.1.10-3 (older version are buggy
33        on mips)
34
35  -- Stefano Zacchiroli <zack@debian.org>  Mon, 14 Jul 2003 11:16:59 +0200
36
37 gdome2-xslt (0.0.4-6) unstable; urgency=low
38
39   * debian/control
40     - bumped gmetadom dependencies to >= 0.1.10-2 (to ensure that .pc
41       is available)
42
43  -- Stefano Zacchiroli <zack@debian.org>  Tue,  1 Jul 2003 10:14:14 +0200
44
45 gdome2-xslt (0.0.4-5) unstable; urgency=low
46
47   * rebuilt using gmetadom 0.1.9
48   * debian/control
49     - added build-dep on pkg-config
50     - bumped dependencies on gmetadom to 0.1.9
51     - bumped standards-version to 3.5.10
52     - changed section of -dev packages to libdevel
53     - added ${misc:Depends}
54   * debian/rules
55     - removed DH_COMPAT in favour of debian/compat
56     - removed dh_movefiles in favour of dh_install
57     - cosmetic changes
58
59  -- Stefano Zacchiroli <zack@debian.org>  Thu, 19 Jun 2003 17:05:47 +0200
60
61 gdome2-xslt (0.0.4-4) unstable; urgency=low
62
63   * Bugfix: ships also -config script
64   * Bumped Standards-Version to 3.5.9
65
66  -- Stefano Zacchiroli <zack@debian.org>  Thu, 20 Mar 2003 20:45:27 +0100
67
68 gdome2-xslt (0.0.4-3) unstable; urgency=low
69
70   * Implemented "high" level functions to set handlers for libxslt error and
71     debugging messages: setErrorCallback, setDebugCallback        (C flavour)
72   * Implemented binding for the above functions               (OCaml flavour)
73   * Bugfix: installs also i_gdome_xslt.ml, gdome_xslt_init.o
74
75  -- Stefano Zacchiroli <zack@debian.org>  Thu, 13 Mar 2003 18:07:22 +0100
76
77 gdome2-xslt (0.0.4-2) unstable; urgency=low
78
79   * Bugfix: installs also i_gdome_xslt.cmi
80
81  -- Stefano Zacchiroli <zack@debian.org>  Wed, 12 Mar 2003 18:28:27 +0100
82
83 gdome2-xslt (0.0.4-1) unstable; urgency=low
84
85   * New release
86   * Added a new interface for apply method which requires no arguments
87   * Bumped gmetadom dependencies to 0.1.6
88   * Removed << dependencies on gmetadom
89   * Bumpetd gdome2 version to 0.7.4
90
91  -- Stefano Zacchiroli <zack@debian.org>  Mon, 10 Mar 2003 17:50:42 +0100
92
93 gdome2-xslt (0.0.3-3) unstable; urgency=low
94
95   * No longer use virtual dependencies on other ocaml libraries, reverted to
96     >=/<< dependencies approach
97   * Bumped dependencies on gmetadom to version 0.1.5
98
99  -- Stefano Zacchiroli <zack@debian.org>  Fri, 24 Jan 2003 13:10:22 +0100
100
101 gdome2-xslt (0.0.3-2) unstable; urgency=low
102
103   * Use versioned ocaml standard library directory
104   * Changed deps and build-deps to ocaml-3.06-1
105   * Source named changed to gdome2-xslt
106   * Moved OCaml .so stub in <stdlib>/stublibs
107   * Moved ocaml stuff in /usr/lib/ocaml/3.06
108   * Ship also C and C++ flavours
109   * Added dep from libgdome2-xslt-ocaml to libgdome2-ocaml
110   * Added dep from libgdome2-xslt-ocaml-dev to libgdome2-ocaml-dev-0.1.4
111   * Added build-dep to libgdome2-cpp-smart-dev
112   * Provided a better Description
113   * Bumped Standards-Version to 3.5.8
114   * Better test for ocamlopt existence
115
116  -- Stefano Zacchiroli <zack@debian.org>  Sun,  8 Dec 2002 16:09:56 +0100
117
118 libxslt-ocaml (0.0.2-1) unstable; urgency=low
119
120   * Added serialization functions
121
122  -- Stefano Zacchiroli <zack@debian.org>  Thu, 28 Nov 2002 17:59:29 +0100
123
124 libxslt-ocaml (0.0.1-3) unstable; urgency=low
125
126   * Rebuilt with ocaml 3.06 (Closes: Bug#158225, Bug#158217)
127   * Upgraded Standards-Version to 3.5.6
128   * Switched deps and build-deps to ocaml-3.06 and ocaml-base-3.06
129   * Switched to debhelper 4
130
131  -- Stefano Zacchiroli <zack@debian.org>  Wed, 28 Aug 2002 11:09:04 +0200
132
133 libxslt-ocaml (0.0.1-2) unstable; urgency=low
134
135   * Added -fPIC option when compiled some .o in order to succesfully build
136     also on HPPA (Closes: Bug#142485).
137   * Renamed binary packages to libgdome2-xslt-ocaml and -dev.
138
139  -- Stefano Zacchiroli <zack@debian.org>  Fri, 12 Apr 2002 14:55:57 +0200
140
141 libxslt-ocaml (0.0.1-1) unstable; urgency=low
142
143   * Initial Release.
144
145  -- Stefano Zacchiroli <zack@debian.org>  Sat,  6 Apr 2002 13:00:49 +0200
146