Skip to content
Commits on Source (19)
......@@ -230,9 +230,9 @@ pages:
stage: website
script:
- meson doc-build -Dgtk_doc=true
- ninja -C doc-build doc/GUPnP
- ninja -C doc-build doc/gupnp-1.6
- mkdir -p public
- mv doc-build/doc/GUPnP public/docs
- mv doc-build/doc/gupnp-1.6 public/docs
artifacts:
paths:
- public
......
1.6.2 (stable)
==============
- Add test for issue 81
Bugs fixed in this release:
- https://gitlab.gnome.org/GNOME/gupnp/issues/81
All contributors to this release:
- Jens Georg <mail@jensge.org>
1.6.1 (stable)
==============
- ControlPoint: Fix error handling if description download fails
- Use proper method for detecting IFA_FLAGS availability
- ContextManager: Do not leak filtered contexts
- Network ContextManager: Do not leak list parts of context lists
- Introspection: Properly chain up to parent class
- ContextManager: Fix freeing unavailable contexts
- ControlPoint: Do not leak cancellable
- Service: Fix crash if subscription callback is points unreachable host
Bugs fixed in this release:
- https://gitlab.gnome.org/GNOME/gupnp/issues/80
- https://gitlab.gnome.org/GNOME/gupnp/issues/78
All contributors to this release:
- Jens Georg <mail@jensge.org>
1.6.0 (stable)
==============
- Re-release of 1.5.4, no functional change
......
......@@ -4,7 +4,7 @@ import os
import shutil
references = [
'doc/GUPnP',
'doc/gupnp-1.6',
]
sourceroot = os.environ.get('MESON_SOURCE_ROOT')
......
This diff is collapsed.