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