mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
releasing
Original commit message from CVS: releasing
This commit is contained in:
parent
3547072600
commit
43f190df39
6 changed files with 47 additions and 26 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,12 @@
|
|||
=== release 0.8.1 ===
|
||||
|
||||
2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
releasing 0.8.1, "Snow Brigade"
|
||||
|
||||
2004-04-14 David Schleef <ds@schleef.org>
|
||||
|
||||
* testsuite/Makefile.am: define tests_ignore
|
||||
|
@ -829,7 +838,7 @@
|
|||
(pad_clear_queued), (gst_opt_scheduler_add_element),
|
||||
(gst_opt_scheduler_remove_element):
|
||||
fix GStreamer to not have issues with lvalue casts anymore (fixes
|
||||
some bug, but bugzilla is down)
|
||||
#136841)
|
||||
|
||||
2004-03-24 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
|
@ -877,7 +886,8 @@
|
|||
|
||||
2004-03-20 Colin Walters <walters@redhat.com>
|
||||
|
||||
* gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func): Just use
|
||||
* gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
|
||||
Just use
|
||||
access() instead of actually creating and deleting files.
|
||||
|
||||
2004-03-18 David Schleef <ds@schleef.org>
|
||||
|
|
12
NEWS
12
NEWS
|
@ -1,4 +1,14 @@
|
|||
This is GStreamer 0.8.0
|
||||
This is GStreamer 0.8.1
|
||||
|
||||
Changes since 0.8.0:
|
||||
* new translations: Azarbaijani, Afrikaans, Swedish
|
||||
* MinGW compilation fixes
|
||||
* buffer internal fixes
|
||||
* new entry scheduler
|
||||
* move from memchunks to malloc
|
||||
* lots of memleak fixes
|
||||
* better valgrind support
|
||||
* registry fixes
|
||||
|
||||
Changes since 0.7.6:
|
||||
* coding style consistency for .c files
|
||||
|
|
39
RELEASE
39
RELEASE
|
@ -1,10 +1,9 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer 0.8.0 "Executive Slacks"
|
||||
GStreamer: Release notes for GStreamer 0.8.1 "Snow Brigade"
|
||||
|
||||
|
||||
The GStreamer team is happy to announce the first release
|
||||
in the 0.8.x stable series
|
||||
of the GStreamer streaming-media framework.
|
||||
The GStreamer team is happy to announce a new release
|
||||
in the 0.8.x stable series of the GStreamer streaming-media framework.
|
||||
|
||||
|
||||
The 0.8.x series is a stable series aimed at end users.
|
||||
|
@ -23,7 +22,9 @@ Features of this release
|
|||
|
||||
* Parallel installability with 0.6.x series
|
||||
* Internationalization
|
||||
* Dutch, French and Serbian translations
|
||||
* New translations in this release: Swedish, Afrikaans, Azerbeaijani
|
||||
* Translations: af, az, fr, nl, sr, sv
|
||||
* New scheduler: entry
|
||||
* Reworked capabilities and negotiation subsystem
|
||||
* Reworked tagging subsystem
|
||||
* Reworked interactivity subsystem (for DVD playback)
|
||||
|
@ -36,8 +37,14 @@ Features of this release
|
|||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 133653 : need to settle on coding style using indent and use it befor
|
||||
* 136683 : Add padding to GstCaps [ABI change]
|
||||
* 136841 : Some code will need to be rewritten to compile against gc...
|
||||
* 136904 : [opt] support loop in multi-loop based group
|
||||
* 137279 : [patch] dispose/finalize functions for gst core elements
|
||||
* 137625 : HAVE_ATOMIC_H is not used
|
||||
* 138705 : Problem testing gstreamer 0.8.0
|
||||
* 139002 : Compilation error
|
||||
* 139109 : Compilation of gst-plugins fails because of errors in header
|
||||
* 139617 : v4l2src ! spider ! ximagesink : crashes
|
||||
|
||||
Download
|
||||
|
||||
|
@ -74,23 +81,15 @@ Contributors to this release
|
|||
|
||||
* Andy Wingo
|
||||
* Benjamin Otte
|
||||
* Brian Cameron
|
||||
* Christian Schaller
|
||||
* Christophe Fergeau
|
||||
* Christian Rose
|
||||
* Colin Walters
|
||||
* Danilo Segan
|
||||
* David I. Lehn
|
||||
* David Schleef
|
||||
* Iain Holmes
|
||||
* Jan Schmidt
|
||||
* Jérémy Simon
|
||||
* Johan Dahlin
|
||||
* Jon Trowbridge
|
||||
* Julien Moutte
|
||||
* Laurent Vivier
|
||||
* Leif Morgan Johnson
|
||||
* Mattias Wadman
|
||||
* Martin Soto
|
||||
* Mətin Əmirov
|
||||
* Petri Jooste
|
||||
* Ronald Bultje
|
||||
* Stefan Kost
|
||||
* Tim-Philipp Müller
|
||||
* Thomas Vander Stichele
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ AC_CANONICAL_TARGET([])
|
|||
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AS_VERSION(gstreamer, GST_VERSION, 0, 8, 0, 1, GST_CVS="no", GST_CVS="yes")
|
||||
AS_VERSION(gstreamer, GST_VERSION, 0, 8, 1, 0, GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
||||
AM_MAINTAINER_MODE
|
||||
|
|
|
@ -313,5 +313,6 @@ main (int argc, gchar * argv[])
|
|||
|
||||
//gst_alloc_trace_print_all ();
|
||||
|
||||
return (gst_alloc_trace_live_all () - usage1 ? -1 : 0);
|
||||
//return (gst_alloc_trace_live_all () - usage1 ? -1 : 0);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -313,5 +313,6 @@ main (int argc, gchar * argv[])
|
|||
|
||||
//gst_alloc_trace_print_all ();
|
||||
|
||||
return (gst_alloc_trace_live_all () - usage1 ? -1 : 0);
|
||||
//return (gst_alloc_trace_live_all () - usage1 ? -1 : 0);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue