After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 592799 - UPnP plugin updates
UPnP plugin updates
Status: RESOLVED FIXED
Product: nautilus-sendto
Classification: Applications
Component: general
1.1.x
Other Linux
: Normal normal
: ---
Assigned To: nautilus-sendto-maint
nautilus-sendto-maint
Depends on:
Blocks:
 
 
Reported: 2009-08-23 12:16 UTC by Zeeshan Ali
Modified: 2009-09-17 21:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Specify the network interface to gupnp-upload (2.52 KB, patch)
2009-08-23 12:16 UTC, Zeeshan Ali
committed Details | Review
No need to look for all resources anymore (1.55 KB, patch)
2009-08-23 12:17 UTC, Zeeshan Ali
committed Details | Review
Require gupnp (>= 0.13) instead of gupnp-av (1.76 KB, patch)
2009-08-23 12:18 UTC, Zeeshan Ali
committed Details | Review
Ability to deal with multiple/dynamic networks (2.93 KB, patch)
2009-08-23 12:19 UTC, Zeeshan Ali
committed Details | Review

Description Zeeshan Ali 2009-08-23 12:16:13 UTC
Created attachment 141489 [details] [review]
Specify the network interface to gupnp-upload

The UPnP plugin needed some updates, especially to use the new GUPnP API to be
able to deal with multiple/dynamic networks. So I am opening this bug to attach
a few patches. It requires gupnp from master but we intend to make a bunch of
releases next weekend.
Comment 1 Zeeshan Ali 2009-08-23 12:17:23 UTC
Created attachment 141490 [details] [review]
No need to look for all resources anymore

No need to look for all UPnP resources and filtering out the MediaServer devices, anymore.
Comment 2 Zeeshan Ali 2009-08-23 12:18:04 UTC
Created attachment 141491 [details] [review]
Require gupnp (>= 0.13) instead of gupnp-av
Comment 3 Zeeshan Ali 2009-08-23 12:19:08 UTC
Created attachment 141492 [details] [review]
Ability to deal with multiple/dynamic networks

Use the new GUPnP API to be able to deal with multiple/dynamic networks.
Comment 4 Zeeshan Ali 2009-09-15 21:32:34 UTC
New gupnp APIs have been released last week so these patches are good to be merged.
Comment 5 Bastien Nocera 2009-09-17 21:08:38 UTC
Attachment 141489 [details] pushed as f2eeadf - Specify the network interface to gupnp-upload
Attachment 141490 [details] pushed as 99519ed - No need to look for all resources anymore
Attachment 141492 [details] pushed as 380cc5f - Ability to deal with multiple/dynamic networks
Attachment 141491 [details] pushed as f47bee0 - Require gupnp (>= 0.13) instead of gupnp-av