[gstreamermm] 0.10.4 release.
- From: José Alburquerque <jaalburqu src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gstreamermm] 0.10.4 release.
- Date: Wed, 19 Aug 2009 21:36:30 +0000 (UTC)
commit e930ae7ee80f9739500593d3ed0d20072137babb
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Wed Aug 19 17:04:54 2009 -0400
0.10.4 release.
* NEWS:
* README:
* configure.ac: Prepare for a new release because of critical bug
#590923, just fixed.
ChangeLog | 9 +++++++++
NEWS | 5 +++++
README | 5 ++---
configure.ac | 2 +-
4 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f87bef6..3af8ada 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-08-19 José Alburquerque <jaalburqu svn gnome org>
+ 0.10.4 release.
+
+ * NEWS:
+ * README:
+ * configure.ac: Prepare for a new release because of critical bug
+ #590923, just fixed.
+
+2009-08-19 José Alburquerque <jaalburqu svn gnome org>
+
Correct the Gst::BufferFlags definition.
* gstreamer/src/gst_enums.defs:
diff --git a/NEWS b/NEWS
index d72319b..06e0403 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.10.4 (unstable):
+
+* Fixed Gst::BufferFlag enum definition. Critial bug #590923 (missed in 0.10.3
+ release).
+
0.10.3 (unstable):
Plugins:
diff --git a/README b/README
index ed913fe..55a4b39 100644
--- a/README
+++ b/README
@@ -46,10 +46,9 @@ git:
download:
http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/
submit bugs:
- http://bugzilla.gnome.org/enter_bug.cgi?product=gnomemm&component=gstreamermm
+ http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm
view bugs:
- http://bugzilla.gnome.org/buglist.cgi?query=component%3Agstreamermm+product%3Agnomemm+
-
+ http://bugzilla.gnome.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=gstreamermm&content=
Installation
============
diff --git a/configure.ac b/configure.ac
index 8dcad13..ba6dd9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
#We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
pushdef([GSTREAMERMM_MAJOR_VERSION], [0])
pushdef([GSTREAMERMM_MINOR_VERSION], [10])
-pushdef([GSTREAMERMM_MICRO_VERSION], [3])
+pushdef([GSTREAMERMM_MICRO_VERSION], [4])
pushdef([GSTREAMERMM_EXTRA_VERSION], [])
pushdef([GSTREAMERMM_VERSION], GSTREAMERMM_MAJOR_VERSION.GSTREAMERMM_MINOR_VERSION.GSTREAMERMM_MICRO_VERSION[]GSTREAMERMM_EXTRA_VERSION)
AC_INIT([gstreamermm], GSTREAMERMM_VERSION, [gtkmm-list gnome org])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]