totem-pl-parser r313 - in trunk: . docs/reference
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem-pl-parser r313 - in trunk: . docs/reference
- Date: Tue, 17 Feb 2009 13:37:06 +0000 (UTC)
Author: hadess
Date: Tue Feb 17 13:37:06 2009
New Revision: 313
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=313&view=rev
Log:
2009-02-17 Bastien Nocera <hadess hadess net>
* NEWS: upd
* configure.in: 2.25.91
* docs/reference/Makefile.am: fix running make distcheck
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
trunk/docs/reference/Makefile.am
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Feb 17 13:37:06 2009
@@ -1,5 +1,11 @@
New features and significant updates in version...
+2.25.91:
+* Update API documentation
+* Fix PLA writing to make filenames appear correctly on the device
+* Fix possible crasher in the itms feed parser
+* Fix crasher when parsing a PLS file with invalid UTF-8
+
2.25.90:
* Add support for the WPL playlist type
* Fix the Python bindings not working
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Feb 17 13:37:06 2009
@@ -2,11 +2,11 @@
m4_define(totem_version_major, 2)
m4_define(totem_version_minor, 25)
-m4_define(totem_version_micro, 90)
+m4_define(totem_version_micro, 91)
AC_INIT([totem-pl-parser],
[totem_version_major.totem_version_minor.totem_version_micro],
- [http://bugzilla.gnome.org/enter_bug.cgi?product=totem&component=playlist%20parser])
+ [http://bugzilla.gnome.org/enter_bug.cgi?product=totem-pl-parser&component=General])
AC_CONFIG_SRCDIR([plparse/totem-pl-parser.c])
AC_CONFIG_HEADERS([config.h])
@@ -46,7 +46,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=14:2:2
+PLPARSER_LT_VERSION=14:3:2
AC_SUBST(PLPARSER_LT_VERSION)
TOTEM_PL_PARSER_VERSION_MAJOR=totem_version_major
Modified: trunk/docs/reference/Makefile.am
==============================================================================
--- trunk/docs/reference/Makefile.am (original)
+++ trunk/docs/reference/Makefile.am Tue Feb 17 13:37:06 2009
@@ -96,4 +96,5 @@
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST += version.xml.in
+TESTS_ENVIRONMENT = cd $(srcdir) &&
TESTS = $(GTKDOC_CHECK)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]