[gstreamermm] Release 0.10.11.



commit 1696a13aa6a50934640698e585f1185a1c3fbd08
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Wed Sep 19 18:05:40 2012 -0400

    Release 0.10.11.
    
    	* NEWS:
    	* configure.ac:

 ChangeLog    |    9 +++++++++
 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 3 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5bad47f..614dc91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+0.10.11:
+
+2012-09-19  Josà Alburquerque  <jaalburquerque gmail com>
+
+	Release 0.10.11.
+
+	* NEWS:
+	* configure.ac:
+
 2012-09-19  Josà Alburquerque  <jaalburquerque gmail com>
 
 	Regenerate the XML docs file.
diff --git a/NEWS b/NEWS
index 73a9d79..94061f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.10.11 (unstable):
+
+* Fix the media player example for MinGW.
+* Fix the MiniObject wrapper memory leak (Bug #608702).
+* Have the create() methods of the MiniObject derived classes return a derived
+  type and not the base type (Bug #683580).
+* Speed up library start-up by not loading plug-ins on initialization (Bug
+  #684006).
+
 0.10.10.2 (unstable):
 
 * Plugins: Remove conflict with GStreamer *_get_type() function names.
diff --git a/configure.ac b/configure.ac
index 83d96c1..c8299d5 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.10.2],
+AC_INIT([gstreamermm], [0.10.11],
         [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]