1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
|
network-manager (0.6.3-2) unstable; urgency=low
* Updated 02-dbus_access_network_manager.patch to allow the hal daemon
(running as user "hal") to send events about hotplugged devices to the
NetworkManager daemon. (Closes: 355785)
* Added a Recommends: notification-daemon to network-manager-gnome.
* Improved the package description and the manpage of network-manager-gnome.
(Closes: #362962)
-- Michael Biebl <biebl@teco.edu> Tue, 20 Jun 2006 23:22:11 +0200
network-manager (0.6.3-1) unstable; urgency=low
* New upstream release.
- Removed 07-libnm_glib_reconnect_dbus.patch, merged upstream.
- Removed 09-nm_bad_mutex_free.patch, fixed upstream.
- Removed 10-interface_parser_fixes.patch, merged upstream.
- Removed 11-carrier_detection.patch, merged upstream.
* Added a watch file.
* Added homepage URL to package description.
-- Michael Biebl <biebl@teco.edu> Thu, 8 Jun 2006 16:21:43 +0200
network-manager (0.6.2-3) unstable; urgency=low
* Ship the NEWS.Debian file only for the network-manager package.
(Closes: #367063)
* Added 11-carrier_detection.patch to support network cards which can't do
carrier detection. (Closes: #366373)
-- Michael Biebl <biebl@teco.edu> Tue, 16 May 2006 00:16:43 +0200
network-manager (0.6.2-2) unstable; urgency=low
* More integration work. (Closes: #355244)
- Added network-manager-dispatcher.script and
06-dispatch_more_events.patch.
This way the scripts in /etc/networks/if-*.d/ are called properly by
NetworkManagerDispatcher.
Thanks to the Ubuntu devs for this work!
- Added 08-disabled_devices.patch. Network interfaces listed in
/etc/network/interfaces which are not configured "auto" and "dhcp" are
not handled by NM. This makes it possible to configure interfaces
statically and have NM not messing with them.
Updated README.Debian to reflect these changes.
- Added 09-nm_bad_mutex_free.patch. Otherwise NM crashes if a device is
disabled.
* Added 07-libnm_glib_reconnect_dbus.patch which makes libnm_glib sleep
between unsuccessful connection attempts to dbus. (Closes: #366010)
* Bumped Standards-Version to 3.7.2, no further changes required.
* Removed *.la files from the dev packages as we also ship pkg-config files
which are a better alternative.
* Added 10-interface_parser_fixes.patch which fixes several problems with
the /etc/network/interfaces parser. (Closes: #355564)
-- Michael Biebl <biebl@teco.edu> Fri, 5 May 2006 18:01:47 +0200
network-manager (0.6.2-1) unstable; urgency=low
* New upstream release.
* Updated if_fix.patch, parts of it have been fixed upstream.
* Renamed patches to use a more consistent naming scheme.
* Depend on dhcbd (>= 1.12-2) because NM 0.6.2 does not start dhcdbd itself
anymore.
* The wpa_supplicant binary was moved from /usr/sbin to /sbin. Updated
debian/rules accordingly.
* Added dependency on hal (Closes: #356622)
* Added autostart file to network-manager-gnome. This way nm-applet is
started automatically on login.
-- Michael Biebl <biebl@teco.edu> Sun, 2 Apr 2006 19:48:28 +0200
network-manager (0.6.1-1) unstable; urgency=low
* New upstream release.
* Added myself to uploaders.
* Added a dependency on dbus.
-- Michael Biebl <biebl@teco.edu> Tue, 14 Mar 2006 15:48:41 +0100
network-manager (0.6.0-1) unstable; urgency=low
* New upstream release (Closes: #355246)
- most of the work is taken from the experimental branch of NM.
Thanks goes to Michael Biebl.
- Added NetworkManagerDebian.patch which introduce supports for resolvconf
* switched to debhelper5.
* added libnl-util0, libnl-util-dev packages.
- added debian/libnl-util0.install , debian/libnl-util-dev.install
* removed debian/dirs as it was useless.
* added a dependency on wpasupplicant as it's necessary for all encrypted
connections.
-- Riccardo Setti <giskard@autistici.org> Thu, 9 Mar 2006 15:38:01 +0100
network-manager (0.5.1-3) unstable; urgency=low
* improved debian/copyright . I hope this time it will be
good enough to pass the ftp-master check. Thanks to Joerg Jaspert who
has pointed me to the problem.
-- Riccardo Setti <giskard@autistici.org> Sun, 26 Feb 2006 21:57:29 +0100
network-manager (0.5.1-2) unstable; urgency=low
* improved manpages.
- added nm-vpn-properties, nm-applet manpages
- added debian/network-manager-gnome.manpages
- modifyed NetworManager*.sgml for reflect the correct website.
* added nm-vpn-properties.desktop, nm-logo.xpm
* added dbus_access_network_manager and dbus_access_nm_applet patches:
- switched to group netdev
- updated the dep on dhcdbd
- removed debian/network-manager.dbus-conf debian/nm-applet.conf
* removed network-manager.doc as it was empty.
* uploaded to unstable.
-- Riccardo Setti <giskard@autistici.org> Thu, 9 Feb 2006 10:18:13 +0100
network-manager (0.5.1-1) experimental; urgency=low
* renamed 25NetworkManagerDispatcher in 26NetworkManagerDispatcher because
first we need to start NetworkManager and then NetworkManagerDispatcher
* added networkmanger and networkmanaferdispatcher manpages.
* Inital upload to Debian (Closes: #270538)
* work based on the ubuntu package
* Added 01.patch and 02.patch for fix the problem with recent linux
kernel-headers
-- Riccardo Setti <giskard@autistici.org> Mon, 5 Jan 2006 17:09:29 +0100
network-manager (0.5.1-0ubuntu6) dapper; urgency=low
* Really don't depend on bind9 being installed
-- Matthew Garrett <mjg59@srcf.ucam.org> Mon, 26 Dec 2005 00:40:29 +0000
network-manager (0.5.1-0ubuntu5) dapper; urgency=low
* debian/control:
- Version dep on dhcdbd to (>= 1.10-0ubuntu2).
-- Christian Bjälevik <nafallo@ubuntu.com> Wed, 21 Dec 2005 19:08:53 +0100
network-manager (0.5.1-0ubuntu4) dapper; urgency=low
* debian/control:
- Version all accurances of libdbus-glib-1-dev to (>= 0.60).
- Removed not needed Build-Dep on libxdcmp-dev, this is a dep
of libx11-dev now.
* debian/patches/01-STOLEN_FROM_HEAD-dbus-60:
- Add a patch from CVS HEAD to fix FTBFS.
No patchsystem, only applied it.
-- Christian Bjälevik <nafallo@ubuntu.com> Wed, 21 Dec 2005 14:22:34 +0100
network-manager (0.5.1-0ubuntu3) dapper; urgency=low
* debian/control:
- Changed versioned dep on wireless-tools to >= 28pre9
(what upstream says in their .news).
- Removed commented out Conflicts-line.
- Do not depend on bind9 being installed.
- Added libxdmcp-dev as a Build-Dep.
* debian/*.dbus-event:
- Use "$NAME" instead of the incredible long "$DESC: ".
* debian/network-manager.postinst:
- Do not run gtk-update-icon-cache on configure cause
seb128 says it's a bad idea and explained why :-).
* debian/README:
- Fix typo (cann -> can).
* debian/rules:
- Removed named-support (we don't want bind9 for this)
- Added --with-distro=debian.
-- Christian Bjälevik <nafallo@ubuntu.com> Thu, 15 Dec 2005 02:04:12 +0100
network-manager (0.5.1-0ubuntu2) dapper; urgency=low
* remove .arch-ids traces
-- Jan Gerber <j@bootlab.org> Sun, 13 Nov 2005 21:19:18 -0500
network-manager (0.5.1-0ubuntu1) dapper; urgency=low
* New upstream version
-- Jan Gerber <j@bootlab.org> Fri, 21 Oct 2005 08:33:25 -0400
network-manager (0.5.0-0ubuntu1) breezy; urgency=low
* New upstream version
* split headers into network-manager-dev
-- Jan Gerber <j@bootlab.org> Tue, 18 Oct 2005 17:43:56 +0200
network-manager (0.4.1+cvs20050817-0ubuntu5) breezy; urgency=low
* fix postinst so its possible to install network-manager
in pbuilder
-- Jan Gerber <j@bootlab.org> Tue, 11 Oct 2005 19:23:47 +0200
network-manager (0.4.1+cvs20050817-0ubuntu4) breezy; urgency=low
* update postinst to restart dbus on install
-- Jan Gerber <j@bootlab.org> Sat, 29 Aug 2005 13:40:26 +0200
network-manager (0.4.1+cvs20050817-0ubuntu3) breezy; urgency=low
* this is NetworkManager CVS Tag NM_0_4_1_RELEASE + 3 patches
- make dhcdbd only a runtime dependency
- fix build due to one too many ,s
- fix debian backend to support static IP settings again
(all changes are upstream by now)
-- Jan Gerber <j@bootlab.org> Sat, 27 Aug 2005 23:40:26 +0200
network-manager (0.4.1+cvs20050817-0ubuntu2) breezy; urgency=low
* restructure build system to creat orig.tar.gz and diff.gz files
-- Jan Gerber <j@bootlab.org> Sat, 27 Aug 2005 14:04:26 +0200
network-manager (0.4.1+cvs20050817-0unbuntu1) breezy; urgency=low
* fix loading static IP settings from /etc/network/interfaces
-- Jan Gerber <j@bootlab.org> Sun, 21 Aug 2005 19:40:26 +0200
network-manager (0.4.1+cvs20050817-0) breezy; urgency=low
* update to NM_0_4_1_RELEASE
-- Jan Gerber <j@bootlab.org> Sun, 21 Aug 2005 15:27:26 +0200
network-manager (0.4.1+cvs20050813-0) breezy; urgency=low
* change back to using BIND
* remove dependency on resolvconf and dnsmasq
-- Jan Gerber <j@bootlab.org> Sat, 13 Aug 2005 19:37:26 +0200
network-manager (0.4.1+cvs20050618-3) breezy; urgency=low
* Run resolvconf instead of messing with BIND. Dependencies
changed too. Unfortunately these changes are not properly
tested :-(.
-- Ian Jackson <ian@ubuntu.com> Sat, 18 Jun 2005 13:33:26 +0100
network-manager (0.4.1+cvs20050618-2) breezy; urgency=low
* Sort out chown of /var/lib/NetworkManager
-- Thom May <thom@ubuntu.com> Sat, 18 Jun 2005 13:33:26 +0100
network-manager (0.4.1+cvs20050618-1) breezy; urgency=low
* update from CVS
* Add configure magic to ensure we get the correct path for dhcdbd
(Ubuntu: #11905)
* Ensure /var/lib/NetworkManager is created with the correct permisions
(Ubuntu: #11904)
* Rename dbus event script to correct name and restart dbus in postinst
* Depend on lsb-base and use log_*_msg in event script
-- Thom May <thom@ubuntu.com> Sat, 18 Jun 2005 11:22:49 +0100
network-manager (0.4.1+cvs20050616-1) breezy; urgency=low
* New upstream. Fix descriptions.
-- Thom May <thom@ubuntu.com> Thu, 16 Jun 2005 14:47:30 +0100
network-manager (0.4.1+cvs20050614-1) unstable; urgency=low
* New upstream release. Move to 0.4 branch; use dhcdbd.
* Drop network-manager-gnome
* add libnm-glib-0 and libnm-glib-0-dev
-- Thom May <thom@debian.org> Tue, 14 Jun 2005 12:41:29 +0100
network-manager (0.3.1+cvs20041108-1) unstable; urgency=low
* New upstream release
* Add dpatch
-- Thom May <thom@debian.org> Mon, 8 Nov 2004 13:49:15 +0000
network-manager (0.3.1+cvs20041101-2) unstable; urgency=low
* Update dependencies, thanks to j@bootlab.org
-- Thom May <thom@debian.org> Tue, 2 Nov 2004 16:32:45 +0000
network-manager (0.3.1+cvs20041101-1) unstable; urgency=low
* New upstream release
-- Thom May <thom@debian.org> Mon, 1 Nov 2004 13:08:32 +0000
network-manager (0.3.1+cvs20041028-1) unstable; urgency=low
* New upstream release
-- Thom May <thom@debian.org> Thu, 28 Oct 2004 13:12:42 +0100
network-manager (0.3+cvs20041016-2) unstable; urgency=low
* fix some minor problems in packaging; clean up for pkg-utopia entry
-- Thom May <thom@canonical.com> Mon, 25 Oct 2004 13:43:07 +0100
network-manager (0.3+cvs20041016-1) unstable; urgency=low
* New upstream release
* Clean up backend for debian
-- Thom May <thom@debian.org> Sat, 16 Oct 2004 21:32:43 +0100
network-manager (0.3-1) unstable; urgency=low
* New upstream release
-- Thom May <thom@debian.org> Fri, 15 Oct 2004 13:55:46 +0100
network-manager (0.2+cvs20040928-1) unstable; urgency=low
* Initial Release.
-- Thom May <thom@debian.org> Sun, 3 Oct 2004 11:54:56 +0100
|