[gstreamermm] Release 0.10.8.



commit 38164be4b4f4e7670147890cef69e4aca07324e3
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Fri Oct 15 16:23:48 2010 -0400

    	Release 0.10.8.
    
    	* NEWS:
    	* configure.ac: Prepare for a new release.

 ChangeLog    |    9 +++++++++
 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 3 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b70b1e7..48975c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+0.10.8:
+
+2010-10-15  José Alburquerque  <jaalburqu svn gnome org>
+
+	Release 0.10.8.
+
+	* NEWS:
+	* configure.ac: Prepare for a new release.
+
 2010-10-15  José Alburquerque  <jaalburqu svn gnome org>
 
 	Audio[Sink,Src], BaseSrc, BaseTransform: Comment out bool vfuncs.
diff --git a/NEWS b/NEWS
index d279342..007ffed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.10.8 (unstable):
+API:
+* BaseSink:
+  - Wrapped the "enable-last-buffer" property.
+  - Wrapped the set_caps_vfunc(), start_vfunc(), stop_vfunc(), unlock_vfunc(),
+    event_vfunc(), activate_pull_vfunc(), unlock_stop_vfunc(), and
+    render_list_vfunc() virtual functions (mostly manually).
+* Added BufferList and BufferListIterator.
+* Removed the optional API #ifdefs.  All the optional API is always built.
+(José Alburquerque)
+Fixes:
+* Really fix the build with GCC 4.5 (Diego E. Flameeyes Pettenò) Bug #626203
+  (Diego E. Flameeyes Pettenò).
+
 0.10.7.3 (unstable):
 * .Fix the build with GCC 4.5.
   (Daniel Elstner)
diff --git a/configure.ac b/configure.ac
index 632d307..63cf840 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gstreamermm], [0.10.7.3],
+AC_INIT([gstreamermm], [0.10.8],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm],
         [gstreamermm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]