~ubuntu-branches/ubuntu/saucy/wicd/saucy

« back to all changes in this revision

Viewing changes to depends/python-iwscan/debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2009-06-22 17:59:27 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090622175927-iax3alden0bmj6zg
Tags: 1.6.1-3
* debian/config, debian/templates updated:
  - only show users to add to netdev, skip those who are already
    members (Closes: #534138)
  - gracefully handle upgrades from previous broken versions, where
    debconf set a value of ${default} for wicd/users
    (Closes: #532112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-iwscan (0.7.0-2) unstable; urgency=low
 
2
 
 
3
  * Read more closely the debian python packaging guide, and embrace the
 
4
    pycentral pragma. Remove debian/pycompat and adjust debian/control and
 
5
    debian/rules accordingly.
 
6
 
 
7
 -- Kel Modderman <kel@otaku42.de>  Tue, 08 Apr 2008 00:20:57 +1000
 
8
 
 
9
python-iwscan (0.7.0-1) unstable; urgency=low
 
10
 
 
11
  * Add an upstream-release: target to debian/rules, make this a non-native
 
12
    package.
 
13
  * Run code through uncristify, cleanup other coding style stuff.
 
14
 
 
15
 -- Kel Modderman <kel@otaku42.de>  Wed, 02 Apr 2008 19:24:41 +1000
 
16
 
 
17
python-iwscan (0.6.1) unstable; urgency=low
 
18
 
 
19
  * Minor cleanups of iwlist.py example.
 
20
  * No need to use struct keyword for iwreq.
 
21
 
 
22
 -- Kel Modderman <kel@otaku42.de>  Thu, 27 Mar 2008 23:56:30 +1000
 
23
 
 
24
python-iwscan (0.6.0) unstable; urgency=low
 
25
 
 
26
  * Add enum_devices() method to iwscan, to discover wireless interfaces and
 
27
    return them in a list.
 
28
  * Adjust iwlist example to show iwscan.enum_devices().
 
29
 
 
30
 -- Kel Modderman <kel@otaku42.de>  Thu, 27 Mar 2008 23:28:02 +1000
 
31
 
 
32
python-iwscan (0.5.1) unstable; urgency=low
 
33
 
 
34
  * Remove the custom element, its not very useful, nor is it handled properly
 
35
    in the absence of event stream management.
 
36
 
 
37
 -- Kel Modderman <kel@otaku42.de>  Thu, 27 Mar 2008 02:04:12 +1000
 
38
 
 
39
python-iwscan (0.5.0) unstable; urgency=low
 
40
 
 
41
  * Look up cypher and key-mgmt strings from a struct adapted from iwlist.c.
 
42
 
 
43
 -- Kel Modderman <kel@otaku42.de>  Thu, 27 Mar 2008 01:41:26 +1000
 
44
 
 
45
python-iwscan (0.4.1) unstable; urgency=low
 
46
 
 
47
  * Cleanup the example iwlist.py output to be _very_ similar to iwlist.
 
48
 
 
49
 -- Kel Modderman <kel@otaku42.de>  Thu, 27 Mar 2008 00:27:28 +1000
 
50
 
 
51
python-iwscan (0.4.0) unstable; urgency=low
 
52
 
 
53
  * More cleanup, arrange key elements in in same order as they're processed.
 
54
  * Process the custom iw element.
 
55
  * Keep a 'qual' key, so a common index can be used to sort results.
 
56
  * Put signal et. al. stats into 'stats' key.
 
57
  * Update iwlist.py example.
 
58
 
 
59
 -- Kel Modderman <kel@otaku42.de>  Wed, 26 Mar 2008 22:36:53 +1000
 
60
 
 
61
python-iwscan (0.3.1) unstable; urgency=low
 
62
 
 
63
  * Cleanup iwlist.py example.
 
64
 
 
65
 -- Kel Modderman <kel@otaku42.de>  Wed, 26 Mar 2008 21:22:13 +1000
 
66
 
 
67
python-iwscan (0.3.0) unstable; urgency=low
 
68
 
 
69
  * Use iwlib to format frequency, bitrate and quality.
 
70
  * Increase scan timeout to 15s, as per current iwlist.c.
 
71
  * Change 'ap' key to 'bssid'.
 
72
  * Add iwlist.py script, an iwlist emulator, install it as an example.
 
73
 
 
74
 -- Kel Modderman <kel@otaku42.de>  Wed, 26 Mar 2008 21:10:06 +1000
 
75
 
 
76
python-iwscan (0.2.0) unstable; urgency=low
 
77
 
 
78
  * Rename extension to 'iwscan' from 'pyiwscan'.
 
79
  * Return a dict for the 'wpa' key a cells scan results, it will contain wpa
 
80
    type and version, a list of authentication suites, a list of pairwaise
 
81
    ciphers and the group cipher.
 
82
 
 
83
 -- Kel Modderman <kel@otaku42.de>  Wed, 26 Mar 2008 15:02:14 +1000
 
84
 
 
85
python-iwscan (0.1.0) unstable; urgency=low
 
86
 
 
87
  * Initial release.
 
88
 
 
89
 -- Kel Modderman <kel@otaku42.de>  Thu, 13 Mar 2008 12:21:15 +1000