Merge lp:~kelemeng/network-manager/bug875017 into lp:ubuntu/precise/network-manager

Proposed by Gabor Kelemen
Status: Superseded
Proposed branch: lp:~kelemeng/network-manager/bug875017
Merge into: lp:ubuntu/precise/network-manager
Diff against target: 8064 lines (+7795/-0) (has conflicts)
53 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/NetworkManager.conf (+6/-0)
debian/README.source (+89/-0)
debian/changelog (+3807/-0)
debian/compat (+1/-0)
debian/control (+236/-0)
debian/copyright (+59/-0)
debian/gbp.conf (+3/-0)
debian/gir1.2-networkmanager-1.0.install (+1/-0)
debian/ifblacklist_migrate.sh (+66/-0)
debian/libnm-glib-dev.install (+18/-0)
debian/libnm-glib-vpn-dev.install (+4/-0)
debian/libnm-glib-vpn1.install (+1/-0)
debian/libnm-glib-vpn1.symbols (+24/-0)
debian/libnm-glib4.install (+1/-0)
debian/libnm-glib4.symbols (+188/-0)
debian/libnm-util-dev.install (+9/-0)
debian/libnm-util2.install (+1/-0)
debian/libnm-util2.symbols (+497/-0)
debian/network-manager-dev.install (+5/-0)
debian/network-manager-dispatcher.script (+54/-0)
debian/network-manager.NEWS (+17/-0)
debian/network-manager.README.Debian (+70/-0)
debian/network-manager.dirs (+2/-0)
debian/network-manager.docs (+3/-0)
debian/network-manager.install (+22/-0)
debian/network-manager.links (+1/-0)
debian/network-manager.manpages (+2/-0)
debian/network-manager.postinst (+99/-0)
debian/network-manager.postrm (+40/-0)
debian/network-manager.preinst (+83/-0)
debian/network-manager.prerm (+14/-0)
debian/network-manager.upstart (+23/-0)
debian/patches/50_gettext_macros.patch (+14/-0)
debian/patches/70_lp145653_no_sigaction_for_crashes.patch (+33/-0)
debian/patches/add_sendsigs_omissions.patch (+61/-0)
debian/patches/avoid-periodic-disk-wakeups.patch (+76/-0)
debian/patches/dhcpv6-duid-support.patch (+553/-0)
debian/patches/dnsmasq-vpn-dns-filtering.patch (+106/-0)
debian/patches/libnl3-cache-args.patch (+22/-0)
debian/patches/lp120363_smartcard_pkcs11.patch (+726/-0)
debian/patches/lp191889_always_offline_with_unmanaged_devices.patch (+21/-0)
debian/patches/lp292054_tune_supplicant_timeout_60s.patch (+16/-0)
debian/patches/lp761558_default_ip6_setting_auto.patch (+15/-0)
debian/patches/lp859373_upgrade_policy_fix.patch (+19/-0)
debian/patches/manage-privacy-extensions.patch (+401/-0)
debian/patches/nl3-default-ip6-route.patch (+21/-0)
debian/patches/nm-change-dnsmasq-parameters.diff (+32/-0)
debian/patches/series (+13/-0)
debian/rules (+132/-0)
debian/source/format (+1/-0)
debian/source_network-manager.py (+82/-0)
debian/watch (+3/-0)
Conflict adding file debian.  Moved existing file to debian.moved.
To merge this branch: bzr merge lp:~kelemeng/network-manager/bug875017
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Disapprove
Ubuntu branches Pending
Review via email: mp+93671@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

The changes in theory look right, but should be against the lp:~network-manager/network-manager/ubuntu.head branch. Could you re-do these changes against that branch and include a changelog entry? I could then sponsor a package mostly as-is.

review: Disapprove
444. By Gabor Kelemen

Make NM aware of the locale. LP: 875017

Unmerged revisions

444. By Gabor Kelemen

Make NM aware of the locale. LP: 875017

443. By Mathieu Trudel-Lapierre

releasing version 0.9.2.0+git201202161854.8572ecf-0ubuntu3

442. By Mathieu Trudel-Lapierre

