totem-pl-parser r149 - trunk
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem-pl-parser r149 - trunk
- Date: Mon, 14 Jul 2008 10:02:47 +0000 (UTC)
Author: hadess
Date: Mon Jul 14 10:02:47 2008
New Revision: 149
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=149&view=rev
Log:
2008-07-14 Bastien Nocera <hadess hadess net>
* NEWS: upd
* configure.in: 2.23.3
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Jul 14 10:02:47 2008
@@ -1,5 +1,10 @@
New features and significant updates in version...
+2.23.3:
+* Fix a possible crasher when detecting the media type of an optical
+ media, and an error occurs (such the device not being an audio CD)
+* Fix compilation with some setups
+
2.23.2:
* Remove lingering gnome-vfs requirements
* Ignore pnm:// URLs that are passed to us
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Jul 14 10:02:47 2008
@@ -2,7 +2,7 @@
m4_define(totem_version_major, 2)
m4_define(totem_version_minor, 23)
-m4_define(totem_version_micro, 2)
+m4_define(totem_version_micro, 3)
AC_INIT([totem-pl-parser],
[totem_version_major.totem_version_minor.totem_version_micro],
@@ -45,7 +45,7 @@
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-PLPARSER_LT_VERSION=12:0:0
+PLPARSER_LT_VERSION=12:1:0
AC_SUBST(PLPARSER_LT_VERSION)
TOTEM_PL_PARSER_VERSION_MAJOR=totem_version_major
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]