commit cf05fbf67788fbb100c3b40764298436ebe50c0e
Author: Jens Georg <[email protected]>
Date:   Mon Jun 22 23:51:19 2015 +0200

   Prepare 0.27.2

   Signed-off-by: Jens Georg <[email protected]>

NEWS | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

commit ff402839c5b3d8bbd758e0a5c728700ec5a45e4e
Author: Jens Georg <[email protected]>
Date:   Tue Jun 23 00:05:17 2015 +0200

   i18n: Update POTFILES.in/.skip

   Signed-off-by: Jens Georg <[email protected]>

po/POTFILES.in   | 8 +++-----
po/POTFILES.skip | 3 +++
2 files changed, 6 insertions(+), 5 deletions(-)

commit 25f77240d476c5b245075cce040c1baf0c0c4441
Author: Jens Georg <[email protected]>
Date:   Sun Apr 19 15:45:46 2015 +0200

   db: Make it possible to share collation functions

   Signed-off-by: Jens Georg <[email protected]>

src/librygel-db/database.vala | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

commit 446e3a5b29a812841926e1e530c94fcf5cbfcac4
Author: Jens Georg <[email protected]>
Date:   Fri Apr 17 01:22:17 2015 +0200

   db,media-export: Move more functions

   Signed-off-by: Jens Georg <[email protected]>

src/librygel-db/filelist.am                        |  4 +-
src/librygel-db/sql-function.vala                  | 31 +++++++++
src/librygel-db/sql-operator.vala                  | 71 +++++++++++++++++++++
src/plugins/media-export/Makefile.am               |  2 -
.../rygel-media-export-sql-function.vala           | 31 ---------
.../rygel-media-export-sql-operator.vala           | 73 ----------------------
6 files changed, 105 insertions(+), 107 deletions(-)

commit 86c1d0890a3bbf0e34af08e6526692793a38f352
Author: Jens Georg <[email protected]>
Date:   Fri Apr 17 00:15:57 2015 +0200

   build,db,media-export: Move database stuff

   Move database handling code to own library to prepare inclusion of new
   SQLite3 based plugins and avoid code duplication.

common.am                                          |  13 ++
configure.ac                                       |  32 ++-
src/Makefile.am                                    |   2 +-
src/librygel-db/Makefile.am                        |  40 ++++
src/librygel-db/collate.c                          |  49 +++++
src/librygel-db/database-cursor.vala               | 147 ++++++++++++++
src/librygel-db/database.vala                      | 219 +++++++++++++++++++++
src/librygel-db/filelist.am                        |   8 +
src/librygel-db/rygel-db-2.6.deps                  |   1 +
src/librygel-db/sqlite-wrapper.vala                |  80 ++++++++
src/plugins/media-export/Makefile.am               |  11 +-
.../media-export/rygel-media-export-collate.c      |  49 -----
.../rygel-media-export-database-cursor.vala        | 147 --------------
.../media-export/rygel-media-export-database.vala  | 219 ---------------------
.../rygel-media-export-db-container.vala           |   1 +
.../media-export/rygel-media-export-harvester.vala |   2 +-
.../rygel-media-export-harvesting-task.vala        |   2 +-
.../rygel-media-export-media-cache-upgrader.vala   |  32 +--
.../rygel-media-export-media-cache.vala            |   7 +-
.../rygel-media-export-root-container.vala         |   6 +-
.../rygel-media-export-sqlite-wrapper.vala         |  80 --------
21 files changed, 612 insertions(+), 535 deletions(-)

commit 0cf8cc83c3ad90da3b30b45b9bdf2e40034d0f9e
Author: Jens Georg <[email protected]>
Date:   Fri Apr 17 01:01:31 2015 +0200

   build: configure.ac cosmetics

   Signed-off-by: Jens Georg <[email protected]>

configure.ac | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 61 insertions(+), 12 deletions(-)

commit 1e1dc0992211cfccfa3a2214afb1a500589bcc07
Author: Jens Georg <[email protected]>
Date:   Wed Jun 3 20:20:15 2015 +0200

   media-export: Extract meta-data in external process

   Move GStreamer calls to extract meta-data into own process.
   This enables us to recover from crashes due to bugs with broken media files,
   knowing exactly which URI caused the crash and (later) blacklist the broken
   files.

   https://bugzilla.gnome.org/show_bug.cgi?id=749790

