gst.supp: commit 6 new suppressions related to g_module_open; can these really not...
[platform/upstream/gst-common.git] / ChangeLog
1 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst.supp:
4           commit 6 new suppressions related to g_module_open; can these
5           really not be folded into one ?
6
7 2005-10-11  Edward Hervey  <edward@fluendo.com>
8
9         * gst.supp: 
10         made the <g_type_init calloc 2> suppression more generic
11         Added pthread memleak suppresions
12         Added nss_parse_* memleak suppresion (used by g_option_context_parse)
13
14 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15
16         * check.mak:
17           be more strict, more leak resolution
18         * gst.supp:
19           clean up the g_type_init suppressions
20
21 2005-10-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22
23         * m4/Makefile.am:
24         * m4/gst-valgrind.m4:
25           put the valgrind detection in an .m4
26
27 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28
29         * check.mak:
30           add some more targets, like "help", but also more intensive tests
31
32 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33
34         * gtk-doc.mak:
35           make certain doc warnings fatal so people maintain docs again
36
37 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38
39         * Makefile.am:
40         * gtk-doc-plugins.mak:
41         * scangobj-merge.py:
42           merge additions from the .signals.new and .args.new file in
43           the original ones, only updating if necessary
44
45 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
46
47         * gst-xmlinspect.py:
48         * gstdoc-scangobj:
49         * gtk-doc-plugins.mak:
50           fix properly for new API; make update in plugins dir now works
51
52 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
53
54         * gst-xmlinspect.py:
55         * gstdoc-scangobj:
56           some fixes for new API
57         * gtk-doc-plugins.mak:
58           set environment properly
59
60 2005-09-17  David Schleef  <ds@schleef.org>
61
62         * gtk-doc-plugins.mak: Use new environment variables.
63
64 2005-09-16  Michael Smith <msmith@fluendo.com>
65
66         * gstdoc-scangobj:
67           Make the scanobj code reflect registry/plugin API changes
68
69 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
70
71         * gtk-doc-plugins.mak:
72           split out scanobj step (which will be run by doc maintainer)
73           from scan step (which will be run on every build)
74           clean up some of the commands for make distcheck
75
76 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
77
78         * gtk-doc-plugins.mak:
79         * mangle-tmpl.py:
80           first stab at reorganizing the plugins build so we can maintain
81           element docs
82
83 2005-09-14  David Schleef  <ds@schleef.org>
84
85         * as-libtool.mak: Remove
86         * m4/as-libtool.m4: The libtool bug that this worked around has
87           been fixed.
88         * m4/as-version.m4: Don't define GST_RELEASE, since it causes
89           config.h to be regenerated needlessly, and we don't use it.
90
91 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
92
93         * gtk-doc-plugins.mak:
94           error out on inspect failure
95
96 2005-09-14  Michael Smith <msmith@fluendo.com>
97
98         * glib-gen.mak:
99           Don't call glib-mkenums with arguments that confuse/break MinGW,
100           fixes 316155.
101
102 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
103
104         * gtk-doc-plugins.mak:
105         * gtk-doc.mak:
106         * m4/gst-doc.m4:
107           separate out gtk-doc and docbook stuff
108           have two separate --enable configure flags
109
110 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
111
112         * check.mak:
113           add a .gdb target; rebuild registry for each target, otherwise
114           a code rebuild always triggers a reg rebuild, and it's just too
115           annoying
116         * gstdoc-scangobj:
117
118 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
119
120         * check.mak:
121           separate out REGISTRY_ENVIRONMENT; we want to use that from
122           our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
123           everything that the first test, gst-register, needs
124
125 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
126
127         * check.mak:
128           parse output of valgrind and check for definitely lost, and error
129           out; somehow I was led to believe valgrind returns non-zero for
130           leaks, but I can't make it do that, so let's parse
131
132 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
133
134         * check.mak:
135           for some weird reason valgrind does not report actual memleaks
136           if GST_PLUGIN_PATH is set to anything but the core gstreamer dir
137           while valgrind is running.  Since the registry is going to go
138           anyway, I don't want to waste any more time on this; I just run
139           valgrind without GST_PLUGIN_PATH set.  Since the registry loading
140           doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
141           the registry, that's actually fine.
142
143 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
144
145         * mangle-tmpl.py:
146           keep original Long_Description; only insert an include if it's
147           not already the first line in there
148         * plugins.xsl:
149           output more information for plugins, including an origin hyperlink
150
151 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
152
153         * gst-xmlinspect.py:
154           a first stab at inspecting plugins and outputting an xml description
155         * gtk-doc-plugins.mak:
156           a gtk-doc using snippet for plugins documentation
157         * plugins.xsl:
158           a stylesheet to convert gst-xmlinspect.py output to docbook output
159           for inclusion in the gtk-doc stuff
160
161 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
162
163         * m4/gst-doc.m4:
164           s/pdf/eps/ in test for whether we output EPS images (#309379).
165
166 2005-07-18  Andy Wingo  <wingo@pobox.com>
167
168         * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
169         better. Thanks, Paolo Bonzini!
170         
171         * m4/Makefile.am (EXTRA_DIST): 
172         * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
173         fortran checks.
174
175 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
176
177         * m4/gst-error.m4:
178           add macro to set ERROR_CFLAGS
179
180 2005-06-30  Jan Schmidt  <thaytan@mad.scientist.com>
181
182         * gst-autogen.sh:
183           Remove the old autoregen.sh if it exists before recreating it,
184           to prevent confusing any shell process that might be reading it
185           currently.
186
187 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
188
189         * m4/gtk-doc.m4:
190           added
191
192 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
193
194         * gst-autogen.sh: create autoregen.sh *before* shifting the options
195
196 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
197
198         * gst-autogen.sh: only update autoregen.sh on actual runs
199
200 2005-03-11  Thomas Vander Stichele  <thomas at apestaart dot org>
201
202         * m4/check.m4: m4 from the check unit test suite
203
204 2004-12-14  David Schleef  <ds@schleef.org>
205
206         * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
207         isn't needed anywhere
208
209 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
210
211         * gst-autogen.sh:
212           allow failure command to be run so we can clean upfrom autopoint
213
214 2004-09-03  Zeeshan Ali Khattak <zeenix@gmail.com>
215         * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
216
217 2004-07-21  Benjamin Otte  <otte@gnome.org>
218
219         * m4/.cvsignore: exciting updates for libtool m4 files
220
221 2004-07-12  David Schleef  <ds@schleef.org>
222
223         * m4/as-objc.m4:  Add a macro to test for objective C
224
225 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
226
227         * m4/gst-feature.m4:
228           not all of them support --plugin-libs, so redirect stderr
229
230 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
231
232         * m4/as-scrub-include.m4:
233           sync with upstream to 0.1.4.  Fixes #132440
234
235 2004-06-07  Benjamin Otte  <otte@gnome.org>
236
237         * m4/gst-feature.m4:
238           write a big marker into configure output when checking next plugin
239           to allow easier parsing of why plugins are(n't) built.
240
241 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
242
243         * m4/as-compiler-flag.m4:
244         * m4/as-compiler.m4:
245         * m4/as-libtool.m4:
246         * m4/as-version.m4:
247           sync with upstream, change sticky options to -ko
248
249 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
250
251         * m4/as-scrub-include.m4: synced with upstream
252
253 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
254
255         * po.mak:
256           snippet for updating .po files
257
258 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
259
260         * Makefile.am:
261         * m4/Makefile.am:
262           integrate these with the dist
263
264 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
265
266         * release.mak: add a release target
267
268 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
269
270         patch by: Stephane Loeuillet
271
272         * m4/ax_create_stdint_h.m4:
273           use head -n instead of head - (#136500)
274
275 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
276
277         * m4/gst-doc.m4: don't build PS without dvips binary
278
279 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
280
281         reviewed by: Benjamin Otte  <otte@gnome.org>
282
283         * m4/as-docbook.m4:
284           don't use == operator with test(1) (fixes #135115)
285
286 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
287  
288         * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
289
290 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
291
292         * m4/gst-feature.m4:
293           remove AM_CONDITIONAL for the subsystem since automake 1.6.x
294           requires that call be in configure.ac
295
296 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
297
298         * m4/gst-libxml2.m4:
299           take required version as argument, and default to 2.4.9 if not
300           specified
301
302 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
303
304         * m4/gst-feature.m4:
305           rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
306
307 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
308
309         * common/m4/as-ac-expand.m4:
310         * common/m4/as-auto-alt.m4:
311         * common/m4/as-compiler-flag.m4:
312         * common/m4/as-compiler.m4:
313         * common/m4/as-docbook.m4:
314         * common/m4/as-libtool.m4:
315         * common/m4/as-scrub-include.m4:
316         * common/m4/as-version.m4:
317         * common/m4/glib-gettext.m4:
318         * common/m4/gst-arch.m4:
319         * common/m4/gst-debuginfo.m4:
320         * common/m4/gst-doc.m4:
321         * common/m4/gst-feature.m4:
322         * common/m4/gst-function.m4:
323         * common/m4/gst-glib2.m4:
324         * common/m4/gst-gstreamer.m4:
325         * common/m4/gst-libxml2.m4:
326         * common/m4/gst-makecontext.m4:
327         * common/m4/gst-mcsc.m4:
328         * common/m4/pkg.m4:
329           fix underquoted macros as reported by automake 1.8.x (#133800)
330
331 2004-02-11  Johan Dahlin  <johan@gnome.org>
332
333         * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
334         avoid a warning
335
336 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
337
338         * m4/gst-doc.m4:
339           we use --output-format=xml and --ingnore-files options to
340           gtkdoc-mkdb, which got added between 0.9 and 1.0
341
342 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
343
344         * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
345           to configure.ac to shut up libtoolize
346
347 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
348
349         * glib-gen.mak: added; used to generate enums and marshal code
350
351 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
352
353         * gettext.patch: added; used by autogen.sh to make sure
354           GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in
355