Updated GUPnP-AV to version 11.7 (a48bbd0) 01/2701/1
authorMark Ryan <mark.d.ryan@intel.com>
Fri, 25 Jan 2013 14:36:50 +0000 (15:36 +0100)
committerMark Ryan <mark.d.ryan@intel.com>
Fri, 25 Jan 2013 14:40:20 +0000 (15:40 +0100)
commit4255ee16a5c8ce4e81775fb3f7792f8aef1fa6de
treec58bf4163af5d0eecd38713a1d33c42dd32cb6ac
parent1ecd50f6deec9a7e53134bbc30b300bb046f09a4
Updated GUPnP-AV to version 11.7 (a48bbd0)

This should fix bug TIVI-464
67 files changed:
NEWS
configure
configure.ac
data/didl-lite-v2.xsd
doc/gupnp-av-docs.sgml
doc/gupnp-av-sections.txt
doc/gupnp-av.types
doc/html/GUPnPCDSLastChangeParser.html [new file with mode: 0644]
doc/html/GUPnPDIDLLiteContainer.html
doc/html/GUPnPDIDLLiteContributor.html
doc/html/GUPnPDIDLLiteItem.html
doc/html/GUPnPDIDLLiteObject.html
doc/html/GUPnPDIDLLiteResource.html
doc/html/GUPnPFeatureListParser.html
doc/html/GUPnPLastChangeParser.html
doc/html/GUPnPMediaCollection.html [new file with mode: 0644]
doc/html/GUPnPSearchCriteriaParser.html
doc/html/annotation-glossary.html
doc/html/ch01.html
doc/html/ch02.html
doc/html/gupnp-av-Error-codes.html
doc/html/gupnp-av-GUPnPDIDLLiteCreateClass.html [new file with mode: 0644]
doc/html/gupnp-av.devhelp2
doc/html/index.html
doc/html/index.sgml
doc/version.xml
libgupnp-av/Makefile.am
libgupnp-av/Makefile.in
libgupnp-av/gupnp-av-enums.h
libgupnp-av/gupnp-av.h
libgupnp-av/gupnp-cds-last-change-parser.c [new file with mode: 0644]
libgupnp-av/gupnp-cds-last-change-parser.h [new file with mode: 0644]
libgupnp-av/gupnp-didl-lite-item.c
libgupnp-av/gupnp-didl-lite-item.h
libgupnp-av/gupnp-didl-lite-object.c
libgupnp-av/gupnp-didl-lite-object.h
libgupnp-av/gupnp-didl-lite-parser-private.h [new file with mode: 0644]
libgupnp-av/gupnp-didl-lite-parser.c
libgupnp-av/gupnp-didl-lite-resource.c
libgupnp-av/gupnp-didl-lite-resource.h
libgupnp-av/gupnp-didl-lite-writer-private.h [new file with mode: 0644]
libgupnp-av/gupnp-didl-lite-writer.c
libgupnp-av/gupnp-last-change-parser.c
libgupnp-av/gupnp-media-collection.c [new file with mode: 0644]
libgupnp-av/gupnp-media-collection.h [new file with mode: 0644]
libgupnp-av/gupnp-search-criteria-parser.h
libgupnp-av/time-utils.c [new file with mode: 0644]
libgupnp-av/time-utils.h [new file with mode: 0644]
packaging/GUPnP-AV.spec
tests/check-feature-list-parser.c
tests/check-search.c
tests/fragments.c
tests/gtest/Makefile.am
tests/gtest/Makefile.in
tests/gtest/data/cds-last-change/00-cds-last-change.xml [new file with mode: 0644]
tests/gtest/data/cds-last-change/01-cds-last-change.xml [new file with mode: 0644]
tests/gtest/data/cds-last-change/02-cds-last-change.xml [new file with mode: 0644]
tests/gtest/data/cds-last-change/03-cds-last-change.xml [new file with mode: 0644]
tests/gtest/data/cds-last-change/04-cds-last-change.xml [new file with mode: 0644]
tests/gtest/data/cds-last-change/05-cds-last-change.xml [new file with mode: 0644]
tests/gtest/data/cds-last-change/06-cds-last-change.xml [new file with mode: 0644]
tests/gtest/data/cds-last-change/07-cds-last-change.xml [new file with mode: 0644]
tests/gtest/test-cds-last-change-parser.c [new file with mode: 0644]
tests/gtest/test-last-change-parser.c [new file with mode: 0644]
tests/gtest/test-media-collection.c [new file with mode: 0644]
tests/gtest/test-regression.c
tests/test-search-criteria-parser.c