debian/libnm-*-dev.install: add missing -enum.h files now that upstream
uses glib-mkenums. (LP: #934505)

441. By Mathieu Trudel-Lapierre

releasing version 0.9.2.0+git201202161854.8572ecf-0ubuntu2

440. By Mathieu Trudel-Lapierre

debian/control: add missing Build-Depends on python-gobject-2 and
python-dbus which somehow appears to be required for tests.

439. By Mathieu Trudel-Lapierre

releasing version 0.9.2.0+git201202161854.8572ecf-0ubuntu1

438. By Mathieu Trudel-Lapierre

Really fix dbus-test-runner

437. By Mathieu Trudel-Lapierre

Drop debug messages we really don't need from the privacy extensions patch.
They were only used for testing the patch itself.

436. By Mathieu Trudel-Lapierre

* debian/libnm-util2.symbols: add/update symbols:
  + nm_setting_802_1x_ck_format_get_type@Base
  + nm_setting_802_1x_ck_scheme_get_type@Base
  + nm_setting_bond_add_option@Base
  + nm_setting_bond_get_num_options@Base
  + nm_setting_bond_get_option@Base
  + nm_setting_bond_get_option_by_name@Base
  + nm_setting_bond_remove_option@Base
  + nm_setting_compare_flags_get_type@Base
  + nm_setting_diff_result_get_type@Base
  + nm_setting_gsm_network_band_get_type@Base
  + nm_setting_gsm_network_type_get_type@Base
  + nm_setting_hash_flags_get_type@Base
  + nm_setting_secret_flags_get_type@Base
  + nm_utils_security_type_get_type@Base
  + nm_wep_key_type_get_type@Base

435. By Mathieu Trudel-Lapierre

* debian/libnm-glib4.symbols: add new symbols:
  + nm_client_permission_get_type@Base
  + nm_client_permission_result_get_type@Base
  + nm_secret_agent_get_secrets_flags_get_type@Base
  + nm_wimax_nsp_network_type_get_type@Base

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2012-02-20 14:47:25 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2merge = True
03
=== added directory 'debian'
=== renamed directory 'debian' => 'debian.moved'
=== added file 'debian/NetworkManager.conf'
--- debian/NetworkManager.conf 1970-01-01 00:00:00 +0000
+++ debian/NetworkManager.conf 2012-02-20 14:47:25 +0000
@@ -0,0 +1,6 @@
1[main]
2plugins=ifupdown,keyfile
3dns=dnsmasq
4
5[ifupdown]
6managed=false
07
=== added file 'debian/README.source'
--- debian/README.source 1970-01-01 00:00:00 +0000
+++ debian/README.source 2012-02-20 14:47:25 +0000
@@ -0,0 +1,89 @@
1
2------------------------------------------------------
3
4 README.source - for ubuntu network-manager
5 Author: Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>
6
7------------------------------------------------------
8
9Content:
10
11 I. Packaging overview
12 II. Upstream (orig.tar.gz)
13 III. Efficient Upstream orig.tar.gz production
14 IV. Patching
15
16------
17
18I. Packaging overview
19
20 + Obtaining latest packaging:
21 bzr branch lp:~network-manager/network-manager/ubuntu.head
22
23 + this gives you a debian/ only bzr branch
24
25 + to suggested way to build is using bzr-builddeb; for that
26 1. put the orig.tar.gz matching your debian/changelog in --orig-dir
27 of bzr-builddeb (default: ..)
28 2. run: bzr bd --merge --dont-purge --builder='debuild -b'
29 3. this gives you a build tree and the results in --build-dir
30 and --result-dir
31
32
33II. Upstream (orig.tar.gz)
34
35The package provides means to easily grab the _current_ and the latest
36upstream snapshot of NetworkManager.
37
38./debian/rules gets the pristine upstream snapshot for you then packs
39things up in a tarball orig.tar.gz.
40
41The nested tarball is packed using _gz_.
42
43Examples on how to get orig.tar.gz for snapshots:
44
45 + get latest upstream snapshot:
46 ./debian/rules get-orig-source
47
48 + get current upstream snapshot (by changelog):
49 ./debian/rules get-current-source
50
51
52III. Efficient Upstream orig.tar.gz production
53
54The packaging provides a feature to speed up the orig.tar.gz production by
55keeping a local mirror of the NetworkManager checkouts; this reduces the
56network overhead considerably and allows you to regularly create tarballs
57rather quickly. To do that, append LOCAL_BRANCH=/local/nm/checkout
58to your debian/rules invocation, e.g.
59
60 + produce latest upstream snapshot:
61 ./debian/rules get-orig-source LOCAL_BRANCH=~/NetworkManager/
62
63 + produce current upstream snapshot (by changelog):
64 ./debian/rules get-current-source LOCAL_BRANCH=~/NetworkManager/
65
66
67V. Patching
68
69We use quilt for the sake of efficiency to code and update patches.
70
71if you want to create a patch or write a patch, you can quickly get
72ready by first getting the orig.tar.gz, then using bzr-builddeb like
73so:
74
75 bzr bd-do
76
77Make sure your QUILT_PATCHES is set appropriately:
78
79 QUILT_PATCHES=debian/patches
80
81and start working on quilt patches as usual, e.g.
82
83 quilt push -a
84 quilt applied
85 quilt pop
86 quilt refresh
87 ...
88
89
090
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2012-02-20 14:47:25 +0000
@@ -0,0 +1,3807 @@
1network-manager (0.9.2.0+git201202161854.8572ecf-0ubuntu3) precise; urgency=low
2
3 [ Rico Tzschichholz ]
4 * debian/libnm-*-dev.install: add missing -enum.h files now that upstream
5 uses glib-mkenums. (LP: #934505)
6
7 [ Gabor Kelemen ]
8 * debian/network-manager.upstart: Make NM aware of the locale. (LP: 875017)
9
10 -- Gabor Kelemen <kelemeng@ubuntu.com> Mon, 20 Feb 2012 15:36:53 +0100
11
12network-manager (0.9.2.0+git201202161854.8572ecf-0ubuntu2) precise; urgency=low
13
14 * debian/control: add missing Build-Depends on python-gobject-2 and
15 python-dbus which somehow appears to be required for tests.
16
17 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 16 Feb 2012 18:00:32 -0500
18
19network-manager (0.9.2.0+git201202161854.8572ecf-0ubuntu1) precise; urgency=low
20
21 * upstream snapshot 2012-02-16 18:54:47 (GMT)
22 + 8572ecfd7cc823097ff80de54ed6d7e17059c4fb
23 * debian/patches/nl3-default-ip6-route.patch: refreshed.
24 * debian/patches/manage-privacy-extensions.patch: allow NM to manage privacy
25 extensions on a per-connection basis.
26 * debian/libnm-util2.symbols: add/update symbols:
27 + nm_setting_ip6_config_get_enable_ip6_privacy@Base
28 + nm_setting_802_1x_ck_format_get_type@Base
29 + nm_setting_802_1x_ck_scheme_get_type@Base
30 + nm_setting_bond_add_option@Base
31 + nm_setting_bond_get_num_options@Base
32 + nm_setting_bond_get_option@Base
33 + nm_setting_bond_get_option_by_name@Base
34 + nm_setting_bond_remove_option@Base
35 + nm_setting_compare_flags_get_type@Base
36 + nm_setting_diff_result_get_type@Base
37 + nm_setting_gsm_network_band_get_type@Base
38 + nm_setting_gsm_network_type_get_type@Base
39 + nm_setting_hash_flags_get_type@Base
40 + nm_setting_secret_flags_get_type@Base
41 + nm_utils_security_type_get_type@Base
42 + nm_wep_key_type_get_type@Base
43 * debian/libnm-glib4.symbols: add new symbols:
44 + nm_client_permission_get_type@Base
45 + nm_client_permission_result_get_type@Base
46 + nm_secret_agent_get_secrets_flags_get_type@Base
47 + nm_wimax_nsp_network_type_get_type@Base
48 * debian/patches/add_sendsigs_omissions.patch: move NM pid files for dhclient
49 and dnsmasq (and also dhcpcd and named if they were used) to the
50 /run/sendsigs.omit.d directory and with a slightly different name. This
51 will let us skip over those processes as shutdown since they will be killed
52 by NetworkManager when its upstart job stops. (LP: #869635)
53 * debian/rules: re-enable tests; run them inside dbus-test-runner.
54 * debian/control: Build-Depends on dbus-test-runner for tests.
55
56 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 16 Feb 2012 16:01:07 -0500
57
58network-manager (0.9.2.0+git201202091925.c721477-0ubuntu1) precise; urgency=low
59
60 * upstream snapshot 2012-02-09 19:25:59 (GMT)
61 + c721477d11d4fe144111d6d2eec8f93f2e9186c9
62 * debian/patches/avoid-periodic-disk-wakeups.patch: refreshed.
63 * debian/patches/nl3-default-ip6-route.patch: refreshed.
64 * debian/libnm-glib4.symbols: add symbols:
65 + nm_active_connection_get_master@Base
66 + nm_client_new_async@Base
67 + nm_client_new_finish@Base
68 + nm_remote_settings_new_async@Base
69 + nm_remote_settings_new_finish@Base
70 + nm_device_get_state_reason@Base
71 * debian/libnm-util2.symbols: add symbols:
72 + nm_setting_802_1x_get_pac_file@Base
73 + nm_setting_infiniband_get_transport_mode@Base
74
75 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 09 Feb 2012 16:45:41 -0500
76
77network-manager (0.9.2.0+git201201101813.0b30200-0ubuntu2) precise; urgency=low
78
79 * debian/patches/dnsmasq-vpn-dns-filtering.patch: update to fix crash when
80 trying to add entries to dnsmasq with a NMIP{4,6}Config object that has no
81 nameservers. (LP: #915825)
82
83 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 16 Jan 2012 20:17:48 +0100
84
85network-manager (0.9.2.0+git201201101813.0b30200-0ubuntu1) precise; urgency=low
86
87 * New upstream snapshot.
88 * debian/libnm-util2.symbols: add new symbols:
89 - nm_setting_vpn_get_num_data_items@Base
90 - nm_setting_vpn_get_num_secrets@Base
91 * debian/patches/dnsmasq-vpn-dns-filtering.patch: filter nameservers before
92 adding to dnsmasq to avoid using DNS servers which are unavailable due to
93 a VPN taking the default route, or to be considered insecure when a VPN
94 is connected. (LP: #898224)
95 * debian/NetworkManager.conf: enable the use of DNSMasq as a resolver by
96 default, NetworkManager will configure it based on DHCP responses and
97 interface settings. See the 'foundations-p-dns-resolving' blueprint.
98 * debian/control: move dnsmasq-base from a Recommends to a Depends.
99
100 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 12 Jan 2012 11:01:32 +0100
101
102network-manager (0.9.2.0+git201112151936.6b31828-0ubuntu3) precise; urgency=low
103
104 * debian/patches/avoid-periodic-disk-wakeups.patch: avoid waking up disks to
105 write a timestamp every 5 minutes; we already update the timestamp when
106 connections are established, and it's enough to get a decent snapshot of
107 connection activations. For VPN, also update on disconnect. (LP: #913856)
108
109 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 10 Jan 2012 14:14:45 +0100
110
111network-manager (0.9.2.0+git201112151936.6b31828-0ubuntu2) precise; urgency=low
112
113 * debian/control: libnm-glib-vpn1 Breaks/Replaces libnm-glib2, to ease with
114 upgrades from Lucid. (LP: #900509)
115 * debian/rules: re-update the daily builds special case, we don't want to
116 fail daily builds for new added symbols.
117 * debian/patches/nm-change-dnsmasq-parameters.patch: change dnsmasq's params
118 when it's started by NM to disable caching and not pass --strict-order.
119 Thanks to Stéphane Graber for the patch. (LP: #903854)
120
121 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 09 Jan 2012 14:07:45 +0100
122
123network-manager (0.9.2.0+git201112151936.6b31828-0ubuntu1) precise; urgency=low
124
125 [ Mathieu Trudel-Lapierre ]
126 * upstream snapshot 2011-12-15 19:36:29 (GMT)
127 + 6b31828f1890cdfd5d9a9700640f1dcb80961e9c
128 * debian/patches/lp767868_refcount_default_wired_512a0f8.patch: dropped,
129 applied upstream.
130 * debian/patches/secrets_delete_conn_leak_e39449c.patch: dropped, applied
131 upstream.
132 * debian/patches/libnl3-cache-args.patch: refresh.
133 * debian/patches/fix_reading_intlist-like_ssids_965d586.patch: dropped,
134 applied upstream.
135 * debian/patches/lp862134_resolv_conf_updates.patch: dropped, applied
136 upstream.
137 * debian/patches/ipv6-dont-block-ipv4.patch: dropped, applied upstream.
138 * debian/patches/manual-ip6-manager.c: dropped, applied upstream.
139 * debian/patches/core-improving-handling-of-rfkill-bgo-655773.patch: dropped,
140 applied upstream.
141 * debian/patches/nl3-default-ip6-route.patch: refreshed.
142 * debian/patches/dhcpv6-duid-support.patch: refreshed.
143 * debian/rules: shed a few characters from the version string for snapshots,
144 starting with low-hanging fruit (there shouldn't often be multiple uploads
145 per minute, and we have lots of unnecessary punctuation).
146 * debian/libnm-util2.symbols: add symbols:
147 + nm_connection_is_type@Base
148 + nm_connection_get_setting_bond@Base
149 + nm_connection_get_setting_infiniband@Base
150 + nm_connection_get_setting_serial@Base
151 + nm_connection_get_virtual_iface_name@Base
152 + nm_setting_802_1x_get_password_raw*
153 + nm_setting_bond_*
154 + nm_setting_connection_get_master@Base
155 + nm_setting_connection_get_slave_type@Base
156 + nm_setting_connection_get_zone@Base
157 + nm_setting_connection_is_slave_type@Base
158 + nm_setting_get_virtual_iface_name@Base
159 + nm_setting_infiniband_*
160 + nm_utils_hwaddr_*
161 * debian/libnm-glib4.symbols: add symbols:
162 + nm_device_infiniband_get_carrier@Base
163 + nm_device_infiniband_get_hw_address@Base
164 + nm_device_infiniband_get_type@Base
165 + nm_device_infiniband_new@Base
166 * debian/control: update Build-Depends to look for libnl-3-dev instead of
167 libnl3-dev.
168 * debian/control: add libnl-genl-3-dev and libnl-route-3-dev to Build-Depends.
169 * debian/network-manager.install: dbus config file NetworkManager.conf was
170 renamed to org.freedesktop.NetworkManager.conf.
171
172 [ Thomas Bechtold ]
173 * debian/source_network-manager.py: cleanup and modernize the apport hook to
174 take into account nmcli.
175
176 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 20 Dec 2011 21:43:09 -0500
177
178network-manager (0.9.1.90-0ubuntu6) precise; urgency=low
179
180 * debian/patches/core-improving-handling-of-rfkill-bgo-655773.patch:
181 Fix the rfkill handling with the improved block state determination
182 logic among the platform driver and the non-platform driver.
183 (LP: #887834)
184
185 -- Keng-Yu Lin <kengyu@ubuntu.com> Thu, 24 Nov 2011 15:41:54 +0800
186
187network-manager (0.9.1.90-0ubuntu5) oneiric-proposed; urgency=low
188
189 * debian/patches/fix_reading_intlist-like_ssids_965d586.patch: Fix numeric
190 SSIDs parsing; if there is no semicolon, except the file is in new format
191 (so just a valid, all-nums SSID rather than a integer list). (LP: #874328)
192 * debian/patches/lp862134_resolv_conf_updates.patch: don't update routing
193 and DNS for unmanaged devices or devices transitioning to unmanaged; in an
194 attempt to keep possibly correct resolv.conf contents and routes.
195 (LP: #862134)
196
197 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 20 Oct 2011 07:36:41 -0400
198
199network-manager (0.9.1.90-0ubuntu4) oneiric-proposed; urgency=low
200
201 * debian/patches/lp859373_upgrade_policy_fix.patch: keep providing the
202 use-user-connections PolicyKit policy to help with upgrades from previous
203 releases. (LP: #859373)
204
205 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 13 Oct 2011 17:59:26 -0400
206
207network-manager (0.9.1.90-0ubuntu3) oneiric; urgency=low
208
209 * debian/patches/nl3-default-ip6-route.patch: set destination for default
210 gateway as an all-zero in6_addr rather than NULL (since libnl3 requires
211 setting a destination). (LP: #856209)
212 * debian/patches/manual-ip6-manager.patch: provide an unused but set ipv6
213 manager object so manual routes are torn down when a device is deactivated.
214 * debian/patches/dhcpv6-duid-support.patch: update to avoid spewing out debug
215 messages as warnings/info.
216
217 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 06 Oct 2011 15:03:22 -0400
218
219network-manager (0.9.1.90-0ubuntu2) oneiric; urgency=low
220
221 * debian/patches/libnl3-cache-args.patch: unbreak setting route priorities,
222 which will also unbreak cases where connections fails when wired and wifi
223 are connected to the same network. (LP: #856333)
224 * debian/patches/dhcpv6-duid-support.patch: support handling DUIDs for DHCPv6
225 requests, as defined by RFC 3315, section 9. (LP: #849994)
226
227 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 28 Sep 2011 11:59:27 -0400
228
229network-manager (0.9.1.90-0ubuntu1) oneiric; urgency=low
230
231 * New upstream release. (LP: #855592)
232 - core: print textual desc for reason codes on device deactivation too
233 - supplicant: Don't leak secrets, even if they're probably invalid
234 - core: storing timestamps also for VPN connections (rh #725353)
235 - wifi: remove some dead code
236 - ppp: pass novj through to pppd
237 - monitor: Use nl_socket_alloc() instead of nl_socket_alloc_cb()
238 - core: Fix check for failure in translating link name to ifindex
239 - netlink: fix flags use in nm_netlink_route_add
240 - core: Fix leaks if address parsing fails while setting mac
241 - core: fix leaked address structure after parsing mac address
242 - ip6: various leak fixes and sanity checks
243 - keyfile: fix two bugs for updating/writting a keyfile
244 - sharing: fix handling of rule negation (debian #638995)
245 - cli: print 'Permissions' property of NMSettingConnection setting
246 - cli: add missing GSM bands for GSM setting
247 - cli: add 'nmcli con delete' command for removing configured connections
248 - cli: nm_access_point_get_bssid instead of nm_access_point_get_hw_address
249 - dnsmasq: use '@interface' for link-local DNS servers in dnsmasq config
250 - settings: preserve agent secrets the right way
251 * debian/patches/libnl3-support-0fe8c80.patch: dropped, included upstream.
252 * debian/libnm-util2.symbols: add new secrets symbols:
253 - nm_connection_clear_secrets_with_flags
254 - nm_settings_clear_secrets_with_flags
255 * debian/patches/ipv6-dont-block-ipv4.patch: refreshed, rework to follow
256 upstream review and recommendations.
257 * debian/patches/lp767868_refcount_default_wired_512a0f8.patch: correct ref
258 counting of the default wired connection when it's re-saved once changed
259 from the original default values. (LP: #767868)
260 * debian/patches/secrets_delete_conn_leak_e39449c.patch: cherry-pick upstream
261 fix of a leak of the connection object when secrets are deleted for a
262 connection.
263
264 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 22 Sep 2011 12:08:51 -0400
265
266network-manager (0.9.0-0ubuntu3) oneiric; urgency=low
267
268 * debian/patches/lp761558_default_ip6_setting_auto.patch: disable the patch,
269 it causes an issue with mobile broadband connections. (LP: #840082)
270 Reopens LP: #761558.
271
272 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 08 Sep 2011 17:02:34 -0400
273
274network-manager (0.9.0-0ubuntu2) oneiric; urgency=low
275
276 * debian/patches/lp761558_default_ip6_setting_auto.patch: default to AUTO for
277 IPv6 method if the setting is missing (e.g. default new connection for new
278 devices). (LP: #761558)
279 * debian/patches/libnl3-support-0fe8c80.patch: fix nm_netlink_route_add() to
280 take into account flags already passed (e.g. for replacing routes).
281
282 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 02 Sep 2011 10:28:15 -0400
283
284network-manager (0.9.0-0ubuntu1) oneiric; urgency=low
285
286 * New upstream release.
287 * debian/patches/libnl3-support-0fe8c80.patch: replace libnl3-port.patch; use
288 a cherry-pick from upstream with the same changes.
289 * debian/patches/lp120363_smartcard_pkcs11.patch: dropped, it's high effort
290 to maintain across releases, essentially needs to be re-done, and doesn't
291 even appear to work. (Reopens: #120363).
292 * debian/libnm-util2.symbols: fixup 802.1x symbols:
293 - remove symbols coming from lp120363_smartcard_pkcs11.patch.
294 - add new 802.1x subject/altsubject handling symbols from 0.9.0.
295
296 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 24 Aug 2011 10:39:40 -0400
297
298network-manager (0.8.9997+git.20110721t045648.36db194-0ubuntu2) oneiric; urgency=low
299
300 * debian/control: bump libnl Build-Depends to libnl3-dev.
301 * debian/patches/libnl3-port.patch: backport changes from NM's libnl3 git
302 branch to port to libnl3 APIs.
303
304 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 08 Aug 2011 10:17:28 -0400
305
306network-manager (0.8.9997+git.20110721t045648.36db194-0ubuntu1) oneiric; urgency=low
307
308 * upstream snapshot 2011-07-21 04:56:48 (GMT)
309 + 36db194ae95e35cc7b8f431ab984780dea24656d
310 - libnm-util: default to allowing v6 connections to fail (set to optional)
311 * debian/patches/ipv6-dont-block-ipv4.patch: don't block waiting for IPv6 to
312 apply IPv4 connection settings.
313 * debian/libnm-glib4.symbols: add new nm_client_get_device_by_iface symbol.
314 * debian/libnm-util2.symbols: add new symbols:
315 - nm_setting_wired_get_mac_address_blacklist
316 - nm_setting_wireless_get_mac_address_blacklist
317
318 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 25 Jul 2011 20:01:12 -0400
319
320network-manager (0.8.9997+git.20110614t173923.b4a72d1-0ubuntu1) oneiric; urgency=low
321
322 * upstream snapshot 2011-06-14 17:39:23 (GMT)
323 + b4a72d1ad794aef4c623fd530fc38ceb9b95456d
324 - libnm-glib: fix crash for AddAndActivateConnection (LP: #795871)
325
326 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 14 Jun 2011 15:12:50 -0400
327
328network-manager (0.8.9997-1ubuntu2) oneiric; urgency=low
329
330 * debian/rules: re-install ifblacklist-migrate.sh so installs from the
331 alternate image correctly factor out devices managed by NetworkManager.
332 (LP: #790604)
333
334 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 31 May 2011 10:06:33 -0400
335
336network-manager (0.8.9997-1ubuntu1) oneiric; urgency=low
337
338 * Merge with Debian; remaining changes:
339 - Add debian/README.source.
340 - Add dh-autoreconf, libnotify-dev, isc-dhcp-client to Build-Depends.
341 - Have network-manager Depends on iproute, iputils-arping.
342 - Have network-manager Recommends the -pptp plugin as well as the different
343 alternate UIs (n-m-gnome, -kde, or plasma-widget-networkmanagement).
344 - Add a stub for hostname events to the dispatcher script.
345 - Use an Upstart startup script instead of a SystemD init script.
346 - debian/network-manager.install: install the apport hook.
347 - debian/network-manager.links: add a link to the apport hook to reuse for
348 nm-applet.
349 - debian/network-manager.prerm: add a task to stop NetworkManager when
350 removing the package
351 - debian/network-manager.{post,pre}{inst,rm}: drop some unnecessary
352 migration steps and adjust versioning for Ubuntu package upgrades.
353 - Drop debian/patches/02-dbus_access_network_manager.patch; as we don't use
354 the netdev group to limit access to devices in Ubuntu.
355 - debian/rules: use NSS instead of GnuTLS for crypto functions.
356 - debian/rules: run dh with autoreconf.
357 - debian/rules: run intltool-update in install.
358 - debian/rules: add variables and targets for git snapshots.
359 - debian/rules: use dh_makeshlibs with -c4 to check for changed symbols.
360 * debian/patches/70_lp145653_no_sigaction_for_crashes.patch: refresh and
361 update to also let apport catch SIGFPE crashes.
362 * debian/patches/lp191889_always_offline_with_unmanaged_devices.patch:
363 refreshed.
364 * debian/patches/lp120363_smartcard_pkcs11.patch: refreshed so it applies
365 cleanly.
366 * debian/patches/50_gettext_macros.patch: workaround intltoolize issue to
367 have configure generate po/Makefile.in.in.
368 * debian/rules: disable tests, they fail because dbus can't be started without
369 DISPLAY, which is complex in buildds. We can make do without them for now.
370 * debian/network-manager.install: drop installing nm-vpn-properties.1; we
371 don't generate it anymore and there is no binary that matches it.
372 * debian/libnm-util2.symbols: readd symbols introduced by the smartcard patch.
373
374 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 30 May 2011 09:53:52 -0400
375
376network-manager (0.8.9997-1) experimental; urgency=low
377
378 * New upstream release (0.9 rc3).
379 - Correctly pass iface parameter to dispatcher scripts. (Closes: #627610)
380 * Update debian/libnm-glib4.symbols and debian/libnm-util2.symbols for new
381 API additions.
382 * debian/network-manager-dispatcher.script
383 - Handle dhcp4-change and dhcp6-change events (by doing nothing). This
384 prevents the 01ifupdown dispatcher script from logging an error on DHCP
385 lease changes. (Closes: #628154)
386
387 -- Michael Biebl <biebl@debian.org> Sun, 29 May 2011 21:54:09 +0200
388
389network-manager (0.8.999-1) experimental; urgency=low
390
391 * New upstream release (0.9 rc2).
392 * Refresh debian/patches/03-systemd.patch.
393 * Update debian/libnm-glib4.symbols and debian/libnm-util2.symbols.
394 * Merge changes from unstable branch.
395 * Update package descriptions.
396 * Install NetworkManager-wait-online.service unit file but keep it disabled
397 by default. This unit can be used to delay network.target until the
398 network is actually up.
399
400 -- Michael Biebl <biebl@debian.org> Wed, 04 May 2011 22:56:20 +0200
401
402network-manager (0.8.998-1) experimental; urgency=low
403
404 * New major upstream release (0.9 rc1).
405 - Support for fast user switching. (Closes: #563560)
406 - API simplification. User settings have been merged into the core daemon,
407 i.e. system connections by default. Secrets are provided by so called
408 secret agents which can be either system wide or user specific (e.g. VPN
409 passwords).
410 - Support for WiMaX (currently disabled as the WiMaX SDK is not packaged
411 yet).
412 * debian/control
413 - Bump Build-Depends on libglib2.0-dev to (>= 2.22).
414 - Bump Build-Depends on libudev-dev to (>= 147).
415 - Bump Breaks against other network-manager-* packages to avoid partial
416 upgades.
417 - Bump Depends on wpasuplicant to (>= 0.7.3-1) for the new wpasupplicant
418 D-Bus interface.
419 - Bump Standards-Version to 3.9.2. No further changes.
420 * Refresh debian/patches/02-dbus_access_network_manager.patch.
421 * SONAME bump for libnm-glib (2→4) and libnm-util (1→2).
422 - Rename *.install and *.symbols files.
423 - Update debian/control.
424 - Update *.symbols files.
425 * Update *.install files.
426 - Drop static libraries from *-dev packages.
427 - Install new header files for libnm-glib-dev.
428 - Install network-manager gtk-doc documentation.
429 - Drop keyfile plugin, it is now built into the core.
430 * Enable gobject introspection support
431 - Add Build-Depends on libgirepository1.0-dev (>= 0.9.12),
432 gobject-introspection (>= 0.9.12-4~), gir1.2-glib-2.0 and
433 gir1.2-freedesktop.
434 - Add package gir1.2-networkmanager-1.0 containing the typelib files.
435 - Add Depends on gir1.2-networkmanager-1.0 (= ${binary:Version}) to
436 libnm-glib-dev and libnm-util-dev according to the new policy.
437 - Install gir files in libnm-glib-dev.install and libnm-util-dev.install.
438 - Call dh_girepository for libnm-glib4 and libnm-util2 in debian/rules.
439
440 -- Michael Biebl <biebl@debian.org> Sat, 09 Apr 2011 06:49:57 +0200
441
442network-manager (0.8.4.0-1) unstable; urgency=low
443
444 * New upstream release.
445 * Bump Standards-Version to 3.9.2. No further changes.
446
447 -- Michael Biebl <biebl@debian.org> Thu, 21 Apr 2011 11:05:42 +0200
448
449network-manager (0.8.4-0ubuntu1) oneiric; urgency=low
450
451 * Upstream release 0.8.4.
452 * debian/source/format: migrate to package format 3.0 (quilt)
453 * debian/patches/99_printf_formatting_fixes.patch: dropped, applied upstream.
454 * debian/patches/git_disconn_secrets_reqs_b613a17.patch,
455 debian/patches/git_wwan_state_detection_d0a1b23.patch,
456 debian/patches/git_wired_ap_scan_value_a262dc4.patch: dropped,
457 applied upstream.
458 * debian/patches/lp120363_smartcard_pkcs11.patch: refreshed, for reordering
459 the new symbols in the symbols list file.
460 * debian/patches/02-dbus_access_network_manager.patch: dropped, no longer
461 required (hal is deprecated).
462 * debian/control: merge Debian changes and migrate to DH instead of CDBS:
463 - bump debhelper Build-Depends to >= 8.
464 - add Build-Depends on dh-autoreconf.
465 - sync Build-Depends with Debian's; this drops automake1.9, cdbs, quilt,
466 gnome-common, libgnome-keyring-dev, libgnomeui-dev, libpanel-applet2-dev,
467 libglade2-dev, libgconf2-dev, iproute.
468 - add new package network-manager-dbg for debug symbols.
469 - bump Standards-Version to 3.9.2.
470 * debian/control: merge binary packages dependencies with Debian, important
471 changes:
472 - network-manager: Depends adds udev and isc-dhcp-client (>= 4.1.1-P1-4)
473 - network-manager: Recommends: adds policykit-1
474 - network-manager: Suggests: adds avahi-autoipd
475 * debian/compat: bump to compat level 8.
476 * debian/rules:
477 - migrate to use dh instead of CDBS.
478 - add override for dh_strip to correctly strip NM to the new
479 package network-manager-dbg.
480 - cleanup more extra files left behind by the build.
481 * debian/libnm-glib-dev.install,
482 debian/libnm-glib-vpn-dev.install: clean up and sync with Debian.
483 * debian/libnm-glib-dev.links: drop links to legacy names for .pc files,
484 introduced in Karmic for a transition: they're not required anymore.
485 * debian/libnm-util-dev.install: sync with Debian.
486 * debian/network-manager.install:
487 - don't ship .a and .la files.
488 - explicitly install /usr/bin/nm-online.
489 - install dispatchers from upstream in /etc/NetworkManager/dispatcher.d.
490 - install extra udev rules from upstream.
491 * debian/network-manager.dirs: sync with Debian.
492 * debian/network-manager.docs: define additional upstream files to ship as
493 documentation.
494 - drop ifblacklist_migrate.sh and /usr/share/NetworkManager/gdb-cmd
495 * debian/network-manager.postrm: drop old code migrating /etc/dbus-1/event.d.
496 * debian/network-manager.postinst: drop code migrating /etc/dbus-1/event.d.
497 * debian/copyright: sync with Debian.
498 * debian/README.Debian: add information about using System-level settings and
499 connections.
500 * debian/watch: because I can.
501
502 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 06 May 2011 12:59:53 -0400
503
504network-manager (0.8.4~git.20110319t175609.d14809b-0ubuntu3) natty; urgency=low
505
506 * debian/patches/git_disconn_secrets_reqs_b613a17.patch: fix cleaning up
507 NMVPNManager objects when stopping the deamon. (LP: #737713)
508 * debian/patches/git_wwan_state_detection_d0a1b23.patch: fix enabled state
509 detection. (LP: #756553)
510 * debian/patches/git_wired_ap_scan_value_a262dc4.patch: wired 802.1x
511 connections need to set ap_scan=0 for the supplicant, which apparently had
512 been dropped at some point.
513
514 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 14 Apr 2011 17:24:02 -0400
515
516network-manager (0.8.4~git.20110319t175609.d14809b-0ubuntu2) natty; urgency=low
517
518 * debian/control: split libnm-glib2 into a separate binary for the VPN parts
519 of the API, the new package will be called libnm-glib-vpn1. (LP: #745769)
520 * debian/libnm-glib2.install, debian/libnm-glib-vpn1.install: update to
521 correctly install just libnm-glib-vpn.so.* from libnm-glib-vpn1.
522 * debian/libnm-glib2.symbols, debian/libnm-glib-vpn1.symbols: move symbol
523 definitions for libnm-glib-vpn.so to their own package.
524 * debian/control: depend on libnm-glib-vpn1 from libnm-glib2, as a
525 transitional measure to maintain compatibility with the VPN plugins.
526 * debian/control: have libnm-glib2 and libnm-glib-vpn1 Breaks/Conflicts with
527 previous revisions of libnm-glib2, for upgrade purposes.
528
529 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 04 Apr 2011 22:37:19 -0400
530
531network-manager (0.8.4~git.20110319t175609.d14809b-0ubuntu1) natty; urgency=low
532
533 * upstream snapshot 2011-03-19 17:56:09 (GMT)
534 + d14809b6ae1986372bc2bc25f2f92f501f0f678a
535 - logging: fix format string/argument disagreements
536 - logging: clean up logging macros and helper
537 - release: bump version to 0.8.3.998 (0.8.4-rc1)
538 - api: fix mistakenly absent Dhcp6Config device property
539 - libnm-glib: make sure nm_device_get_dhcp6_config() is visible
540 - arch: create /var/run/NetworkManager if doesn't exist in initscripts
541 (bgo #643902)
542 - po: remove useless '&nbsp;' for French translation (bgo #644110)
543 - ifupdown: normalize keys using - or _ (debian #609831)
544 - build: fix unresolved symbols when building gtk-doc scanner with GCC 4.5
545 - dnsmasq: remove unused variable
546 - dnsmasq: send no config file instead of a bogus one (LP: #725041)
547 - core: fix some code that required glib 2.26
548 - keyfile: trivial whitespace fixes
549 - settings: fix some code that required glib 2.26
550 - release: bump version to 0.8.3.997 (0.8.4-beta3)
551 - build: fix bug tracker link
552 - dhcp: don't quit if we can't find a usable DHCP client (bgo #643575)
553 - keyfile: write certificates and keys in a human-readable manner
554 - ifcfg-rh: fix leak writing out certificate blobs
555 - keyfile: allow paths to be used for certificates and private keys
556 - include: add NM_CHECK_VERSION define
557 - core: fix sorting connections after timestamps handling change
558 - examples: simplify system wifi connection example
559 - examples: new example for adding system WPA EAP-TLS wifi connection
560 - ifcfg-rh: fix testcases now that timestamps are no longer written
561 * debian/patches/dnsmasq_conffile_conn_sharing.patch: drop, applied upstream.
562 * debian/patches/fix_sorting_connections_w_tstamp_3194cb9.patch: included.
563 * debian/patches/gtkdoc-build-requires-gobject.patch: drop, applied upstream.
564 * debian/libnm-glib2.symbols: add new nm_device_get_dhcp6_config@Base symbol.
565 * debian/patches/99_printf_formatting_fixes.patch: replace %zd formats with
566 the appropriate format modifiers for time_t and unsigned long.
567 * debian/network-manager-dev.install: install missing nm-version.h include.
568
569 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 23 Mar 2011 12:00:10 -0400
570
571network-manager (0.8.4~git.20110228t143901.5cdded6-0ubuntu1) natty; urgency=low
572
573 * upstream snapshot 2011-02-28 14:39:01 (GMT) (LP: #726820)
574 + 5cdded6b66bdc371acb29e76187b174c55c11470
575 - docs: explicitly list libnm-glib objects
576 - libnm-util: fix parameter name for docs generator
577 - api: add missing Settings.System D-Bus interface bits
578 - ifcfg-rh: get rid of LAST_CONNECT
579 - core/libnm-glib: don't touch files in /etc when updating timestamps
580 - release: bump version to 0.8.3.996 (0.8.4-beta2)
581 - api: document more VPN connection failure codes (bgo #643324)
582 - libnm-util: silently ignore non-secrets when updating connection secrets
583 - libnm-util: fix updating secrets (rh #680385)
584 - keyfile: fix tests for no-longer-required serial and PPP settings
585 - ip6: fail activation if addrconf fails to start
586 - core: don't require serial and PPP settings for mobile broadband
587 - ppp: fix warning when PPP support is disabled
588 - libnm-util: bump version for several recent changes
589 - release: bump version to 0.8.3.995 (0.8.4-beta1)
590 - release: update NEWS with changes since 0.8.2
591 - libnm-util: fix updating secrets
592 - core: flush IPv6 routes even if configuration failed (bgo #641333)
593 (LP: #704812)
594 - libnm-util: remove GObject Introspection annotations
595 - gentoo: simplify OpenRC detection
596 - libnm-util: add nm_connection_diff()
597 - dns: fix up updating resolv.conf (rh #672282)
598 - Revert "libnm-glib: return enums for NMAccessPoint flags accessors"
599 - build: allow disabling PPP support at build time
600 - core: fix dbus-glib crash on shutdown with systemd
601 - libnm-glib: return enums for NMAccessPoint flags accessors
602 - libnm-util: fix description of bluetooth setting type property
603 - test: don't crash libnm-glib if there are no devices for an active
604 connection
605 - test: don't crash libnm-glib-test if there aren't any APs
606 * debian/patches/revert_52f2295.patch: dropped, fixed upstream.
607 * debian/libnm-util1.symbols: adding new symbols introduced upstream:
608 - nm_connection_diff
609 - nm_setting_diff
610 * debian/patches/fix_sorting_connections_w_tstamp_3194cb9.patch: fix sorting
611 connections following upstream commit 7d707bd, which is necessary for auto
612 activations.
613 * debian/patches/dnsmasq_conffile_conn_sharing.patch: don't pass a bogus conf
614 file to dnsmasq, just pass no file parameter (LP: #725041)
615 * debian/rules: enable build-time tests. (LP: #727395)
616 * debian/patches/70_lp145653_no_sigaction_for_crashes.patch: add .pc file
617 generated by quilt to POTFILES.skip, otherwise the build will fail due to
618 the tests we now run detecting a localizable file missing from templates.
619
620 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 04 Mar 2011 10:53:59 -0500
621
622network-manager (0.8.3.999-1) unstable; urgency=low
623
624 * New upstream release (0.8.4 rc2).
625 * Update debian/watch, switch to bzip2.
626 * Use dh_installinit -R instead of -r and stopping manually in postinst.
627
628 -- Michael Biebl <biebl@debian.org> Mon, 04 Apr 2011 23:06:53 +0200
629
630network-manager (0.8.3.998-1) unstable; urgency=low
631
632 * New upstream release (0.8.4 rc1).
633 - Store connection timestamps for system connections in
634 /var/lib/NetworkManager. (Closes: #612424)
635 - Send hostname when using DHCP. (Closes: #561532)
636 * Bump debhelper compatibility level to 8.
637 * Remove patches (merged upstream)
638 - d/p/40-umanaged-interfaces.patch
639 - d/p/50-bridge-interfaces.patch
640 - d/p/51-normalized-keys.patch
641 - d/p/60-policy-stop-touching-etc-hosts.patch
642 - d/p/70-install-nm-online.patch
643 - d/p/80-keyfile-ignore-temporary-files.patch
644 - d/p/81-keyfile-quiet-keyfile-plugin-when-re-read-connection.patch
645 - d/p/82-core-handle-device-removal.patch
646 - d/p/83-dnsmasq-send-no-config-file-instead-of-a-bogus-one.patch
647 * Update debian/libnm-glib2.symbols and debian/libnm-util1.symbols.
648 * Update debian/network-manager-dev.install, install nm-version.h.
649
650 -- Michael Biebl <biebl@debian.org> Fri, 18 Mar 2011 20:55:36 +0100
651
652network-manager (0.8.3+git.20110210t152733.00327fb-0ubuntu2) natty; urgency=low
653
654 * debian/patches/revert_52f2295.patch: revert upstream commit 52f2295,
655 "libnm-util: fix possible crash in nm_setting_update_secrets()",
656 until it can be further investigated: it breaks at least PPTP VPNs.
657
658 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 11 Feb 2011 15:03:12 -0500
659
660network-manager (0.8.3+git.20110210t152733.00327fb-0ubuntu1) natty; urgency=low
661
662 * upstream snapshot 2011-02-10 15:27:33 (GMT)
663 + 00327fb82d5cb9d9dc63abe6477baf819fcffdd9
664 - cli: improve/add NM running checks
665 - cli: don't poke NetworkManager D-Bus service names when it's not running
666 - logging: don't print extraneous newline in syslog
667 - libnm-util: make NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME property TRUE
668 by default (rh #488975)
669 - settings: fix plugin capabilities max value
670 - vpn: fix memory leak when activating a VPN connection
671 - vpn: fix VPN active connection D-Bus API handling (bgo #569294)
672 - build: turn off set-but-not-used variable warnings in new GCC
673 - cli: add support for WWAN connections for 'nmcli con up' (bgo #640020)
674 - libnm-util: fix possible crash in nm_setting_update_secrets()
675 - wired: clear wired secrets tries counter when appropriate
676 - wifi: clear wireless secrets tries counter when deactivating
677 - core: lack of an IPv4 setting indicates DHCP (novell #664640)
678 - core: handle D-Bus disconnect better on exit
679 - policy: don't update hostname on exit
680 - modem: handle IP Method changes after modem has been created
681 * debian/control: bump Standards-Version to 3.9.1.
682 * debian/control: fix/cleanup Description fields, move Homepage to its field.
683 * debian/network-manager.postrm: cleanup old cruft, partially sync to Debian.
684 * debian/network-manager.preinst: cleanup, sync some parts with Debian.
685 * debian/network-manager.postinst: cleanup, sync parts with Debian.
686 * debian/network-manager.preinst,
687 debian/network-manager.postrm,
688 debian/network-manager.postinst:
689 Move NM's main config file to /etc/NetworkManager/NetworkManager.conf.
690 * debian/nm-system-settings.conf: renamed to NetworkManager.conf.
691 * debian/network-manager.install:
692 - mostly sync with Debian.
693 - install NetworkManager.conf rather than nm-system-settings.conf.
694 * debian/compat: using debhelper 7, compat should have been at 7 long ago.
695
696 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 11 Feb 2011 11:32:40 -0500
697
698network-manager (0.8.3+git.20101219t181118.e919218-0ubuntu2) natty; urgency=low
699
700 [ Mathieu Trudel-Lapierre ]
701 * debian/source_network-manager.py:
702 - Replace HAL usage by udev and other means. (LP: #654900)
703 - Make Gconf/settings/scan results inclusion conditional (LP: #389702)
704 * debian/patches/gtkdoc-build-requires-gobject.patch: explicitly link against
705 gobject-2.0 to build documentation files.
706
707 [ Thomas Bechtold ]
708 * Install gtk-doc API with libnm-util-dev and libnm-glib-dev (LP: #706965)
709 - update debian/libnm-glib-dev.install
710 - update debian/libnm-util-dev.install
711 * Regenerate libnm-glib, libnm-util documentation at build time
712 - update debian/rules
713
714 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 07 Feb 2011 11:34:46 -0500
715
716network-manager (0.8.3+git.20101219t181118.e919218-0ubuntu1) natty; urgency=low
717
718 * upstream snapshot 2010-12-19 18:11:18 (GMT)
719 + e91921814569bf9033fa0779837a77b22eb98e4a
720 - libnm-util: fix a memory leak in nm_setting_to_string()
721 - various ipv6 fixes
722 - libnm-util: fix nm_utils_security_valid() checks for Ad-Hoc APs
723 - dns: direct IPv4 reverse DNS queries to split DNS servers
724 - policy: stop touching /etc/hosts
725 - dhclient: split out dhclient config merging and add testcases
726 - dhclient: explicitly request WPAD option (bgo #368423)
727 * Drop the patch to not write localhost.localdomain in /etc/hosts, it's no
728 longer needed now that NM doesn't change the hosts file.
729 - delete debian/patches/never-localhostlocaldomain.patch
730 - update debian/patches/series
731 * debian/libnm-glib2.symbols: Add new symbols for libnm-glib2:
732 + nm_dhcp6_config_get_one_option
733 + nm_dhcp6_config_get_options
734 + nm_dhcp6_config_get_type
735 + nm_dhcp6_config_new
736 * Add vpn-up/vpn-down options for the NM dispatcher script. This should really
737 fix bug 661951. (LP: #661951)
738 - update debian/network-manager-dispatcher.script
739
740 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 20 Dec 2010 13:55:42 -0500
741
742network-manager (0.8.3+git.20101209t061929.638fb18-0ubuntu1) natty; urgency=low
743
744 * upstream snapshot 2010-12-09 06:19:29 (GMT)
745 + 638fb1878019ac75617b653d13f4970af6e9c970
746 - core: correct TIMESTAMP type; fixes potential crash when time() is 32bit
747 (LP: #686320)
748 - libnm-glib: actually define the "ip-interface" property
749 - ifupdown: Correctly mark unmanaged devices (debian #569215)
750 - ifupdown: Allow to mark bridge ports as unmanaged (debian #530335)
751 * Finish fixing daily builds: explicitly checkout/switch to the branch we're
752 interested in before pulling new revisions so that it get properly updated.
753 - update debian/rules
754 * Revert s390 devices patch, it was applied upstream.
755 - remove debian/patches/fix-natty-build.patch
756 - update debian/patches/series
757 * Add support for the 'hostname' dispatcher action that would previously
758 trigger useless "exited with error status 1" messages (but not actually
759 break anything). For now it will just exit doing nothing. (LP: #661951)
760 - update debian/network-manager-dispatcher.script
761
762 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 10 Dec 2010 12:26:21 -0500
763
764network-manager (0.8.3~git.20101118t223039.d60a988-0ubuntu1) natty; urgency=low
765
766 * upstream snapshot 2010-11-18 22:30:39 (GMT)
767 + d60a988518cb0851488bc21732271a971877cdcd
768
769 [ Evan Broder ]
770 * Check for notify-reboot-required, instead of depending on it being
771 available. (LP: #669925)
772
773 [ Mathieu Trudel-Lapierre ]
774 * explicitly always get HEAD rather than the branch's name in get-orig-source
775 - update debian/rules
776 * drop do-not-include-netif.patch; the header conflict was fixed in a kernel
777 update
778 - remove debian/patches/do-not-include-netif.patch
779 - update debian/patches/series
780 * Short-circuit the /etc/hosts update mechanisms to avoid adding useless
781 localhost(6?).localdomain(6?) on loopback addresses. (LP: #677496)
782 - add debian/patches/never-localhostlocaldomain.patch
783 - update debian/patches/series
784
785 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 22 Nov 2010 09:35:21 -0500
786
787network-manager (0.8.2-6) unstable; urgency=medium
788
789 * debian/patches/83-dnsmasq-send-no-config-file-instead-of-a-bogus-one.patch
790 - Newer versions of dnsmasq validate the option parameters more strictly.
791 Instead of passing a bogus file name simply use --conf-file without
792 additional parameters. (Closes: #615082)
793 * debian/control
794 - Remove old Conflicts/Replaces which were required for upgrades to
795 squeeze.
796 - Bump Breaks against network-manager-gnome to (<< 0.8.2) to avoid
797 partial upgrades which can lead to problems with user settings for
798 ethernet connections. (Closes: #612291)
799 * debian/ifblacklist_migrate.sh
800 - Only comment out iface lines if we have an exact match for the network
801 interface. (Closes: #612247)
802 * debian/patches/51-normalized-keys.patch
803 - Normalize keys in ifupdown parser, so we accept options with either
804 hyphens or underscores, like e.g. bridge_ports and bridge-ports.
805 (Closes: #609831)
806
807 -- Michael Biebl <biebl@debian.org> Sun, 06 Mar 2011 20:59:46 +0100
808
809network-manager (0.8.2-5) unstable; urgency=low
810
811 * Upload to unstable.
812
813 -- Michael Biebl <biebl@debian.org> Sun, 06 Feb 2011 15:29:32 +0100
814
815network-manager (0.8.2-4) experimental; urgency=low
816
817 * Cherry-pick patch from upstream to correctly handle device removal when
818 properties are unreadable. (Closes: #605570)
819
820 -- Michael Biebl <biebl@debian.org> Sat, 22 Jan 2011 16:59:37 +0100
821
822network-manager (0.8.2-3) experimental; urgency=low
823
824 * Cherry-pick two patches from upstream Git to make the keyfile plugin
825 ignore temporary files and be more quiet when re-reading connections which
826 have not changed.
827 * Switch from cdbs to dh
828 - Drop Build-Depends on cdbs.
829 - Bump Build-Depends on debhelper to (>= 7.0.50~) for override targets.
830 - Convert debian/rules to use dh.
831 - Add debian/network-manager.docs.
832 * Enable systemd support
833 - Install NetworkManager.service unit file in /lib/systemd/system.
834 - Add --with-systemdsystemunitdir=/lib/systemd/system to configure flags.
835 - Add debian/patches/03-systemd.patch containing Debian specific tweaks
836 for the NetworkManager.service unit file.
837
838 -- Michael Biebl <biebl@debian.org> Wed, 22 Dec 2010 04:28:04 +0100
839
840network-manager (0.8.2-2) experimental; urgency=low
841
842 * Fix installation of nm-online.
843
844 -- Michael Biebl <biebl@debian.org> Sat, 18 Dec 2010 12:49:50 +0100
845
846network-manager (0.8.2-1) experimental; urgency=low
847
848 * New upstream release.
849 - Set timestamp for system connections. (Closes: #509817)
850 * Remove patches, merged upstream
851 - debian/patches/10-dont_require_ifup_for_lo.patch
852 - debian/patches/30-typo_fix.patch
853 * debian/libnm-{glib2,util1}.symbols
854 - Update symbols files for new API additions.
855 * Make sure gtk-doc API documentation is built
856 - Add Build-Depends on gtk-doc-tools.
857 - Add --with-docs configure option.
858 * debian/network-manager.preinst
859 - Remove pre-lenny conffile upgrade code.
860 * debian/network-manager.{install,manpages}
861 - Install nm-online binary and man page.
862 * debian/patches/02-dbus_access_network_manager.patch
863 - Update policy for group netdev based on upstream changes for at_console.
864 * debian/patches/60-policy-stop-touching-etc-hosts.patch
865 - Stop touching /etc/hosts. Rely on the debian installer to setup
866 /etc/hosts so the hostname is resolvable. Patch cherry-picked from
867 upstream Git.
868
869 -- Michael Biebl <biebl@debian.org> Sat, 18 Dec 2010 06:47:11 +0100
870
871network-manager (0.8.2-0ubuntu1) natty; urgency=low
872
873 * new upstream release 0.8.2
874 - update timestamp in active system connections every 5 mins
875 - ignore authorization for sleep/wake requests (but restrict to root)
876 - add timestamp to default auto wired connections (LP: #447067)
877 - don't crash if for some reason HW addresses aren't available (bgo #630534)
878 - ensure Enabled state is preserved regardless of rfkill (LP: #387345)
879 - add dhcp4-change and dhcp6-change events (bgo #563654)
880 - validate Enable/Disable WiFi and WWAN requests
881 - handle VPN service installation/removal dynamically (LP: #458595)
882 - let plugins forbid VPN connections from getting the default route
883 (LP: #598357)
884 - work around dbus-glib property access bug (CVE-2010-1172)
885 - ensure dhcp_manager exists before trying to unref it (bgo #626610)
886 * drop dhcp3 support patch, it was applied upstream.
887 - remove debian/patches/99-support-dhcp3.patch
888 - update debian/patches/series
889 * drop cherry-picked patches to /etc/hosts handling, their changes are
890 included in the source tarball:
891 - remove debian/patches/lp659872_dont_overwite_hosts_aliases_ee9ce60.patch
892 - remove debian/patches/lp632896_cleanup_etc_hosts.patch
893 - update debian/patches/series
894 * Properly document workflow for working on NM packaging.
895 - add debian/README.source
896 * Slight change to GET_SOURCE script. Looks like we were looking for the
897 "orig" keyword in the wrong variable.
898 - update debian/rules
899 * Fix typo in README.source
900 - update debian/README.source
901 * network-manager Breaks: dhcp3-client (<< 4.1.1-P1-11) to provide seemless
902 upgrades to isc-dhcp 4 and avoid unnecessary compatibility issues
903 * switch Build-Depends from dhcp3-client to isc-dhcp-client >= 4.1.1 to make
904 sure we don't build with an old version of DHCP.
905 * libnm-glib2 also Breaks: dhcp3-client (<< 4.1.1-P1-11)
906 - debian/control
907 * libnm-util1 Breaks: dhcp3-client (<< 4.1.1-P1-11) as well
908 - debian/control
909 * Patch various files to support building with kernel headers 2.6.36 and
910 newer (otherwise it conflicts with libc headers for interface structures)
911 - debian/patches/do-not-include-netif.patch
912 - debian/patches/series
913
914 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 09 Nov 2010 13:01:48 -0500
915
916network-manager (0.8.1+git.20100810t184654.ab580f4-0ubuntu4) natty; urgency=low
917
918 * Pre-initialize the parent GUdevDevice in _update_s390_subchannels, it caused
919 n-m to fail to compile on natty.
920 - add debian/patches/fix-natty-build.patch
921 - update debian/patches/series
922
923 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 20 Oct 2010 10:33:49 -0400
924
925network-manager (0.8.1+git.20100810t184654.ab580f4-0ubuntu3) natty; urgency=low
926
927 [ Anders Kaseorg ]
928 * Remove stale entries for the system hostname from /etc/hosts when
929 bringing down interfaces. (LP: #632896)
930 - Add debian/patches/lp632896_cleanup_etc_hosts.patch
931
932 [ Mathieu Trudel-Lapierre ]
933 * Don't overwrite aliases in /etc/hosts (LP: #659872)
934 - add debian/patches/lp659872_dont_overwite_hosts_aliases_ee9ce60.patch
935 - update debian/patches/series
936
937 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 19 Oct 2010 16:04:00 -0400
938
939network-manager (0.8.1+git.20100810t184654.ab580f4-0ubuntu2) maverick; urgency=low
940
941 * Also install the new nmcli utility so some command-line control of NM is available. (LP: #623385)
942 - update debian/network-manager.install
943
944 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 24 Aug 2010 09:30:59 -0400
945
946network-manager (0.8.1+git.20100810t184654.ab580f4-0ubuntu1) maverick; urgency=low
947
948 * upstream snapshot 2010-08-10 18:46:54 (GMT)
949 + ab580f486213f97d41b3141e9d7ef9394a29b14a
950 - following upstream branch NM_0_8: release 0.8.1 with fixes
951 * refresh sigaction patch: sigactions moved from NetworkManager.c to main.c
952 - update debian/patches/70_lp145653_no_sigaction_for_crashes.patch
953 * refresh wpasupplicant timeout patch: we still should give association
954 some more time
955 - update debian/patches/lp292054_tune_supplicant_timeout_60s.patch
956 * update logging call in "unmanaged" connections patch to properly use
957 nm_log_info, not nm_info
958 - update debian/patches/lp191889_always_offline_with_unmanaged_devices.patch
959 * adding new symbols to debian/libnm-glib2.symbols:
960 - nm_settings_interface_error_get_type
961 - nm_active_connection_get_default6
962 * adding new symbols to debian/libnm-util1.symbols:
963 - nm_ip6_address_get_gateway
964 - nm_ip6_address_set_gateway
965 - nm_setting_gsm_get_allowed_bands
966 - nm_setting_gsm_get_home_only
967 - nm_setting_ip4_config_get_may_fail
968 - nm_setting_ip6_config_get_may_fail
969 - nm_utils_ip4_get_default_prefix
970 - nm_setting_wired_get_cloned_mac_address
971 - nm_setting_wireless_get_cloned_mac_address
972 - nm_utils_wifi_channel_to_freq
973 - nm_utils_wifi_find_next_channel
974 - nm_utils_wifi_freq_to_channel
975 - nm_utils_wifi_is_channel_valid
976 - nm_setting_wired_add_s390_option
977 - nm_setting_wired_get_num_s390_options
978 - nm_setting_wired_get_s390_nettype
979 - nm_setting_wired_get_s390_option
980 - nm_setting_wired_get_s390_option_by_key
981 - nm_setting_wired_get_s390_subchannels
982 - nm_setting_wired_remove_s390_option
983 * bump DEB_AUTO_UPDATE_ACLOCAL and DEB_AUTO_UPDATE_AUTOMAKE versions from 1.9
984 to 1.11, to deal with the builddir variable for libdeprecated-nm-glib.la
985 - update debian/rules
986 * adding more new symbols to debian/libnm-glib2.symbols:
987 - nm_client_networking_get_enabled
988 - nm_client_networking_set_enabled
989 - nm_device_get_firmware_missing
990 - nm_client_get_permission_result
991 - nm_device_ethernet_get_permanent_hw_address
992 - nm_device_wifi_get_permanent_hw_address
993 * dropping ppp Depends to a Recommends (LP: #348521)
994 - update debian/control
995 * drop patch 008-BACKEND-debian-fallback-to-generic-loopback.loom.patch,
996 it looks like the generic backend is already bringing lo up reasonably well
997 - update debian/patches/series
998 * fix build-time detection of dhclient version; handle using dhclient v3 by
999 not passing the new parameters isc-dhcp v4 expects. IPv6 won't work any
1000 better but at least IPv4 will.
1001 - add debian/patches/99-support-dhcp3.patch
1002 - update debian/patches/series
1003 * add dhcp3-client to Build-Depends to properly handle dhclient version
1004 detection.
1005 - update debian/control
1006
1007 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 11 Aug 2010 10:03:55 -0400
1008
1009network-manager (0.8.1-6) unstable; urgency=low
1010
1011 * debian/patches/40-umanaged-interfaces.patch
1012 - For devices to be marked unmanaged, do not require a valid connection
1013 configuration. (Closes: #569215)
1014 * debian/patches/50-bridge-interfaces.patch
1015 - Parse bridge configurations in /etc/network/interfaces and add
1016 interfaces defined via bridge_ports to well_known_interfaces. This
1017 allows to mark those interfaces as unmanaged if managed=false.
1018 The "all" keyword and regexes are not supported and simply skipped.
1019 (Closes: #530335)
1020
1021 -- Michael Biebl <biebl@debian.org> Sat, 04 Dec 2010 17:11:13 +0100
1022
1023network-manager (0.8.1-5) unstable; urgency=low
1024
1025 * Update Vcs-* fields: Move packaging from svn to git.
1026 * Don't try the interfaces migration if /etc/network/interfaces does not
1027 exist. This avoids a failure on remove. (Closes: #605360)
1028
1029 -- Michael Biebl <biebl@debian.org> Mon, 29 Nov 2010 15:06:21 +0100
1030
1031network-manager (0.8.1-4) unstable; urgency=low
1032
1033 [ Raphaël Hertzog ]
1034 * Integrate debian/ifblacklist_migrate.sh from Ubuntu and install
1035 it in /usr/lib/NetworkManager. Improve it to disable the interfaces
1036 with a #NetworkManager# prefix and re-enable them when the package is
1037 removed. (Closes: #530024)
1038
1039 -- Michael Biebl <biebl@debian.org> Wed, 17 Nov 2010 23:28:19 +0100
1040
1041network-manager (0.8.1-3) unstable; urgency=low
1042
1043 * debian/control
1044 - Drop Recommends: network-manager-gnome | network-manager-kde, as this
1045 can have unwanted side-effects, like GNOME packages being installed on
1046 a KDE desktop. Instead let the desktop meta packages depend on their
1047 preferred frontend. (Closes: #596233)
1048 - Add Breaks: ppp (<< 2.4.5) to avoid partial upgrades. (Closes: #592444)
1049 * debian/network-manager.README.Debian
1050 - Add a section briefly explaining system settings and add references to
1051 the online documentation and the system settings spec. (Closes: #594849)
1052 * debian/patches/30-typo_fix.patch
1053 - Fix a small typo in README, and while at it, in other files too.
1054 Thanks Christian Perrier for spotting it. (Closes: #594850)
1055
1056 -- Michael Biebl <biebl@debian.org> Wed, 22 Sep 2010 03:31:48 +0200
1057
1058network-manager (0.8.1-2) unstable; urgency=medium
1059
1060 * Move configuration file /etc/NetworkManager/nm-system-settings.conf to
1061 /etc/NetworkManager/NetworkManager.conf. Update maintainer scripts to move
1062 the conffile without triggering a dpkg prompt.
1063 * debian/network-manager.postrm
1064 - Don't fail on purge if /var/lib/NetworkManager directory does not exist.
1065 (Closes: #591861)
1066 * debian/patches/10-dont_require_ifup_for_lo.patch
1067 - Don't require ifup for enabling the loopback interface but use it if
1068 installed. Patch cherry-picked from upstream Git.
1069 * debian/control
1070 - Drop dependency on ifupdown as we have a fallback now for enabling the
1071 loopback interface. (Closes: #580309)
1072
1073 -- Michael Biebl <biebl@debian.org> Fri, 06 Aug 2010 04:19:38 +0200
1074
1075network-manager (0.8.1-1) unstable; urgency=low
1076
1077 * New upstream release. (Closes: #590139)
1078 * debian/patches/30-fix_paths_for_isc_dhcp_v4.patch
1079 - Remove, merged upstream.
1080 * Build against ppp 2.4.5. (Closes: #589791)
1081 - Bump Build-Depends on ppp to (>= 2.4.5).
1082 - Bump Recommends on ppp to (>= 2.4.5).
1083 - Drop --with-pppd-plugin-dir configure option and use upstream default.
1084 * debian/network-manager.postrm
1085 - Clean up /var/lib/NetworkManager on purge. (Closes: #584854)
1086 * debian/control
1087 - Bump Standards-Version to 3.9.1. No further changes.
1088
1089 -- Michael Biebl <biebl@debian.org> Tue, 27 Jul 2010 02:26:59 +0200
1090
1091network-manager (0.8.0.999-1) unstable; urgency=low
1092
1093 * New upstream release (0.8.1 rc1). (Closes: #582822)
1094 - Bluetooth Dial-Up Networking support.
1095 - Command line interface via nmcli.
1096 - IPv6 DHCP support.
1097 - Correctly reset state after a failed suspend/resume cycle.
1098 (Closes: #566891)
1099 * Switch to source format 3.0 (quilt).
1100 - Add debian/source/format.
1101 - Drop Build-Depends on quilt.
1102 - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
1103 * debian/libnm-{glib2,util1}.symbols
1104 - Update symbols files for new API additions.
1105 * debian/network-manager.{install,manpages}
1106 - Install nmcli binary and man page.
1107 * debian/libnm-{glib,util}-dev.install
1108 - Install gtk-doc API documentation for libnm-glib and libnm-util.
1109 - Install nm-dhcp6-config.h for libnm-glib.
1110 * debian/control
1111 - Add Depends on libdbus-glib-1-dev for libnm-util-dev.
1112 - Bump Standards-Version to 3.9.0. No further changes.
1113 - Update Depends on dhcp3-client to isc-dhcp-client (>= 4.1.1-P1-4) to get
1114 DHCPv6 support.
1115 * debian/patches/30-fix_paths_for_isc_dhcp_v4.patch
1116 - Update dhclient.conf and lease directory path for isc-dhcp-client.
1117 (Closes: #587473)
1118 * debian/libnm-glib-{vpn-}dev.links
1119 - Stop installing compat symlinks for the pkg-config files.
1120 (Closes: #569187)
1121 * debian/rules
1122 - Set --with-pppd-plugin-dir configure option to /usr/lib/pppd/2.4.4.
1123 The upstream default is 2.4.5 now but Debian still only has ppp 2.4.4.
1124 - Set --with-dhclient configure option to /sbin/dhclient.
1125
1126 -- Michael Biebl <biebl@debian.org> Thu, 08 Jul 2010 17:01:53 +0200
1127
1128network-manager (0.8-1) unstable; urgency=low
1129
1130 * New upstream release.
1131 - ifupdown: don't export connections until "managed" state is checked.
1132 (Closes: #568287)
1133 * Remove patches, all merged upstream
1134 - debian/patches/03-hostname-fallback.patch
1135 - debian/patches/04-etc-hosts-rewrite.patch
1136 - debian/patches/05-ifupdown-allow-hotplug-autoconnect.patch
1137 * debian/network-manager-dispatcher.script
1138 - Map NetworkManager down event to ifupdown post-down phase.
1139 (Closes: #562811)
1140 - Map vpn-up/vpn-down event to ifupdown post-up/post-down phase.
1141 (Closes: #518530)
1142 - Comment out pre-up/pre-down events as they are not supported upstream.
1143 - Add hostname event but don't hook it up with a particular action.
1144
1145 -- Michael Biebl <biebl@debian.org> Mon, 22 Feb 2010 00:31:22 +0100
1146
1147network-manager (0.8-0ubuntu3) lucid; urgency=low
1148
1149 [ Alexander Sack <asac@ubuntu.com> ]
1150 * drop patch superseded upstream
1151 - delete debian/patches/0001-core-make-sure-device-interfaces-are-up-before-ip4-c.patch
1152 - update debian/patches/series
1153
1154 [ Mathieu Trudel <mathieu-tl@ubuntu.com> ]
1155 * Recommend network-manager-pptp. It's at least useful for some DSL users.
1156 See LP: 107738.
1157 - update debian/control
1158
1159 -- Mathieu Trudel <mathieu-tl@ubuntu.com> Thu, 25 Mar 2010 08:53:54 -0400
1160
1161network-manager (0.8-0ubuntu2) lucid; urgency=low
1162
1163 * Add network-manager-kde as option for network-manager recommends
1164
1165 -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 22 Feb 2010 15:49:49 +0000
1166
1167network-manager (0.8-0ubuntu1) lucid; urgency=low
1168
1169 * upstream 0.8 release
1170 - backends: add backend for Pardus
1171 - libnm-util: fix NMDeviceBt hardware address property
1172 - core: ensure failed /etc/hosts update writes out well-formatted file (LP: #471498)
1173 - netlink: work around kernel cache refill problems
1174 - keyfile: add IPv6 support (bgo #593814)
1175 - libnm-util: add IPv6 comparison functions
1176 - crypto: de-init NSS after calling PR_GetError()
1177 - policy: fall back to original hostname before trying reverse DNS
1178 - policy: be more selective when adding hostname to /etc/hosts (debian #567411)
1179 - ifupdown: interpret allow-hotplug as autoconnect (debian #568784)
1180 - gsm: handle PIN requests during modem enable too (bgo #609197)
1181 - modem: ignore Enabled property changes while activating
1182 - ifupdown: don't tell NM about connections until we check 'managed' (LP: #450458)
1183
1184 -- Mathieu Trudel <mathieu-tl@ubuntu.com> Fri, 19 Feb 2010 10:01:07 -0500
1185
1186network-manager (0.8~rc2-0ubuntu1) lucid; urgency=low
1187
1188 * upstream snapshot 2009-11-12 01:22:59 (GMT)
1189 + 420ea0220c29a45337e239e4c53250a6989160a3
1190 - ppp: allow update of ppp secrets in all ACTIVATING stages (LP: #432205)
1191 - core: validate pidfile and quit early if NM is already running (rh #517362)
1192 - core: preserve wifi and networking enabled/disabled states (bgo #582447)
1193 - libnm-util: don't allow blank or NULL VPN items or secrets (rh #532084)
1194
1195 * upstream 0.8-rc1 release
1196 - libnm-util: client cert shouldn't be required to set priv key (bgo #585570)
1197 - wifi: poll rfkill status for ipw2x00 devices
1198 - ppp: increase PPPoE pppd timeout to 30 seconds (debug)
1199 - wifi: don't allow scan requests when associating
1200 - wifi: ensure wifi devices are enabled on wakeup if not rfkilled
1201 - libnm-util: handle PEM files without ending newline (rh #507315)
1202 - system-settings: cache secrets to protect against nm_connection_clear_secrets
1203 - dnsmasq: VPN DNS fixes (LP #389006)
1204 - system-settings: fix crash when deleting wired connections
1205 - modem: subsitute known-good nameservers if PPP doesn't return any (LP: #434477)
1206 - core: clear invalid tag on failed connections when sleeping (LP: #456362)
1207 - wwan: unable to bring up mobile-broadband system connection (LP: #483773)
1208 - 8021x: fixed problems with invalid connection / client-certs (LP: #245184)
1209
1210 * upstream 0.8-rc2 release
1211 - po: update italian translation (bgo #595673)
1212 - core: fix error when parsing state file for WirelessEnabled fails
1213 - libnm-util: fix potential crash when encrypting fails
1214 - modem: ensure deactivation on disable only happens on disable
1215 - modem: ensure device is deactivated if the modem is disabled
1216 underneath NM
1217 - modem: enable modem before connecting if required
1218 - libnm-glib: add WWAN enable/disable support
1219 - manager: add WWAN enable/disable support
1220 - modem: proxy the ModemManager Enabled property
1221 - manager: generalize rfkill operations
1222 - core: add statefile support for WWAN devices
1223 - udev: add support for other types of rfkill switches
1224 - core: generalize interface for enabling/disabling devices
1225 - modem: fix enable/disable/disconnect flow
1226 - system-settings: Fix using hostname from DHCP
1227 - libnm-util: client certificate should not be required to set
1228 private key (bgo #585570)
1229
1230
1231 [ Alexander Sack <asac@ubuntu.com> ]
1232 * allow daily builds to be filed against ubuntu bug system;
1233 to allow this we add report['CrashDB'] = 'ubuntu' to the apport
1234 hook
1235 - update debian/source_network-manager.py
1236 * attach list of system-connection configuration files in apport hook
1237 - update debian/source_network-manager.py
1238
1239 [ Mathieu Trudel <mathieu.tl@gmail.com> ]
1240 * updated pkcs11 smartcard patch
1241 - updated debian/patches/lp120363_smartcard_pkcs11.patch
1242 * updated signals patch for apport
1243 - updated debian/patches/70_lp145653_no_sigaction_for_crashes.patch
1244 * add new nm_setting_olpc_mesh_new symbol to libnm-util1.symbols
1245 - update debian/libnm-util1.symbols
1246 * add new nm_client_wwan* symbols to libnm-glib2.symbols
1247 - update libnm-glib2.symbols
1248
1249 [ Tony Espy <espy@ubuntu.com> ]
1250 * add logic to map '~rc' versions to '-rc' tag format used upstream. This
1251 allows the upstream tags to be used, while managing to keep the version
1252 numbers less than the final release version.
1253 - update debian/rules
1254
1255 -- Tony Espy <espy@ubuntu.com> Wed, 20 Jan 2010 09:51:19 -0500
1256
1257network-manager (0.8~a~git.20091013t193206.679d548-0ubuntu1) karmic; urgency=low
1258
1259 * upstream snapshot 2009-10-13 19:32:06 (GMT)
1260 + 679d548e09a0b58815ca62989627d00e7b8c7d96
1261 - ppp: add minimal debugging output to the ppp plugin
1262 - system-settings: fix crash saving default wired connections to backing storage (LP: #435029)
1263 - sharing: fix sharing after 715ddd2045cf786e6c80e6d3d8617fe70ad24552 (LP: #444756)
1264 - vpn: clear secrets when the connection fails
1265 * drop iptables-dev dependency and explicitly set
1266 --with-iptables=/sbin/iptables for configure
1267 - update debian/control
1268 - update debian/rules
1269 * fix LP: #366525 - network-manager should recommend iptables
1270 - update debian/control
1271
1272 -- Alexander Sack <asac@ubuntu.com> Thu, 15 Oct 2009 00:16:15 +0200
1273
1274network-manager (0.8~a~git.20091005t192303.1d28ad1-0ubuntu2) karmic; urgency=low
1275
1276 * add build-dep on iptables-dev
1277 - update debian/control
1278
1279 -- Mathieu Trudel <mathieu.tl@gmail.com> Tue, 06 Oct 2009 00:32:28 +0200
1280
1281network-manager (0.8~a~git.20091005t192303.1d28ad1-0ubuntu1) karmic; urgency=low
1282
1283 * upstream snapshot 2009-10-05 19:23:03 (GMT)
1284 + 1d28ad1aa54bacf6b6b64582ee7c41d9728d7304
1285 * fixed upstream
1286 - LP: #413622 - Network manager does not unmanage devices configured as
1287 "mapping" in /etc/network/interfaces
1288 - LP: #413967 - Network manager does not connect wlan0 on startup
1289 - LP: #417719 - Disconnected static wired network initially treated as
1290 connected
1291 - LP: #422597 - 802.11x fails for wired connections (wireless works)
1292 - LP: #438771 - Creating a wireless or DSL connection fails with
1293 "Error editing connection: property '%s' / '%s' invalid: %d"
1294 - LP: #443423 - Connection properties are not stored
1295 - LP: #439221 - cannot create wireless Wpa & Wpa2 connection with GUI
1296 - LP: #441668 - network-manager does not save modifications on GSM
1297 connections
1298 - LP: #438454 - NetworkManager fails to set IP and route information entered
1299
1300 [ Mathieu Trudel <mathieu.tl@gmail.com> ]
1301 * updated pkcs11 smartcard patch
1302 - updated debian/patches/lp120363_smartcard_pkcs11.patch
1303 * add new 802.1x symbols to libnm-util1.symbols
1304 - update debian/libnm-util1.symbols
1305
1306 [ Alexander Sack <asac@ubuntu.com> ]
1307 * drop cherry-pick now applied upstream
1308 - delete debian/patches/lp436884.patch
1309 - update debian/patches/series
1310 * extend apport hook to also append /etc/NetworkManager/nm-system-settings.conf
1311 - update debian/source_network-manager.py
1312
1313 -- Alexander Sack <asac@ubuntu.com> Mon, 05 Oct 2009 23:46:01 +0200
1314
1315network-manager (0.8~a~git.20090923t064445.b20cef2-0ubuntu2) karmic; urgency=low
1316
1317 * fix LP: #436884 - wireless secrets dont work in karmic; we
1318 cherry-pick a one-line git commit that makes the GetSecrets
1319 call use the right dbus proxy.
1320 - add debian/patches/lp436884.patch
1321 - update debian/patches/series
1322
1323 -- Alexander Sack <asac@ubuntu.com> Tue, 29 Sep 2009 17:11:56 +0200
1324
1325network-manager (0.8~a~git.20090923t064445.b20cef2-0ubuntu1) karmic; urgency=low
1326
1327 * upstream snapshot 2009-09-23 06:44:45 (GMT)
1328 + b20cef2e1beae61cb2335edb8cb0aa3932facd54
1329 * drop patches superseded upstream
1330 - delete debian/patches/lp303142_more_time_for_manual_registration.patch
1331 - update debian/patches/series
1332 * adjust .symbols files for changed vpn ABI/API
1333 - update debian/libnm-glib2.symbols
1334 * fix wrong file location: network-manager.prerm => debian/network-manager.prerm
1335
1336 -- Alexander Sack <asac@ubuntu.com> Thu, 24 Sep 2009 11:33:58 +0200
1337
1338network-manager (0.8~a~git.20090911t130220.4c77fa0-0ubuntu6) karmic; urgency=low
1339
1340 LP: #430878
1341 * debian/rules: We never previously started or restarted network manager
1342 on install or upgrade, and instead flagged a reboot. So we need a
1343 --noscripts for dh_installinit to stop that happening with Upstart
1344 (didn't need this before because the init script was never installed
1345 with dh_installinit)
1346 * debian/network-manager.prerm: Restore, just stop N-M using "stop"
1347
1348 -- Scott James Remnant <scott@ubuntu.com> Wed, 16 Sep 2009 20:50:31 +0100
1349
1350network-manager (0.8~a~git.20090911t130220.4c77fa0-0ubuntu5) karmic; urgency=low
1351
1352 * Don't have network manager wait for network filesystems, since
1353 the network filesystems are probably waiting for network manager.
1354
1355 -- Scott James Remnant <scott@ubuntu.com> Wed, 16 Sep 2009 13:49:48 +0100
1356
1357network-manager (0.8~a~git.20090911t130220.4c77fa0-0ubuntu4) karmic; urgency=low
1358
1359 [ Alexander Sack ]
1360 * fix upstart regression that made NM restart on hal upgrade
1361 - update debian/network-manager.upstart
1362
1363 -- Scott James Remnant <scott@ubuntu.com> Wed, 16 Sep 2009 00:08:21 +0100
1364
1365network-manager (0.8~a~git.20090911t130220.4c77fa0-0ubuntu3) karmic; urgency=low
1366
1367 FFE LP: #427356.
1368
1369 * Replace init script with Upstart job.
1370 * debian/control:
1371 - Bump build-dependency on debhelper for Upstart-aware dh_installinit
1372
1373 -- Scott James Remnant <scott@ubuntu.com> Tue, 15 Sep 2009 13:40:43 +0100
1374
1375network-manager (0.8~a~git.20090911t130220.4c77fa0-0ubuntu2) karmic; urgency=low
1376
1377 * fix LP: #429901 - provide legacy .pc files for libnm_glib and libnm_glib_vpn
1378 to ease transition
1379 - add debian/libnm-glib-dev.links
1380
1381 -- Alexander Sack <asac@ubuntu.com> Tue, 15 Sep 2009 10:44:42 +0200
1382
1383network-manager (0.8~a~git.20090911t130220.4c77fa0-0ubuntu1) karmic; urgency=low
1384
1385 * upstream snapshot 2009-09-11 13:02:20 (GMT)
1386 + 4c77fa08623f41dd710c545ec859dd7e942a3f2c
1387 + fix LP: #411668 - NetworkManager crashes in g_type_check_instance_cast ()
1388 when connecting to 3G
1389 + fix LP: #366772 - Network manager does not show EVDO, device detected by hal
1390 + fix LP: #424092 - ifupdown connection device locking regressions caused by
1391 system-settings rework
1392 + fix LP: #424603 - Not closing modems when disconnected
1393
1394 [ Tony Espy <espy@ubuntu.com> ]
1395 * fix build error due to upstream re-factoring
1396 - update debian/patches/lp291564_ifupdown_unmanage_mapping_and_iface.patch
1397 * fix install problem due to new PolicyKit changes
1398 - update debian/network-manager.install
1399 * fix install problem due to libnm-glib naming changes
1400 - update debian/libnm-glib-dev.install
1401 - update debian/libnm-glib0.install
1402 * handle upstream soname version bump for libnm-glib
1403 - update debian/control
1404 - rename debian/libnm-glib0.install => debian/libnm-glib2.install
1405 - rename debian/libnm-glib0.symbols => debian/libnm-glib2.symbols
1406 - update debian/libnm-glib2.symbols
1407 * add new olpc_mesg symbols to libnm-util1.symbols
1408 - update debian/libnm-utils1.symbols
1409 * fix lintian errors: update Standards-Version to 3.8.3, add missing
1410 ${misc:Depends}, and replace deprecated ${Source-Version} variables
1411 with ${binary:Version}
1412 - update debian/control
1413
1414 [ Alexander Sack <asac@ubuntu.com> ]
1415 * drop -0ubuntu1 suffix from ip6 symbols added in previous upload
1416 - update debian/libnm-glib0.symbols
1417 * remove hal from build-depends and depends (LP: #416988)
1418 - update debian/control
1419 * adjust patches to new upstream codebase
1420 - update debian/patches/lp291564_ifupdown_unmanage_mapping_and_iface.patch
1421 - update debian/patches/lp291902_IFUPDOWN_dont_export_connection_in_unmanaged_mode.patch
1422 * build depend on libpolkit-gobject-1-dev instead of libpolkit-dbus-dev
1423 - update debian/control
1424 * make GET_SOURCE not go mad for git versions that use a different abbrev-id syntax
1425 - update debian/rules
1426 * drop patches applied upstream
1427 - delete debian/patches/lp291564_ifupdown_unmanage_mapping_and_iface.patch
1428 - delete debian/patches/lp291902_IFUPDOWN_dont_export_connection_in_unmanaged_mode.patch
1429 - update debian/patches/series
1430
1431 [ Mathieu Trudel <mathieu.tl@gmail.com> ]
1432 * adjust patches to new upstream codebase
1433 - update debian/patches/lp291564_ifupdown_unmanage_mapping_and_iface.patch
1434 * add rule to retrieve current snapshot information
1435 - update debian/rules
1436 * fix missing character in GET_SOURCE code
1437 - update debian/rules
1438 * use current snapshot hash from changelog instead of latest in get-snapshot-info
1439 - update debian/rules
1440 * update GET_SOURCE code: exit on any error
1441 - update debian/rules
1442
1443 -- Alexander Sack <asac@ubuntu.com> Mon, 14 Sep 2009 11:29:38 +0200
1444
1445network-manager (0.8~a~git.20090820t182117.cb60390-0ubuntu2) karmic; urgency=low
1446
1447 New upstream snapshot:
1448 + LP: #412570 - [novatel] modemmanger does not connect to 3G network, icon
1449 keeps spinning.
1450 + LP: #413333 - [huawei] MM wont connect, keeps nm.applet spinning
1451
1452 [ Tony Espy <espy@ubuntu.com> ]
1453 * remove deprecated and un-used DBUS init scripts
1454 - remove network-manager.dbus-event
1455 - remove network-manager-dispatcher.dbus-event
1456 * add comment to system settings config file about how to to
1457 override it with another file
1458 - update nm-system-settings.conf
1459
1460 [ Jonathan Riddell <jriddell@ubuntu.com> ]
1461 * Recommend on renamed plasma-widget-networkmanagement
1462 * Update Vcs-bzr line in debian/control
1463
1464 [ Alexander Sack <asac@ubuntu.com> ]
1465 * use command_output from apport.hookutils - thx Matt Zimmerman
1466 - update source_network-manager.py
1467 * add LOCAL_BRANCH feature to play nicely with fta's build bot
1468 - update rules
1469 * add nm_settings_olpc_ symbols to libnm-util1
1470 - update debian/libnm-util1.symbols
1471 * fix LP: #416598 - mbm dhclient request fails because interface is not up
1472 - add debian/patches/0001-core-make-sure-device-interfaces-are-up-before-ip4-c.patch
1473 - update debian/patches/series
1474 * add ip6 api symbols for libnm-glib0
1475 - update debian/libnm-glib0.symbols
1476
1477 [ Matt Zimmerman <mdz@ubuntu.com> ]
1478 * Update source_network-manager.py to use attach_network and attach_wifi from
1479 hookutils, to further benefit from common code and add some new info
1480 * Automatically tag apport bugs with driver-ndiswrapper, driver-b44 or
1481 driver-madwifi per https://wiki.ubuntu.com/DebuggingNetworkManager
1482
1483 -- Alexander Sack <asac@ubuntu.com> Thu, 20 Aug 2009 21:46:03 +0200
1484
1485network-manager (0.8~a~git.20090804t185522.4bab334-0ubuntu1) karmic; urgency=low
1486
1487 [ Tony Espy <espy@ubuntu.com> ]
1488 * upstream snapshot 2009-08-04 18:55:22 (GMT)
1489 + 4bab33405be01fd263373e530d712f3eb8d01d0d
1490 * add ipv6 header to libnm-util-dev install
1491 - update libnm-util-dev.install
1492 * add ipv6 symbols to libnm-util1
1493 - update libnm-util1.symbols
1494 * made more revisions to the tarball generation code
1495 after finding problems with the GET_SOURCE function
1496 - update rules
1497 * add more bluetooth symbols to libnm-util1 symbols
1498 - update libnm-util1.symbols
1499 * use -c4 MAKESHLIBS_ARG to detect symbol changes instead of
1500 hard-coding versions for individual libraries.
1501 - update rules
1502 * re-work tarball generation code; added get-curr-source to
1503 grab a specific version; get-orig-source now grabs the tip
1504 of new variable GIT_BRANCH; adjusted changelog version to
1505 new scheme.
1506 - update rules
1507 * add modemmanager to Recommends:
1508 - update control
1509
1510 [ Alexander Sack <asac@ubuntu.com> ]
1511 * prepare get-orig-source for daily ppa-scripts
1512 - update rules
1513 * drop patches not required on trunk
1514 - delete patches/60_NULL_info_linux_driver.patch
1515 - delete patches/lp199140_dont_manage_virtual_devices.patch
1516 - delete patches/lp356517_manage_virtual_devices_on_armel.patch
1517 - update patches/series
1518 * port smartcard patch and reenable it
1519 - update patches/lp120363_smartcard_pkcs11.patch
1520 - update patches/series
1521 * port patches to trunk
1522 - update patches/lp291564_ifupdown_unmanage_mapping_and_iface.patch
1523 * add libgudev-1.0-dev as new build dependency
1524 - update control
1525 * update .install debhelper files to match new upstream hierarchy
1526 - update libnm-util-dev.install
1527 - update network-manager.install
1528 * add bluetooth settings symbols to libnm-util1 symbols
1529 - update libnm-util1.symbols
1530
1531 -- Tony Espy <espy@ubuntu.com> Thu, 06 Aug 2009 10:31:17 +0100
1532
1533network-manager (0.7.999-3) unstable; urgency=low
1534
1535 * debian/patches/03-hostname-fallback.patch
1536 - If dhcp does not return a valid hostname and none of the system settings
1537 plugins provides a hostname, fallback to the hostname that was set when
1538 NetworkManager was started. Patch pulled from upstream Git.
1539 (Closes: #567207)
1540 * debian/patches/04-etc-hosts-rewrite.patch
1541 - Be more selective when adding hostname to /etc/hosts.
1542 Patch pulled from upstream Git. (Closes: #567411)
1543 * debian/patches/05-ifupdown-allow-hotplug-autoconnect.patch
1544 - Set autoconnect=true for devices marked as allow-hotplug in
1545 /etc/network/interfaces. (Closes: #568784)
1546 * debian/control
1547 - Remove Riccardo from Uploaders with Riccardo's consent.
1548 - Bump Breaks for network-manager-kde to (<< 1:0.9~~). The KDE3 version no
1549 longer works correctly with this version of network-manager.
1550 - Bump Standards-Version to 3.8.4. No further changes.
1551 * debian/network-manager.init
1552 - Don't use "set -e".
1553 - Print meaningful messages on start and stop in case the daemon is already
1554 running resp. already stopped.
1555
1556 -- Michael Biebl <biebl@debian.org> Mon, 08 Feb 2010 17:27:54 +0100
1557
1558network-manager (0.7.999-2) unstable; urgency=low
1559
1560 * Upload to unstable.
1561
1562 -- Michael Biebl <biebl@debian.org> Tue, 26 Jan 2010 17:03:35 +0100
1563
1564network-manager (0.7.999-1) experimental; urgency=low
1565
1566 * New upstream release (0.8 rc3). (Closes: #553320)
1567 - Much improved bluetooth support.
1568 - Support for IPv6.
1569 - Port to PolicyKit 1. (Closes: #549502)
1570 - Drop hal dependency, use udev directly.
1571 - Use ModemManager for better mobile broadband.
1572 * debian/rules
1573 - Don't ship empty TODO file. (Closes: #558471)
1574 - Specify the path to the iptables binary.
1575 * Update *.install, *.symbols and debian/control for library soname changes:
1576 libnm-glib0 → libnm-glib2 and libnm-glib-vpn0 → libnm-glib-vpn1.
1577 * debian/network-manager.install
1578 - Remove nm-system-settings files.
1579 - Install PolicyKit files to new location.
1580 - Remove udev modem prober.
1581 * debian/libnm-glib-{vpn-}dev.links
1582 - The name of the pkg-config files has changed ('_' → '-'). Create compat
1583 symlinks so existing configure scripts keep working, allowing for a
1584 smoother transition to the new library names.
1585 * debian/control
1586 - Wrap dependencies.
1587 - Drop Build-Depends on libhal-dev and libpolkit-dbus-dev.
1588 - Add Build-Depends on libdbus-1-dev (>= 1.1), libpolkit-gobject-1-dev and
1589 libgudev-1.0-dev.
1590 - Bump Build-Depends on libglib2.0-dev to (>= 2.18).
1591 - Replace hal Depends with udev.
1592 - Replace policykit Recommends with policykit-1.
1593 - Add Recommends on modemmanager which is required for mobile broadband
1594 support.
1595 - Update package description: policykit → policykit-1.
1596 - Add -dbg package. (Closes: #380626)
1597 * debian/network-manager.init
1598 - Update LSB header: Replace hal dependency with udev.
1599 - The nm-system-settings daemon has been merged into the NetworkManager
1600 daemon, so we no longer need to kill nm-system-settings on "stop".
1601 * debian/network-manager.preinst
1602 - Remove the obsolete conffile
1603 /etc/dbus-1/system.d/nm-system-settings.conf on upgrades.
1604 * network-manager.postinst
1605 - Kill any running nm-system-settings daemon on upgrades before the new
1606 NetworkManager daemon is started. Its functionality has been merged
1607 into NetworkManager.
1608
1609 -- Michael Biebl <biebl@debian.org> Fri, 22 Jan 2010 01:53:46 +0100
1610
1611network-manager (0.7.2-2) unstable; urgency=low
1612
1613 * debian/rules
1614 - Disable -Werror (more-warnings) for now as it causes build failures on
1615 sparc.
1616
1617 -- Michael Biebl <biebl@debian.org> Fri, 27 Nov 2009 07:26:23 +0100
1618
1619network-manager (0.7.2-1) unstable; urgency=low
1620
1621 * New upstream release.
1622 - Fixes segfault of nm-system-settings for empty SSIDs. (Closes: #531605)
1623 - Fixes build failures with binutils-gold. (Closes: #555770)
1624 - Adds support for GTC (WPA2 Enterprise/PEAP). (Closes: #543454)
1625 * debian/patches/02-dbus_access_network_manager.patch
1626 - Update group="netdev" policy based on the upstream changes for
1627 at_console. The updated D-Bus policy also fixes communication failures
1628 between pppd and NetworkManager. (Closes: #555624)
1629 * Drop patches that have been merged upstream
1630 - debian/patches/04-struct_termios.patch
1631 - debian/patches/05-handle-new-ssb-bus-from-HAL-0.5.13.patch
1632 * debian/libnm-util1.symbols
1633 - Add new symbol nm_setting_wireless_security_get_wep_key_type.
1634 * debian/control
1635 - Bump Standards-Version to 3.8.3. No further changes.
1636 * debian/network-manager.install
1637 - Make sure we install all udev rules files.
1638 * debian/network-manager.init
1639 - Kill the D-Bus activated nm-system-settings daemon on "stop". Update
1640 README.Debian accordingly.
1641
1642 -- Michael Biebl <biebl@debian.org> Wed, 25 Nov 2009 00:12:29 +0100
1643
1644network-manager (0.7.1-2) unstable; urgency=low
1645
1646 [ Michael Biebl ]
1647 * debian/control
1648 - Add Build-Depends on libudev-dev. This allows to query udev for modem
1649 capabilities without having to spawn udevadm.
1650 * debian/patches/05-handle-new-ssb-bus-from-HAL-0.5.13.patch
1651 - HAL 0.5.13 added support for the ssb bus type which is internally used
1652 on most Broadcom ethernet and wifi chipsets. Update NM to detect the
1653 driver for the changed device layout. (Closes: #540613)
1654 Patch backported from upstream git.
1655 * debian/network-manager.init
1656 - Update LSB header. Provide the "network-manager" facility instead of
1657 "NetworkManager" as gdm is depending on the former and to be more in
1658 line with the recommended practice to name the Provides like the init
1659 script itself. (Closes: #539753)
1660
1661 [ Sjoerd Simons ]
1662 * debian/control
1663 - Add libnm-util-dev to the depends of libnm-glib-dev. (Closes: #539888)
1664
1665 -- Michael Biebl <biebl@debian.org> Mon, 17 Aug 2009 23:47:01 +0200
1666
1667network-manager (0.7.1-1) unstable; urgency=low
1668
1669 * New upstream release.
1670 * Use set -e instead of #!/bin/sh -e for all maintainer scripts.
1671 * debian/patches/04-struct_termios.patch
1672 - Fix FTBFS on alpha by using the POSIX.1 struct termios interface instead
1673 of the obsolete struct termio ioctl interface. (Closes: #524161)
1674
1675 -- Michael Biebl <biebl@debian.org> Fri, 17 Apr 2009 00:47:03 +0200
1676
1677network-manager (0.7.1-0ubuntu1) karmic; urgency=low
1678
1679 * upstream release 0.7.1
1680
1681 -- Alexander Sack <asac@ubuntu.com> Tue, 02 Jun 2009 12:58:30 +0200
1682
1683network-manager (0.7.1~rc4.1.cf199a964-0ubuntu2) jaunty; urgency=low
1684
1685 * fix LP: #356517 - NetworkManager does not detect eth0 on armel; on armel
1686 network devices have no visible bus and hence appear similar to virtual
1687 devices that got blacklisted by the fix for LP: #199140; for jaunty
1688 we workaround the issue by explicitly disabling the virtual device
1689 blacklisting on __ARMEL__
1690 - add patches/lp356517_manage_virtual_devices_on_armel.patch
1691 - update patches/series
1692
1693 -- Alexander Sack <asac@ubuntu.com> Tue, 14 Apr 2009 13:53:20 +0200
1694
1695network-manager (0.7.1~rc4.1.cf199a964-0ubuntu1) jaunty; urgency=low
1696
1697 * upstream release 0.7.1 final candidate 1 (Wed Apr 8 06:38:37 2009 -0400)
1698 + http://git.freedesktop.org/NetworkManager/NetworkManager/
1699 + NETWORKMANAGER_0_7 (branch)
1700 - modem-probe: retry opening the serial port if --delay is used (LP: #351803)
1701 (Up to --delay milliseconds.)
1702 - core: ignore DHCP-sent MTUs less than 577 (LP: #352779)
1703 - core: update FSF address (bgo #577949)
1704 - modem-probe: don't restrict probing on tty device name (LP: #351803)
1705
1706 -- Alexander Sack <asac@ubuntu.com> Wed, 08 Apr 2009 12:53:41 +0200
1707
1708network-manager (0.7.1~rc4-0ubuntu1) jaunty; urgency=low
1709
1710 * upstream release 0.7.1 rc4
1711 + http://git.freedesktop.org/NetworkManager/NetworkManager/
1712 + NETWORKMANAGER_0_7 (branch)
1713 - dont send AT commands to serial consoles that are not using a modem driver
1714 - nozomi probing (LP: #351803)
1715 - allow users with polkit authorization to view/edit secrets for system connections
1716 - fix crash that might be LP: #319918
1717 * allow connection sharing out of the box; we add dnsmasq-base to Recommends:
1718 - update control
1719
1720 -- Alexander Sack <asac@ubuntu.com> Mon, 06 Apr 2009 12:43:31 +0200
1721
1722network-manager (0.7.1~rc3.2.gitb8fc83a7-0ubuntu1) jaunty; urgency=low
1723
1724 * upstream 0.7.1 rc3 + gitb8fc83a7 (Thu Mar 26 17:05:41 2009 -0400)
1725 + http://git.freedesktop.org/NetworkManager/NetworkManager/
1726 + NETWORKMANAGER_0_7 (branch)
1727 + fix broken udev-prober for 3G modems (LP: #346835)
1728 * fix LP: #348521 - network-manager sould depend on ppp
1729 - update control
1730 * update diverged patches
1731 - update patches/60_NULL_info_linux_driver.patch
1732
1733 -- Alexander Sack <asac@ubuntu.com> Fri, 27 Mar 2009 14:37:33 +0100
1734
1735network-manager (0.7.1~rc3.1.git4cf2da146-0ubuntu1) jaunty; urgency=low
1736
1737 * upstream 0.7.1 rc3 + git4cf2da146
1738 + http://git.freedesktop.org/NetworkManager/NetworkManager/
1739 + NETWORKMANAGER_0_7 (branch)
1740 * adjust patches to changed code base
1741 - update patches/60_NULL_info_linux_driver.patch
1742
1743 -- Alexander Sack <asac@ubuntu.com> Thu, 19 Mar 2009 15:05:35 +0100
1744
1745network-manager (0.7.1~rc3-0ubuntu2) jaunty; urgency=low
1746
1747 * Recommend plasmoid-network-manager not network-manager-kde
1748 - Closes LP: #340210
1749
1750 -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 11 Mar 2009 14:17:50 +0000
1751
1752network-manager (0.7.1~rc3-0ubuntu1) jaunty; urgency=low
1753
1754 * upstream 0.7.1 rc3
1755 + http://git.freedesktop.org/NetworkManager/NetworkManager/
1756 + NETWORKMANAGER_0_7 (branch)
1757 * point Vcs-Bzr: to new 0.7.1 packaging branch
1758 - update control
1759 * fix .symbols files for libnm-glib0 and libnm-util0 to only contain symbols
1760 for the right shared libs
1761 - update libnm-glib0.symbols
1762 - update libnm-util1.symbols
1763
1764 [ Steve Langasek ]
1765 * src/nm-hal-manager.c: ignore virtual 'wired' devices whose
1766 originating device is /org/freedesktop/Hal/devices/computer, since
1767 these are generally managed by some other daemon and network-manager
1768 just gets in the way. LP: #199140.
1769 - add patches/lp199140_dont_manage_virtual_devices.patch
1770 - update series
1771
1772 -- Alexander Sack <asac@ubuntu.com> Thu, 05 Mar 2009 00:54:41 +0100
1773
1774network-manager (0.7.1~rc1+20090220-0ubuntu2) jaunty; urgency=low
1775
1776 * drop suggests on udev-extras as the modem code was moved into
1777 network-manager
1778 - update control
1779 * ship udev modem probe rules and nm-modem-probe binary in
1780 network-manager package
1781 - update network-manager.install
1782
1783 -- Alexander Sack <asac@ubuntu.com> Mon, 23 Feb 2009 15:52:55 +0100
1784
1785network-manager (0.7.1~rc1+20090220-0ubuntu1) jaunty; urgency=low
1786
1787 * upstream 0.7.1 rc1 (post) snapshot
1788 + http://git.freedesktop.org/NetworkManager/NetworkManager/
1789 + NETWORKMANAGER_0_7 (branch)
1790 + Feb 20, 2009 (a2b55d43)
1791 * Fix LP: #332064 - carrier detect broken for forcedeth and other drivers
1792
1793 -- Alexander Sack <asac@ubuntu.com> Fri, 20 Feb 2009 16:30:39 +0100
1794
1795network-manager (0.7.1~rc1-0ubuntu2) jaunty; urgency=low
1796
1797 * upstream 0.7.1 rc1 release taken from git
1798 + http://git.freedesktop.org/NetworkManager/NetworkManager/
1799 + NETWORKMANAGER_0_7 (branch)
1800 + Feb 18, 2009 (6176cc68)
1801 * rebase some patches on new upstream code base
1802 - update patches/60_NULL_info_linux_driver.patch
1803 * start NetworkManager daemon later (50) and remove old init links
1804 accordingly (requested by Keybuk aka scott@ubuntu.com)
1805 - update debian/network-manager.postinst
1806 * build depend on libudev-dev to enable support for modem probing
1807 through udev-extras; in turn add udev-extras to suggests
1808 - update control
1809
1810 -- Alexander Sack <asac@ubuntu.com> Thu, 19 Feb 2009 23:35:23 +0100
1811
1812network-manager (0.7.1~20090213+gitf142e15-0ubuntu1) jaunty; urgency=low
1813
1814 * new upstream snapshot (0.7.1 pre)
1815 + http://git.freedesktop.org/NetworkManager/NetworkManager/
1816 + NETWORKMANAGER_0_7 (branch)
1817 + Feb 13, 2009 (f142e15)
1818 * patch housekeeping for new upstream code
1819 + remove upstreamed patches
1820 - delete debian/patches/04-ltversioning.patch
1821 - delete debian/patches/ftbfs_nm_netlink_monitor.patch
1822 - delete debian/patches/lp290468_only_consider_name_suffix_VPN_service_files.patch
1823 - update debian/patches/series
1824 + adjust patches to new upstream code base
1825 - update debian/patches/lp292054_tune_supplicant_timeout_60s.patch
1826 * add symbol files for libs: libnm-util1 and libnm-glib0
1827 - add libnm-glib0.symbols
1828 - add libnm-util1.symbols
1829 * set default behaviour for bzr-builddeb to merge = True
1830 - add .bzr-builddeb/default.conf
1831 * bump shlibs version for libnm-glib0 and libnm-util1 to
1832 -V "libnm-glib0 (>= 0.7.1~20090213)"
1833 - update rules
1834
1835 -- Alexander Sack <asac@ubuntu.com> Tue, 17 Feb 2009 11:00:12 +0100
1836
1837network-manager (0.7.0.100-1) unstable; urgency=low
1838
1839 * New upstream release (0.7.1 rc4).
1840 * debian/network-manager.install
1841 - Install modem prober udev rules file into /lib/udev/rules.d.
1842 * debian/network-manager.preinst
1843 - Remove obsolete conffile
1844 /etc/udev/rules.d/77-nm-probe-modem-capabilities.rules.
1845 - Move the old pid file from /var/run/NetworkManager to /var/run on
1846 upgrades so the daemon can be stopped correctly in postinst and the
1847 obsolete run directory is removed automatically.
1848 * debian/network-manager.dirs
1849 - Do no longer install the /var/run/NetworkManager directory.
1850 * debian/network-manager.init
1851 - Store the NetworkManager pid file directly in /var/run.
1852 * debian/control
1853 - Bump Standards-Version to 3.8.1. See the changes above wrt the /var/run
1854 directory.
1855 * debian/patches/02-dbus_access_network_manager.patch
1856 - Remove haldaemon section, obsolete.
1857
1858 -- Michael Biebl <biebl@debian.org> Wed, 08 Apr 2009 07:06:19 +0200
1859
1860network-manager (0.7.0.99-1) unstable; urgency=low
1861
1862 * New upstream release (0.7.1 rc3).
1863 - Fix FTBFS for older GCC versions. (Closes: #517520)
1864 - Fix crash for wireless-ssid setting in ifupdown plugin which also caused
1865 hostname to be set incorrectly. (Closes: #513852)
1866 - Handle unsupported format for wifi keys in ifupdown plugin.
1867 (Closes: #513874)
1868 * debian/network-manager.install
1869 - Install modem prober and corresponding udev rules file.
1870 * debian/control
1871 - Add Recommends on dnsmasq-base and iptables which are required for
1872 creating Ad-hoc connections and connection sharing. (Closes: #513151)
1873 - Document optional dependencies, like avahi-autoipd or policykit, in the
1874 package description. (Closes: #504455)
1875 * debian/rules
1876 - Update stop priorities for 0 1 6 from K14 to K88.
1877
1878 -- Michael Biebl <biebl@debian.org> Thu, 05 Mar 2009 13:21:13 +0100
1879
1880network-manager (0.7.0.97-1) unstable; urgency=low
1881
1882 * New upstream release.
1883 - Update 02-dbus_access_network_manager.patch for the latest upstream
1884 changes which fixes non-deterministic allow/deny for D-Bus messages with
1885 no interface. (Closes: #510729)
1886 - Disable 03-F3507g.patch for now, patch no longer applies and should be
1887 replaced by ModemManager anyway.
1888 - Remove 04-ltversioning.patch, merged upstream.
1889 - Remove 05-dhclient_lease_files.patch, merged upstream.
1890 * Merge experimental branch into unstable. Remaining changes:
1891 - Remove 07-domain_search.patch, merged upstream.
1892 - Remove 08-hal_deprecated_keys.patch, fixed upstream.
1893 - Remove 09-nm_dbus_get_ap_from_object_path-mem_leak_fix.patch, obsolete.
1894 - Disable 20-manual_means_always_online.patch, needs to be ported to 0.7.
1895 - Drop libdbus-glib-1-dev Depends from libnm-util-dev.
1896 * debian/control
1897 - Add ${misc:Depends} to all binary packages.
1898 - Let network-manager depend on dhcp3-client directly, as the dependency
1899 on dhcdbd has been removed. (Closes: #509655)
1900 - Wrap Build-Depends.
1901 - Bump Build-Depends on debhelper to (>= 7).
1902 * debian/compat
1903 - Bump debhelper compat level to 7.
1904 * debian/rules
1905 - Include debhelper.mk before any other files as recommended by the cdbs
1906 documentation.
1907 * Update symbols file for libnm-util and libnm-glib due to API additions.
1908
1909 -- Michael Biebl <biebl@debian.org> Tue, 24 Feb 2009 22:47:20 +0100
1910
1911network-manager (0.7.0-1) experimental; urgency=low
1912
1913 * New upstream release. (Closes: #446098)
1914 - Allow connections before login (system connections). (Closes: #461831)
1915 - Storing system connections via PolicyKit is working. (Closes: #504443)
1916 - The nm-vpn-properties tool has been obsoleted by nm-connection-editor
1917 from the network-manager-gnome package and thus removed from the
1918 tarball. (Closes: #497108)
1919 - Removed dependency on dhcdbd. (Closes: #478469)
1920 - Improved communication between NM and wpasupplicant (over D-Bus) for
1921 faster wireless connections. (Closes: #385647)
1922
1923 [ Sjoerd Simons ]
1924 * debian/libnm-util0.symbols: Updated
1925 * debian/libnm-glib0.symbols: Updated
1926 * debian/patches/03-F3507g.patch
1927 - Added. Fix gsm support for Ericsson F3507g Mobile Broadband cards
1928 * debian/control: Recommend ppp (Closes: #507842)
1929
1930 [ Michael Biebl ]
1931 * debian/patches/04-ltversioning.patch
1932 - Bump soname of libnm-util due to an ABI break between 0.6.6 and 0.7.
1933 (Closes: #503682)
1934 * Update control, install and symbols file for the new libnm-util library
1935 name (libnm-util0 -> libnm-util1).
1936 * debian/control
1937 - Add Conflicts/Replaces: network-manager-pptp (<< 0.7~~) as the pppd
1938 plugin is now shipped by this package.
1939 - Add Breaks (<< 0.7~~) for the network-manager-* packages as the 0.6
1940 versions of those packages do not work with network-manager 0.7.
1941 * debian/patches/05-dhclient_lease_files.patch
1942 - Change the location of the dhclient lease files to /var/lib/dhcp3.
1943 * debian/network-manager.README.Debian
1944 - Merge README.Debian from Ubuntu which describes the new
1945 managed/unmanaged modes.
1946 * debian/nm-system-settings.conf
1947 - Set default mode to unmanaged.
1948 * debian/copyright
1949 - Revised and updated. libnm-glib and libnm-util are licensed under the
1950 LGPL v2 or later.
1951
1952 -- Michael Biebl <biebl@debian.org> Tue, 16 Dec 2008 09:56:14 +0100
1953
1954network-manager (0.7.0~svn4191-1) experimental; urgency=low
1955
1956 * SVN snapshot of the upcoming 0.7 release.
1957
1958 [ Sjoerd Simons ]
1959 * Split out libnm-glib-vpn from libnm-glib
1960 * debian/rules: Use list-missing
1961
1962 [ Michael Biebl ]
1963 * Drop obsolete patches
1964 - debian/patches/01-supplicant_timeout.patch (obsolete)
1965 - debian/patches/05-debian_backend.patch (obsolete, relevant changes
1966 merged upstream)
1967 - debian/patches/06-dispatch_more_events.patch (no longer applies)
1968 - debian/patches/07-domain_search.patch (merged upstream)
1969 - debian/patches/08-hal_deprecated_keys.patch( merged upstream)
1970 - debian/patches/13-validate_mac_addr.patch (merged upstream)
1971 * debian/patches/02-dbus_access_network_manager.patch
1972 - Updated for 0.7.
1973 * debian/control:
1974 - Add Build-Depends on uuid-dev, libgnutls-dev, libpolkit-dbus-dev,
1975 ppp-dev and quilt.
1976 - Drop Build-Depends on libgnome-keyring-dev, libgnomeui-dev,
1977 libglade2-dev, libgconf2-dev, libnotify-dev, docbook-to-man and iproute.
1978 - Bump Build-Depends on libdbus-glib-1-dev to (>= 0.75).
1979 - Drop Depends on dhcdbd (dhcdbd is dead) and iproute.
1980 - Bump Depends on lsb-base to (>= 3.2-14) which provides status_of_proc().
1981 - Bump Depends on dbus to (>= 1.1.2) for system bus activation support.
1982 - Add Recommends on policykit, which is required if you want to manage
1983 system connections.
1984 - Add Suggests avahi-autoipd for IPv4LL support.
1985 * Switch to quilt patch management system.
1986 * debian/rules:
1987 - Set libexecdir to /usr/lib/NetworkManager, so NetworkManager can
1988 automatically find the VPN plugins.
1989 - Add support for resolvconf.
1990 - Enable GnuTLS crypto support.
1991 - Remove nm-vpn-properties bits.
1992 * debian/nm-vpn-properties.sgml: Dropped, obsolete
1993 * debian/copyright: Revised and updated
1994 * debian/network-manager.postrm: Relevant code moved to preinst
1995 * debian/network-manager.preinst:
1996 - Stop old network-manager-dispatcher on upgrades and remove the init
1997 script and the start symlinks.
1998 * debian/network-manager.network-manager-dispatcher.init:
1999 - Dropped, obsolete. (Closes: #500085)
2000 The dispatcher functionality is now provided by a D-Bus activated system
2001 service which is started on demand.
2002 * debian/network-manager.init
2003 - Remove dhdbd from Required-Start and Required-Stop in the LSB header.
2004 - Remove check for /sbin/ip.
2005 - Add "status" action.
2006 * debian/*.install: Updated
2007 * debian/*.symbols:
2008 - Add symbols files for all libraries for improved shlibs handling.
2009 * debian/nm-system-settings.conf:
2010 - Ship a default configuration for the system settings service. Enable the
2011 ifupdown (legacy ro support) and keyfile (rw) plugin.
2012
2013 [ Sjoerd Simons ]
2014 * Update the various symbols files
2015 * Update to current svn
2016
2017 -- Sjoerd Simons <sjoerd@debian.org> Sat, 18 Oct 2008 21:28:05 +0100
2018
2019network-manager (0.7-0ubuntu2) jaunty; urgency=low
2020
2021 * ppp 2.4.5git transition: bump ppp-dev lower version bound to 2.4.5~
2022 - update debian/control
2023
2024 * fix LP: #120363 - NetworkManager should support smartcard based
2025 certificate; we apply the backend patch contributed by David Smith
2026 - add debian/patches/lp120363_smartcard_pkcs11.patch
2027 - update debian/patches/series
2028
2029 [ Alessandro Ghersi <alessandro.ghersi@fastwebnet.it> ]
2030 * fix LP: #270584 add the dependency network-manager-dev in
2031 libnm-glib-dev; also fixes LP: #321473 liferea doesnt handle
2032 network-manager online/offline state
2033 - update debian/control
2034 * update Standards-Version to 3.8.0
2035 - update debian/control
2036
2037 [ Steven S Danna <ssd7@pitt.edu> ]
2038 * fix LP: #283416 - add /etc/init.d/NetworkManager status; init
2039 script was fixed upstream; however, we take the lsb-base lower
2040 version bound from the bug (>= 3.2-14)
2041 - udpate debian/control
2042
2043 -- Alexander Sack <asac@ubuntu.com> Sat, 14 Feb 2009 22:16:12 +0100
2044
2045network-manager (0.7-0ubuntu1) jaunty; urgency=low
2046
2047 * (merge) new upstream release NetworkManager 0.7 final
2048 - rev 3802 lp:~vcs-imports/network-manager/main/
2049 + fix LP: #288963 Network Manager fails to connect to a system stored
2050 network with "set_network_cb(): Couldn't set network config: Did not receive
2051 correct message.." in intrepid
2052 + fix LP: #288703 Routes lost on DHCP lease renewal (breaks VPN)
2053
2054 * drop probe v250 modem patch; this should be done in udev-extras; until
2055 that happens we rely on accurate hal-info
2056 - delete debian/patches/add_probe_for_v250_modems.patch
2057 - update debian/patches/series
2058 * drop upstreamed patches
2059 - delete debian/patches/50_gcc43.patch
2060 - delete debian/patches/lp282207_set_apn_at_syntax.patch
2061 - delete debian/patches/lp268667_more_ppp_default_options.patch
2062 - delete debian/patches/lp278631-initscript-polishing.patch
2063 - update debian/patches/series
2064 * drop unused patch
2065 - delete debian/patches/41o_completely_deactivate_stage1.patch
2066 * make manual regristration timeout patch out of automatic one (which
2067 was applied upstream)
2068 - rename debian/patches/lp303142_more_time_for_automatic_registration.patch
2069 => debian/patches/lp303142_more_time_for_manual_registration.patch
2070 * add patch to fix ftbfs
2071 - add debian/patches/ftbfs_nm_netlink_monitor.patch
2072 - update debian/patches/series
2073 * [libnm-util-dev] dont try to install nm-setting-ip6-config.h - which is
2074 supposed to be hidden in 0.7 final
2075 - update debian/libnm-util-dev.install
2076 * prepatch upstream soname version bump for libnm-util
2077 - add debian/patches/04-ltversioning.patch
2078 - update debian/patches/series
2079 ship the libs in libnm-util1
2080 - update debian/control
2081 - rename debian/libnm-util0.install => debian/libnm-util1.install
2082 and bump so shlibs control file info for libnm-util1
2083 - update debian/rules
2084 * add easy bzr builddeb support with proper upstream-revision (--show-ids)
2085 - add .bzr-builddeb/default.conf
2086 * install plugin in ppp 2.4.4 and 2.4.5 directory
2087 - update debian/network-manager.install
2088
2089 -- Alexander Sack <asac@ubuntu.com> Mon, 12 Jan 2009 13:29:24 +0100
2090
2091network-manager (0.7~~svn20081018t105859-0ubuntu2) jaunty; urgency=low
2092
2093 * fix LP: #292054 - Some drivers take too long to associate (Was:
2094 network-manager 0.7 always asks for WPA passphrase); we workaround
2095 this driver/wpasupplicant bug by giving association more time
2096 (e.g. 60sec instead of 25sec)
2097 - add debian/patches/lp292054_tune_supplicant_timeout_60s.patch
2098 - update debian/patches/series
2099 * fix LP: #256905 - dbus policy file (nm-avahi-autoipd.conf) not properly
2100 deployed in package; install nm-avahi-autoipd.conf
2101 - update debian/network-manager.install
2102 * fix LP: #282207 - [Sierra] NM 0.7 does not set APN for AT&T 3G connection;
2103 apply fix from Jerone Young
2104 - add debian/patches/lp282207_set_apn_at_syntax.patch
2105 - update debian/patches/series
2106 * fix LP: #268667 - not all required ppp options get set on command line
2107 which makes ppp use bad values from /etc/ppp/options; we backport upstream
2108 fix
2109 - add debian/patches/lp268667_more_ppp_default_options.patch
2110 - update debian/patches/series
2111 * fix LP: #291564 - ifupdown network manager does not blacklist/unmanage
2112 mapped devices in managed=false mode; thanks to Stephan Trebels for the
2113 patch
2114 - add debian/patches/lp291564_ifupdown_unmanage_mapping_and_iface.patch
2115 - update debian/patches/series
2116 * fix LP: #291902 - ifupdown plugin should not export any parsed connection
2117 configuration when running in managed=false mode; we fix this by exporting
2118 empty connection list in unmanaged mode
2119 - add debian/patches/lp291902_IFUPDOWN_dont_export_connection_in_unmanaged_mode.patch
2120 - update debian/patches/series
2121 * belt-and-braces fix LP: #290468 VPN fails, "/usr/bin/nm-ppp-starter
2122 missing"; we remove obsolete conffiles in -pptp .preinst; in case user
2123 modified them they will be renamed to .dpkg-bak; this patch takes care that
2124 NM doesn't consider files in /etc/NetworkManager/VPN that don't have a
2125 .name filename suffix.
2126 - add debian/patches/lp290468_only_consider_name_suffix_VPN_service_files.patch
2127 - update debian/patches/series
2128 * fix LP: #303142 - 3G [Option] some modems take a while time to register on
2129 network (CREG); we use g_timeout_add instead of _idle_add to give the
2130 modem some rest during registration phase.
2131 - add debian/patches/lp303142_more_time_for_automatic_registration.patch
2132 - update debian/patches/series
2133
2134 -- Alexander Sack <asac@ubuntu.com> Fri, 28 Nov 2008 13:47:07 +0100
2135
2136network-manager (0.7~~svn20081018t105859-0ubuntu1) intrepid; urgency=low
2137
2138 * new upstream snapshot Sat 2008-10-18 10:58:59 +0000 (rev 3648)
2139 from lp:~vcs-imports/network-manager/main. Includes:
2140 + (bzr3642) proper wireless capability detection
2141 - update src/nm-device-wifi.c
2142 + update translations nb
2143
2144 * More cherry-picks:
2145 + (bzr3650) Updated Belarusian Latin translation.
2146 - update vpn-daemons/pptp/po/be@latin.po
2147
2148 * Changes in upstream snapshot that don't affect directly produced binary
2149 packages:
2150 + (bzr3645) NA/openvpn: support .cer and .crt certificates for openvpn (related
2151 to LP: #270762)
2152 - update vpn-daemons/openvpn/properties/auth-helpers.c
2153 + (bzr3646) NA/openvpn: The "Certificates (TLS)" tab should also be
2154 present for NM_OPENVPN_CONTYPE_PASSWORD (LP: #280429)
2155 - update vpn-daemons/openvpn/properties/auth-helpers.c
2156 + updated vpn translations es, sv
2157
2158 -- Alexander Sack <asac@ubuntu.com> Mon, 20 Oct 2008 17:35:58 +0200
2159
2160network-manager (0.7~~svn20081015t224738-0ubuntu1) intrepid; urgency=low
2161
2162 * new upstream snapshot Wed 2008-10-15 22:47:38 +0000 (bzrrev 3641)
2163 - a few more follow up fixes for routing routing/subnet/vpn handling.
2164
2165 -- Alexander Sack <asac@ubuntu.com> Thu, 16 Oct 2008 11:08:39 +0200
2166
2167network-manager (0.7~~svn20081015t024626-0ubuntu1) intrepid; urgency=low
2168
2169 new upstream snapshot Wed 2008-10-15 02:46:26 +0000 (bzrrev 3637); topic:
2170 - more vpn and routing fixes
2171
2172 [ Alexander Sack <asac@ubuntu.com> ]
2173 * drop upstreamed IFUPDOWN patches
2174 - delete debian/patches/003-IFUPDOWN-remove-unused-callbacks.loom.patch
2175 - delete debian/patches/004-IFUPDOWN-devtracking.loom.patch
2176 - delete debian/patches/005-IFUPDOWN-unmanaged-mode.loom.patch
2177 - delete debian/patches/006-IFUPDOWN-parse-system-settings.loom.patch
2178 - delete debian/patches/007-IFUPDOWN-managed-mode.loom.patch
2179 * adjust patches that didnt apply cleanly anymore
2180 - update debian/patches/008-BACKEND-debian-fallback-to-generic-loopback.loom.patch
2181 * fix eventual restart races by --retry'ing at least 5 seconds for NM to stop
2182 in init script
2183
2184 [ Mario Limonciello <superm1@ubuntu.com> ]
2185 * debian/network-manager.postinst:
2186 - Set startup priority to be lower than Ubiquity to allow only-ubiquity
2187 installs to have network access. (LP: #277302)
2188
2189 -- Alexander Sack <asac@ubuntu.com> Thu, 16 Oct 2008 00:08:41 +0200
2190
2191network-manager (0.7~~svn20081008t224042-0ubuntu3) intrepid; urgency=low
2192
2193 * fix LP: #281187: NetworkManager crashed with SIGSEGV in nl_addr_get_len();
2194 we dont set libhal properties anymore, but instead use the result directly
2195 to categorize GSM/CDMA modems
2196 - update debian/patches/add_probe_for_v250_modems.patch
2197 * fix LP: #282554: NM 0.7 fails to build on all architectures, but amd64 and
2198 i386; we don't use nm_error, but nm_warning when modem probe fails on IO
2199 level; this works around a bug about a missing signal.h include in glib.
2200 - update debian/patches/add_probe_for_v250_modems.patch
2201
2202 -- Alexander Sack <asac@ubuntu.com> Mon, 13 Oct 2008 18:23:41 +0200
2203
2204network-manager (0.7~~svn20081008t224042-0ubuntu2) intrepid; urgency=low
2205
2206 * more ifupdown compatibility: we maintain /var/run/network/ifstate
2207 in network manager dispatcher script. This fixes a bug in the
2208 nfs init script that uses /var/run/network/ifstate to determine
2209 whether all required devices are properly up.
2210 - update debian/network-manager-dispatcher.script
2211 * fix LP: #191889: [MASTER] [WORKAROUND] "Offline Mode" feature fails to
2212 detect proper online state for networks that are managed outside of
2213 network manager; we fix this by using NM_STATE_CONNECTED when unmanaged
2214 devices exist.
2215
2216 -- Alexander Sack <asac@ubuntu.com> Sat, 11 Oct 2008 14:25:55 +0200
2217
2218network-manager (0.7~~svn20081008t224042-0ubuntu1) intrepid; urgency=low
2219
2220 new upstream snapshot: Wed 2008-10-08 22:40:42 +0000 (bzrrev 3615) from
2221 lp:~vcs-imports/network-manager/main branch
2222
2223 * fix LP: #277063 - routing randomness
2224 * fix save system settings feature for keyfile plugin
2225 * Fix LP: #278631 - NM output not going cleanly on console; we use
2226 /lib/lsb/init-functions to do proper logging
2227 - add debian/patches/lp278631-initscript-polishing.patch
2228 - update debian/patches/series
2229 * drop upstreamed patches:
2230 000-FIXCRASH-in-add_default_dhcp_connection.loom.patch,
2231 001-IFUPDOWN-wep-tx-keyidx.loom.patch, 002-IFUPDOWN-hostname.loom.patch
2232 - update debian/patches/series
2233 - delete debian/patches/000-FIXCRASH-in-add_default_dhcp_connection.loom.patch
2234 - delete debian/patches/001-IFUPDOWN-wep-tx-keyidx.loom.patch
2235 - delete debian/patches/002-IFUPDOWN-hostname.loom.patch
2236 * adjust patches to new upstream codebase
2237 - update debian/patches/003-IFUPDOWN-remove-unused-callbacks.loom.patch
2238 - update debian/patches/004-IFUPDOWN-devtracking.loom.patch
2239 - update debian/patches/005-IFUPDOWN-unmanaged-mode.loom.patch
2240 - update debian/patches/006-IFUPDOWN-parse-system-settings.loom.patch
2241 - update debian/patches/007-IFUPDOWN-managed-mode.loom.patch
2242 - update debian/patches/008-BACKEND-debian-fallback-to-generic-loopback.loom.patch
2243
2244 -- Alexander Sack <asac@ubuntu.com> Thu, 09 Oct 2008 16:13:09 +0200
2245
2246network-manager (0.7~~svn20081004t225044-0ubuntu1) intrepid; urgency=low
2247
2248 new upstream snapshot: Sat 2008-10-04 22:50:44 (bzrrev 3602) from
2249 lp:~vcs-imports/network-manager/main branch
2250
2251 * merging final revision of main.eni branch which brings
2252 us back to parity with upstream branch. features temporarily lost from
2253 "upstream" code base due to this
2254 + graceful defaults for ifupdown ip4settings
2255 + wep-tx-keyidx support
2256 + pre-run intltoolize
2257 * we run intltoolize -f -c in pre-build:: target
2258 - update debian/rules
2259 * drop lp276253_fix_system_hostname.patch; upstream behaviour became more
2260 graceful and we will add ifupdown plugin support to read/write
2261 /etc/hostname
2262 - delete debian/patches/lp276253_fix_system_hostname.patch
2263 - update debian/patches/series
2264 * enable ifupdown system-config-interface implementation by default
2265 (LP: #256054)
2266 - update debian/nm-system-settings.conf
2267 * rewrite README.Debian; we document "managed" vs. "unmanaged" mode as well
2268 as "dial up configurations"
2269 - update debian/README.Debian
2270 * reflect the implicit default mode (unmanaged) in default
2271 nm-system-settings.conf shipped by ubuntu package in intrepid
2272 - update debian/nm-system-settings.conf
2273 * (disabled) add code that enforces -Os instead of -O2
2274 - update debian/rules
2275
2276 Cherry-Picking upstream submitted patches:
2277 * debian/patches/000-FIXCRASH-in-add_default_dhcp_connection.loom.patch:
2278 - fix crash of nm-system-settings when replugging devices that get a
2279 default connection created (wired)
2280 * debian/patches/001-IFUPDOWN-wep-tx-keyidx.loom.patch:
2281 - add support for wep-tx-keyidx wpa setting to ifupdown plugin
2282 * debian/patches/002-IFUPDOWN-hostname.loom.patch:
2283 - implement read/write support for /etc/hostname in ifupdown system config
2284 * debian/patches/003-IFUPDOWN-remove-unused-callbacks.loom.patch:
2285 - remove some unused callbacks (cleanup)
2286 * debian/patches/004-IFUPDOWN-devtracking.loom.patch:
2287 - add device tracking infrastructure - prepare managed/unmanaged mode
2288 * debian/patches/005-IFUPDOWN-unmanaged-mode.loom.patch:
2289 - implement global unmanaged mode (LP: #256054)
2290 * debian/patches/006-IFUPDOWN-parse-system-settings.loom.patch:
2291 - implement system-settings boolean key ifupdown:managed - default: false
2292 (LP: #256054)
2293 * debian/patches/007-IFUPDOWN-managed-mode.loom.patch:
2294 - implement managed-mode: update mac address of nm-wired/wirless-settings
2295 (LP: #256054)
2296 * debian/patches/008-BACKEND-debian-fallback-to-generic-loopback.loom.patch:
2297 - use ifconfig (instead of ifup) to bring up loopback. If ifconfig is not
2298 available we fallback to the generic (libnl based) implementation
2299 shipped by NetworkManager
2300
2301 -- Alexander Sack <asac@ubuntu.com> Mon, 06 Oct 2008 13:40:08 +0200
2302
2303network-manager (0.7~~svn20080928t225540+eni0-0ubuntu2) intrepid; urgency=low
2304
2305 [ Alexander Sack <asac@ubuntu.com> ]
2306 * remove patches forwarded/applied upstream
2307 - delete debian/patches/80_lp259503_access_to_freed_device_struct.patch
2308 - delete debian/patches/honour_resolvconf_exitcode.patch
2309 - delete debian/patches/lp269010_keyfile_secrets_crash.patch
2310 - update debian/patches/series
2311 * LP: #276253 - NM 0.7 sets hostname to localhost.localdomain instead of
2312 what is in /etc/hostname - we fallback to hostname configured in
2313 /etc/hostname even when no distro specific system plugin is enabled; we
2314 do this for all cases until a proper solution was found.
2315 - add debian/patches/fix_system_hostname.patch
2316 - update debian/patches/series
2317
2318 [ Matt Zimmerman <mdz@ubuntu.com> ]
2319 * (apport hook) Use [].append rather than the += operator, to avoid things
2320 like: "InterestingModules: b 4 4" (should be b44)
2321 - update debian/source_network-manager.py
2322
2323 -- Alexander Sack <asac@ubuntu.com> Thu, 02 Oct 2008 20:37:20 +0200
2324
2325network-manager (0.7~~svn20080908t183521+eni0-0ubuntu4) intrepid; urgency=low
2326
2327 * src/probe-modem.c: type_gsm, type_cdma and type_v250 variables are not
2328 properly reset when the retry: block is run twice in probe_modem. This can lead to
2329 unpredicted behaviour; the fix initializes those variables at the beginning of the
2330 retry: block; (LP: #271446)
2331 - update debian/patches/add_probe_for_v250_modems.patch
2332
2333 -- Alexander Sack <asac@ubuntu.com> Thu, 25 Sep 2008 03:27:46 +0200
2334
2335network-manager (0.7~~svn20080908t183521+eni0-0ubuntu3) intrepid; urgency=low
2336
2337 [ Antti "Wellark" Kaijanmäki ]
2338 * Fix LP: #268095 - MASTER Network Manager should probe for GSM and CDMA command
2339 sets; we probe all modems tagged as v.250 in hal that otherwise dont specify a
2340 GSM or CDMA command set.
2341 - added debian/patches/add_probe_for_v250_modems.patch
2342 - modified debian/patches/series
2343
2344 [ Alexander Sack <asac@ubuntu.com> ]
2345 * point Vcs-Bzr to right source tree
2346 - update debian/control
2347 * Fix LP: #269755 - "network manager always crashes on resume"; these crashes
2348 are a regression introduced by fix for LP: #259503 which was first
2349 released in 0.7~~svn20080908t183521+eni0-0ubuntu1. To fix we redo the patch
2350 in a way that will eliminate any idle callbacks as soon as they
2351 become irrelevant.
2352 - update debian/patches/80_lp259503_access_to_freed_device_struct.patch
2353
2354 [ Steve Langasek <steve.langasek@ubuntu.com> ]
2355 * system-settings/plugins/keyfile/plugin.c: it might be better if we were
2356 casting the data from the hash to a gobject, instead of the key which is
2357 a filename... fixes a crash whenever trying to handle system-level secrets.
2358 LP: #269010.
2359 - add debian/patches/lp269010_keyfile_secrets_crash.patch
2360 - update debian/patches/series
2361
2362 -- Alexander Sack <asac@ubuntu.com> Wed, 17 Sep 2008 02:54:56 +0200
2363
2364network-manager (0.7~~svn20080908t183521+eni0-0ubuntu2) intrepid; urgency=low
2365
2366 * fix FTBFS; we add uuid-dev to Build-Depends
2367 - update debian/control
2368
2369 -- Alexander Sack <asac@ubuntu.com> Wed, 10 Sep 2008 09:01:07 +0200
2370
2371network-manager (0.7~~svn20080908t183521+eni0-0ubuntu1) intrepid; urgency=low
2372
2373 [ Alexander Sack <asac@ubuntu.com> ]
2374 * new upstream snapshot (Mon 2008-09-08 18:35:21 rev3504)
2375 * merge improved ifupdown system config implementation from main.eni branch;
2376 Mon 2008-09-08 20:47:20 +0200; rev 2828
2377 * Fix LP: #255839 - "0.7 N-M "system setting" does not work"; we create the
2378 /etc/NetworkManager/system-connections/ directory during package install now
2379 - update debian/network-manager.dirs
2380 * adjust patch due to changed ifupdown plugin source dir
2381 - update debian/patches/50_gcc43.patch
2382 * fix LP: #256480 - "network-manager 0.7 breaks resolvconf integration"; we
2383 pass --with-resolvconf=/sbin/resolvconf to configure.
2384 - update debian/rules
2385 * (proposed) fix LP: #259503 - "crashes when unplugging device (or unloading
2386 module)" - crash caused by idle handler accessing already freed device.
2387 We fix that for wireless and ethernet, which both were affected by
2388 properly refcounting the device gobjects.
2389 - add debian/patches/80_lp259503_access_to_freed_device_struct.patch
2390 - update debian/patches/series
2391 * drop ifupdown from Depends: - there is no sense to depend on replacements
2392 - update debian/control
2393 * drop patch applied upstream
2394 - delete debian/patches/05-debian_backend.patch
2395 - update debian/patches/series
2396 * Fix LP: #261688 - NetworkManager build dependency for "libdbus-glib-1-dev
2397 (>= 0.60)" incorrect; we adjust the version to >= 0.74.
2398 - update debian/control
2399 * bump shlibs requirements for libnm-util0 and libnm-glib0 packages to >=
2400 0.7~~svn20080908
2401 - update debian/rules
2402 * Fix - Networkmanager doesn't update resolv.conf when resolvconf is
2403 installed, but /etc/resolv.conf isnt a link; we fix that by honouring
2404 the resolvconf exit code and fall back to "normal" named behaviour in case
2405 it fails. This requires a resolvconf update which currently doesnt return
2406 a non-zero exit code when it fails in such a way.
2407 - add debian/patches/honour_resolvconf_exitcode.patch
2408 - update debian/patche/series
2409
2410 [ Matt Zimmerman <mdz@ubuntu.com> ]
2411 * Add apport package hook (LP: #258552)
2412 - add debian/network-manager.links
2413 - add debian/source_network-manager.py
2414 - update debian/network-manager.install
2415
2416 -- Alexander Sack <asac@ubuntu.com> Tue, 09 Sep 2008 16:24:08 +0200
2417
2418network-manager (0.7~~svn20080818t061112+eni0-0ubuntu1) intrepid; urgency=low
2419
2420 * fix LP: #255844 - add update-notifier-common to the Depends
2421 - update debian/control
2422 * fix LP: #255958 - nm-tool broken on nm 0.7; we properly run make install
2423 for test/ source directory with proper DESTDIR in
2424 binary-install/network-manager:: cdbs target; in turn we dont explicitly
2425 install the nm-tool binary in network-manager.install
2426 - update debian/rules
2427 - update network-manager.install
2428 * adjust patches for new upstream codebase
2429 - update debian/patches/05-debian_backend.patch
2430 - update debian/patches/50_gcc43.patch
2431 - remove debian/patches/19_interfaces_can_have_more_than_one_instance.patch
2432 - update debian/patches/series
2433 * adjust files installed in libnm-util-dev package: we add
2434 nm-setting-ip6-config.h and we remove nm-setting-vpn-properties.h from
2435 and to the .install list
2436 - update debian/libnm-util-dev.install
2437 * add gtk-doc-tools to build-depends
2438 - update debian/control
2439 * Fix LP: #145653 - "signal handler prevents apport crash reporting"
2440 - add debian/patches/70_lp145653_no_sigaction_for_crashes.patch
2441 - update debian/patches/series
2442
2443 -- Alexander Sack <asac@ubuntu.com> Mon, 18 Aug 2008 21:27:59 +0200
2444
2445network-manager (0.7~~svn20080720t224551+eni1-0ubuntu1) intrepid; urgency=low
2446
2447 * new bzr eni/ifupdown preview based on trunk rev 3808 (Sun 2008-07-20 22:45:51
2448 +0000) aka eni rev 2800
2449 * adjust 05-debian_backend.patch to new upstream code base
2450 - update debian/patches/05-debian_backend.patch
2451 * drop patches replaced by upstream features
2452 - debian/patches/20_do_not_take_over_dhcpv4iface_when_v6_is_configured.patch
2453 - update debian/patches/series
2454 * drop patches applied upstream
2455 - debian/patches/dhclient_dbus_policy_ubuntu.patch
2456 - update debian/patches/series
2457 * drop 41k_20_sec_wireless_link_timeout.patch after a similar fix has
2458 landed in upstream sources
2459 - delete debian/patches/41k_20_sec_wireless_link_timeout.patch
2460 - update debian/patches/series
2461 * dont install NetworkManagerDispatcher files
2462 - update debian/network-manager.install
2463 - update debian/network-manager.manpages
2464 * install debian/tmp/usr/include/NetworkManager/nm-setting-8021x.h and
2465 debian/tmp/usr/include/NetworkManager/nm-setting-pppoe.h to libnm dev
2466 package
2467 - update debian/libnm-util-dev.install
2468 * drop nm-param-spec-specialized.h from libnm-util-dev
2469 - update debian/libnm-util-dev.install
2470 * ship libnm_glib_vpn.pc in libnm-glib-dev package
2471 - update debian/libnm-glib-dev.install
2472 * ship org.freedesktop.network-manager-settings.system.policy in
2473 network-manager package; this allows the connection editor to obtain
2474 modify privileges through authentication.
2475 - update debian/network-manager.install
2476 * ship all usr/share/* pieces in network-manager package
2477 - update debian/network-manager.install
2478 * enable keyfile plugin for global system settings daemon
2479 - add debian/nm-system-settings.conf
2480 - update debian/network-manager.install
2481 * install nm-system-settings binary and plugins
2482 - update debian/network-manager.install
2483 * use --libexecdir=/usr/lib/NetworkManager to prevent clutter of
2484 file system hierarchy; dont install usr/lib/network-manager accordingly.
2485 - update debian/rules
2486 - update debian/network-manager.install
2487 * ship usr/lib/pppd/2.4.4/nm-pppd-plugin.so in network-manager package
2488 - update debian/network-manager.install
2489 * revert previous major SO version bump for libnm-util; add explicit
2490 MAKESHLIBS version for libnm-util0 (>=0.7~~)
2491 - rename debian/libnm-util1.install => debian/libnm-util0.install
2492 - update debian/control
2493 * add libpolkit-dbus-dev to Build-Depends
2494 - update debian/control
2495 * add libnss3-dev to Build-Depends
2496 - update debian/control
2497 * add debian/patches/50_gcc43.patch to support intrepid
2498 - add debian/patches/50_gcc43.patch
2499 - update debian/patches/series
2500 * add Conflicts/Replaces on network-manager-pptp (<< 0.7~~) to prevent
2501 upgrading conflict
2502 - update debian/control
2503 * guard against drivers that dont have linux.info.driver hal property in
2504 the originating_device (hal); we provide a default driver name to prevent
2505 NULL pointer issues.
2506 - add debian/patches/60_NULL_info_linux_driver.patch
2507 - update debian/patches/series
2508 * export DHCP_CLIENT_PATH=/sbin/dhclient in order to not add dhclient as
2509 build-dependency
2510 - update debian/rules
2511 * install update-rc.d startup links for NetworkManager in runlevels 2 3 4 5
2512 and dont stop in any runlevel
2513 - update debian/network-manager.postinst
2514 * remove NetworkManager update-rc.d links when upgrading from any package <<
2515 this version before setting up the runlevels from above
2516 - update debian/network-manager.postinst
2517 * dont restart NetworkManager in postinst, but use restart-notifier to
2518 ask users for reboot
2519 - update debian/network-manager.postinst
2520 * dont run 25NetworkManager and 26NetworkManagerDispatcher scripts in any
2521 pre/post script without testing that it exists and is executable
2522 - update debian/network-manager.preinst
2523 - update debian/network-manager.prerm
2524 * introduce rm_conffile function and abort_rm_conffile function; use it
2525 to remove dbus event scripts
2526 - update debian/network-manager.preinst
2527 - update debian/network-manager.postrm
2528 * remove backup for unmodified and successfully moved or removed conffiles
2529 in postinst
2530 - update debian/network-manager.postinst
2531 * remove NetworkManager update-rc.d links in postrm when downgrading
2532 - update debian/network-manager.postrm
2533 * dont install Dispatcher
2534 - update debian/rules
2535
2536 -- Alexander Sack <asac@ubuntu.com> Thu, 07 Aug 2008 10:20:55 +0200
2537
2538network-manager (0.7~~svn20080121t191418+eni1-0ubuntu0~pre7) hardy; urgency=low
2539
2540 * 0.7 svn preview 20080121t191418 with initial eni support
2541 * fix network-manager.{postinst,postrm,preinst,prerm} scripts to
2542 properly migrate the /etc/dbus-1/event.d/25NetworkManager script
2543 to /etc/init.d/NetworkManager
2544 - add debian/network-manager.postrm
2545 - add debian/network-manager.preinst
2546 - update debian/network-manager.postinst
2547 - update debian/network-manager.prerm
2548 * drop depends on dhcdbd
2549 * bump -version-info of libnm-util and ship libnm-util1 package
2550 - update debian/control
2551 - rename debian/libnm-util0.install => debian/libnm-util1.install
2552 * force upgrade of libnm-glib0 by adding explicit MAKESHLIBS version
2553 - update debian/rules
2554 * stop old network manager using /etc/dbus-1/event.d/25NetworkManager
2555 script and remove it after this was done
2556 - update debian/network-manager.postinst
2557 * add automake1.9 to Build-Depends
2558 - update debian/control
2559 * add ppp-dev to Build-Depends
2560 - update debian/control
2561 * include empty aclocal.m4 file to make cdbs trigger aclocal auto run
2562 - add aclocal.m4
2563 * bump Build-Depends version of libnl-dev to (>= 1.0~pre8) and runtime
2564 Depends of wpasupplicant to (>= 0.6.1~)
2565 * unfold Build-Depends: and Depends: lines to improve legability of patches
2566 - update debian/control
2567 * ship nm-setting-cdma.h to libnm-util-dev
2568 - update debian/libnm-util-dev
2569 * don't pass obsolete options --with-wpa_supplicant and --with-dhcdbd to
2570 configure anymore
2571 - update debian/rules
2572 * don't install /etc/dbus-1/event.d/25NetworkManager and don't restart/stop
2573 NetworkManager from /etc/dbus-1/event.d anymore
2574 - update debian/rules
2575 - update debian/network-manager.postinst
2576 - update debian/network-manager.prerm
2577 * use invoke-rc.d to restart and stop NetworkManager script installed in
2578 /etc/init.d and use update-rc.d to setup/remove NetworkManager to the
2579 |defaults 30| runlevels
2580 - update debian/network-manager.postinst
2581 - update debian/network-manager.prerm
2582 * enable all autotools updates through cdbs
2583 - update debian/rules
2584 * adapt patches to account for changed source base:
2585 - update 41k_20_sec_wireless_link_timeout.patch
2586 * allow dhcp user to use dbus service org.freedesktop.nm_dhcp_client
2587 - add debian/patches/dhclient_dbus_policy_ubuntu.patch
2588 - update debian/patcheds/series
2589 * install /etc/dbus-1/system.d/nm-dhcp-client.conf
2590 - update debian/network-manager.install
2591 * update patchset to account for changed source base in debian/patches/
2592 and update debian/patches/series accordingly:
2593 - delete 01-supplicant_timeout.patch: not applicable
2594 - delete 04-if_fix.patch: applied upstream
2595 - delete 06-dispatch_more_events.patch: doesn't apply anymore (might need
2596 porting)
2597 - delete 11-man_page_sh_name.patch: applied upstream
2598 - delete 13-rml-wpa-workarounds.patch: driver workarounds -> dropped for now (might need resurrection if drivers don't work out as good - with regards to wext - as expected)
2599 - delete 14-j-hostap-supplicant-driver.patch: more driver workarounds for hostap -> might need resurrection at some point
2600 - delete 16_undefined_macros.patch: not applicable anymore
2601 - delete 17_avahi_autoipd.patch: disable for now (might need porting if
2602 avahi doesn't work)
2603 - delete 21_manual_means_always_online.diff: not applicable anymore
2604 - delete 23_nm-monitor-eni.diff: doesn't really apply anymore. has to be
2605 done differently now
2606 - delete 24pp_svn2578-gnome354565-fix-ethernet-link-detection-races.patch:
2607 applied upstream
2608 - delete 41c_ubuntu-fixup--get_mode_always_fails_typo_fix.patch: applied
2609 upstream.
2610 - delete 41e_fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch: not
2611 applicable
2612 - delete 41m_unref_dbus_connection_on_shutdown.patch: not applicable and
2613 appears to be properly fixed now
2614 - delete 41r_wpa_control_custom_timeout.patch: not applicable (wpa
2615 communication is now done through dbus)
2616 - delete 41r_wpa_control_explicit_TIMEOUT_reply_fixup.patch: not applicable
2617 (wpa communication is now done through dbus)
2618 - delete 41s_wpa_ctrl_socket_non_block.patch: not applicable as there is not
2619 wpa socket communication in nm 0.7 anymore
2620 - delete 41t_nm_device_wireless_index_ctrl_sockets_by_run_count.patch: not
2621 applicable (same reason as abve)
2622 - delete 41u_custom_timeout_for_some_wpa_ctrl_operations.patch: all this is
2623 now different in 0.7
2624 - delete 41wa_lp145683_wpa_ctrl_check_select_result_for_error.patch: no
2625 wpa_ctrl anymore
2626 - delete 41x_lp145653_reraise_fatal_signals.patch: doesn't apply anymore
2627 and never worked anyway
2628 - delete 41y_queue_if_dbus_name_is_taken_on_startup.patch: no obvious port;
2629 lets hope that dbus detects that name owner is down more easily
2630 - delete 41z_lp138217_use_timeout_to_schedule_activation.patch: not
2631 applicable anymore
2632 - delete 42a_lp50214_gnome464215_fix_hidden.patch: is different (maybe
2633 needs porting though)
2634 * drop all 0.6.x svn cherry picks which naturally don't apply for trunk (0.7)
2635 anymore:
2636 - delete debian/patches/24pp_svn2754-lp101857-endianess.patch
2637 - delete debian/patches/24pp_svn2618_set-hardware-RF-to-enabled-if-no-killswitches.patch
2638 - delete debian/patches/24pp_svn2605-gnome354565-dont-up-notwired-interfaces.patch
2639 - delete debian/patches/24pp_svn2604_Add-HAL-based-rfkill-support.patch
2640 - delete debian/patches/24pp_svn2591_Ensure-the-device-is-up-stage3.patch
2641 - delete debian/patches/24pp_svn2579-sleep-1-second-to-stabilize-if.patch
2642
2643 -- Alexander Sack <asac@ubuntu.com> Tue, 22 Jan 2008 17:26:34 +0000
2644
2645network-manager (0.6.6-3) unstable; urgency=low
2646
2647 * debian/network-manager.network-manager-dispatcher.init
2648 - NetworkManagerDispatcher uses the D-Bus system bus. Update the LSB
2649 header accordingly to avoid breakages with insserv based systems.
2650 (Closes: #500085)
2651 * debian/patches/20-manual_means_always_online.patch
2652 - manual-means-online: If there are interfaces that are not managed by
2653 NetworkManager because they have custom configuration in
2654 /etc/network/interfaces, we assume to be online. This is obviously not
2655 always correct. But reporting offline state for unmanaged devices is
2656 causing major hassles as more and more apps rely on NM and go into
2657 offline mode otherwise, even if there is a connection (established via
2658 ifupdown). (Closes: #491826, #502371, #509006, #509829, #511712)
2659
2660 -- Michael Biebl <biebl@debian.org> Wed, 14 Jan 2009 09:29:03 +0100
2661
2662network-manager (0.6.6-2) unstable; urgency=low
2663
2664 * debian/control
2665 - Add Build-Depends on pkg-config.
2666 - Drop obsolete Depends on iputils-arping. (Closes: #487794)
2667 * debian/patches/09-nm_dbus_get_ap_from_object_path-mem_leak_fix.patch
2668 - Fix memory leak in src/nm-dbus-net.c. (Closes: #488604)
2669
2670 -- Michael Biebl <biebl@debian.org> Sat, 05 Jul 2008 15:11:33 +0200
2671
2672network-manager (0.6.6-1) unstable; urgency=low
2673
2674 * New upstream release. (Closes: #470197)
2675 - Ensure dbus errors are properly initialised. (Closes: #471317)
2676 * Removed patches
2677 - debian/patches/04-if_fix.patch (obsolete)
2678 - debian/patches/11-man_page_sh_name.patch (merged upstream)
2679 - debian/patches/12_readme_format.patch (merged upstream)
2680 - debian/patches/20-stable_branch_updates_r2652.patch (applied upstream)
2681 - debian/patches/21-endianess_fix_r2754.patch (applied upstream)
2682 - debian/patches/22-fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch
2683 (merged upstream)
2684 - debian/patches/23-rfkill_return_type.patch (fixed upstream)
2685 - debian/patches/24-get_mode_fix_r3122.patch (applied upstream)
2686 - debian/patches/25-libnl_unique_pid_r3155.patch (applied upstream)
2687 - debian/patches/26-libnl_1.0-pre8_r3206.patch (applied upstream)
2688 - debian/patches/27-dont_repeat_errors.patch (applied upstream)
2689 * debian/patches/07-domain_search.patch
2690 - Add support for DHCP domain-search option. (Closes: #465158)
2691 Thanks to Bas Zoetekouw for the patch.
2692 * debian/patches/08-hal_deprecated_keys.patch
2693 - Add support for the "net.originating_device" key, which has replaced
2694 the deprecated "net.physical_device" key in newer HAL versions.
2695 * debian/patches/06-dispatch_more_events.patch
2696 - NetworkManagerDispatcher.1.in has been renamed to
2697 NetworkManagerDispatcher.8.in. Update the patch accordingly.
2698 * debian/network-manager.manpages
2699 - The NetworkManager and NetworkManagerDispatcher man pages have been
2700 moved to section 8.
2701 * debian/control
2702 - The pkg-config files have been fixed upstream and unnecessary
2703 dependencies were removed. Update Depends: for libnm-glib-dev and
2704 libnm-util-dev accordingly. (Closes: #469195)
2705 * debian/rules, debian/network-manager.postinst
2706 - Minimize downtime during upgrades. (Closes: #432322)
2707 Restart the service in postinst instead of stop in prerm and start in
2708 postinst.
2709
2710 -- Michael Biebl <biebl@debian.org> Thu, 03 Apr 2008 02:37:16 +0200
2711
2712network-manager (0.6.5-5) unstable; urgency=low
2713
2714 * Rebuild against libnl1. (Closes: #461922)
2715 * debian/patches/24-get_mode_fix_r3122.patch
2716 - Pull r3122 from upstream stable branch.
2717 - Fix getting mode of device.
2718 * debian/patches/25-libnl_unique_pid_r3155.patch
2719 - Pull r3155 from stable branch.
2720 - Ensures that the netlink pid is unique.
2721 * debian/patches/26-libnl_1.0-pre8_r3206.patch
2722 - Pull r3206 from upstream stable branch.
2723 - Replaces 24-libnl1-pre8_fix.patch, which has been removed.
2724 - Fixes a FTBFS on architectures using SIGTRAP in G_BREAKPOINT().
2725 (Closes: #459740)
2726 * debian/patches/13-validate_mac_addr.patch
2727 - Drop APs with an invalid MAC address. (Closes: #461500)
2728 Thanks to Sjoerd Simons for the patch.
2729 * debian/patches/27-dont_repeat_errors.patch
2730 - Backported r3160 from upstream stable branch.
2731 - Don't repeat killswitch errors too often. (Closes: #456363)
2732 * debian/network-manager.init,
2733 debian/network-manager.network-manager-dispatcher.init
2734 - Fix LSB init header. Use $remote_fs instead of $local_fs as the
2735 daemon requires /usr to be mounted.
2736 Remove S from Should-Stop. (Closes: #459480)
2737 - Shorten retry-time to 5 secs on stop.
2738 - Don't fail to start if daemon is already running.
2739
2740 -- Michael Biebl <biebl@debian.org> Fri, 25 Jan 2008 00:11:47 +0100
2741
2742network-manager (0.6.5-4) unstable; urgency=low
2743
2744 * debian/control
2745 - The Vcs-* fields are now officially supported, so remove the XS- prefix.
2746 - Bump Build-Depends on libnl-dev to (>= 1.0~pre8).
2747 * debian/patches/24-libnl1-pre8_fix.patch
2748 - Backport support for libnl 1.0-pre8 from upstream SVN.
2749 * debian/network-manager.dirs
2750 - Add /var/run/NetworkManager.
2751 * debian/network-manager-dispatcher.script
2752 - Set PHASE="post-up" for scripts in if-up.d and PHASE="pre-down" for
2753 scripts in if-down.d to be compliant with ifupdown. (Closes: #452371)
2754 * debian/patches/12_readme_format.patch
2755 - Fix line break in README file. (Closes: #444038)
2756
2757 -- Michael Biebl <biebl@debian.org> Tue, 25 Dec 2007 16:51:00 +0100
2758
2759network-manager (0.6.5-3) unstable; urgency=low
2760
2761 * debian/patches/23-rfkill_return_type.patch
2762 - The return type of the GetPower() method from Device.Killswitch has
2763 changed from UINT32 to INT32 in hal-0.5.10. Fix the code accordingly.
2764
2765 -- Michael Biebl <biebl@debian.org> Mon, 22 Oct 2007 17:05:44 +0200
2766
2767network-manager (0.6.5-2) unstable; urgency=low
2768
2769 * debian/patches/21-endianess_fix_r2754.patch
2770 - Fixes a problem with ASCII passphrases on big-endian systems due to a missing
2771 config.h include. (Closes: 391364)
2772 * debian/network-manager.manpages
2773 - Install nm-vpn-properties manpage.
2774 * debian/control
2775 - Use the new "Homepage:" field to specify the upstream URL.
2776 * 22-fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch
2777 - Patch from Ubuntu. Don't set the GNOME_DISABLE_DEPRECATED flag as
2778 nm-vpn-properties requires gnome druid which has been deprecated in
2779 libgnomeui 2.20.
2780
2781 -- Michael Biebl <biebl@debian.org> Fri, 28 Sep 2007 21:12:33 +0200
2782
2783network-manager (0.6.5-1) unstable; urgency=low
2784
2785 * New upstream release. (Closes: #420959, #431658)
2786 - Runs wpa_supplicant in less verbose mode. (Closes: #375302, #431562)
2787 - Adds support for LEAP and phase two authentication.
2788 (Closes: #420959, #402747)
2789 * Removed patches that were merged upstream
2790 - debian/patches/09_fix_bigendian_words.patch
2791 - debian/patches/12_dbus1.0.patch
2792 - debian/patches/13-wep_capabilities
2793 * debian/network-manager.preinst
2794 - Do not parse /var/lib/dpkg/status directly but use dpkg-query instead.
2795 * Rebased and updated patches for new release
2796 - debian/patches/11-man_page_sh_name.patch
2797 - debian/patches/05-debian_backend.patch
2798 * Upstream has split nm-applet into a separate package. This means we no
2799 longer build the network-manager-gnome binary package from this source
2800 package.
2801 - Removed files that are now part of the new nm-applet source package
2802 + debian/network-manager-gnome.README.Debian
2803 + debian/patches/10-po_fr.patch
2804 + debian/patches/14-po_de.patch
2805 + debian/patches/03-dbus_access_nm_applet.patch
2806 + debian/network-manager-gnome.manpages
2807 + debian/nm-applet.sgml
2808 + debian/network-manager.install
2809 + debian/network-manager-gnome.install
2810 - debian/control
2811 + Remove the binary package network-manager-gnome.
2812 + Add Conflicts/Replaces: network-manager-gnome (<< 0.6.5-1) as
2813 nm-vpn-properties is now part of the network-manager binary package.
2814 + Update Build-Depends. Add autotools-dev, libglib2.0-dev and iproute,
2815 remove libpanel-applet2-dev.
2816 - debian/rules
2817 + Do not build the nm-applet.1 manpage anymore.
2818 + Exclude nm-vpn-properties from dh_shlibdeps. This is a temporary
2819 workaround until this binary has also been moved into the nm-applet
2820 source package.
2821 - debian/copyright
2822 + Remove the copyright notices for files which are now in the nm-applet
2823 source package.
2824 * debian/patches/20-stable_branch_updates_r2652.patch
2825 - Pull updates from the stable branch up until revision 2652.
2826 - Fixes broken link detection and a couple of smaller issues.
2827 - Adds support for the rfkill switch.
2828 * debian/patches/02-dbus_access_network_manager.patch
2829 - Add support for at_console dbus access check. (Closes: #426462)
2830
2831 -- Michael Biebl <biebl@debian.org> Mon, 27 Aug 2007 00:39:16 +0200
2832
2833network-manager (0.6.5-0ubuntu17) hardy; urgency=low
2834
2835 * upload 0.6.5-0ubuntu17 to hardy
2836
2837 -- Alexander Sack <asac@ubuntu.com> Mon, 05 Nov 2007 19:14:43 +0100
2838
2839network-manager (0.6.5-0ubuntu16.7.10.0) gutsy-proposed; urgency=low
2840
2841 Release changes from test package previously known as 0.6.5-0ubuntu16~ppa3:
2842 * drop gracefull supplicant shutdown feature and its followup patches,
2843 because they cause crashes and a real fix would need more intrusive code
2844 rewrites: (LP: #145683, LP: #83623, LP: #152098, LP: #151405)
2845 - debian/patches/41n_graceful_supplicant_shutdown.patch,
2846 debian/patches/41q_retry_supplicant_cleanup_startup_if_ctrl_interface_connect_failes.patch,
2847 debian/patches/41v_lp141233-fix-supplicant-cleanup-crashes.patch,
2848 debian/patches/41w_lp145683_cancel_scan_in_supplicant_cleanup.patch: drop
2849 patches that belong to the "graveful supplicant feature".
2850 - debian/patches/41u_custom_timeout_for_some_wpa_ctrl_operations.patch: update
2851 interleaving patch
2852 - debian/patches/series: update quilt series accordingly.
2853 * debian/patches/24pp_svn2604_Add-HAL-based-rfkill-support.patch: use
2854 gint32 instead of guint32 for getting the killswitch power argument
2855 (LP: #138794).
2856
2857 -- Alexander Sack <asac@ubuntu.com> Mon, 05 Nov 2007 18:01:13 +0100
2858
2859network-manager (0.6.5-0ubuntu16) gutsy; urgency=low
2860
2861 * debian/README.Debian: adapt README to match the new behaviour of
2862 network-manager, which doesn't manage _any_ device configured in
2863 /etc/network/interfaces anymore.
2864 * debian/patches/42a_lp50214_gnome464215_fix_hidden.patch,series: new patch
2865 that fixes hidden network for most chipsets (LP: #50214).
2866
2867 -- Alexander Sack <asac@ubuntu.com> Mon, 15 Oct 2007 18:55:20 +0200
2868
2869network-manager (0.6.5-0ubuntu15) gutsy; urgency=low
2870
2871 * debian/patches/41z_lp138217_use_timeout_to_schedule_activation.patch,series:
2872 don't use idle_source to schedule activation, but rest a bit by using a
2873 timeout_source with 250ms delay (LP: #138217).
2874 * debian/network-manager.postinst: sleep 2 seconds after ifblacklist_migrate.sh
2875 (LP: #146757).
2876 * debian/patches/41w_lp145683_cancel_scan_in_supplicant_cleanup.patch,series: first part
2877 for lp145683 - cancel pending scans on terminate (LP: #145683).
2878 * debian/patches/41wa_lp145683_wpa_ctrl_check_select_result_for_error.patch,series:
2879 second part to fix lp145683; test select result for errors (in case of
2880 TERMINATE) (LP: #145683).
2881 * debian/patches/41y_queue_if_dbus_name_is_taken_on_startup.patch,series: make
2882 restart of network manager more failsafe and even allow to take over name
2883 ownership. When ownership is taken over (dbus signal |NameLost| received), we
2884 shutdown cleanly by sending |X| through |nm_shutdown_pipe| (LP: #85113).
2885 * debian/patches/41x_lp145653_reraise_fatal_signals.patch: re-raise fatal
2886 signals (LP: #145653).
2887
2888 -- Alexander Sack <asac@ubuntu.com> Tue, 02 Oct 2007 13:32:50 +0200
2889
2890network-manager (0.6.5-0ubuntu14) gutsy; urgency=low
2891
2892 * debian/ifblacklist_migrate.sh: fix "/etc/network/interfaces migration
2893 overlooks wlan0" (LP: #141580).
2894
2895 -- Alexander Sack <asac@ubuntu.com> Mon, 24 Sep 2007 10:21:46 +0200
2896
2897network-manager (0.6.5-0ubuntu13) gutsy; urgency=low
2898
2899 * debian/patches/20_do_not_take_over_dhcpv4iface_when_v6_is_configured.patch:
2900 fix race/null-deref crash that happens if /e/n/i is not completely flushed out
2901 by editor/network-admin (LP: #141106).
2902 * debian/patches/41v_lp141233-fix-supplicant-cleanup-crashes.patch: Add patch
2903 for LP: #141233 - fix crash by not sending ctrl commands to supplicant if no ctrl
2904 socket is open.
2905 * debian/patches/series: add new patch to quilt series
2906 * debian/patches/41t_nm_device_wireless_index_ctrl_sockets_by_run_count.patch:
2907 use two distinct variables to track and check connect attempt count to
2908 supplicant and global supplicant socket. Fix bug that prevented network
2909 manager from attempting to connect to supplicant ctrl for cases where
2910 global control already took a long time to succeed. (LP: #141233).
2911 * debian/patches/41t_nm_device_wireless_index_ctrl_sockets_by_run_count.patch:
2912 close global ctrl socket connection when nm_utils_supplicant_request_with_check
2913 failed.
2914 * debian/patches/41u_custom_timeout_for_some_wpa_ctrl_operations.patch: update patch
2915 because of overlapping change with 41t_* patch.
2916
2917 -- Alexander Sack <asac@ubuntu.com> Fri, 21 Sep 2007 11:26:01 +0200
2918
2919network-manager (0.6.5-0ubuntu12) gutsy; urgency=low
2920
2921 * debian/patches/05-debian_backend.patch: don't manage auto/allow-* dhcp
2922 interfaces anymore (LP: #139403).
2923 - debian/ifblacklist_migrate.sh: new helper script that blacklists
2924 auto/allow-* dhcp interfaces without any options.
2925 - debian/network-manager.install: install helper script to $pkglibdir
2926 - debian/network-manager.postinst: run ifblacklist_migrate.sh during
2927 configure when upgrading from versions "lt-nl" 0.6.5-0ubuntu12.
2928 * debian/changelog: add merge-dropped changelog entries for 0.6.3-2ubuntuX
2929 revision series (LP: #124018)
2930 * debian/patches/25_lp90267-dont-tear-down-upped-interfaces.patch,series:
2931 drop this patch, so nm is allowed to tear down upped interfaces during
2932 startup again.
2933
2934 -- Alexander Sack <asac@ubuntu.com> Wed, 19 Sep 2007 18:38:17 +0200
2935
2936network-manager (0.6.5-0ubuntu11) gutsy; urgency=low
2937
2938 * debian/patches/25_lp90267-dont-tear-down-upped-interfaces.patch: remove
2939 redundant nm_info output previously send to syslog/daemon.log
2940 (LP: #137744).
2941 * debian/patches/41r_wpa_control_custom_timeout.patch: add a state timeout
2942 to wpa control Private struct and add functions to set/unset this custom
2943 timeout; in turn implement this feature and make wpa_ctrl obey this
2944 custom timeout.
2945 * debian/patches/41r_wpa_control_explicit_TIMEOUT_reply_fixup.patch: wpa_ctrl
2946 returns bogus reply string which may lead to access of not-initialized
2947 memory in case an operation times out. We fix this by explicitly setting
2948 reply to TIMEOUT[CLI] on wpa_ctrl side before returning.
2949 * debian/patches/41s_wpa_ctrl_socket_non_block.patch: setup wpa_ctrl_socket as
2950 a real NON_BLOCK socket to prevent one potential reason for stale states
2951 in network-manager (deadlocks).
2952 * debian/patches/41t_nm_device_wireless_index_ctrl_sockets_by_run_count.patch:
2953 to prevent new supplicant sockets to not conflict with sockets that might
2954 still exist from previous run we now append a run_count index to _all_
2955 socket control paths. This run_count is incremented in supplicant_cleanup
2956 and is mod 10 to prevent any overflow when having more than 32-bit runs.
2957 * debian/patches/41q_retry_supplicant_cleanup_startup_if_ctrl_interface_connect_failes.patch:
2958 another try to terminate wpasupplicant more graceful: new shutdown
2959 sequence sends disable_network, ap_scan 0, interface_remove, terminate.
2960 * debian/patches/41u_custom_timeout_for_some_wpa_ctrl_operations.patch: we now
2961 use a custom timeout for ctrl operations: INTERFACE_ADD, DISABLE_NETWORK,
2962 TERMINATE; we take care that this timeout is unset after operations are
2963 through.
2964 * debian/patches/series: add all these great new patches to quilt _series_.
2965 * debian/patches/41d_ipw3945_turn_off_essid_in_stage1.patch,
2966 41l_enable_ipw3945_reset_essid.patch,series: drop from patchset - because
2967 we have a real fix in ipw3945 driver now.
2968 * debian/patches/41n_graceful_supplicant_shutdown.patch: update patch in turn of
2969 dropping the patches above.
2970
2971 -- Alexander Sack <asac@ubuntu.com> Mon, 10 Sep 2007 13:06:24 +0200
2972
2973network-manager (0.6.5-0ubuntu10) gutsy; urgency=low
2974
2975 * debian/patches/24pp_svn2754-lp101857-endianess.patch,series: prepatch patch
2976 by Wojtek Kaniewski to fix endianess issues in NetworkManager
2977 (LP: #101857).
2978 * debian/network-manager.postinst: apply patch contributed by Villalovos, John L
2979 <john.l.villalovos@intel.com> that prevents NetworkManager restart in postinst
2980 if invoke-rc.d --disclose-deny dbus force-reload fails. This is required to not
2981 start any service during chroot installs of ume.
2982
2983 -- Alexander Sack <asac@ubuntu.com> Thu, 06 Sep 2007 15:16:46 +0200
2984
2985network-manager (0.6.5-0ubuntu9) gutsy; urgency=low
2986
2987 * debian/patches/series: disable 41o_completely_deactivate_stage1.patch
2988 for tribe-4
2989
2990 -- Alexander Sack <asac@ubuntu.com> Tue, 7 Aug 2007 12:36:37 +0200
2991
2992network-manager (0.6.5-0ubuntu8) gutsy; urgency=low
2993
2994 * debian/patches/41n_graceful_supplicant_shutdown.patch: move
2995 supplicant_cleanup into stage1_prepare; remove test timeouts in
2996 _stage2_config and add 1 second sleep to the end of xx_stage1_prepare
2997 * debian/patches/series: add new patch 41n_graceful_supplicant_shutdown.patch
2998 to series
2999 * debian/patches/41l_enable_ipw3945_reset_essid.patch: enable
3000 ipw3945_reset_essid, by setting up function in class constructor
3001 * update debian/patches/41l_enable_ipw3945_reset_essid.patch:
3002 completely deactivate device in stage1 now
3003 * debian/patches/series: add new patch 41l_enable_ipw3945_reset_essid.patch
3004 * debian/patches/41m_unref_dbus_connection_on_shutdown.patch,
3005 unref shared dbus_connection on shutdown (LP: #85113)
3006 * debian/patches/series: add new patch 41m_unref_dbus_connection_on_shutdown.patch
3007 * debian/patches/41k_20_sec_wireless_link_timeout.patch: increase
3008 timeout for link setup ... taken from upstream ml
3009 * debian/patches/series: add new patch 41k_20_sec_wireless_link_timeout.patch
3010 * debian/patches/41e_fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch: Fix
3011 ftbfs because of recently deprecated gnome druid - this patch enables gnome
3012 deprecated in Makefiles
3013 * debian/patches/series: add new patch
3014 41e_fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch
3015 * debian/patches/41d_ipw3945_turn_off_essid_in_stage1.patch:
3016 implement stage1_prepare implementation in nm-device-802-11-wireless.c
3017 * debian/patches/series: add new patch 41d_ipw3945_turn_off_essid_in_stage1.patch
3018 * debian/rules, debian/control, debian/patches/series: Switch patchsystem to quilt
3019 * debian/patches/41c_ubuntu-fixup--get_mode_always_fails_typo_fix.patch: fix
3020 programming bug in wireless code
3021 * debian/patches/24pp_svn2591_Ensure-the-device-is-up-stage3.patch: ensure
3022 device is up in stage3 - cherry-picked from svn
3023 * debian/patches/24pp_svn2618_set-hardware-RF-to-enabled-if-no-killswitches.patch:
3024 enable hardware rf by default - cherry-picked from svn
3025 * debian/patches/24pp_svn2604_Add-HAL-based-rfkill-support.patch: hal based rfkill
3026 - cherry-picked from svn
3027 * debian/patches/24pp_svn2579-sleep-1-second-to-stabilize-if.patch: sleep to
3028 stabilize link status - cherry-picked from svn
3029 * debian/patches/41o_completely_deactivate_stage1.patch: use nm_device_deactivate
3030 instead of just real_deactivate to deactivate device more cleanly
3031
3032 -- Alexander Sack <asac@ubuntu.com> Tue, 7 Aug 2007 09:51:02 +0200
3033
3034network-manager (0.6.5-0ubuntu7) gutsy; urgency=low
3035
3036 [Alexander Sack <asac@ubuntu.com>]
3037 * prefetch bugfix from svn - not-connected wired interface is if-upped:
3038 1. 24a_svn2578-gnome354565-fix-ethernet-link-detection-races.patch:
3039 - prefetch patch from 0.6.0 release branch (rev 2578)
3040 2. 24b_svn2605-gnome354565-dont-up-notwired-interfaces.patch:
3041 - prefetch patch from 0.6.0 release branch (rev 2605)
3042 * debian/patches/25_lp90267-dont-tear-down-upped-interfaces.patch: fix master bug that
3043 makes already configured interfaces (in /etc/network/interfaces) being torn down. This
3044 causes issue for network cards that don't have a link beat and might caus troubles
3045 for applications that have already bound to the interface and don't react on netlink
3046 events (LP: #90267)
3047
3048 [Anthony Mercatante <tonio@ubuntu.com>]
3049 * fixed network-manager.install and debian/rules:
3050 - Installs nm-vpn-perperties in /usr/lib to make it a hidden binary
3051 - Tell dh_shlibdeps to ignore nm-vpn-properties to avoid lots of gnome
3052 dependancies, causing issues to release kubuntu Kubuntu.
3053
3054 -- Alexander Sack <asac@ubuntu.com> Thu, 12 Jul 2007 11:15:56 +0200
3055
3056network-manager (0.6.5-0ubuntu6) gutsy; urgency=low
3057
3058 * debian/control:
3059 - add a network-manager-dev Depends on libnm-util-dev
3060
3061 -- Sebastien Bacher <seb128@canonical.com> Fri, 06 Jul 2007 10:59:49 +0200
3062
3063network-manager (0.6.5-0ubuntu5) gutsy; urgency=low
3064
3065 * install nm-vpn-properties (plus manpage) to package
3066 network-manager. It got moved from network-manager-gnome here.
3067 (LP: #123772)
3068
3069 -- Reinhard Tartler <siretart@tauware.de> Thu, 05 Jul 2007 09:56:34 +0200
3070
3071network-manager (0.6.5-0ubuntu4) gutsy; urgency=low
3072
3073 * debian/control: add iproute build-depends again to fix
3074 autobuilder ftbfs.
3075
3076 -- Alexander Sack <asac@ubuntu.com> Tue, 26 Jun 2007 16:39:17 +0200
3077
3078network-manager (0.6.5-0ubuntu3) gutsy; urgency=low
3079
3080 Revert all changes from 0.6.5-0ubuntu1 and 0.6.5-0ubuntu2 to
3081 redo new upstream source merge ...
3082
3083 Drop network-manager-gnome as gnome because the gui code is
3084 now shipped in separate source:
3085 * debian/network-manager-gnome.install,
3086 debian/network-manager-gnome.manpages,
3087 debian/nm-applet.sgml: obsolete files dropped
3088
3089 * debian/rules: don't create/install nm-applet manpage anymore
3090
3091 * debian/control: drop network-manager-gnome package
3092
3093
3094 Adapt ubuntu patchset in turn of new upstream release 0.6.5:
3095 * debian/patches/05-debian_backend.patch: our @add_data changes
3096 has been applied upstream - drop first hunk of interface_parser.c
3097 diff.
3098
3099 * debian/patches/09_fix_bigendian_words.patch: drop as
3100 AC_C_BIGENDIAN check is now applied upstream - drop patch.
3101
3102 * debian/patches/10-po_fr.patch: we only had modifications for
3103 applet .po entries. applet moved to its own source - drop patch.
3104
3105 * debian/patches/11-man_page_sh_name.patch: +.SH NAME as been
3106 added upstream for /man/NetworkManagerDispatcher.1.in and
3107 man/NetworkManager.1.in; thus, only keep diff for man/nm-tool.1.in.
3108
3109 * debian/patches/12_dbus1.0.patch: dbus_connection_disconnect was
3110 replaced by dbus_connection_close + dbus_connection_unref; our
3111 patch previously replaced dbus_connection_disconnect with
3112 dbus_connection_unref (only) - drop patch due to upstream fix.
3113
3114 * debian/patches/13-rml-wpa-workarounds.patch: simple reapply patch
3115 manually as upstream changed some unrelated code in patch proximity.
3116
3117 * debian/patches/18_static_network-admin.patch: patch for gnome
3118 applet only; since source has moved it has to go - drop patch
3119
3120 * debian/patches/21_manual_means_always_online.diff: drop patch
3121 for gnome applet code; recalc line numbers of other patches for
3122 updated underlying upstream version; apply hunk
3123 src/NetworkManagerMain.h manually because upstream changed code
3124 in proximity.
3125
3126 * debian/patches/22_manual_config_available_when_connected.patch:
3127 applet changes only - drop patch
3128
3129 * debian/patches/23_nm-monitor-eni.diff: manually apply
3130 src/NetworkManagerSystem.h patch whose underlying code base
3131 was changed within proximity of changes; in turn recalc patch
3132 line number for src/backends/NetworkManagerDebian.c as well
3133 as src/NetworkManager.c
3134
3135
3136 Change Maintainer Field for ubuntu:
3137 * debian/control: change maintainer field to coredev for upload
3138
3139 -- Alexander Sack <asac@ubuntu.com> Mon, 25 Jun 2007 18:25:54 +0200
3140
3141network-manager (0.6.5-0ubuntu2) gutsy; urgency=low
3142
3143 * Added missing build-dep iproute.
3144 Fixes FTBFS on the buildd
3145 * Fixed path installation of nm-vpn-properties
3146
3147 -- Anthony Mercatante <tonio@ubuntu.com> Mon, 18 Jun 2007 12:56:22 +0200
3148
3149network-manager (0.6.5-0ubuntu1) gutsy; urgency=low
3150
3151 * New upstream release
3152 * Dropped obsolete 05-debian_backend.patch
3153 * Dropped 09_fix_bigendian_words.patch, merged upstream
3154 * Dropped 10-po_fr.patch, translation fixed upstream
3155 * Dropped 11-man_page_sh_name.patch, merged upstream
3156 * Dropped 12_dbus1.0.patch, merged upstream
3157 * Dropped 13-rml-wpa-workarounds.patch, merged upstream
3158 * Dropped obsolete 14-j-hostap-supplicant-driver.patch
3159 * Dropped obsolete 16_undefined_macros.patch
3160 * Dropped 18_static_network-admin.patch,
3161 21_manual_means_always_online.diff and
3162 22_manual_config_available_when_connected.patch, as the applet is
3163 now a separate tarball
3164 * Dropped obsolete
3165 19_interfaces_can_have_more_than_one_instance.patch,
3166 20_do_not_take_over_dhcpv4iface_when_v6_is_configured.patch
3167
3168 * Moved 19_interfaces_can_have_more_than_one_instance.patch,
3169 20_do_not_take_over_dhcpv4iface_when_v6_is_configured.patch and
3170 21_manual_means_always_online.diff in "patches-not-applied".
3171 n-m 0.6.5 has major code changes and the applet is now separate tarball,
3172 those patches need rewritting.
3173
3174 -- Anthony Mercatante <tonio@ubuntu.com> Fri, 15 Jun 2007 11:29:53 +0200
3175
3176network-manager (0.6.4-8) unstable; urgency=low
3177
3178 * Install the NetworkManager and NetworkManagerDispatcher start scripts as
3179 regular SysV init scripts
3180 - Rename debian/network-manager.dbus-event to debian/network-manager.init
3181 and debian/network-manager-dispatcher.dbus-event to
3182 debian/network-manager.network-manager-dispatcher.init.
3183 - Add proper LSB headers to the init scripts.
3184 - debian/rules
3185 Call dh_installinit for network-manager and network-manager-dispatcher.
3186 - debian/network-manager.{preinst,postinst,postrm}
3187 Remove the old conffiles /etc/dbus-1/event.d/25NetworkManager and
3188 /etc/dbus-1/event.d/26NetworkManagerDispatcher or rename them to
3189 *.dpkg-bak if they were changed locally.
3190
3191 -- Michael Biebl <biebl@debian.org> Tue, 24 Apr 2007 22:30:22 +0200
3192
3193network-manager (0.6.4-7) unstable; urgency=low
3194
3195 * debian/control
3196 - Add Recommends: network-manager-gnome | network-manager-kde to
3197 network-manager.
3198 - Add Recommends: libpam-keyring to network-manager-gnome. This allows to
3199 unlock the gnome-keyring automatically upon login.
3200 - Add Recommends: network-manager-vpnc, network-manager-openvpn to
3201 network-manager-gnome. (Closes: #406241)
3202 - Add XS-Vcs-* fields.
3203 - Add Depends: gnome-icon-theme to network-manager-gnome, which fixes a
3204 problem with nm-applet failing to start because of missing icons.
3205 (Closes: #372466)
3206 - Change maintainer address to
3207 pkg-utopia-maintainers@lists.alioth.debian.org.
3208 Add Riccardo and myself to Uploaders.
3209 * debian/patches/12_dbus1.0.patch
3210 - Updated to unref rather than close the D-Bus connection.
3211 * debian/patches/13-wep_capabilities.patch
3212 - Correctly set the available WEP capabilities. (Closes: #411867)
3213 Thanks to Andy Whitcroft for the patch!
3214 * debian/network-manager-gnome.README.Debian
3215 - Add a README.Debian file for network-manager-gnome. (Closes: #414187)
3216 * debian/patches/14-po_de.patch
3217 - Added. Small fix for the German translation.
3218 * debian/patches/05-debian_backend.patch
3219 - Updated. Set status variable to return code of ifup/ifdown.
3220 (Closes: #415642)
3221 - Only invalidate the nscd hosts cache when nscd is actually installed.
3222 (Closes: #402436)
3223 - Remove mDNSResponder restart from nm_system_restart_mdns_responder().
3224 mDNSResponder has been obsoleted by Avahi which does not need a restart.
3225
3226 -- Michael Biebl <biebl@debian.org> Tue, 03 Apr 2007 02:21:57 +0200
3227
3228network-manager (0.6.4-6ubuntu7) feisty; urgency=low
3229
3230 * 21_manual_means_always_online.diff:
3231 The previous version of this patch (ubuntu5) made a change to nm-applet
3232 that would assume the state was disconnected if the device list was empty.
3233 This didn't work since the device list is always empty on start because
3234 the status is obtained first.
3235
3236 This was guarding against having the connected state with no devices,
3237 which broke later assertions. Change the patch to correct those
3238 assertions instead; a connected state with no active device will now
3239 display the wired icon with a "Manual network configuration" tooltip.
3240
3241 LP: #82335, #105234.
3242
3243 * 05-debian_backend.patch:
3244 Revert change in ubuntu3 that commented out the blacklisting of
3245 devices listed in /etc/network/interfaces with more exotic configuration
3246 than just inet dhcp. This was done by the above patch in ubuntu5, it
3247 seems silly to do it there, better to do it in the original patch.
3248
3249 * 22_manual_config_available_when_connected.patch:
3250 Display the "Manual configuration" menu option when we have no devices,
3251 but are connected; since that means some number of blacklisted devices
3252 exist. Don't display the "No network devices" message in that case.
3253
3254 -- Scott James Remnant <scott@ubuntu.com> Thu, 12 Apr 2007 19:32:01 +0100
3255
3256network-manager (0.6.4-6ubuntu6) feisty; urgency=low
3257
3258 * debian/rules:
3259 - update translations template
3260
3261 -- Sebastien Bacher <seb128@canonical.com> Wed, 11 Apr 2007 22:36:27 +0200
3262
3263network-manager (0.6.4-6ubuntu5) feisty; urgency=low
3264
3265 * Partially revert 0.6.4-6ubuntu3, but if we find interfaces which are
3266 disabled, we assume we are always online to avoid trouble when people
3267 have advanced and semi-advanced setups.
3268
3269 -- Tollef Fog Heen <tfheen@ubuntu.com> Mon, 9 Apr 2007 21:39:20 +0200
3270
3271network-manager (0.6.4-6ubuntu4) feisty; urgency=low
3272
3273 * /etc/network/interfaces can have more than one instance of the same
3274 interface. For example:
3275
3276 iface eth0 inet dhcp
3277 and later
3278 iface eth0 inet6 static
3279
3280 The function ifparser_getif is capable only to return the first instance
3281 of eth0 that is a legal entry for NM to take over, but NM still does not
3282 know how to handle what's next.
3283
3284 Patch 19_interfaces_can_have_more_than_one_instance.patch creates a sub
3285 list of linked if_block via nextsame, binding together all if_block's
3286 related to the same interface and preserving if_data for each block.
3287
3288 Patch 20_do_not_take_over_dhcpv4iface_when_v6_is_configured.patch
3289 blacklist interfaces that have dhcp for inet configuration but have an
3290 inet6 entry following later on. NM does not know yet how to
3291 store/restore/configure IPv6 (blacklisted too) so for now we tell NM
3292 to keep the hands off these interfaces.
3293
3294 (Closes LP: #93636)
3295
3296 -- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 30 Mar 2007 11:17:42 +0200
3297
3298network-manager (0.6.4-6ubuntu3) feisty; urgency=low
3299
3300 * Manage some static devices we can understand. This should avoid the
3301 problem people are having with NM marking the machine as offline when
3302 it's just on static instead. LP #82335.
3303
3304 -- Tollef Fog Heen <tfheen@ubuntu.com> Tue, 13 Mar 2007 16:18:06 +0100
3305
3306network-manager (0.6.4-6ubuntu2) feisty; urgency=low
3307
3308 * Add "static configuration" menu item for NetworkRoaming spec.
3309
3310 -- Tollef Fog Heen <tfheen@ubuntu.com> Thu, 18 Jan 2007 11:22:19 +0100
3311
3312network-manager (0.6.4-6ubuntu1) feisty; urgency=low
3313
3314 * Merged with the Debian packages. Remaining changes:
3315 - Changed 12_dbus1.0.patch to unref rather than close the connection
3316 - Added 13-rml-wpa-workarounds.patch
3317 - Added 14-j-hostap-supplicant-driver.patch
3318 - Added 16_undefined_macros.patch
3319 - Call dh_iconcache for network-manager-gnome
3320 - Add recommends on network-manager-gnome | network-manager-kde
3321 - Remove "security" bit in README.Debian since we're using at_console
3322 instead of the netdev group
3323 - Remove the addition of the netdev group as well as the dependency on
3324 adduser.
3325 * Thanks to Riccardo Setti for help with merging the package. Much
3326 appreciated.
3327
3328 -- Tollef Fog Heen <tfheen@ubuntu.com> Fri, 15 Dec 2006 14:41:49 +0100
3329
3330network-manager (0.6.4-6) unstable; urgency=medium
3331
3332 * debian/patches/10-po_fr.patch
3333 - Added. Small fixes for the French translation. (Closes: #401060)
3334 Thanks to Cyril Brulebois.
3335 * debian/patches/12_dbus1.0.patch
3336 - Updated 12_dbus0.9.patch for D-Bus 1.0 to pass the correct flags to
3337 dbus_bus_request_name(). (Closes: #401039)
3338 * debian/patches/11-man_page_sh_name.patch
3339 - Add missing ".SH NAME" stanzas to man pages.
3340 * debian/network-manager-gnome.install
3341 - Install the nm-applet autostart file into /etc/xdg/autostart rather than
3342 /usr/share/gnome/autostart to be compliant to the fd.o autostart spec.
3343 * Urgency medium, as it fixes a FTBFS bug.
3344
3345 -- Michael Biebl <biebl@debian.org> Thu, 30 Nov 2006 21:30:47 +0100
3346
3347network-manager (0.6.4-5) unstable; urgency=low
3348
3349 * Small fix for the NetworkManagerDispatcher init script.
3350
3351 -- Michael Biebl <biebl@debian.org> Wed, 25 Oct 2006 11:00:34 +0200
3352
3353network-manager (0.6.4-4) unstable; urgency=low
3354
3355 * Correct typo in package description. (Closes: #390062)
3356 * debian/network-manager.postinst
3357 - Create group netdev if not yet existent. Add a Depends on adduser.
3358 * Add instructions to README.Debian how to restart NetworkManager after
3359 modifying /etc/network/interfaces. (Closes: 384892)
3360 * debian/patches/05-debian_backend.patch
3361 - Fix the parser for /etc/network/interfaces. (Closes: #383765)
3362 - Do not restart nscd on dns changes, only invalidate the hosts cache.
3363
3364 -- Michael Biebl <biebl@debian.org> Tue, 24 Oct 2006 20:18:18 +0200
3365
3366network-manager (0.6.4-3) unstable; urgency=low
3367
3368 * Changed adeprecated dbus function. (Closes: 385380)
3369 - Added 12_dbus0.9.patch.
3370
3371 -- Riccardo Setti <giskard@debian.org> Tue, 5 Sep 2006 19:48:00 +0200
3372
3373network-manager (0.6.4-2) unstable; urgency=low
3374
3375 * Ship the nm-tool binary. (Closes: #384891)
3376
3377 -- Michael Biebl <biebl@teco.edu> Tue, 15 Aug 2006 23:42:09 +0200
3378
3379network-manager (0.6.4-1) unstable; urgency=low
3380
3381 [ Riccardo Setti ]
3382 * New upstream release. (Closes: #379163)
3383 - Bumped hal deps to version 0.5.7.1. NM needs user haldaemon for dbus
3384 operations.
3385 * Allow interfaces marked "auto-hotplug" to be managed by NM.
3386 (Closes: #381017)
3387 * Added 09_fix_bigendian_words.patch which will fix the WPA+plain text pw
3388 auth method on powerpc (and on other bigendian archs). (Closes: #381464)
3389
3390 [ Michael Biebl ]
3391 * Merged the patches 05-resolvconf.patch and 08-disabled_devices.patch into
3392 a single patch called 05-debian_backend.patch.
3393 * Updated 05-debian_backend.patch to not control mapped interfaces.
3394 (Closes: #377498)
3395
3396 -- Michael Biebl <biebl@teco.edu> Tue, 8 Aug 2006 01:51:13 +0200
3397
3398network-manager (0.6.3-2) unstable; urgency=low
3399
3400 * Updated 02-dbus_access_network_manager.patch to allow the hal daemon
3401 (running as user "hal") to send events about hotplugged devices to the
3402 NetworkManager daemon. (Closes: 355785)
3403 * Added a Recommends: notification-daemon to network-manager-gnome.
3404 * Improved the package description and the manpage of network-manager-gnome.
3405 (Closes: #362962)
3406
3407 -- Michael Biebl <biebl@teco.edu> Tue, 20 Jun 2006 23:22:11 +0200
3408
3409network-manager (0.6.3-1) unstable; urgency=low
3410
3411 * New upstream release.
3412 - Removed 07-libnm_glib_reconnect_dbus.patch, merged upstream.
3413 - Removed 09-nm_bad_mutex_free.patch, fixed upstream.
3414 - Removed 10-interface_parser_fixes.patch, merged upstream.
3415 - Removed 11-carrier_detection.patch, merged upstream.
3416 * Added a watch file.
3417 * Added homepage URL to package description.
3418
3419 -- Michael Biebl <biebl@teco.edu> Thu, 8 Jun 2006 16:21:43 +0200
3420
3421network-manager (0.6.2-3) unstable; urgency=low
3422
3423 * Ship the NEWS.Debian file only for the network-manager package.
3424 (Closes: #367063)
3425 * Added 11-carrier_detection.patch to support network cards which can't do
3426 carrier detection. (Closes: #366373)
3427
3428 -- Michael Biebl <biebl@teco.edu> Tue, 16 May 2006 00:16:43 +0200
3429
3430Old Changelog:
3431network-manager (0.6.3-2ubuntu7) feisty; urgency=low
3432
3433 * Add debian/patches/00upstream-ftbfs.patch:
3434 - Fix dbus version check in src/NetworkManagerDbus.c to work with dbus
3435 1.0.
3436 - src/nm-netlink-monitor.c: Standard fix for new if_addr.h world order.
3437 - These issues are already fixed in the currently pending Debian merge, so
3438 this patch can go away soon.
3439 * Add debian/patches/13_avahi-autoipd.patch:
3440 - src/nm-device.c: Do not use the internal get_autoip() function, but
3441 instead check if avahi-autoipd was engaged for the interface and do not
3442 meddle with the settings in that case. This is in accordance with
3443 upstream who wants to completely throw away the internal IPv4LL code.
3444 - src/dhcp-manager/nm-dhcp-manager.c: Raise DHCP timeout from 45 seconds
3445 to 99 seconds, thus effectively disabling it. We want to use
3446 dhclient.conf's timeout configuration; if that happens to be longer, we
3447 interrupt dhclient while it's still working and get confused if the IP
3448 suddenly changes underneath us.
3449 - src/dhcp-manager/nm-dhcp-manager.c: Treat DHCDBD_FAIL like
3450 DHCDBD_TIMEOUT, i. e. continue with stage 4 of device activation
3451 (IPv4LL address assignment) instead of giving up and trying all over
3452 again. Since dhcdbd calls dhclient in single-shot mode (-1), it will
3453 never return with TIMEOUT, only with FAILURE, and we want to go into
3454 zeroconf mode instead of being stuck in an endless retry loop.
3455 - See https://wiki.ubuntu.com/ZeroConfNetworking for details.
3456
3457 -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 6 Dec 2006 16:42:54 +0100
3458
3459network-manager (0.6.3-2ubuntu6) edgy; urgency=low
3460
3461 * ndiswrapper uses the stock wext driver now, so remove that bit of the
3462 10-rml-wpa-workarounds.patch. Adjust
3463 11-j-hostap-supplicant-driver.patch appropriately. Malone: #46136
3464
3465 -- Tollef Fog Heen <tfheen@ubuntu.com> Tue, 17 Oct 2006 13:17:59 +0200
3466
3467network-manager (0.6.3-2ubuntu5) edgy; urgency=low
3468
3469 * Rebuild against dbus 0.90
3470 * debian/patches/12_dbus0.9.patch:
3471 + s/dbus_connection_disconnect/dbus_connection_close/g
3472
3473 -- Sebastian Dröge <slomo@ubuntu.com> Thu, 24 Aug 2006 18:09:06 +0200
3474
3475network-manager (0.6.3-2ubuntu4) edgy; urgency=low
3476
3477 * Correct network manager to not touch resolv.conf, accidentally dropped
3478 during the merge.
3479
3480 -- Scott James Remnant <scott@ubuntu.com> Tue, 22 Aug 2006 09:16:37 +0200
3481
3482network-manager (0.6.3-2ubuntu3) edgy; urgency=low
3483
3484 * debian/rules:
3485 - Add dh_iconcache to network-manager-gnome.
3486
3487 -- Christian Bjälevik <nafallo@ubuntu.com> Sun, 6 Aug 2006 12:32:52 +0200
3488
3489network-manager (0.6.3-2ubuntu2) edgy; urgency=low
3490
3491 * Fix packaging so that the workaround patch isn't already applied, thus
3492 breaking the builds.
3493
3494 -- Scott James Remnant <scott@ubuntu.com> Sun, 30 Jul 2006 23:24:43 +0100
3495
3496network-manager (0.6.3-2ubuntu1) edgy; urgency=low
3497
3498 * Merge with debian unstable, using Debian packaging as a base.
3499 Remaining changes:
3500 - our HAL daemon runs as the "haldaemon" user, not "hal",
3501 - use at_console="true" instead of netdev,
3502 - retain rml's workarounds patch,
3503 - retain j's hostap patch.
3504
3505 -- Scott James Remnant <scott@ubuntu.com> Wed, 12 Jul 2006 22:13:20 +0100
3506
3507network-manager (0.6.2-2) unstable; urgency=low
3508
3509 * More integration work. (Closes: #355244)
3510 - Added network-manager-dispatcher.script and
3511 06-dispatch_more_events.patch.
3512 This way the scripts in /etc/networks/if-*.d/ are called properly by
3513 NetworkManagerDispatcher.
3514 Thanks to the Ubuntu devs for this work!
3515 - Added 08-disabled_devices.patch. Network interfaces listed in
3516 /etc/network/interfaces which are not configured "auto" and "dhcp" are
3517 not handled by NM. This makes it possible to configure interfaces
3518 statically and have NM not messing with them.
3519 Updated README.Debian to reflect these changes.
3520 - Added 09-nm_bad_mutex_free.patch. Otherwise NM crashes if a device is
3521 disabled.
3522 * Added 07-libnm_glib_reconnect_dbus.patch which makes libnm_glib sleep
3523 between unsuccessful connection attempts to dbus. (Closes: #366010)
3524 * Bumped Standards-Version to 3.7.2, no further changes required.
3525 * Removed *.la files from the dev packages as we also ship pkg-config files
3526 which are a better alternative.
3527 * Added 10-interface_parser_fixes.patch which fixes several problems with
3528 the /etc/network/interfaces parser. (Closes: #355564)
3529
3530 -- Michael Biebl <biebl@teco.edu> Fri, 5 May 2006 18:01:47 +0200
3531
3532network-manager (0.6.2-1) unstable; urgency=low
3533
3534 * New upstream release.
3535 * Updated if_fix.patch, parts of it have been fixed upstream.
3536 * Renamed patches to use a more consistent naming scheme.
3537 * Depend on dhcbd (>= 1.12-2) because NM 0.6.2 does not start dhcdbd itself
3538 anymore.
3539 * The wpa_supplicant binary was moved from /usr/sbin to /sbin. Updated
3540 debian/rules accordingly.
3541 * Added dependency on hal (Closes: #356622)
3542 * Added autostart file to network-manager-gnome. This way nm-applet is
3543 started automatically on login.
3544
3545 -- Michael Biebl <biebl@teco.edu> Sun, 2 Apr 2006 19:48:28 +0200
3546
3547network-manager (0.6.1-1) unstable; urgency=low
3548
3549 * New upstream release.
3550 * Added myself to uploaders.
3551 * Added a dependency on dbus.
3552
3553 -- Michael Biebl <biebl@teco.edu> Tue, 14 Mar 2006 15:48:41 +0100
3554
3555network-manager (0.6.0-1) unstable; urgency=low
3556
3557 * New upstream release (Closes: #355246)
3558 - most of the work is taken from the experimental branch of NM.
3559 Thanks goes to Michael Biebl.
3560 - Added NetworkManagerDebian.patch which introduce supports for resolvconf
3561 * switched to debhelper5.
3562 * added libnl-util0, libnl-util-dev packages.
3563 - added debian/libnl-util0.install , debian/libnl-util-dev.install
3564 * removed debian/dirs as it was useless.
3565 * added a dependency on wpasupplicant as it's necessary for all encrypted
3566 connections.
3567
3568 -- Riccardo Setti <giskard@autistici.org> Thu, 9 Mar 2006 15:38:01 +0100
3569
3570network-manager (0.5.1-3) unstable; urgency=low
3571
3572 * improved debian/copyright . I hope this time it will be
3573 good enough to pass the ftp-master check. Thanks to Joerg Jaspert who
3574 has pointed me to the problem.
3575
3576 -- Riccardo Setti <giskard@autistici.org> Sun, 26 Feb 2006 21:57:29 +0100
3577
3578network-manager (0.5.1-2) unstable; urgency=low
3579
3580 * improved manpages.
3581 - added nm-vpn-properties, nm-applet manpages
3582 - added debian/network-manager-gnome.manpages
3583 - modifyed NetworManager*.sgml for reflect the correct website.
3584 * added nm-vpn-properties.desktop, nm-logo.xpm
3585 * added dbus_access_network_manager and dbus_access_nm_applet patches:
3586 - switched to group netdev
3587 - updated the dep on dhcdbd
3588 - removed debian/network-manager.dbus-conf debian/nm-applet.conf
3589 * removed network-manager.doc as it was empty.
3590 * uploaded to unstable.
3591
3592 -- Riccardo Setti <giskard@autistici.org> Thu, 9 Feb 2006 10:18:13 +0100
3593
3594network-manager (0.5.1-1) experimental; urgency=low
3595
3596 * renamed 25NetworkManagerDispatcher in 26NetworkManagerDispatcher because
3597 first we need to start NetworkManager and then NetworkManagerDispatcher
3598 * added networkmanger and networkmanaferdispatcher manpages.
3599 * Inital upload to Debian (Closes: #270538)
3600 * work based on the ubuntu package
3601 * Added 01.patch and 02.patch for fix the problem with recent linux
3602 kernel-headers
3603
3604 -- Riccardo Setti <giskard@autistici.org> Mon, 5 Jan 2006 17:09:29 +0100
3605
3606network-manager (0.5.1-0ubuntu6) dapper; urgency=low
3607
3608 * Really don't depend on bind9 being installed
3609
3610 -- Matthew Garrett <mjg59@srcf.ucam.org> Mon, 26 Dec 2005 00:40:29 +0000
3611
3612network-manager (0.5.1-0ubuntu5) dapper; urgency=low
3613
3614 * debian/control:
3615 - Version dep on dhcdbd to (>= 1.10-0ubuntu2).
3616
3617 -- Christian Bjälevik <nafallo@ubuntu.com> Wed, 21 Dec 2005 19:08:53 +0100
3618
3619network-manager (0.5.1-0ubuntu4) dapper; urgency=low
3620
3621 * debian/control:
3622 - Version all accurances of libdbus-glib-1-dev to (>= 0.60).
3623 - Removed not needed Build-Dep on libxdcmp-dev, this is a dep
3624 of libx11-dev now.
3625 * debian/patches/01-STOLEN_FROM_HEAD-dbus-60:
3626 - Add a patch from CVS HEAD to fix FTBFS.
3627 No patchsystem, only applied it.
3628
3629 -- Christian Bjälevik <nafallo@ubuntu.com> Wed, 21 Dec 2005 14:22:34 +0100
3630
3631network-manager (0.5.1-0ubuntu3) dapper; urgency=low
3632
3633 * debian/control:
3634 - Changed versioned dep on wireless-tools to >= 28pre9
3635 (what upstream says in their .news).
3636 - Removed commented out Conflicts-line.
3637 - Do not depend on bind9 being installed.
3638 - Added libxdmcp-dev as a Build-Dep.
3639 * debian/*.dbus-event:
3640 - Use "$NAME" instead of the incredible long "$DESC: ".
3641 * debian/network-manager.postinst:
3642 - Do not run gtk-update-icon-cache on configure cause
3643 seb128 says it's a bad idea and explained why :-).
3644 * debian/README:
3645 - Fix typo (cann -> can).
3646 * debian/rules:
3647 - Removed named-support (we don't want bind9 for this)
3648 - Added --with-distro=debian.
3649
3650 -- Christian Bjälevik <nafallo@ubuntu.com> Thu, 15 Dec 2005 02:04:12 +0100
3651
3652network-manager (0.5.1-0ubuntu2) dapper; urgency=low
3653
3654 * remove .arch-ids traces
3655
3656 -- Jan Gerber <j@bootlab.org> Sun, 13 Nov 2005 21:19:18 -0500
3657
3658network-manager (0.5.1-0ubuntu1) dapper; urgency=low
3659
3660 * New upstream version
3661
3662 -- Jan Gerber <j@bootlab.org> Fri, 21 Oct 2005 08:33:25 -0400
3663
3664network-manager (0.5.0-0ubuntu1) breezy; urgency=low
3665
3666 * New upstream version
3667 * split headers into network-manager-dev
3668
3669 -- Jan Gerber <j@bootlab.org> Tue, 18 Oct 2005 17:43:56 +0200
3670
3671network-manager (0.4.1+cvs20050817-0ubuntu5) breezy; urgency=low
3672
3673 * fix postinst so its possible to install network-manager
3674 in pbuilder
3675
3676 -- Jan Gerber <j@bootlab.org> Tue, 11 Oct 2005 19:23:47 +0200
3677
3678network-manager (0.4.1+cvs20050817-0ubuntu4) breezy; urgency=low
3679
3680 * update postinst to restart dbus on install
3681
3682 -- Jan Gerber <j@bootlab.org> Sat, 29 Aug 2005 13:40:26 +0200
3683
3684network-manager (0.4.1+cvs20050817-0ubuntu3) breezy; urgency=low
3685
3686 * this is NetworkManager CVS Tag NM_0_4_1_RELEASE + 3 patches
3687 - make dhcdbd only a runtime dependency
3688 - fix build due to one too many ,s
3689 - fix debian backend to support static IP settings again
3690 (all changes are upstream by now)
3691
3692 -- Jan Gerber <j@bootlab.org> Sat, 27 Aug 2005 23:40:26 +0200
3693
3694network-manager (0.4.1+cvs20050817-0ubuntu2) breezy; urgency=low
3695
3696 * restructure build system to creat orig.tar.gz and diff.gz files
3697
3698 -- Jan Gerber <j@bootlab.org> Sat, 27 Aug 2005 14:04:26 +0200
3699
3700network-manager (0.4.1+cvs20050817-0unbuntu1) breezy; urgency=low
3701
3702 * fix loading static IP settings from /etc/network/interfaces
3703
3704 -- Jan Gerber <j@bootlab.org> Sun, 21 Aug 2005 19:40:26 +0200
3705
3706network-manager (0.4.1+cvs20050817-0) breezy; urgency=low
3707
3708 * update to NM_0_4_1_RELEASE
3709
3710 -- Jan Gerber <j@bootlab.org> Sun, 21 Aug 2005 15:27:26 +0200
3711
3712network-manager (0.4.1+cvs20050813-0) breezy; urgency=low
3713
3714 * change back to using BIND
3715 * remove dependency on resolvconf and dnsmasq
3716
3717 -- Jan Gerber <j@bootlab.org> Sat, 13 Aug 2005 19:37:26 +0200
3718
3719network-manager (0.4.1+cvs20050618-3) breezy; urgency=low
3720
3721 * Run resolvconf instead of messing with BIND. Dependencies
3722 changed too. Unfortunately these changes are not properly
3723 tested :-(.
3724
3725 -- Ian Jackson <ian@ubuntu.com> Sat, 18 Jun 2005 13:33:26 +0100
3726
3727network-manager (0.4.1+cvs20050618-2) breezy; urgency=low
3728
3729 * Sort out chown of /var/lib/NetworkManager
3730
3731 -- Thom May <thom@ubuntu.com> Sat, 18 Jun 2005 13:33:26 +0100
3732
3733network-manager (0.4.1+cvs20050618-1) breezy; urgency=low
3734
3735 * update from CVS
3736 * Add configure magic to ensure we get the correct path for dhcdbd
3737 (Ubuntu: #11905)
3738 * Ensure /var/lib/NetworkManager is created with the correct permisions
3739 (Ubuntu: #11904)
3740 * Rename dbus event script to correct name and restart dbus in postinst
3741 * Depend on lsb-base and use log_*_msg in event script
3742
3743 -- Thom May <thom@ubuntu.com> Sat, 18 Jun 2005 11:22:49 +0100
3744
3745network-manager (0.4.1+cvs20050616-1) breezy; urgency=low
3746
3747 * New upstream. Fix descriptions.
3748
3749 -- Thom May <thom@ubuntu.com> Thu, 16 Jun 2005 14:47:30 +0100
3750
3751network-manager (0.4.1+cvs20050614-1) unstable; urgency=low
3752
3753 * New upstream release. Move to 0.4 branch; use dhcdbd.
3754 * Drop network-manager-gnome
3755 * add libnm-glib-0 and libnm-glib-0-dev
3756
3757 -- Thom May <thom@debian.org> Tue, 14 Jun 2005 12:41:29 +0100
3758
3759network-manager (0.3.1+cvs20041108-1) unstable; urgency=low
3760
3761 * New upstream release
3762 * Add dpatch
3763
3764 -- Thom May <thom@debian.org> Mon, 8 Nov 2004 13:49:15 +0000
3765
3766network-manager (0.3.1+cvs20041101-2) unstable; urgency=low
3767
3768 * Update dependencies, thanks to j@bootlab.org
3769
3770 -- Thom May <thom@debian.org> Tue, 2 Nov 2004 16:32:45 +0000
3771
3772network-manager (0.3.1+cvs20041101-1) unstable; urgency=low
3773
3774 * New upstream release
3775
3776 -- Thom May <thom@debian.org> Mon, 1 Nov 2004 13:08:32 +0000
3777
3778network-manager (0.3.1+cvs20041028-1) unstable; urgency=low
3779
3780 * New upstream release
3781
3782 -- Thom May <thom@debian.org> Thu, 28 Oct 2004 13:12:42 +0100
3783
3784network-manager (0.3+cvs20041016-2) unstable; urgency=low
3785
3786 * fix some minor problems in packaging; clean up for pkg-utopia entry
3787
3788 -- Thom May <thom@canonical.com> Mon, 25 Oct 2004 13:43:07 +0100
3789
3790network-manager (0.3+cvs20041016-1) unstable; urgency=low
3791
3792 * New upstream release
3793 * Clean up backend for debian
3794
3795 -- Thom May <thom@debian.org> Sat, 16 Oct 2004 21:32:43 +0100
3796
3797network-manager (0.3-1) unstable; urgency=low
3798
3799 * New upstream release
3800
3801 -- Thom May <thom@debian.org> Fri, 15 Oct 2004 13:55:46 +0100
3802
3803network-manager (0.2+cvs20040928-1) unstable; urgency=low
3804
3805 * Initial Release.
3806
3807 -- Thom May <thom@debian.org> Sun, 3 Oct 2004 11:54:56 +0100
03808
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2012-02-20 14:47:25 +0000
@@ -0,0 +1,1 @@
18
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2012-02-20 14:47:25 +0000
@@ -0,0 +1,236 @@
1Source: network-manager
2Section: net
3Priority: optional
4Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
6Uploaders: Michael Biebl <biebl@debian.org>
7Build-Depends:
8 debhelper (>= 8),
9 dh-autoreconf,
10 autotools-dev,
11 pkg-config,
12 intltool,
13 libdbus-glib-1-dev (>= 0.75),
14 libdbus-1-dev (>= 1.1),
15 libiw-dev(>= 27+28pre9),
16 libglib2.0-dev (>= 2.22),
17 libnl-3-dev,
18 libnl-genl-3-dev,
19 libnl-route-3-dev,
20 ppp-dev (>= 2.4.5),
21 libpolkit-gobject-1-dev,
22 libnss3-dev,
23 uuid-dev,
24 libudev-dev (>= 147),
25 libgudev-1.0-dev,
26 libnotify-dev (>= 0.3),
27 isc-dhcp-client (>= 4.1.1-P1-4),
28 gtk-doc-tools,
29 dbus-test-runner,
30 libgirepository1.0-dev (>= 0.9.12),
31 gobject-introspection (>= 0.9.12-4~),
32 python-gobject-2,
33 python-dbus,
34 gir1.2-glib-2.0,
35 gir1.2-freedesktop
36Standards-Version: 3.9.2
37Vcs-Bzr: https://code.launchpad.net/~network-manager/network-manager/ubuntu.head
38Homepage: http://www.gnome.org/projects/NetworkManager/
39
40Package: network-manager
41Architecture: any
42Depends:
43 ${shlibs:Depends},
44 ${misc:Depends},
45 lsb-base (>= 3.2-14),
46 wpasupplicant (>= 0.7.3-1),
47 dbus (>= 1.1.2),
48 udev,
49 isc-dhcp-client (>= 4.1.1-P1-4),
50 iproute,
51 dnsmasq-base,
52 iputils-arping
53Recommends:
54 network-manager-pptp,
55 network-manager-gnome | network-manager-kde | plasma-widget-networkmanagement,
56 policykit-1,
57 ppp (>= 2.4.5),
58 iptables,
59 modemmanager
60Suggests: avahi-autoipd
61Breaks:
62 network-manager-gnome (<< 0.8.99),
63 network-manager-kde (<< 1:0.9~~),
64 network-manager-openvpn (<< 0.8.99),
65 network-manager-vpnc (<< 0.8.99),
66 network-manager-pptp (<< 0.8.99),
67 ppp (<< 2.4.5)
68Description: network management framework (daemon and userspace tools)
69 NetworkManager is a system network service that manages your network devices
70 and connections, attempting to keep active network connectivity when
71 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
72 devices, and provides VPN integration with a variety of different VPN
73 services.
74 .
75 This package provides the userspace daemons and a command line interface to
76 interact with NetworkManager.
77 .
78 Optional dependencies:
79 * policykit-1: Required for reading and writing system connections.
80 * ppp: Required for establishing dial-up connections (e.g. via GSM).
81 * avahi-autoipd: Used for IPv4LL, a protocol for automatic Link-Local IP
82 address configuration.
83
84Package: network-manager-dev
85Architecture: any
86Section: devel
87Depends: ${misc:Depends}
88Description: network management framework (development files)
89 NetworkManager attempts to keep an active network connection available at all
90 times. It is intended only for the desktop use-case, and is not intended for
91 usage on servers. The point of NetworkManager is to make networking
92 configuration and setup as painless and automatic as possible. If using DHCP,
93 NetworkManager is _intended_ to replace default routes, obtain IP addresses
94 from a DHCP server, and change nameservers whenever it sees fit.
95 .
96 This package provides header files that are needed to
97 compile VPN Plugins for NetworkManager.
98
99Package: libnm-glib4
100Section: libs
101Architecture: any
102Depends:
103 ${shlibs:Depends},
104 ${misc:Depends}
105Description: network management framework (GLib shared library)
106 NetworkManager is a system network service that manages your network devices
107 and connections, attempting to keep active network connectivity when
108 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
109 devices, and provides VPN integration with a variety of different VPN
110 services.
111 .
112 This package provides the shared library that applications can use to query
113 connection status via NetworkManager.
114
115Package: libnm-glib-dev
116Section: libdevel
117Architecture: any
118Depends:
119 libnm-glib4 (= ${binary:Version}),
120 gir1.2-networkmanager-1.0 (= ${binary:Version}),
121 ${misc:Depends},
122 libnm-util-dev,
123 network-manager-dev,
124 libglib2.0-dev,
125 libdbus-glib-1-dev
126Description: network management framework (GLib interface)
127 NetworkManager is a system network service that manages your network devices
128 and connections, attempting to keep active network connectivity when
129 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
130 devices, and provides VPN integration with a variety of different VPN
131 services.
132 .
133 This package provides the interface that applications can use to query
134 connection status via NetworkManager.
135
136Package: libnm-glib-vpn1
137Section: libs
138Architecture: any
139Depends:
140 ${shlibs:Depends},
141 ${misc:Depends}
142Breaks: libnm-glib2
143Replaces: libnm-glib2
144Description: network management framework (GLib VPN shared library)
145 NetworkManager is a system network service that manages your network devices
146 and connections, attempting to keep active network connectivity when
147 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
148 devices, and provides VPN integration with a variety of different VPN
149 services.
150 .
151 This package provides the shared library that applications can use for
152 creating VPN connections via NetworkManager.
153
154Package: libnm-glib-vpn-dev
155Section: libdevel
156Architecture: any
157Depends:
158 libnm-glib-vpn1 (= ${binary:Version}),
159 ${misc:Depends},
160 libnm-glib-dev
161Description: network management framework (GLib interface)
162 NetworkManager is a system network service that manages your network devices
163 and connections, attempting to keep active network connectivity when
164 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
165 devices, and provides VPN integration with a variety of different VPN
166 services.
167 .
168 This package provides the shared library that applications can use for
169 creating VPN connections via NetworkManager.
170
171Package: libnm-util2
172Section: libs
173Architecture: any
174Depends:
175 ${shlibs:Depends},
176 ${misc:Depends}
177Description: network management framework (shared library)
178 NetworkManager is a system network service that manages your network devices
179 and connections, attempting to keep active network connectivity when
180 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
181 devices, and provides VPN integration with a variety of different VPN
182 services.
183 .
184 This package contains a convenience library to ease the access to
185 NetworkManager.
186
187Package: libnm-util-dev
188Section: libdevel
189Architecture: any
190Depends:
191 libnm-util2 (= ${binary:Version}),
192 gir1.2-networkmanager-1.0 (= ${binary:Version}),
193 ${misc:Depends},
194 libglib2.0-dev,
195 libdbus-glib-1-dev
196Description: network management framework (development files)
197 NetworkManager is a system network service that manages your network devices
198 and connections, attempting to keep active network connectivity when
199 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
200 devices, and provides VPN integration with a variety of different VPN
201 services.
202 .
203 This package contains header and development files.
204
205Package: network-manager-dbg
206Architecture: any
207Section: debug
208Priority: extra
209Depends:
210 network-manager (= ${binary:Version}) | libnm-util2 (= ${binary:Version}) | libnm-glib4 (= ${binary:Version}) | libnm-glib-vpn1 (= ${binary:Version}),
211 ${misc:Depends}
212Description: network management framework (debugging symbols)
213 NetworkManager is a system network service that manages your network devices
214 and connections, attempting to keep active network connectivity when
215 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
216 devices, and provides VPN integration with a variety of different VPN
217 services.
218 .
219 This package contains detached debugging symbols.
220
221Package: gir1.2-networkmanager-1.0
222Section: libs
223Architecture: any
224Depends: ${gir:Depends}, ${shlibs:Depends}, ${misc:Depends}
225Description: GObject introspection data for NetworkManager
226 NetworkManager is a system network service that manages your network devices
227 and connections, attempting to keep active network connectivity when
228 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
229 devices, and provides VPN integration with a variety of different VPN
230 services.
231 .
232 This package contains introspection data for NetworkManager.
233 .
234 It can be used by packages using the GIRepository format to generate
235 dynamic bindings.
236
0237
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2012-02-20 14:47:25 +0000
@@ -0,0 +1,59 @@
1This package was debianized by Thom May <thom@debian.org> on
2Sun, 3 Oct 2004 11:54:56 +0100.
3
4It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/NetworkManager
5
6
7All files if not specified otherwise are licensed under the following terms:
8
9Copyright:
10
11 Copyright (C) 2006 - 2009 Red Hat, Inc.
12 Copyright (C) 2006 - 2009 Novell, Inc.
13
14License:
15
16 This program is free software; you can redistribute it and/or modify
17 it under the terms of the GNU General Public License as published by
18 the Free Software Foundation; either version 2 of the License, or
19 (at your option) any later version.
20
21 This program is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 GNU General Public License for more details.
25
26 You should have received a copy of the GNU General Public License along
27 with this program; if not, write to the Free Software Foundation, Inc.,
28 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
29
30On Debian systems, the complete text of the GNU General
31Public License can be found in `/usr/share/common-licenses/GPL'.
32
33
34
35libnm-util/*.[ch], libnm-glib/*.[ch]:
36
37Copyright:
38
39 Copyright (C) 2005 - 2009 Red Hat, Inc.
40 Copyright (C) 2005 - 2009 Novell, Inc.
41
42License:
43
44 This library is free software; you can redistribute it and/or
45 modify it under the terms of the GNU Lesser General Public
46 License as published by the Free Software Foundation; either
47 version 2 of the License, or (at your option) any later version.
48
49 This library is distributed in the hope that it will be useful,
50 but WITHOUT ANY WARRANTY; without even the implied warranty of
51 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
52 Lesser General Public License for more details.
53
54 You should have received a copy of the GNU Lesser General Public License
55 along with this package; if not, write to the Free Software
56 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
57
58On Debian systems, the complete text of the GNU Lesser General
59Public License can be found in `/usr/share/common-licenses/LGPL'.
060
=== added file 'debian/gbp.conf'
--- debian/gbp.conf 1970-01-01 00:00:00 +0000
+++ debian/gbp.conf 2012-02-20 14:47:25 +0000
@@ -0,0 +1,3 @@
1[DEFAULT]
2pristine-tar = True
3debian-branch = experimental
04
=== added file 'debian/gir1.2-networkmanager-1.0.install'
--- debian/gir1.2-networkmanager-1.0.install 1970-01-01 00:00:00 +0000
+++ debian/gir1.2-networkmanager-1.0.install 2012-02-20 14:47:25 +0000
@@ -0,0 +1,1 @@
1debian/tmp/usr/lib/girepository-1.0/
02
=== added file 'debian/ifblacklist_migrate.sh'
--- debian/ifblacklist_migrate.sh 1970-01-01 00:00:00 +0000
+++ debian/ifblacklist_migrate.sh 2012-02-20 14:47:25 +0000
@@ -0,0 +1,66 @@
1#!/bin/sh
2
3# (C) 2007 Canonical Ltd.
4# Author: Alexander Sack <asac@jwsdot.com>
5# License: GNU General Public License, version 2 or any later version
6
7if test x$NIF_FILE = x; then
8 NIF_FILE=/etc/network/interfaces
9fi
10
11auto_ifs=$(cat $NIF_FILE | \
12 egrep "^auto|^allow-" | \
13 sed -e 's/auto//' | \
14 sed -e 's/allow-[^ ].* //')
15
16ifaces_to_disable=""
17
18echo Auto interfaces found: $auto_ifs
19
20# iterate over all auto interfaces
21for i in $auto_ifs; do
22 IFS_old=$IFS; IFS=""
23
24 NIF_FILE_content=$(cat $NIF_FILE | \
25 sed -e 's/^[ \t]*auto.*$//' | \
26 sed -e 's/^[ \t]*allow-.*$//' | \
27 sed -e 's/^[ \t]*#.*$//' | grep -v ^$)
28
29 # '--' is inserted by grep -A1 if there are multiple iface blocks
30 lines=$(echo $NIF_FILE_content | grep -A1 "^iface.*$i.*dhcp" | grep -v '\--')
31 IFS="
32"
33
34 # if there is no iface line for that interface, we would still get a line
35 # count of 1 ... so use word_count 0 below to exclude ifaces that have no
36 # configuration at all.
37 word_count=$(echo $lines | wc -w)
38 line_count=0
39 for line in $lines; do
40 nulled_line=$(echo "$line" | sed -e 's/[# ]//' | grep -v ^iface)
41 if test x$nulled_line != x; then
42 line_count=$(expr $line_count + 1)
43 fi
44 done
45
46 if test $line_count -eq 0 -a $word_count -gt 0; then
47 ifaces_to_disable="$ifaces_to_disable $i"
48 echo iface to disable = $i
49 fi
50 IFS=$IFS_old
51done
52
53backup_suffix=0
54while test -e ${NIF_FILE}.bak-${backup_suffix}; do
55 backup_suffix=$(expr $backup_suffix + 1)
56done
57
58if [ -n "$ifaces_to_disable" ]; then
59 cp $NIF_FILE "$NIF_FILE.bak-${backup_suffix}"
60 for i in $ifaces_to_disable; do
61 echo -n "Disabling interface: $i ... "
62 sed -i -e "s/^\([ \t]*iface.*[ \t]$i[ \t].*\)$/#NetworkManager#\1/" $NIF_FILE
63 echo done.
64 done
65fi
66
067
=== added file 'debian/libnm-glib-dev.install'
--- debian/libnm-glib-dev.install 1970-01-01 00:00:00 +0000
+++ debian/libnm-glib-dev.install 2012-02-20 14:47:25 +0000
@@ -0,0 +1,18 @@
1debian/tmp/usr/lib/pkgconfig/libnm-glib.pc
2debian/tmp/usr/lib/libnm-glib.so
3debian/tmp/usr/include/libnm-glib/libnm_glib.h
4debian/tmp/usr/include/libnm-glib/nm-object.h
5debian/tmp/usr/include/libnm-glib/nm-client.h
6debian/tmp/usr/include/libnm-glib/nm*device*
7debian/tmp/usr/include/libnm-glib/nm-access-point.h
8debian/tmp/usr/include/libnm-glib/nm-ip*-config.h
9debian/tmp/usr/include/libnm-glib/nm-dhcp4-config.h
10debian/tmp/usr/include/libnm-glib/nm-dhcp6-config.h
11debian/tmp/usr/include/libnm-glib/nm*settings*.h
12debian/tmp/usr/include/libnm-glib/nm*connection.h
13debian/tmp/usr/include/libnm-glib/nm-types.h
14debian/tmp/usr/include/libnm-glib/nm-wimax-nsp.h
15debian/tmp/usr/include/libnm-glib/nm-secret-agent.h
16debian/tmp/usr/include/libnm-glib/nm-glib-enum-types.h
17debian/tmp/usr/share/gtk-doc/html/libnm-glib/
18debian/tmp/usr/share/gir-1.0/NMClient-1.0.gir
019
=== added file 'debian/libnm-glib-vpn-dev.install'
--- debian/libnm-glib-vpn-dev.install 1970-01-01 00:00:00 +0000
+++ debian/libnm-glib-vpn-dev.install 2012-02-20 14:47:25 +0000
@@ -0,0 +1,4 @@
1debian/tmp/usr/lib/pkgconfig/libnm-glib-vpn.pc
2debian/tmp/usr/lib/libnm-glib-vpn.so
3debian/tmp/usr/include/libnm-glib/nm-vpn-plugin*
4debian/tmp/usr/include/libnm-glib/nm-vpn-enum-types.h
05
=== added file 'debian/libnm-glib-vpn1.install'
--- debian/libnm-glib-vpn1.install 1970-01-01 00:00:00 +0000
+++ debian/libnm-glib-vpn1.install 2012-02-20 14:47:25 +0000
@@ -0,0 +1,1 @@
1debian/tmp/usr/lib/libnm-glib-vpn.so.*
02
=== added file 'debian/libnm-glib-vpn1.symbols'
--- debian/libnm-glib-vpn1.symbols 1970-01-01 00:00:00 +0000
+++ debian/libnm-glib-vpn1.symbols 2012-02-20 14:47:25 +0000
@@ -0,0 +1,24 @@
1libnm-glib-vpn.so.1 libnm-glib-vpn1 #MINVER#
2 nm_vpn_plugin_disconnect@Base 0.7.999
3 nm_vpn_plugin_error_get_type@Base 0.7.999
4 nm_vpn_plugin_error_quark@Base 0.7.999
5 nm_vpn_plugin_failure@Base 0.7.999
6 nm_vpn_plugin_get_connection@Base 0.7.999
7 nm_vpn_plugin_get_state@Base 0.7.999
8 nm_vpn_plugin_get_type@Base 0.7.999
9 nm_vpn_plugin_set_ip4_config@Base 0.7.999
10 nm_vpn_plugin_set_login_banner@Base 0.7.999
11 nm_vpn_plugin_set_state@Base 0.7.999
12 nm_vpn_plugin_ui_interface_delete_connection@Base 0.7.999
13 nm_vpn_plugin_ui_interface_export@Base 0.7.999
14 nm_vpn_plugin_ui_interface_get_capabilities@Base 0.7.999
15 nm_vpn_plugin_ui_interface_get_suggested_name@Base 0.7.999
16 nm_vpn_plugin_ui_interface_get_type@Base 0.7.999
17 nm_vpn_plugin_ui_interface_import@Base 0.7.999
18 nm_vpn_plugin_ui_interface_ui_factory@Base 0.7.999
19 nm_vpn_plugin_ui_widget_interface_get_type@Base 0.7.999
20 nm_vpn_plugin_ui_widget_interface_get_widget@Base 0.7.999
21 nm_vpn_plugin_ui_widget_interface_save_secrets@Base 0.7.999
22 nm_vpn_plugin_ui_widget_interface_update_connection@Base 0.7.999
23 nm_vpn_plugin_utils_get_secret_flags@Base 0.8.998
24 nm_vpn_plugin_utils_read_vpn_details@Base 0.8.998
025
=== added file 'debian/libnm-glib4.install'
--- debian/libnm-glib4.install 1970-01-01 00:00:00 +0000
+++ debian/libnm-glib4.install 2012-02-20 14:47:25 +0000
@@ -0,0 +1,1 @@
1debian/tmp/usr/lib/libnm-glib.so.*
02
=== added file 'debian/libnm-glib4.symbols'
--- debian/libnm-glib4.symbols 1970-01-01 00:00:00 +0000
+++ debian/libnm-glib4.symbols 2012-02-20 14:47:25 +0000
@@ -0,0 +1,188 @@
1libnm-glib.so.4 libnm-glib4 #MINVER#
2 libnm_glib_get_network_state@Base 0.7.999
3 libnm_glib_init@Base 0.7.999
4 libnm_glib_register_callback@Base 0.7.999
5 libnm_glib_shutdown@Base 0.7.999
6 libnm_glib_unregister_callback@Base 0.7.999
7 nm_access_point_connection_valid@Base 0.8.999
8 nm_access_point_filter_connections@Base 0.8.998
9 nm_access_point_get_bssid@Base 0.8.998
10 nm_access_point_get_flags@Base 0.7.999
11 nm_access_point_get_frequency@Base 0.7.999
12 nm_access_point_get_hw_address@Base 0.7.999
13 nm_access_point_get_max_bitrate@Base 0.7.999
14 nm_access_point_get_mode@Base 0.7.999
15 nm_access_point_get_rsn_flags@Base 0.7.999
16 nm_access_point_get_ssid@Base 0.7.999
17 nm_access_point_get_strength@Base 0.7.999
18 nm_access_point_get_type@Base 0.7.999
19 nm_access_point_get_wpa_flags@Base 0.7.999
20 nm_access_point_new@Base 0.7.999
21 nm_active_connection_get_connection@Base 0.7.999
22 nm_active_connection_get_default6@Base 0.8.0.999
23 nm_active_connection_get_default@Base 0.7.999
24 nm_active_connection_get_devices@Base 0.7.999
25 nm_active_connection_get_master@Base 0.9.2.0+git201202060518.95b0b72
26 nm_active_connection_get_specific_object@Base 0.7.999
27 nm_active_connection_get_state@Base 0.7.999
28 nm_active_connection_get_type@Base 0.7.999
29 nm_active_connection_get_uuid@Base 0.8.999
30 nm_active_connection_new@Base 0.7.999
31 nm_client_activate_connection@Base 0.7.999
32 nm_client_add_and_activate_connection@Base 0.8.998
33 nm_client_deactivate_connection@Base 0.7.999
34 nm_client_get_active_connections@Base 0.7.999
35 nm_client_get_device_by_iface@Base 0.8.9997+git.20110721t045648.36db194
36 nm_client_get_device_by_path@Base 0.7.999
37 nm_client_get_devices@Base 0.7.999
38 nm_client_get_manager_running@Base 0.7.999
39 nm_client_get_permission_result@Base 0.8.2
40 nm_client_get_state@Base 0.7.999
41 nm_client_get_type@Base 0.7.999
42 nm_client_get_version@Base 0.8.998
43 nm_client_networking_get_enabled@Base 0.8.0.999
44 nm_client_networking_set_enabled@Base 0.8.0.999
45 nm_client_new@Base 0.7.999
46 nm_client_new_async@Base 0.9.2.0+git201202060518.95b0b72
47 nm_client_new_finish@Base 0.9.2.0+git201202060518.95b0b72
48 nm_client_permission_get_type@Base 0.9.2.0+git201202161854.8572ecf
49 nm_client_permission_result_get_type@Base 0.9.2.0+git201202161854.8572ecf
50 nm_client_sleep@Base 0.7.999
51 nm_client_wimax_get_enabled@Base 0.8.998
52 nm_client_wimax_hardware_get_enabled@Base 0.8.998
53 nm_client_wimax_set_enabled@Base 0.8.998
54 nm_client_wireless_get_enabled@Base 0.7.999
55 nm_client_wireless_hardware_get_enabled@Base 0.7.999
56 nm_client_wireless_set_enabled@Base 0.7.999
57 nm_client_wwan_get_enabled@Base 0.7.999
58 nm_client_wwan_hardware_get_enabled@Base 0.7.999
59 nm_client_wwan_set_enabled@Base 0.7.999
60 nm_device_bt_get_capabilities@Base 0.7.999
61 nm_device_bt_get_hw_address@Base 0.7.999
62 nm_device_bt_get_name@Base 0.7.999
63 nm_device_bt_get_type@Base 0.7.999
64 nm_device_bt_new@Base 0.7.999
65 nm_device_connection_valid@Base 0.8.999
66 nm_device_disconnect@Base 0.7.999
67 nm_device_ethernet_get_carrier@Base 0.7.999
68 nm_device_ethernet_get_hw_address@Base 0.7.999
69 nm_device_ethernet_get_permanent_hw_address@Base 0.8.2
70 nm_device_ethernet_get_speed@Base 0.7.999
71 nm_device_ethernet_get_type@Base 0.7.999
72 nm_device_ethernet_new@Base 0.7.999
73 nm_device_filter_connections@Base 0.8.998
74 nm_device_get_active_connection@Base 0.8.9997
75 nm_device_get_capabilities@Base 0.7.999
76 nm_device_get_device_type@Base 0.8.998
77 nm_device_get_dhcp4_config@Base 0.7.999
78 nm_device_get_dhcp6_config@Base 0.8.3.998
79 nm_device_get_driver@Base 0.7.999
80 nm_device_get_firmware_missing@Base 0.8.2
81 nm_device_get_iface@Base 0.7.999
82 nm_device_get_ip4_config@Base 0.7.999
83 nm_device_get_ip6_config@Base 0.7.999
84 nm_device_get_ip_iface@Base 0.8.9997
85 nm_device_get_managed@Base 0.7.999
86 nm_device_get_product@Base 0.7.999
87 nm_device_get_state@Base 0.7.999
88 nm_device_get_state_reason@Base 0.9.2.0+git201202091648.c24c4d4
89 nm_device_get_type@Base 0.7.999
90 nm_device_get_udi@Base 0.7.999
91 nm_device_get_vendor@Base 0.7.999
92 nm_device_infiniband_get_carrier@Base 0.9.1.90+git.20111206t233146.dff0d2a
93 nm_device_infiniband_get_hw_address@Base 0.9.1.90+git.20111206t233146.dff0d2a
94 nm_device_infiniband_get_type@Base 0.9.1.90+git.20111206t233146.dff0d2a
95 nm_device_infiniband_new@Base 0.9.1.90+git.20111206t233146.dff0d2a
96 nm_device_modem_get_current_capabilities@Base 0.8.998
97 nm_device_modem_get_modem_capabilities@Base 0.8.998
98 nm_device_modem_get_type@Base 0.8.998
99 nm_device_new@Base 0.7.999
100 nm_device_wifi_get_access_point_by_path@Base 0.7.999
101 nm_device_wifi_get_access_points@Base 0.7.999
102 nm_device_wifi_get_active_access_point@Base 0.7.999
103 nm_device_wifi_get_bitrate@Base 0.7.999
104 nm_device_wifi_get_capabilities@Base 0.7.999
105 nm_device_wifi_get_hw_address@Base 0.7.999
106 nm_device_wifi_get_mode@Base 0.7.999
107 nm_device_wifi_get_permanent_hw_address@Base 0.8.2
108 nm_device_wifi_get_type@Base 0.7.999
109 nm_device_wifi_new@Base 0.7.999
110 nm_device_wimax_get_active_nsp@Base 0.8.998
111 nm_device_wimax_get_bsid@Base 0.8.998
112 nm_device_wimax_get_center_frequency@Base 0.8.998
113 nm_device_wimax_get_cinr@Base 0.8.998
114 nm_device_wimax_get_hw_address@Base 0.8.998
115 nm_device_wimax_get_nsp_by_path@Base 0.8.998
116 nm_device_wimax_get_nsps@Base 0.8.998
117 nm_device_wimax_get_rssi@Base 0.8.998
118 nm_device_wimax_get_tx_power@Base 0.8.998
119 nm_device_wimax_get_type@Base 0.8.998
120 nm_device_wimax_new@Base 0.8.998
121 nm_dhcp4_config_get_one_option@Base 0.7.999
122 nm_dhcp4_config_get_options@Base 0.7.999
123 nm_dhcp4_config_get_type@Base 0.7.999
124 nm_dhcp4_config_new@Base 0.7.999
125 nm_dhcp6_config_get_one_option@Base 0.8.3.998
126 nm_dhcp6_config_get_options@Base 0.8.3.998
127 nm_dhcp6_config_get_type@Base 0.8.3.998
128 nm_dhcp6_config_new@Base 0.8.3.998
129 nm_ip4_config_get_addresses@Base 0.7.999
130 nm_ip4_config_get_domains@Base 0.7.999
131 nm_ip4_config_get_nameservers@Base 0.7.999
132 nm_ip4_config_get_routes@Base 0.7.999
133 nm_ip4_config_get_type@Base 0.7.999
134 nm_ip4_config_get_wins_servers@Base 0.7.999
135 nm_ip4_config_new@Base 0.7.999
136 nm_ip6_address_array_get_type@Base 0.7.999
137 nm_ip6_address_object_array_get_type@Base 0.7.999
138 nm_ip6_config_get_addresses@Base 0.7.999
139 nm_ip6_config_get_domains@Base 0.7.999
140 nm_ip6_config_get_nameservers@Base 0.7.999
141 nm_ip6_config_get_routes@Base 0.7.999
142 nm_ip6_config_get_type@Base 0.7.999
143 nm_ip6_config_new@Base 0.7.999
144 nm_ip6_route_object_array_get_type@Base 0.7.999
145 nm_object_array_get_type@Base 0.7.999
146 nm_object_get_connection@Base 0.7.999
147 nm_object_get_path@Base 0.7.999
148 nm_object_get_type@Base 0.7.999
149 nm_remote_connection_commit_changes@Base 0.8.998
150 nm_remote_connection_delete@Base 0.8.998
151 nm_remote_connection_get_secrets@Base 0.8.998
152 nm_remote_connection_get_type@Base 0.7.999
153 nm_remote_connection_new@Base 0.7.999
154 nm_remote_settings_add_connection@Base 0.8.998
155 nm_remote_settings_error_get_type@Base 0.8.998
156 nm_remote_settings_error_quark@Base 0.8.998
157 nm_remote_settings_get_connection_by_path@Base 0.8.998
158 nm_remote_settings_get_connection_by_uuid@Base 0.8.999
159 nm_remote_settings_get_type@Base 0.7.999
160 nm_remote_settings_list_connections@Base 0.8.998
161 nm_remote_settings_new@Base 0.7.999
162 nm_remote_settings_new_async@Base 0.9.2.0+git201202060518.95b0b72
163 nm_remote_settings_new_finish@Base 0.9.2.0+git201202060518.95b0b72
164 nm_remote_settings_save_hostname@Base 0.8.998
165 nm_secret_agent_delete_secrets@Base 0.8.998
166 nm_secret_agent_error_get_type@Base 0.8.998
167 nm_secret_agent_error_quark@Base 0.8.998
168 nm_secret_agent_get_secrets@Base 0.8.998
169 nm_secret_agent_get_secrets_flags_get_type@Base 0.9.2.0+git201202161854.8572ecf
170 nm_secret_agent_get_type@Base 0.8.998
171 nm_secret_agent_register@Base 0.8.998
172 nm_secret_agent_save_secrets@Base 0.8.998
173 nm_secret_agent_unregister@Base 0.8.998
174 nm_ssid_get_type@Base 0.7.999
175 nm_string_array_get_type@Base 0.7.999
176 nm_uint_array_get_type@Base 0.7.999
177 nm_vpn_connection_get_banner@Base 0.7.999
178 nm_vpn_connection_get_type@Base 0.7.999
179 nm_vpn_connection_get_vpn_state@Base 0.7.999
180 nm_vpn_connection_new@Base 0.7.999
181 nm_wimax_nsp_connection_valid@Base 0.8.999
182 nm_wimax_nsp_filter_connections@Base 0.8.998
183 nm_wimax_nsp_get_name@Base 0.8.998
184 nm_wimax_nsp_get_network_type@Base 0.8.998
185 nm_wimax_nsp_get_signal_quality@Base 0.8.998
186 nm_wimax_nsp_get_type@Base 0.8.998
187 nm_wimax_nsp_network_type_get_type@Base 0.9.2.0+git201202161854.8572ecf
188 nm_wimax_nsp_new@Base 0.8.998
0189
=== added file 'debian/libnm-util-dev.install'
--- debian/libnm-util-dev.install 1970-01-01 00:00:00 +0000
+++ debian/libnm-util-dev.install 2012-02-20 14:47:25 +0000
@@ -0,0 +1,9 @@
1debian/tmp/usr/lib/pkgconfig/libnm-util.pc
2debian/tmp/usr/lib/libnm-util.so
3debian/tmp/usr/include/NetworkManager/nm-connection.h
4debian/tmp/usr/include/NetworkManager/nm-utils.h
5debian/tmp/usr/include/NetworkManager/nm-utils-enum-types.h
6debian/tmp/usr/include/NetworkManager/nm-setting.h
7debian/tmp/usr/include/NetworkManager/nm-setting-*.h
8debian/tmp/usr/share/gtk-doc/html/libnm-util/
9debian/tmp/usr/share/gir-1.0/NetworkManager-1.0.gir
010
=== added file 'debian/libnm-util2.install'
--- debian/libnm-util2.install 1970-01-01 00:00:00 +0000
+++ debian/libnm-util2.install 2012-02-20 14:47:25 +0000
@@ -0,0 +1,1 @@
1debian/tmp/usr/lib/libnm-util.so.*
02
=== added file 'debian/libnm-util2.symbols'
--- debian/libnm-util2.symbols 1970-01-01 00:00:00 +0000
+++ debian/libnm-util2.symbols 2012-02-20 14:47:25 +0000
@@ -0,0 +1,497 @@
1libnm-util.so.2 libnm-util2 #MINVER#
2 nm_connection_add_setting@Base 0.7.0
3 nm_connection_clear_secrets@Base 0.7.0
4 nm_connection_clear_secrets_with_flags@Base 0.9.1.90
5 nm_connection_compare@Base 0.7.0
6 nm_connection_create_setting@Base 0.7.0
7 nm_connection_diff@Base 0.8.3.998
8 nm_connection_dump@Base 0.7.0
9 nm_connection_duplicate@Base 0.7.0
10 nm_connection_error_get_type@Base 0.7.0
11 nm_connection_error_quark@Base 0.7.0
12 nm_connection_for_each_setting_value@Base 0.7.0
13 nm_connection_get_id@Base 0.8.998
14 nm_connection_get_path@Base 0.7.0
15 nm_connection_get_setting@Base 0.7.0
16 nm_connection_get_setting_802_1x@Base 0.8.998
17 nm_connection_get_setting_bluetooth@Base 0.8.998
18 nm_connection_get_setting_bond@Base 0.9.1.90+git.20111124t161539.576acdd
19 nm_connection_get_setting_by_name@Base 0.7.0
20 nm_connection_get_setting_cdma@Base 0.8.998
21 nm_connection_get_setting_connection@Base 0.8.998
22 nm_connection_get_setting_gsm@Base 0.8.998
23 nm_connection_get_setting_infiniband@Base 0.9.1.90+git.20111206t233146.dff0d2a
24 nm_connection_get_setting_ip4_config@Base 0.8.998
25 nm_connection_get_setting_ip6_config@Base 0.8.998
26 nm_connection_get_setting_olpc_mesh@Base 0.8.998
27 nm_connection_get_setting_ppp@Base 0.8.998
28 nm_connection_get_setting_pppoe@Base 0.8.998
29 nm_connection_get_setting_serial@Base 0.9.1.90+git.20111206t233146.dff0d2a
30 nm_connection_get_setting_vpn@Base 0.8.998
31 nm_connection_get_setting_wimax@Base 0.8.998
32 nm_connection_get_setting_wired@Base 0.8.998
33 nm_connection_get_setting_wireless@Base 0.8.998
34 nm_connection_get_setting_wireless_security@Base 0.8.998
35 nm_connection_get_type@Base 0.7.0
36 nm_connection_get_uuid@Base 0.8.998
37 nm_connection_get_virtual_iface_name@Base 0.9.2.0+git201112151936.6b31828
38 nm_connection_is_type@Base 0.9.1.90+git.20111103t082003.077afa0
39 nm_connection_lookup_setting_type@Base 0.7.0
40 nm_connection_lookup_setting_type_by_quark@Base 0.7.0
41 nm_connection_need_secrets@Base 0.7.0
42 nm_connection_new@Base 0.7.0
43 nm_connection_new_from_hash@Base 0.7.0
44 nm_connection_remove_setting@Base 0.7.0
45 nm_connection_replace_settings@Base 0.7.0
46 nm_connection_set_path@Base 0.7.0
47 nm_connection_to_hash@Base 0.7.0
48 nm_connection_update_secrets@Base 0.7.0
49 nm_connection_verify@Base 0.7.0
50 nm_ip4_address_compare@Base 0.7.0
51 nm_ip4_address_dup@Base 0.7.0
52 nm_ip4_address_get_address@Base 0.7.0
53 nm_ip4_address_get_gateway@Base 0.7.0
54 nm_ip4_address_get_prefix@Base 0.7.0
55 nm_ip4_address_get_type@Base 0.8.998
56 nm_ip4_address_new@Base 0.7.0
57 nm_ip4_address_ref@Base 0.7.0
58 nm_ip4_address_set_address@Base 0.7.0
59 nm_ip4_address_set_gateway@Base 0.7.0
60 nm_ip4_address_set_prefix@Base 0.7.0
61 nm_ip4_address_unref@Base 0.7.0
62 nm_ip4_route_compare@Base 0.7.0
63 nm_ip4_route_dup@Base 0.7.0
64 nm_ip4_route_get_dest@Base 0.7.0
65 nm_ip4_route_get_metric@Base 0.7.0
66 nm_ip4_route_get_next_hop@Base 0.7.0
67 nm_ip4_route_get_prefix@Base 0.7.0
68 nm_ip4_route_get_type@Base 0.8.998
69 nm_ip4_route_new@Base 0.7.0
70 nm_ip4_route_ref@Base 0.7.0
71 nm_ip4_route_set_dest@Base 0.7.0
72 nm_ip4_route_set_metric@Base 0.7.0
73 nm_ip4_route_set_next_hop@Base 0.7.0
74 nm_ip4_route_set_prefix@Base 0.7.0
75 nm_ip4_route_unref@Base 0.7.0
76 nm_ip6_address_compare@Base 0.7.999
77 nm_ip6_address_dup@Base 0.7.999
78 nm_ip6_address_get_address@Base 0.7.999
79 nm_ip6_address_get_gateway@Base 0.8.0.999
80 nm_ip6_address_get_prefix@Base 0.7.999
81 nm_ip6_address_get_type@Base 0.8.998
82 nm_ip6_address_new@Base 0.7.999
83 nm_ip6_address_ref@Base 0.7.999
84 nm_ip6_address_set_address@Base 0.7.999
85 nm_ip6_address_set_gateway@Base 0.8.0.999
86 nm_ip6_address_set_prefix@Base 0.7.999
87 nm_ip6_address_unref@Base 0.7.999
88 nm_ip6_route_compare@Base 0.7.999
89 nm_ip6_route_dup@Base 0.7.999
90 nm_ip6_route_get_dest@Base 0.7.999
91 nm_ip6_route_get_metric@Base 0.7.999
92 nm_ip6_route_get_next_hop@Base 0.7.999
93 nm_ip6_route_get_prefix@Base 0.7.999
94 nm_ip6_route_get_type@Base 0.8.998
95 nm_ip6_route_new@Base 0.7.999
96 nm_ip6_route_ref@Base 0.7.999
97 nm_ip6_route_set_dest@Base 0.7.999
98 nm_ip6_route_set_metric@Base 0.7.999
99 nm_ip6_route_set_next_hop@Base 0.7.999
100 nm_ip6_route_set_prefix@Base 0.7.999
101 nm_ip6_route_unref@Base 0.7.999
102 nm_setting_802_1x_add_altsubject_match@Base 0.9.0
103 nm_setting_802_1x_add_eap_method@Base 0.7.0
104 nm_setting_802_1x_add_phase2_altsubject_match@Base 0.9.0
105 nm_setting_802_1x_ck_format_get_type@Base 0.9.2.0+git201202161854.8572ecf
106 nm_setting_802_1x_ck_scheme_get_type@Base 0.9.2.0+git201202161854.8572ecf
107 nm_setting_802_1x_clear_altsubject_matches@Base 0.9.0
108 nm_setting_802_1x_clear_eap_methods@Base 0.7.0
109 nm_setting_802_1x_clear_phase2_altsubject_matches@Base 0.9.0
110 nm_setting_802_1x_error_get_type@Base 0.7.0
111 nm_setting_802_1x_error_quark@Base 0.7.0
112 nm_setting_802_1x_get_altsubject_match@Base 0.9.0
113 nm_setting_802_1x_get_anonymous_identity@Base 0.7.0
114 nm_setting_802_1x_get_ca_cert_blob@Base 0.7.999
115 nm_setting_802_1x_get_ca_cert_path@Base 0.7.999
116 nm_setting_802_1x_get_ca_cert_scheme@Base 0.7.999
117 nm_setting_802_1x_get_ca_path@Base 0.7.0
118 nm_setting_802_1x_get_client_cert_blob@Base 0.7.999
119 nm_setting_802_1x_get_client_cert_path@Base 0.7.999
120 nm_setting_802_1x_get_client_cert_scheme@Base 0.7.999
121 nm_setting_802_1x_get_eap_method@Base 0.7.0
122 nm_setting_802_1x_get_identity@Base 0.7.0
123 nm_setting_802_1x_get_num_altsubject_matches@Base 0.9.0
124 nm_setting_802_1x_get_num_eap_methods@Base 0.7.0
125 nm_setting_802_1x_get_num_phase2_altsubject_matches@Base 0.9.0
126 nm_setting_802_1x_get_pac_file@Base 0.9.2.0+git201202060518.95b0b72
127 nm_setting_802_1x_get_password@Base 0.7.0
128 nm_setting_802_1x_get_password_flags@Base 0.8.998
129 nm_setting_802_1x_get_password_raw@Base 0.9.1.90+git.20111124t161539.576acdd
130 nm_setting_802_1x_get_password_raw_flags@Base 0.9.1.90+git.20111124t161539.576acdd
131 nm_setting_802_1x_get_phase1_fast_provisioning@Base 0.7.0
132 nm_setting_802_1x_get_phase1_peaplabel@Base 0.7.0
133 nm_setting_802_1x_get_phase1_peapver@Base 0.7.0
134 nm_setting_802_1x_get_phase2_altsubject_match@Base 0.9.0
135 nm_setting_802_1x_get_phase2_auth@Base 0.7.0
136 nm_setting_802_1x_get_phase2_autheap@Base 0.7.0
137 nm_setting_802_1x_get_phase2_ca_cert_blob@Base 0.7.999
138 nm_setting_802_1x_get_phase2_ca_cert_path@Base 0.7.999
139 nm_setting_802_1x_get_phase2_ca_cert_scheme@Base 0.7.999
140 nm_setting_802_1x_get_phase2_ca_path@Base 0.7.0
141 nm_setting_802_1x_get_phase2_client_cert_blob@Base 0.7.999
142 nm_setting_802_1x_get_phase2_client_cert_path@Base 0.7.999
143 nm_setting_802_1x_get_phase2_client_cert_scheme@Base 0.7.999
144 nm_setting_802_1x_get_phase2_private_key_blob@Base 0.7.999
145 nm_setting_802_1x_get_phase2_private_key_format@Base 0.7.999
146 nm_setting_802_1x_get_phase2_private_key_password@Base 0.7.0
147 nm_setting_802_1x_get_phase2_private_key_password_flags@Base 0.8.998
148 nm_setting_802_1x_get_phase2_private_key_path@Base 0.7.999
149 nm_setting_802_1x_get_phase2_private_key_scheme@Base 0.7.999
150 nm_setting_802_1x_get_phase2_subject_match@Base 0.9.0
151 nm_setting_802_1x_get_pin@Base 0.7.0
152 nm_setting_802_1x_get_pin_flags@Base 0.8.9997
153 nm_setting_802_1x_get_private_key_blob@Base 0.7.999
154 nm_setting_802_1x_get_private_key_format@Base 0.7.999
155 nm_setting_802_1x_get_private_key_password@Base 0.7.0
156 nm_setting_802_1x_get_private_key_password_flags@Base 0.8.998
157 nm_setting_802_1x_get_private_key_path@Base 0.7.999
158 nm_setting_802_1x_get_private_key_scheme@Base 0.7.999
159 nm_setting_802_1x_get_subject_match@Base 0.9.0
160 nm_setting_802_1x_get_system_ca_certs@Base 0.7.0
161 nm_setting_802_1x_get_type@Base 0.7.0
162 nm_setting_802_1x_new@Base 0.7.0
163 nm_setting_802_1x_remove_altsubject_match@Base 0.9.0
164 nm_setting_802_1x_remove_eap_method@Base 0.7.0
165 nm_setting_802_1x_remove_phase2_altsubject_match@Base 0.9.0
166 nm_setting_802_1x_set_ca_cert@Base 0.7.999
167 nm_setting_802_1x_set_client_cert@Base 0.7.999
168 nm_setting_802_1x_set_phase2_ca_cert@Base 0.7.999
169 nm_setting_802_1x_set_phase2_client_cert@Base 0.7.999
170 nm_setting_802_1x_set_phase2_private_key@Base 0.7.999
171 nm_setting_802_1x_set_private_key@Base 0.7.999
172 nm_setting_bluetooth_error_get_type@Base 0.7.999
173 nm_setting_bluetooth_error_quark@Base 0.7.999
174 nm_setting_bluetooth_get_bdaddr@Base 0.7.999
175 nm_setting_bluetooth_get_connection_type@Base 0.7.999
176 nm_setting_bluetooth_get_type@Base 0.7.999
177 nm_setting_bluetooth_new@Base 0.7.999
178 nm_setting_bond_add_option@Base 0.9.2.0+git201202161854.8572ecf
179 nm_setting_bond_error_get_type@Base 0.9.1.90+git.20111124t161539.576acdd
180 nm_setting_bond_error_quark@Base 0.9.1.90+git.20111124t161539.576acdd
181 nm_setting_bond_get_interface_name@Base 0.9.1.90+git.20111124t161539.576acdd
182 nm_setting_bond_get_num_options@Base 0.9.2.0+git201202161854.8572ecf
183 nm_setting_bond_get_option@Base 0.9.2.0+git201202161854.8572ecf
184 nm_setting_bond_get_option_by_name@Base 0.9.2.0+git201202161854.8572ecf
185 nm_setting_bond_get_type@Base 0.9.1.90+git.20111124t161539.576acdd
186 nm_setting_bond_new@Base 0.9.1.90+git.20111124t161539.576acdd
187 nm_setting_bond_remove_option@Base 0.9.2.0+git201202161854.8572ecf
188 nm_setting_cdma_error_get_type@Base 0.7.0
189 nm_setting_cdma_error_quark@Base 0.7.0
190 nm_setting_cdma_get_number@Base 0.7.0
191 nm_setting_cdma_get_password@Base 0.7.0
192 nm_setting_cdma_get_password_flags@Base 0.8.998
193 nm_setting_cdma_get_type@Base 0.7.0
194 nm_setting_cdma_get_username@Base 0.7.0
195 nm_setting_cdma_new@Base 0.7.0
196 nm_setting_clear_secrets@Base 0.7.0
197 nm_setting_clear_secrets_with_flags@Base 0.9.1.90
198 nm_setting_compare@Base 0.7.0
199 nm_setting_compare_flags_get_type@Base 0.9.2.0+git201202161854.8572ecf
200 nm_setting_connection_add_permission@Base 0.8.998
201 nm_setting_connection_error_get_type@Base 0.7.0
202 nm_setting_connection_error_quark@Base 0.7.0
203 nm_setting_connection_get_autoconnect@Base 0.7.0
204 nm_setting_connection_get_connection_type@Base 0.7.0
205 nm_setting_connection_get_id@Base 0.7.0
206 nm_setting_connection_get_master@Base 0.9.1.90+git.20111124t161539.576acdd
207 nm_setting_connection_get_num_permissions@Base 0.8.998
208 nm_setting_connection_get_permission@Base 0.8.998
209 nm_setting_connection_get_read_only@Base 0.7.0
210 nm_setting_connection_get_slave_type@Base 0.9.1.90+git.20111124t161539.576acdd
211 nm_setting_connection_get_timestamp@Base 0.7.0
212 nm_setting_connection_get_type@Base 0.7.0
213 nm_setting_connection_get_uuid@Base 0.7.0
214 nm_setting_connection_get_zone@Base 0.9.1.90+git.20111124t161539.576acdd
215 nm_setting_connection_is_slave_type@Base 0.9.1.90+git.20111124t161539.576acdd
216 nm_setting_connection_new@Base 0.7.0
217 nm_setting_connection_permissions_user_allowed@Base 0.8.998
218 nm_setting_connection_remove_permission@Base 0.8.998
219 nm_setting_diff@Base 0.8.3.998
220 nm_setting_diff_result_get_type@Base 0.9.2.0+git201202161854.8572ecf
221 nm_setting_duplicate@Base 0.7.0
222 nm_setting_enumerate_values@Base 0.7.0
223 nm_setting_error_get_type@Base 0.7.0
224 nm_setting_error_quark@Base 0.7.0
225 nm_setting_get_name@Base 0.7.0
226 nm_setting_get_secret_flags@Base 0.8.998
227 nm_setting_get_type@Base 0.7.0
228 nm_setting_get_virtual_iface_name@Base 0.9.2.0+git201112151936.6b31828
229 nm_setting_gsm_error_get_type@Base 0.7.0
230 nm_setting_gsm_error_quark@Base 0.7.0
231 nm_setting_gsm_get_allowed_bands@Base 0.8.0.999
232 nm_setting_gsm_get_apn@Base 0.7.0
233 nm_setting_gsm_get_home_only@Base 0.8.0.999
234 nm_setting_gsm_get_network_id@Base 0.7.0
235 nm_setting_gsm_get_network_type@Base 0.7.0
236 nm_setting_gsm_get_number@Base 0.7.0
237 nm_setting_gsm_get_password@Base 0.7.0
238 nm_setting_gsm_get_password_flags@Base 0.8.998
239 nm_setting_gsm_get_pin@Base 0.7.0
240 nm_setting_gsm_get_pin_flags@Base 0.8.998
241 nm_setting_gsm_get_type@Base 0.7.0
242 nm_setting_gsm_get_username@Base 0.7.0
243 nm_setting_gsm_network_band_get_type@Base 0.9.2.0+git201202161854.8572ecf
244 nm_setting_gsm_network_type_get_type@Base 0.9.2.0+git201202161854.8572ecf
245 nm_setting_gsm_new@Base 0.7.0
246 nm_setting_hash_flags_get_type@Base 0.9.2.0+git201202161854.8572ecf
247 nm_setting_infiniband_error_get_type@Base 0.9.1.90+git.20111206t233146.dff0d2a
248 nm_setting_infiniband_error_quark@Base 0.9.1.90+git.20111206t233146.dff0d2a
249 nm_setting_infiniband_get_mac_address@Base 0.9.1.90+git.20111206t233146.dff0d2a
250 nm_setting_infiniband_get_mtu@Base 0.9.1.90+git.20111206t233146.dff0d2a
251 nm_setting_infiniband_get_transport_mode@Base 0.9.2.0+git201202060518.95b0b72
252 nm_setting_infiniband_get_type@Base 0.9.1.90+git.20111206t233146.dff0d2a
253 nm_setting_infiniband_new@Base 0.9.1.90+git.20111206t233146.dff0d2a
254 nm_setting_ip4_config_add_address@Base 0.7.0
255 nm_setting_ip4_config_add_dns@Base 0.7.0
256 nm_setting_ip4_config_add_dns_search@Base 0.7.0
257 nm_setting_ip4_config_add_route@Base 0.7.0
258 nm_setting_ip4_config_clear_addresses@Base 0.7.0
259 nm_setting_ip4_config_clear_dns@Base 0.7.0
260 nm_setting_ip4_config_clear_dns_searches@Base 0.7.0
261 nm_setting_ip4_config_clear_routes@Base 0.7.0
262 nm_setting_ip4_config_error_get_type@Base 0.7.0
263 nm_setting_ip4_config_error_quark@Base 0.7.0
264 nm_setting_ip4_config_get_address@Base 0.7.0
265 nm_setting_ip4_config_get_dhcp_client_id@Base 0.7.0
266 nm_setting_ip4_config_get_dhcp_hostname@Base 0.7.0
267 nm_setting_ip4_config_get_dhcp_send_hostname@Base 0.7.999
268 nm_setting_ip4_config_get_dns@Base 0.7.0
269 nm_setting_ip4_config_get_dns_search@Base 0.7.0
270 nm_setting_ip4_config_get_ignore_auto_dns@Base 0.7.0
271 nm_setting_ip4_config_get_ignore_auto_routes@Base 0.7.0
272 nm_setting_ip4_config_get_may_fail@Base 0.8.0.999
273 nm_setting_ip4_config_get_method@Base 0.7.0
274 nm_setting_ip4_config_get_never_default@Base 0.7.0.97
275 nm_setting_ip4_config_get_num_addresses@Base 0.7.0
276 nm_setting_ip4_config_get_num_dns@Base 0.7.0
277 nm_setting_ip4_config_get_num_dns_searches@Base 0.7.0
278 nm_setting_ip4_config_get_num_routes@Base 0.7.0
279 nm_setting_ip4_config_get_route@Base 0.7.0
280 nm_setting_ip4_config_get_type@Base 0.7.0
281 nm_setting_ip4_config_new@Base 0.7.0
282 nm_setting_ip4_config_remove_address@Base 0.7.0
283 nm_setting_ip4_config_remove_dns@Base 0.7.0
284 nm_setting_ip4_config_remove_dns_search@Base 0.7.0
285 nm_setting_ip4_config_remove_route@Base 0.7.0
286 nm_setting_ip6_config_add_address@Base 0.7.999
287 nm_setting_ip6_config_add_dns@Base 0.7.999
288 nm_setting_ip6_config_add_dns_search@Base 0.7.999
289 nm_setting_ip6_config_add_route@Base 0.7.999
290 nm_setting_ip6_config_clear_addresses@Base 0.7.999
291 nm_setting_ip6_config_clear_dns@Base 0.7.999
292 nm_setting_ip6_config_clear_dns_searches@Base 0.7.999
293 nm_setting_ip6_config_clear_routes@Base 0.7.999
294 nm_setting_ip6_config_error_get_type@Base 0.7.999
295 nm_setting_ip6_config_error_quark@Base 0.7.999
296 nm_setting_ip6_config_get_address@Base 0.7.999
297 nm_setting_ip6_config_get_dns@Base 0.7.999
298 nm_setting_ip6_config_get_dns_search@Base 0.7.999
299 nm_setting_ip6_config_get_enable_ip6_privacy@Base 0.9.2.0+git201202091925.c721477
300 nm_setting_ip6_config_get_ignore_auto_dns@Base 0.7.999
301 nm_setting_ip6_config_get_ignore_auto_routes@Base 0.7.999
302 nm_setting_ip6_config_get_may_fail@Base 0.8.0.999
303 nm_setting_ip6_config_get_method@Base 0.7.999
304 nm_setting_ip6_config_get_never_default@Base 0.7.999
305 nm_setting_ip6_config_get_num_addresses@Base 0.7.999
306 nm_setting_ip6_config_get_num_dns@Base 0.7.999
307 nm_setting_ip6_config_get_num_dns_searches@Base 0.7.999
308 nm_setting_ip6_config_get_num_routes@Base 0.7.999
309 nm_setting_ip6_config_get_route@Base 0.7.999
310 nm_setting_ip6_config_get_type@Base 0.7.999
311 nm_setting_ip6_config_new@Base 0.7.999
312 nm_setting_ip6_config_remove_address@Base 0.7.999
313 nm_setting_ip6_config_remove_dns@Base 0.7.999
314 nm_setting_ip6_config_remove_dns_search@Base 0.7.999
315 nm_setting_ip6_config_remove_route@Base 0.7.999
316 nm_setting_need_secrets@Base 0.7.0
317 nm_setting_new_from_hash@Base 0.7.0
318 nm_setting_olpc_mesh_error_get_type@Base 0.7.999
319 nm_setting_olpc_mesh_error_quark@Base 0.7.999
320 nm_setting_olpc_mesh_get_channel@Base 0.7.999
321 nm_setting_olpc_mesh_get_dhcp_anycast_address@Base 0.7.999
322 nm_setting_olpc_mesh_get_ssid@Base 0.7.999
323 nm_setting_olpc_mesh_get_type@Base 0.7.999
324 nm_setting_olpc_mesh_new@Base 0.7.999
325 nm_setting_ppp_error_get_type@Base 0.7.0
326 nm_setting_ppp_error_quark@Base 0.7.0
327 nm_setting_ppp_get_baud@Base 0.7.0
328 nm_setting_ppp_get_crtscts@Base 0.7.0
329 nm_setting_ppp_get_lcp_echo_failure@Base 0.7.0
330 nm_setting_ppp_get_lcp_echo_interval@Base 0.7.0
331 nm_setting_ppp_get_mppe_stateful@Base 0.7.0
332 nm_setting_ppp_get_mru@Base 0.7.0
333 nm_setting_ppp_get_mtu@Base 0.7.0
334 nm_setting_ppp_get_no_vj_comp@Base 0.7.0
335 nm_setting_ppp_get_noauth@Base 0.7.0
336 nm_setting_ppp_get_nobsdcomp@Base 0.7.0
337 nm_setting_ppp_get_nodeflate@Base 0.7.0
338 nm_setting_ppp_get_refuse_chap@Base 0.7.0
339 nm_setting_ppp_get_refuse_eap@Base 0.7.0
340 nm_setting_ppp_get_refuse_mschap@Base 0.7.0
341 nm_setting_ppp_get_refuse_mschapv2@Base 0.7.0
342 nm_setting_ppp_get_refuse_pap@Base 0.7.0
343 nm_setting_ppp_get_require_mppe@Base 0.7.0
344 nm_setting_ppp_get_require_mppe_128@Base 0.7.0
345 nm_setting_ppp_get_type@Base 0.7.0
346 nm_setting_ppp_new@Base 0.7.0
347 nm_setting_pppoe_error_get_type@Base 0.7.0
348 nm_setting_pppoe_error_quark@Base 0.7.0
349 nm_setting_pppoe_get_password@Base 0.7.0
350 nm_setting_pppoe_get_password_flags@Base 0.8.998
351 nm_setting_pppoe_get_service@Base 0.7.0
352 nm_setting_pppoe_get_type@Base 0.7.0
353 nm_setting_pppoe_get_username@Base 0.7.0
354 nm_setting_pppoe_new@Base 0.7.0
355 nm_setting_secret_flags_get_type@Base 0.9.2.0+git201202161854.8572ecf
356 nm_setting_serial_error_get_type@Base 0.7.0
357 nm_setting_serial_error_quark@Base 0.7.0
358 nm_setting_serial_get_baud@Base 0.7.0
359 nm_setting_serial_get_bits@Base 0.7.0
360 nm_setting_serial_get_parity@Base 0.7.0
361 nm_setting_serial_get_send_delay@Base 0.7.0
362 nm_setting_serial_get_stopbits@Base 0.7.0
363 nm_setting_serial_get_type@Base 0.7.0
364 nm_setting_serial_new@Base 0.7.0
365 nm_setting_set_secret_flags@Base 0.8.998
366 nm_setting_to_hash@Base 0.7.0
367 nm_setting_to_string@Base 0.7.0
368 nm_setting_update_secrets@Base 0.7.0
369 nm_setting_verify@Base 0.7.0
370 nm_setting_vpn_add_data_item@Base 0.7.0
371 nm_setting_vpn_add_secret@Base 0.7.0
372 nm_setting_vpn_error_get_type@Base 0.7.0
373 nm_setting_vpn_error_quark@Base 0.7.0
374 nm_setting_vpn_foreach_data_item@Base 0.7.0
375 nm_setting_vpn_foreach_secret@Base 0.7.0
376 nm_setting_vpn_get_data_item@Base 0.7.0
377 nm_setting_vpn_get_num_data_items@Base 0.9.2.0+git201201101813.0b30200
378 nm_setting_vpn_get_num_secrets@Base 0.9.2.0+git201201101813.0b30200
379 nm_setting_vpn_get_secret@Base 0.7.0
380 nm_setting_vpn_get_service_type@Base 0.7.0
381 nm_setting_vpn_get_type@Base 0.7.0
382 nm_setting_vpn_get_user_name@Base 0.7.0
383 nm_setting_vpn_new@Base 0.7.0
384 nm_setting_vpn_remove_data_item@Base 0.7.0
385 nm_setting_vpn_remove_secret@Base 0.7.0
386 nm_setting_wimax_error_get_type@Base 0.8.998
387 nm_setting_wimax_error_quark@Base 0.8.998
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: