From 5387898fd264577347c59198ecc4bb5950f25f985fff00b8ce8ff779654f1f50 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Mon, 9 May 2022 06:12:58 +0000 Subject: [PATCH] - Update to 1.11.0: * New features: - Database: Clients and statistics are stored database so restart does not empty client list. Client grouping for play statistics. - Search: Support searching playlists containers - Search: Respect ContainerID when performing search - Import: item class filtering and mapping by file properties allows more sophisticated virtual structure - Transcoding: Support filtering transcoding profiles by resource properties (like codecs) avoids transcoding if client can play files - DLNA: Detect DNLA profiles by resource attributes to specify more detailled profile for handling in client - File type support for WavPack improved: More metadata read with special library if compiled in. * Fixes: - Playlist: Fix parser error - Playlist: Handle end of file properly - Browsing: Sort containers first - Search: search result is sort by title now - Import: Timestamps in future are not stored for containers - Lots of others fixes: https://github.com/gerbera/gerbera/releases/tag/v1.11.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/gerbera?expand=0&rev=31 --- gerbera-1.10.0.tar.gz | 3 --- gerbera-1.11.0.tar.gz | 3 +++ gerbera.changes | 25 +++++++++++++++++++++++++ gerbera.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 gerbera-1.10.0.tar.gz create mode 100644 gerbera-1.11.0.tar.gz diff --git a/gerbera-1.10.0.tar.gz b/gerbera-1.10.0.tar.gz deleted file mode 100644 index 8330eb5..0000000 --- a/gerbera-1.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd6c7b2c6380e2e265a998bbc0df9eec14b9c6a65bc91e7f2c0ae0b67fd0c9cf -size 3960516 diff --git a/gerbera-1.11.0.tar.gz b/gerbera-1.11.0.tar.gz new file mode 100644 index 0000000..d818df4 --- /dev/null +++ b/gerbera-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c13049792a28ec0e3086ba61c7f9675626a1dbadb043650a452192727418be7 +size 4115178 diff --git a/gerbera.changes b/gerbera.changes index c6f3dd4..50fd1cf 100644 --- a/gerbera.changes +++ b/gerbera.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon May 9 06:10:54 UTC 2022 - Paolo Stivanin + +- Update to 1.11.0: + * New features: + - Database: Clients and statistics are stored database so restart + does not empty client list. Client grouping for play statistics. + - Search: Support searching playlists containers + - Search: Respect ContainerID when performing search + - Import: item class filtering and mapping by file properties + allows more sophisticated virtual structure + - Transcoding: Support filtering transcoding profiles by resource properties + (like codecs) avoids transcoding if client can play files + - DLNA: Detect DNLA profiles by resource attributes to specify more detailled + profile for handling in client + - File type support for WavPack improved: More metadata read with + special library if compiled in. + * Fixes: + - Playlist: Fix parser error + - Playlist: Handle end of file properly + - Browsing: Sort containers first + - Search: search result is sort by title now + - Import: Timestamps in future are not stored for containers + - Lots of others fixes: https://github.com/gerbera/gerbera/releases/tag/v1.11.0 + ------------------------------------------------------------------- Mon Mar 21 15:35:03 UTC 2022 - Paolo Stivanin diff --git a/gerbera.spec b/gerbera.spec index fb67750..838a7fb 100644 --- a/gerbera.spec +++ b/gerbera.spec @@ -17,7 +17,7 @@ Name: gerbera -Version: 1.10.0 +Version: 1.11.0 Release: 0 Summary: UPnP Media Server License: GPL-2.0-only