Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bluez/ChangeLog
blob: 450c92be5fbcad72282b255131b315d6c93e5742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ver 0.1.4:
    Manager is no longer a singleton, will raise an exception
    when trying to re-init Manager with a different mainloop.
    Raise a general AttributeError when interface doesn't have a
    method or property.

ver 0.1.3:
    Follow the latest BlueZ API.
    New way to get properties instead of calling GetProperties(),
    e.g. just call adapter.Name
    Change license to LGPL 2.1.

ver 0.1.2:
    Remove service record related methods from Adapter,
    as they are now in service plugin.
    Rename discover related methods of Adapter
    to follow the BlueZ API changes.

ver 0.1.1:
    Add class BaseInterface with method ListServiceInterfaces.
    Make Manager, Adapter and Device inherit from BaseInterface.
    Remove ListInterfaces from Device.

ver 0.1:
    Initial public release.