configure.ac                                       |   1 +
src/plugins/media-export/Makefile.am               |  31 ++
.../media-export/rygel-media-export-extract.vala   | 238 +++++++++++++
.../media-export/rygel-media-export-harvester.vala |   1 +
.../rygel-media-export-harvesting-task.vala        |  39 ++-
.../rygel-media-export-info-serializer.vala        | 215 ++++++++++++
.../rygel-media-export-item-factory.vala           | 387 ++++++++++-----------
.../rygel-media-export-metadata-extractor.vala     | 290 ++++++++++-----
8 files changed, 903 insertions(+), 299 deletions(-)

commit 63d1c5f2d74efdffb8a7cd970eb28c48f1f18659
Author: Benjamin Steinwender <[email protected]>
Date:   Mon Jun 22 17:19:15 2015 +0000

   Updated German translation

po/de.po | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

commit 478daf128325aefa56f1955da6921c3cf7e410da
Author: Jens Georg <[email protected]>
Date:   Sun Jun 7 12:57:49 2015 +0200

   media-export: Clarify variable names

   Signed-off-by: Jens Georg <[email protected]>

.../media-export/rygel-media-export-harvesting-task.vala       | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

commit 2dc867d6560009b185b1353a76c4afab9917ffa3
Author: Dušan Kazik <[email protected]>
Date:   Wed Jun 10 08:02:39 2015 +0000

   Updated Slovak translation

po/sk.po | 63 +++++++++++++++++++++++++++++++++++++++------------------------
1 file changed, 39 insertions(+), 24 deletions(-)

commit f81507c9ad50c7fcb5f66a09d0cc5550a618df13
Author: Daniel Mustieles <[email protected]>
Date:   Mon Jun 8 07:58:51 2015 +0000

   Updated Spanish translation

po/es.po | 31 ++++++++-----------------------
1 file changed, 8 insertions(+), 23 deletions(-)

commit 1f378407fa12406f5510e6dc4b4a6b89262c3657
Author: Dimitris Spingos <[email protected]>
Date:   Mon Jun 8 10:50:49 2015 +0300

   Updated Greek translation

po/el.po | 191 ++++++++++++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 140 insertions(+), 51 deletions(-)

commit 5eae6981415009de8b234205c3914576835d04d4
Author: Jens Georg <[email protected]>
Date:   Tue Jun 2 21:14:32 2015 +0200

   media-export: Remove double log message

   Signed-off-by: Jens Georg <[email protected]>

.../media-export/rygel-media-export-metadata-extractor.vala       | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

commit 2cba2c65de2e71226ef93de78782c15c680f2f49
Author: Jens Georg <[email protected]>
Date:   Mon Jun 1 20:49:44 2015 +0200

   media-export: Style fixes

   Signed-off-by: Jens Georg <[email protected]>

.../media-export/rygel-media-export-item-factory.vala  | 18 +++++++++---------
.../rygel-media-export-metadata-extractor.vala         |  3 ++-
2 files changed, 11 insertions(+), 10 deletions(-)

commit ca79cc9b1c95f544cc73eb00bbf3bb37c63923fb
Author: Jens Georg <[email protected]>
Date:   Mon Jun 1 20:44:27 2015 +0200

   media-export: Small refactor

   Signed-off-by: Jens Georg <[email protected]>

.../rygel-media-export-item-factory.vala           | 41 +++++++++++-----------
1 file changed, 21 insertions(+), 20 deletions(-)

commit a4d448096400e81cb986c4e668bf3cfb12d165c3
Author: Marek Černocký <[email protected]>
Date:   Mon Jun 1 15:21:15 2015 +0200

   Updated Czech translation

po/cs.po | 54 ++++++++++++++++++++++++++++++++++++------------------
1 file changed, 36 insertions(+), 18 deletions(-)

commit 2e40b2dd3a2d551d419c60a632aa11f3a190afb4
Author: Benjamin Steinwender <[email protected]>
Date:   Sat May 30 15:32:16 2015 +0000

   Updated German translation

po/de.po | 259 +++++++++++++++++++++++++++++++++++++++++----------------------
1 file changed, 170 insertions(+), 89 deletions(-)

commit d8ae6865c99628dce43f5f776b5c0f566428e490
Author: Daniel Mustieles <[email protected]>
Date:   Thu May 28 06:53:24 2015 +0000

   Updated Spanish translation

po/es.po | 3398 ++++++++++++++++++++++++++++++++------------------------------
1 file changed, 1751 insertions(+), 1647 deletions(-)