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