Ticket #294 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 years ago

7 new Services and their names, ServiceTypeDatabase.py enhancements patch

Reported by: chris_c Owned by: lennart
Milestone: Avahi 0.6.26 Component: service-type-database
Keywords: patch Cc:

Description

According to http://avahi.org/wiki/AvahiCommunity#PatchesBugsTranslations this is where I submit patches.

ServiceTypeDatabase? currently acts somewhat like a python dict (mapping service types to human readable names), and provides a few dict methods. My patch adds a few more dict methods (iteration, get and len).

Attachments

ServiceTypeDatabase.py.in Download (3.5 KB) - added by chris_c 4 years ago.
0001-Added-7-new-service-types.patch Download (4.6 KB) - added by chris_c 3 years ago.
I wrote this before I knew about git patches. Now I know about git patches, I've put the changes into a patch. In addition I've added 7 service types to service-types.

Change History

Changed 4 years ago by chris_c

Changed 3 years ago by chris_c

I wrote this before I knew about git patches. Now I know about git patches, I've put the changes into a patch. In addition I've added 7 service types to service-types.

Changed 3 years ago by chris_c

  • component changed from avahi-python to service-type-database
  • summary changed from improved ServiceTypeDatabase.py to now includes 7 new Services and their names

Changed 3 years ago by chris_c

  • summary changed from now includes 7 new Services and their names to 7 new Services and their names, ServiceTypeDatabase.py enhancements patch

Changed 3 years ago by lennart

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to Avahi 0.6.26

Please split patches based on topic, don't send unrelated changes in a single patch. Anyway, I have split this now and committed. Thank you!

Note: See TracTickets for help on using tickets.