~shakaran/ubuntu/quantal/connman/bug-pattern-update

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel
  • Date: 2010-02-12 10:08:03 UTC
  • mfrom: (1.1.8 upstream) (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100212100803-s8iaj8g1dmgwm2uz
Tags: 0.48+dfsg-2
* Ubuntu/Debian sync upload
* Re-add missing changes from 0.45+dfsg that made it only in Ubuntu:
  - ship development parts in a connman-dev package (Closes: 546616)
    - add debian/connman-dev.install
    - update debian/control
* Update long descriptions for connman and connman-dev
  - update debian/control
* Add missing Depends on libglib2.0-dev, libdbus-1-dev for connman-dev
  - update debian/control
* Don't run bootstrap twice during build.
  - update debian/rules
* Remove old configure option: enable-ppp, with-pppd, enable-novatel,
  enable-huawei and enable-modemmgr are no longer recognized.
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ver 0.48:
 
2
        Fix signal strength calculation when quality is not provided.
 
3
        Fix issues with wpa_supplicant state tracking.
 
4
        Fix faulty removal of IP address from interface.
 
5
        Fix permissions of newly created /etc/resolv.conf file.
 
6
        Fix DNS proxy handling when in offline mode.
 
7
        Add support for EDNS0 resolver option.
 
8
        Add workaround for large EDNS0 queries.
 
9
        Add workaround for DHCP startup failures with WiFi networks.
 
10
        Add support for handling hostnames and domainnames.
 
11
        Add support for IPv4 configuration via service interface.
 
12
        Add support for fixed and manual IPv4 configuration.
 
13
        Add support for default service changed notifier.
 
14
        Add support for clearing failure state via service removal.
 
15
        Add support for OpenConnect VPN connections.
 
16
        Add support for IEEE 802.1x WiFi networks.
 
17
        Add support for roaming between WPA and WPA2 networks.
 
18
        Add various generic D-Bus helpers and use them.
 
19
        Remove special handling of Ethernet devices.
 
20
 
 
21
ver 0.47:
 
22
        Fix segmentation fault on resolver shutdown.
 
23
        Fix issue with adding nameserver that doesn't exist.
 
24
        Fix issue when no broadcast address is given.
 
25
        Fix issue with missing property changed signal.
 
26
        Add checks for invalid supplicant state transitions.
 
27
        Add initial version of oFono GPRS support.
 
28
        Add support for dynamic debug framework.
 
29
 
 
30
ver 0.46:
 
31
        Fix reconnect issue when power off or disabling the device.
 
32
        Remove problematic retry on failure code path.
 
33
 
1
34
ver 0.45:
2
35
        Fix crash with connect timeout and second connect attempt.
3
36
        Fix reconnect issues after suspend or roaming attempt.