]> matita.cs.unibo.it Git - helm.git/blob - DEVEL/gdome_xslt/0.0.8-2/debian/changelog
tagging 0.0.8-2
[helm.git] / DEVEL / gdome_xslt / 0.0.8-2 / debian / changelog
1 gdome2-xslt (0.0.8-2) unstable; urgency=low
2
3   * debian/rules
4     - add additional flags for ocamldoc using "+=" instead of "=" ...
5
6  -- Stefano Zacchiroli <zack@debian.org>  Sat, 08 Sep 2007 12:11:26 +0200
7
8 gdome2-xslt (0.0.8-1) unstable; urgency=low
9
10   * convert comments in .mli interface files to ocamldoc comments
11   * bump debhelper compatibility level and dependency to 5
12   * debian/rules
13     - use ocaml.mk cdbs class
14     - enable generation of ocamldoc api reference (via CDBS)
15   * debian/control
16     - added XS-Vcs-* fields pointing to the svn repository
17     - bumped build dependency on ocaml-nox to >= 3.10.0
18     - s/Source-Version/binary:Version/ substvar
19   * debian/control.in
20     - file removed, no longer needed
21   * debian/*.dirs, debian/*.install
22     - removed the files that are generated at build time
23
24  -- Stefano Zacchiroli <zack@debian.org>  Sat, 08 Sep 2007 11:41:26 +0200
25
26 gdome2-xslt (0.0.7-5) unstable; urgency=low
27
28   * debian/control
29     - bumped gmetadom dependencies to ensure the package is rebuilt
30       against a version of gmetadom who does not contain a spurious -lz
31       linker flag. Fixes FTBFS.
32
33  -- Stefano Zacchiroli <zack@debian.org>  Sun,  6 Aug 2006 11:41:23 +0200
34
35 gdome2-xslt (0.0.7-4) unstable; urgency=low
36
37   * Rebuilt against OCaml 3.09.2, bumped deps accordingly.
38   * debian/control
39     - bumped Standards-Version to 3.7.2 (no changes needed)
40
41  -- Stefano Zacchiroli <zack@debian.org>  Tue, 16 May 2006 22:47:32 +0000
42
43 gdome2-xslt (0.0.7-3) unstable; urgency=low
44
45   * Rebuilt against OCaml 3.09.1, bumped deps accordingly.
46
47  -- Stefano Zacchiroli <zack@debian.org>  Sat,  7 Jan 2006 18:52:27 +0100
48
49 gdome2-xslt (0.0.7-2) unstable; urgency=low
50
51   * ocaml 3.09 transition
52   * rebuild/renaming due to changed libstdc++ configuration
53     (closes: #339167)
54   * debian/*
55     - no longer hard coding of ocaml abi number anywhere
56   * debian/control
57     - bumped standards version
58
59  -- Stefano Zacchiroli <zack@debian.org>  Wed, 23 Nov 2005 10:30:16 +0000
60
61 gdome2-xslt (0.0.7-1) unstable; urgency=low
62
63   * New upstream release
64     - enable static linking of C/OCaml glue code
65   * debian/control
66     - bumped dependencies to gmetadom 0.2.3
67   * debian/*
68     - ABI transition for gcc 4
69
70  -- Stefano Zacchiroli <zack@debian.org>  Thu,  7 Jul 2005 10:39:37 +0000
71
72 gdome2-xslt (0.0.6-8) unstable; urgency=low
73
74   * debian/rules
75     - uses cdbs
76   * debian/control
77     - added build dependency on cdbs, bumped debhelper dependency as needed
78
79  -- Stefano Zacchiroli <zack@debian.org>  Sun, 22 May 2005 23:46:24 +0200
80
81 gdome2-xslt (0.0.6-7) unstable; urgency=low
82
83   * rebuilt against ocaml 3.08.3
84
85  -- Stefano Zacchiroli <zack@debian.org>  Sat, 26 Mar 2005 00:38:05 +0100
86
87 gdome2-xslt (0.0.6-6) unstable; urgency=medium
88
89   * debian/control
90     - depend on ocaml-base-nox-3.08 instead of ocaml-base-3.08 since
91       this package doesn't directly need ocaml X libraries
92
93  -- Stefano Zacchiroli <zack@debian.org>  Tue, 24 Aug 2004 12:25:28 +0200
94
95 gdome2-xslt (0.0.6-5) unstable; urgency=low
96
97   * re-run autotools chain to get rid of spurious shared objects created
98     without .so suffixes
99
100  -- Stefano Zacchiroli <zack@debian.org>  Tue, 27 Jul 2004 10:00:09 +0200
101
102 gdome2-xslt (0.0.6-4) unstable; urgency=low
103
104   * rebuilt with ocaml 3.08
105   * debian/control
106     - bumped ocaml deps to 3.08
107     - bumped standards-version to 3.6.1.1
108     - changed ocaml deps to ocaml-nox
109     - bumped gmetadom (ocaml part) versions to >= 0.2.1-3 (first version
110       rebuilt with ocaml 3.08)
111
112  -- Stefano Zacchiroli <zack@debian.org>  Mon, 26 Jul 2004 16:47:13 +0200
113
114 gdome2-xslt (0.0.6-3) unstable; urgency=high
115
116   * ocaml/gdome_xslt/Makefile.am
117     - use .o PIC objects from .libs directory
118       (should fix build failure on hppa)
119   * debian/control
120     - versione build dep on findlib to >= 0.8-5
121
122  -- Stefano Zacchiroli <zack@debian.org>  Tue, 21 Oct 2003 14:43:09 +0200
123
124 gdome2-xslt (0.0.6-2) unstable; urgency=low
125
126   * Rebuilt against gmetadom 0.2.1, gdome2 0.8.1 (should link against glib2)
127
128  -- Stefano Zacchiroli <zack@debian.org>  Fri, 10 Oct 2003 09:38:27 +0200
129
130 gdome2-xslt (0.0.6-1) unstable; urgency=low
131
132   * ocaml binding
133     - wrapped XSLT stylesheet application in a blocking section so that
134       it can be interrupted by ocaml exceptions, signals, ...
135   * restructured/cleaned up Makefiles
136
137  -- Stefano Zacchiroli <zack@debian.org>  Sat,  4 Oct 2003 17:09:37 +0200
138
139 gdome2-xslt (0.0.4-9) unstable; urgency=low
140
141   * Rebuilt with ocaml 3.07
142
143  -- Stefano Zacchiroli <zack@debian.org>  Wed,  1 Oct 2003 14:18:19 +0200
144
145 gdome2-xslt (0.0.4-8) unstable; urgency=low
146
147   * Rebuilt with ocaml 3.07beta2
148
149  -- Stefano Zacchiroli <zack@debian.org>  Mon, 22 Sep 2003 18:26:04 +0200
150
151 gdome2-xslt (0.0.4-7) unstable; urgency=low
152
153   * rebuilt against gmetadom 0.1.10-3
154   * debian/control
155      - strictly depends on gmetadom >= 0.1.10-3 (older version are buggy
156        on mips)
157
158  -- Stefano Zacchiroli <zack@debian.org>  Mon, 14 Jul 2003 11:16:59 +0200
159
160 gdome2-xslt (0.0.4-6) unstable; urgency=low
161
162   * debian/control
163     - bumped gmetadom dependencies to >= 0.1.10-2 (to ensure that .pc
164       is available)
165
166  -- Stefano Zacchiroli <zack@debian.org>  Tue,  1 Jul 2003 10:14:14 +0200
167
168 gdome2-xslt (0.0.4-5) unstable; urgency=low
169
170   * rebuilt using gmetadom 0.1.9
171   * debian/control
172     - added build-dep on pkg-config
173     - bumped dependencies on gmetadom to 0.1.9
174     - bumped standards-version to 3.5.10
175     - changed section of -dev packages to libdevel
176     - added ${misc:Depends}
177   * debian/rules
178     - removed DH_COMPAT in favour of debian/compat
179     - removed dh_movefiles in favour of dh_install
180     - cosmetic changes
181
182  -- Stefano Zacchiroli <zack@debian.org>  Thu, 19 Jun 2003 17:05:47 +0200
183
184 gdome2-xslt (0.0.4-4) unstable; urgency=low
185
186   * Bugfix: ships also -config script
187   * Bumped Standards-Version to 3.5.9
188
189  -- Stefano Zacchiroli <zack@debian.org>  Thu, 20 Mar 2003 20:45:27 +0100
190
191 gdome2-xslt (0.0.4-3) unstable; urgency=low
192
193   * Implemented "high" level functions to set handlers for libxslt error and
194     debugging messages: setErrorCallback, setDebugCallback        (C flavour)
195   * Implemented binding for the above functions               (OCaml flavour)
196   * Bugfix: installs also i_gdome_xslt.ml, gdome_xslt_init.o
197
198  -- Stefano Zacchiroli <zack@debian.org>  Thu, 13 Mar 2003 18:07:22 +0100
199
200 gdome2-xslt (0.0.4-2) unstable; urgency=low
201
202   * Bugfix: installs also i_gdome_xslt.cmi
203
204  -- Stefano Zacchiroli <zack@debian.org>  Wed, 12 Mar 2003 18:28:27 +0100
205
206 gdome2-xslt (0.0.4-1) unstable; urgency=low
207
208   * New release
209   * Added a new interface for apply method which requires no arguments
210   * Bumped gmetadom dependencies to 0.1.6
211   * Removed << dependencies on gmetadom
212   * Bumpetd gdome2 version to 0.7.4
213
214  -- Stefano Zacchiroli <zack@debian.org>  Mon, 10 Mar 2003 17:50:42 +0100
215
216 gdome2-xslt (0.0.3-3) unstable; urgency=low
217
218   * No longer use virtual dependencies on other ocaml libraries, reverted to
219     >=/<< dependencies approach
220   * Bumped dependencies on gmetadom to version 0.1.5
221
222  -- Stefano Zacchiroli <zack@debian.org>  Fri, 24 Jan 2003 13:10:22 +0100
223
224 gdome2-xslt (0.0.3-2) unstable; urgency=low
225
226   * Use versioned ocaml standard library directory
227   * Changed deps and build-deps to ocaml-3.06-1
228   * Source named changed to gdome2-xslt
229   * Moved OCaml .so stub in <stdlib>/stublibs
230   * Moved ocaml stuff in /usr/lib/ocaml/3.06
231   * Ship also C and C++ flavours
232   * Added dep from libgdome2-xslt-ocaml to libgdome2-ocaml
233   * Added dep from libgdome2-xslt-ocaml-dev to libgdome2-ocaml-dev-0.1.4
234   * Added build-dep to libgdome2-cpp-smart-dev
235   * Provided a better Description
236   * Bumped Standards-Version to 3.5.8
237   * Better test for ocamlopt existence
238
239  -- Stefano Zacchiroli <zack@debian.org>  Sun,  8 Dec 2002 16:09:56 +0100
240
241 libxslt-ocaml (0.0.2-1) unstable; urgency=low
242
243   * Added serialization functions
244
245  -- Stefano Zacchiroli <zack@debian.org>  Thu, 28 Nov 2002 17:59:29 +0100
246
247 libxslt-ocaml (0.0.1-3) unstable; urgency=low
248
249   * Rebuilt with ocaml 3.06 (Closes: Bug#158225, Bug#158217)
250   * Upgraded Standards-Version to 3.5.6
251   * Switched deps and build-deps to ocaml-3.06 and ocaml-base-3.06
252   * Switched to debhelper 4
253
254  -- Stefano Zacchiroli <zack@debian.org>  Wed, 28 Aug 2002 11:09:04 +0200
255
256 libxslt-ocaml (0.0.1-2) unstable; urgency=low
257
258   * Added -fPIC option when compiled some .o in order to succesfully build
259     also on HPPA (Closes: Bug#142485).
260   * Renamed binary packages to libgdome2-xslt-ocaml and -dev.
261
262  -- Stefano Zacchiroli <zack@debian.org>  Fri, 12 Apr 2002 14:55:57 +0200
263
264 libxslt-ocaml (0.0.1-1) unstable; urgency=low
265
266   * Initial Release.
267
268  -- Stefano Zacchiroli <zack@debian.org>  Sat,  6 Apr 2002 13:00:49 +0200
269