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