| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Remove executable bit from download_sync_controller.py. Fix rpmlint warning.
- Update to version 0.8.3: + Build: Fix compatibility with Meson 1.2 + Renderer: Fix locale initialization + Server: - Fix locate initialization - Fix uninitialized variable warning - Properly handle optional actions - Fix browse not working properly - Drop 61d24fdc.patch: Fixed upstream. - Change compression of tarball in service and spec to zst from xz.
- Add 61d24fdc.patch: Fix typos for meson 1.2 compatibility.
- Add dLeyna-no-python-shebang.patch: remove /usr/bin/python shebang from download_sync_controller.py. The file is installed into a python 3.10 site-directory and thus clearly does not need a python2 shebang.
- Update to version 0.8.2:
+ Python:
- Install modules to be used externally as well
- Port python code to python3 and update for (modern) PyGObject
+ Core:
- Do not leak context filter list
- Do not leak cancellable in gasync tasks
- If log-level is debug, do not block other log domains
+ Renderer:
- Fix cancelling async tasks
- Fix setting the name for the renderer service
- Do not add empty device properties
+ Server:
- Do not access async tasks if they are cancelled
- Fix double-free and reference leak if tasks are cancelled
- Do not unref NULL variants on shutdown
- If an optional ServiceAction does not exist, do not emit a
warning
+ Bugs fixed in this release: glgo#GNOME/World#10,
glgo#GNOME/World#8, glgo#GNOME/World#9.
- Changes from version 0.8.1:
+ Core: Use GString to sanitize UDNs for object paths names
+ Renderer:
- Remove duplicate source file that is also in core
- Fix a double-free in set_position call
- Make coverity happy in a couple of places
+ Server:
- Fix a double-free on icon download error
- Remove some dead code
+ Bugs fixed in this release: Coverity issues 358585, 358590,
358593, 358595, 358598, 358599 and 358602
+ Merge requests included in this release: glgo#World/dLeyna!5
- Add the dbus() provides that existed in dleyna-server, allowing
consumers to migrate over.
- Have the devel package Provide/Obsolete
dleyna-{core,renderer,server}-devel to have a clean upgrade path.
- Initial packaging for openSUSE.