Code review comment for lp://staging/~brendan-donegan/checkbox/fix_service_file

Revision history for this message
Zygmunt Krynicki (zyga) wrote :

I think we should append 1 to the bus name as well. For reference http://0pointer.de/blog/projects/versioning-dbus.html

Quote:

Version your services! This one is almost as obvious. When you completely rework your D-Bus API introducing a new service name might be a good idea. Best way to do this is by simply bumping the service name. Hence, call your service org.foobar.AwesomeService1 right from the beginning and then bump the version if you reinvent the wheel. And don't forget that you can acquire more than one well-known service name on the bus, so even if you rework everything you can keep compatibilty. (Example: BlueZ 3 to BlueZ 4 switch)

Could we please introduce a patch that changes that to '1' in all the relevant places instead?

« Back to merge proposal