-
network-manager (0.6.2-0ubuntu7.1) dapper-security; urgency=low
* SECURITY UPDATE: Secrets disclosure to unauthorized users
- debian/nm-applet.dbus-conf: Fix dbus permissions.
- CVE-2009-0365
-- Marc Deslauriers <email address hidden> Fri, 27 Feb 2009 09:50:34 -0500
-
network-manager (0.6.2-0ubuntu7) dapper; urgency=low
* Ship nm-tool for debugging. Ubuntu: #44754
* Add debian/patches/73-crispin-unusual-names.patch to make devices with
unusual names work. Ubuntu: #32213
-- Scott James Remnant <email address hidden> Thu, 18 May 2006 02:44:14 +0100
-
network-manager (0.6.2-0ubuntu6) dapper; urgency=low
* Renumber patches to make more room.
* Add debian/patches/72-txshtkckr-nm-bad-mutex-free.patch, after an
afternoon of testing I'm convinced this isn't responsible for the
reported DHCP problems and am happy that this is exactly the right
solution to Ubuntu: #37084.
* Add debian/patches/80-stolen-from-CVS-rml-hidden-essid.patch, which
may fix Ubuntu: #39707.
* Add debian/patches/81-stolen-from-CVS-rml-wpa-eap.patch, which may
fix Ubuntu: #41134.
-- Scott James Remnant <email address hidden> Wed, 10 May 2006 22:17:22 +0100
-
network-manager (0.6.2-0ubuntu5) dapper; urgency=low
* Build-Depend on debhelper (>= 5.0.7ubuntu13) to fix the postrm breakage
(Ubuntu: #42895)
-- Sebastian Dröge <email address hidden> Thu, 4 May 2006 11:59:15 +0200
-
network-manager (0.6.2-0ubuntu4) dapper; urgency=low
* Turns out that NetworkManager actually relies on wpasupplicant for a lot
of the more basic behaviour now, including changing of ESSID for
unencrypted networks. Ubuntu: #37195.
- Put wpasupplicant back as a Depends rather than a Recommends.
- Drop 71-dont-fail-without-wpasupplicant, turns out we always need
wpasupplicant.
- Drop 72-no-wpasupplicant-for-unencrypted, we need it for that too.
* Apply patch from Ryan Lortie to correct reading of passphrase from
dialog on PowerPC. Ubuntu: #37404.
* Apply patch from j^ to use hostap wpasupplicant driver if the network
interface is using the hostap_pci, hostap_cs or hostap_plx drivers.
Ubuntu: #36708.
* Pass option to both NetworkManager and NetworkManagerDispatcher to
ask them to write the pid-file, rather than s-s-d writing it. This way
the write PID is written and they can be stopped and restared properly.
Ubuntu: #36710.
* Drop transitional nm-applet package.
* Provide debug packages for all binaries and shared libraries.
Ubuntu: #38552.
* Call intltool-update during build to generate a POT file.
* Call dh_iconcache during binary to cause GTK+ icon cache to be updated
when installed. Ubuntu: #37128
-- Scott James Remnant <email address hidden> Fri, 28 Apr 2006 13:11:43 +0100
-
network-manager (0.6.2-0ubuntu3) dapper; urgency=low
* Add debian/patches/72-no-wpasupplicant-for-unencrypted.patch: Do not
bother starting wpasupplicant for unencrypted networks. This helps in
situations where n-m does not work with wpasupplicant (like on ppc with
Airport Express).
-- Martin Pitt <email address hidden> Thu, 6 Apr 2006 17:44:11 +0200
-
network-manager (0.6.2-0ubuntu2) dapper; urgency=low
* Add debian/patches/71-dont-fail-without-wpasupplicant.patch:
- real_act_stage2_config(): Don't let the connection attempt fail if
wpasupplicant is not installed.
- real_activation_success_handler(): Mark link as active. This is never
done if wpasupplicant is not installed. Fixes endless loop of
device reactivation.
* debian/control:
- Make wpasupplicant a Recommends: to be able to uninstall it (it breaks
n-m on e. g. powerpc with the Airport Express).
- Drop unnecessary wpasupplicant build dependency.
-- Martin Pitt <email address hidden> Thu, 6 Apr 2006 00:55:59 +0200
-
network-manager (0.6.2-0ubuntu1) dapper; urgency=low
* New upstream version:
- Many, many bug fixes.
- Dynamic WEP support.
* 40-ubuntu-backend.patch:
- Added nm_system_get_mtu() function, patch from <email address hidden>
-- Scott James Remnant <email address hidden> Mon, 3 Apr 2006 18:15:13 +0100
-
network-manager (0.6.1-0ubuntu4) dapper; urgency=low
* Add a patch to write our PID files out to /var/run/NetworkManager
instead of writing directly to /var/run (Thanks to Jοhan Kiviniemi)
* Depend on wpasupplicant (for now), since we seem to call it for all
network types currently, not just WPA. This really should be fixed.
-- Adam Conrad <email address hidden> Wed, 29 Mar 2006 23:30:14 +1100
-
network-manager (0.6.1-0ubuntu3) dapper; urgency=low
* Add an empty nm-applet package for transitional purposes. This can
(and probably should be) safely removed between now and when dapper
releases, to minimise confusion and archive bloat.
-- Adam Conrad <email address hidden> Wed, 29 Mar 2006 17:48:28 +1100
-
network-manager (0.6.1-0ubuntu2) dapper; urgency=low
* Make sure 20-supplicant-timeout.patch is not
applied before uploading
-- Jonathan Riddell <email address hidden> Tue, 28 Mar 2006 13:57:50 +0000
-
network-manager (0.6.1-0ubuntu1) dapper; urgency=low
Thanks to Johan Kiviniemi and Mario Danic for their work on this
package.
* New upstream version:
- WPA and WPA2 support using wpa_supplicant.
- NIS support.
- Survives DBUS and HAL restarts.
- New tray icon look and behaviour.
- Displays speed of current connection.
* Update debian/ using the Debian pkg-utopia SVN as a guide:
- Renamed nm-applet package to network-manager-gnome.
- Recommend network-manager-kde as an alternative for when that exists.
- Renamed libnm-glib-0 to libnm-glib0 to be consistent.
- Add new libnm-util0 packages.
- Add nm-applet and nm-vpn-properties manpages.
* 10-dbus-api-fix.patch:
- dropped, included upstream.
* 10-manpage-name-headers.patch:
- add missing NAME header to included manpages which we now use in
favour of our own.
* 20-supplicant-timeout.patch:
- increase to 60 seconds (taken from Debian)
* 30-blacklist-devices.patch:
- Dropped; upstream implemented an nm_system_device_get_disabled()
function that we implement instead.
* 50-disable-named-and-vpn-managers.patch
- Dropped; upstream implemented an nm_system_should_modify_resolv_conf()
function that we implement instead.
- Yes kids, this means we ship VPN support now.
* 80-rml-wpa-workarounds.patch:
- Collection of workarounds for madwifi, orinoco and ndiswrapper from
Robert Love.
* 85-rml-madwifi-signal-strength:
- Patch from Robert Love to sanify the signal strength on Atheros cards.
-- Scott James Remnant <email address hidden> Fri, 24 Mar 2006 01:45:39 +0000
-
network-manager (0.5.1-0ubuntu19) dapper; urgency=low
* Upload fixed version of 40-ubuntu-backend.patch that doesn't touch
files removed by a good distcleaning.
-- Scott James Remnant <email address hidden> Mon, 13 Mar 2006 10:32:09 +0000
-
network-manager (0.5.1-0ubuntu18) dapper; urgency=low
* debian/patches/20-linux-wlan-ng.patch:
- Fix dbus namespace for RefreshDevice signal (org.gnome.NetworkManager ->
org.freedesktop.NetworkManager)
- Fix typo in debug messages.
* Add debian/patches/70-dont-deactivate-new-devices.patch:
- Do not immediately deactivate a freshly appeared device. Patch
60-dispatch-more-events.patch now causes if-down scripts to be run,
which might disable the interface (e. g. to conserve power, as
linux-wlan-ng does); this breaks their activation.
* debian/network-manager.dbus-conf:
- Only allow access for at_console users, not for plugdev members.
- Do not allow org.freedesktop.NetworkManager to be owned by anyone but
root.
* debian/nm-applet.dbus-conf:
- Only allow access for at_console users, not for plugdev members.
-- Martin Pitt <email address hidden> Tue, 7 Mar 2006 22:58:41 +0100
-
network-manager (0.5.1-0ubuntu17) dapper; urgency=low
* debian/nm-applet.dir, debian/rules:
- install the autostart desktop to /etc/xdg/autostart according to the
specification
-- Sebastien Bacher <email address hidden> Sat, 4 Mar 2006 23:38:30 +0100
-
network-manager (0.5.1-0ubuntu16) dapper; urgency=low
* 40-ubuntu-backend.patch:
- Also consider and manage devices which are listed in
/etc/network/interfaces, but only as "auto" and "inet dhcp"; any other
options results in the device being ignored.
- Remove the note again, as the extra configuration isn't required.
-- Scott James Remnant <email address hidden> Mon, 20 Feb 2006 11:57:26 +0000
-
network-manager (0.5.1-0ubuntu15) dapper; urgency=low
* network-manager recommends nm-applet. Ubuntu #32049.
* Escape backtick in dispatcher script. Ubuntu #32044.
-- Scott James Remnant <email address hidden> Mon, 20 Feb 2006 10:38:39 +0000
-
network-manager (0.5.1-0ubuntu14) dapper; urgency=low
* nm-applet replaces network-manager (<< 0.5.1-0ubuntu12) (Malone #31961)
-- Adam Conrad <email address hidden> Sun, 19 Feb 2006 20:21:43 +1100
-
network-manager (0.5.1-0ubuntu13) dapper; urgency=low
* Fix network-manager.postinst: s/them/then/
-- Christian Bjälevik <email address hidden> Sat, 18 Feb 2006 01:51:58 +0100
-
network-manager (0.5.1-0ubuntu12) dapper; urgency=low
* Migrate to my own style of packaging.
- Remove duplicated docs from other packages.
- Restored debian/patches directory with patches split from diff.
- Split nm-applet into a different package so that we can have
different ones in the future.
* Take the autostart nm-applet.desktop file from CVS and install it into
the Ubuntu location so that nm-applet lives with the session.
* 30-blacklist-devices.patch:
- Check devices against the backend before adding them to see whether
the backend wants us to ignore them, and if so, literally just ignore
them.
* 40-ubuntu-backend.patch:
- Create an Ubuntu backend from the RedHat and Debian ones. We don't
need to kill anything when we start, and don't currently support
dial-up profiles. This includes a function to indicate that anything
with an explicit configuration is blacklisted.
* 50-disable-named-and-vpn-managers.patch:
- Remove the dependency on bind9 and all attempts to tinker with
/etc/resolv.conf. Ubuntu's libc contains resolver patches to ensure
changes are noticed by running applications; also our dhclient
configuration handles writing resolv.conf itself and we're not yet
allowing NetworkManager to manage static interfaces and VPN
connections.
* 60-dispatch-more-events.patch:
- Add a DeviceDeactivated dbus event and send it when a device has
definitely finished coming down. Modify NetworkManagerDispatcher
to listen for these new events and run scripts with the pre-up and
post-down events for them.
* 65-dispatcher-script-dir.patch:
- Change the dispatcher script directory to point to
/usr/share/NetworkManager/dispatcher.d rather than something under /etc.
- Adjust manpage to match
- Ship a default script in the dispatcher.d directory to run the user
scripts under /etc/network/if-*.d
-- Scott James Remnant <email address hidden> Thu, 2 Feb 2006 16:07:54 +0000
-
network-manager (0.5.1-0ubuntu11) dapper; urgency=low
* src/NetworkManagerDevice.c: nm_device_set_essid(): If the device is driven
by linux-wlan-ng (module prism2_*), call wlanctl-ng to set the ESSID.
* nm_device_set_mode(), nm_device_get_mode(), nm_device_set_essid(),
nm_device_get_essid(), nm_device_set_enc_key(): When the device is managed
by linux-wlan-ng, do not call the standard kernel IW* ioctls since they
sometimes cause kernel oopses in the prism2_* modules.
* src/NetworkManager.c:
- Add dbus signal handler.
- Add dbus signal "RefreshDevice", which causes the given interface to be
removed and re-added; This allows external programs (like an udev rule)
to tell NM that a wireless interface was enabled/disabled.
-- Martin Pitt <email address hidden> Wed, 1 Feb 2006 09:49:02 +0000
-
network-manager (0.5.1-0ubuntu10) dapper; urgency=low
* debian/network-manager.manpages:
- Fix it for real this time!
-- Christian Bjälevik <email address hidden> Thu, 26 Jan 2006 12:15:17 +0100
-
network-manager (0.5.1-0ubuntu8) dapper; urgency=low
* debian/*.dbus-event:
- Beautify LSB in eventscripts.
* debian/control:
- Change maintainer to myself.
- Remove build-dep on dpatch.
* debian/control, debian/rules:
- Generate and install the manpages.
* debian/network-manager.docs:
- Actually place README, TODO and NEWS in the package.
-- Christian Bjälevik <email address hidden> Thu, 26 Jan 2006 00:54:00 +0100
-
network-manager (0.5.1-0ubuntu7) dapper; urgency=low
* debian/rules, debian/network-manager.postinst:
- Change NetworkManagerDispatcher from 25 to 26.
- Remove 25NetworkManagerDispatcher if it exists.
* Remove patches/ and start using bzr-development :-).
-- Christian Bjälevik <email address hidden> Wed, 25 Jan 2006 13:14:14 +0100
-
network-manager (0.5.1-0ubuntu6) dapper; urgency=low
* Really don't depend on bind9 being installed
-- Matthew Garrett <email address hidden> 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 <email address hidden> Wed, 21 Dec 2005 19:08:53 +0100
-
network-manager (0.4.1+cvs20050817-0ubuntu6) dapper; urgency=low
* fix FTBFS
(DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT -> DBUS_NAME_FLAG_DO_NOT_QUEUE)
-- Michael Vogt <email address hidden> Wed, 21 Dec 2005 10:50:30 +0100