2009
network-manager (0.7.1-2) unstable; urgency=low
[ Michael Biebl ]
* debian/control
- Add Build-Depends on libudev-dev. This allows to query udev for modem
capabilities without having to spawn udevadm.
* debian/patches/05-handle-new-ssb-bus-from-HAL-0.5.13.patch
- HAL 0.5.13 added support for the ssb bus type which is internally used
on most Broadcom ethernet and wifi chipsets. Update NM to detect the
driver for the changed device layout. (Closes: #540613)
Patch backported from upstream git.
* debian/network-manager.init
- Update LSB header. Provide the "network-manager" facility instead of
"NetworkManager" as gdm is depending on the former and to be more in
line with the recommended practice to name the Provides like the init
script itself. (Closes: #539753)
[ Sjoerd Simons ]
* debian/control
- Add libnm-util-dev to the depends of libnm-glib-dev. (Closes: #539888)
-- Michael Biebl <biebl@debian.org> Mon, 17 Aug 2009 23:47:01 +0200
network-manager (0.7.1-1) unstable; urgency=low
* New upstream release.
* Use set -e instead of #!/bin/sh -e for all maintainer scripts.
* debian/patches/04-struct_termios.patch
- Fix FTBFS on alpha by using the POSIX.1 struct termios interface instead
of the obsolete struct termio ioctl interface. (Closes: #524161)
-- Michael Biebl <biebl@debian.org> Fri, 17 Apr 2009 00:47:03 +0200
network-manager (0.7.0.100-1) unstable; urgency=low
* New upstream release (0.7.1 rc4).
* debian/network-manager.install
- Install modem prober udev rules file into /lib/udev/rules.d.
* debian/network-manager.preinst
- Remove obsolete conffile
/etc/udev/rules.d/77-nm-probe-modem-capabilities.rules.
- Move the old pid file from /var/run/NetworkManager to /var/run on
upgrades so the daemon can be stopped correctly in postinst and the
obsolete run directory is removed automatically.
* debian/network-manager.dirs
- Do no longer install the /var/run/NetworkManager directory.
* debian/network-manager.init
- Store the NetworkManager pid file directly in /var/run.
* debian/control
- Bump Standards-Version to 3.8.1. See the changes above wrt the /var/run
directory.
* debian/patches/02-dbus_access_network_manager.patch
- Remove haldaemon section, obsolete.
-- Michael Biebl <biebl@debian.org> Wed, 08 Apr 2009 07:06:19 +0200
network-manager (0.7.0.99-1) unstable; urgency=low
* New upstream release (0.7.1 rc3).
- Fix FTBFS for older GCC versions. (Closes: #517520)
- Fix crash for wireless-ssid setting in ifupdown plugin which also caused
hostname to be set incorrectly. (Closes: #513852)
- Handle unsupported format for wifi keys in ifupdown plugin.
(Closes: #513874)
* debian/network-manager.install
- Install modem prober and corresponding udev rules file.
* debian/control
- Add Recommends on dnsmasq-base and iptables which are required for
creating Ad-hoc connections and connection sharing. (Closes: #513151)
- Document optional dependencies, like avahi-autoipd or policykit, in the
package description. (Closes: #504455)
* debian/rules
- Update stop priorities for 0 1 6 from K14 to K88.
-- Michael Biebl <biebl@debian.org> Thu, 05 Mar 2009 13:21:13 +0100
network-manager (0.7.0.97-1) unstable; urgency=low
* New upstream release.
- Update 02-dbus_access_network_manager.patch for the latest upstream
changes which fixes non-deterministic allow/deny for D-Bus messages with
no interface. (Closes: #510729)
- Disable 03-F3507g.patch for now, patch no longer applies and should be
replaced by ModemManager anyway.
- Remove 04-ltversioning.patch, merged upstream.
- Remove 05-dhclient_lease_files.patch, merged upstream.
* Merge experimental branch into unstable. Remaining changes:
- Remove 07-domain_search.patch, merged upstream.
- Remove 08-hal_deprecated_keys.patch, fixed upstream.
- Remove 09-nm_dbus_get_ap_from_object_path-mem_leak_fix.patch, obsolete.
- Disable 20-manual_means_always_online.patch, needs to be ported to 0.7.
- Drop libdbus-glib-1-dev Depends from libnm-util-dev.
* debian/control
- Add ${misc:Depends} to all binary packages.
- Let network-manager depend on dhcp3-client directly, as the dependency
on dhcdbd has been removed. (Closes: #509655)
- Wrap Build-Depends.
- Bump Build-Depends on debhelper to (>= 7).
* debian/compat
- Bump debhelper compat level to 7.
* debian/rules
- Include debhelper.mk before any other files as recommended by the cdbs
documentation.
* Update symbols file for libnm-util and libnm-glib due to API additions.
-- Michael Biebl <biebl@debian.org> Tue, 24 Feb 2009 22:47:20 +0100
2008
network-manager (0.7.0-1) experimental; urgency=low
* New upstream release. (Closes: #446098) - Allow connections before login (system connections). (Closes: #461831) - Storing system connections via PolicyKit is working. (Closes: #504443) - The nm-vpn-properties tool has been obsoleted by nm-connection-editor from the network-manager-gnome package and thus removed from the tarball. (Closes: #497108) - Removed dependency on dhcdbd. (Closes: #478469) - Improved communication between NM and wpasupplicant (over D-Bus) for faster wireless connections. (Closes: #385647) [ Sjoerd Simons ] * debian/libnm-util0.symbols: Updated * debian/libnm-glib0.symbols: Updated * debian/patches/03-F3507g.patch - Added. Fix gsm support for Ericsson F3507g Mobile Broadband cards * debian/control: Recommend ppp (Closes: #507842) [ Michael Biebl ] * debian/patches/04-ltversioning.patch - Bump soname of libnm-util due to an ABI break between 0.6.6 and 0.7. (Closes: #503682) * Update control, install and symbols file for the new libnm-util library name (libnm-util0 -> libnm-util1). * debian/control - Add Conflicts/Replaces: network-manager-pptp (<< 0.7~~) as the pppd plugin is now shipped by this package. - Add Breaks (<< 0.7~~) for the network-manager-* packages as the 0.6 versions of those packages do not work with network-manager 0.7. * debian/patches/05-dhclient_lease_files.patch - Change the location of the dhclient lease files to /var/lib/dhcp3. * debian/network-manager.README.Debian - Merge README.Debian from Ubuntu which describes the new managed/unmanaged modes. * debian/nm-system-settings.conf - Set default mode to unmanaged. * debian/copyright - Revised and updated. libnm-glib and libnm-util are licensed under the LGPL v2 or later.
-- Michael Biebl <biebl@debian.org> Tue, 16 Dec 2008 09:56:14 +0100
network-manager (0.7.0~svn4191-1) experimental; urgency=low
* SVN snapshot of the upcoming 0.7 release.
[ Sjoerd Simons ]
* Split out libnm-glib-vpn from libnm-glib
* debian/rules: Use list-missing
[ Michael Biebl ]
* Drop obsolete patches
- debian/patches/01-supplicant_timeout.patch (obsolete)
- debian/patches/05-debian_backend.patch (obsolete, relevant changes
merged upstream)
- debian/patches/06-dispatch_more_events.patch (no longer applies)
- debian/patches/07-domain_search.patch (merged upstream)
- debian/patches/08-hal_deprecated_keys.patch( merged upstream)
- debian/patches/13-validate_mac_addr.patch (merged upstream)
* debian/patches/02-dbus_access_network_manager.patch
- Updated for 0.7.
* debian/control:
- Add Build-Depends on uuid-dev, libgnutls-dev, libpolkit-dbus-dev,
ppp-dev and quilt.
- Drop Build-Depends on libgnome-keyring-dev, libgnomeui-dev,
libglade2-dev, libgconf2-dev, libnotify-dev, docbook-to-man and iproute.
- Bump Build-Depends on libdbus-glib-1-dev to (>= 0.75).
- Drop Depends on dhcdbd (dhcdbd is dead) and iproute.
- Bump Depends on lsb-base to (>= 3.2-14) which provides status_of_proc().
- Bump Depends on dbus to (>= 1.1.2) for system bus activation support.
- Add Recommends on policykit, which is required if you want to manage
system connections.
- Add Suggests avahi-autoipd for IPv4LL support.
* Switch to quilt patch management system.
* debian/rules:
- Set libexecdir to /usr/lib/NetworkManager, so NetworkManager can
automatically find the VPN plugins.
- Add support for resolvconf.
- Enable GnuTLS crypto support.
- Remove nm-vpn-properties bits.
* debian/nm-vpn-properties.sgml: Dropped, obsolete
* debian/copyright: Revised and updated
* debian/network-manager.postrm: Relevant code moved to preinst
* debian/network-manager.preinst:
- Stop old network-manager-dispatcher on upgrades and remove the init
script and the start symlinks.
* debian/network-manager.network-manager-dispatcher.init:
- Dropped, obsolete. (Closes: #500085)
The dispatcher functionality is now provided by a D-Bus activated system
service which is started on demand.
* debian/network-manager.init
- Remove dhdbd from Required-Start and Required-Stop in the LSB header.
- Remove check for /sbin/ip.
- Add "status" action.
* debian/*.install: Updated
* debian/*.symbols:
- Add symbols files for all libraries for improved shlibs handling.
* debian/nm-system-settings.conf:
- Ship a default configuration for the system settings service. Enable the
ifupdown (legacy ro support) and keyfile (rw) plugin.
[ Sjoerd Simons ]
* Update the various symbols files
* Update to current svn
-- Sjoerd Simons <sjoerd@debian.org> Sat, 18 Oct 2008 21:28:05 +0100
network-manager (0.6.6-3) unstable; urgency=low
* debian/network-manager.network-manager-dispatcher.init
- NetworkManagerDispatcher uses the D-Bus system bus. Update the LSB
header accordingly to avoid breakages with insserv based systems.
(Closes: #500085)
* debian/patches/20-manual_means_always_online.patch
- manual-means-online: If there are interfaces that are not managed by
NetworkManager because they have custom configuration in
/etc/network/interfaces, we assume to be online. This is obviously not
always correct. But reporting offline state for unmanaged devices is
causing major hassles as more and more apps rely on NM and go into
offline mode otherwise, even if there is a connection (established via
ifupdown). (Closes: #491826, #502371, #509006, #509829, #511712)
-- Michael Biebl <biebl@debian.org> Wed, 14 Jan 2009 09:29:03 +0100
network-manager (0.6.6-2) unstable; urgency=low
* debian/control
- Add Build-Depends on pkg-config.
- Drop obsolete Depends on iputils-arping. (Closes: #487794)
* debian/patches/09-nm_dbus_get_ap_from_object_path-mem_leak_fix.patch
- Fix memory leak in src/nm-dbus-net.c. (Closes: #488604)
-- Michael Biebl <biebl@debian.org> Sat, 05 Jul 2008 15:11:33 +0200
network-manager (0.6.6-1) unstable; urgency=low
* New upstream release. (Closes: #470197) - Ensure dbus errors are properly initialised. (Closes: #471317) * Removed patches - debian/patches/04-if_fix.patch (obsolete) - debian/patches/11-man_page_sh_name.patch (merged upstream) - debian/patches/12_readme_format.patch (merged upstream) - debian/patches/20-stable_branch_updates_r2652.patch (applied upstream) - debian/patches/21-endianess_fix_r2754.patch (applied upstream) - debian/patches/22-fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch (merged upstream) - debian/patches/23-rfkill_return_type.patch (fixed upstream) - debian/patches/24-get_mode_fix_r3122.patch (applied upstream) - debian/patches/25-libnl_unique_pid_r3155.patch (applied upstream) - debian/patches/26-libnl_1.0-pre8_r3206.patch (applied upstream) - debian/patches/27-dont_repeat_errors.patch (applied upstream) * debian/patches/07-domain_search.patch - Add support for DHCP domain-search option. (Closes: #465158) Thanks to Bas Zoetekouw for the patch. * debian/patches/08-hal_deprecated_keys.patch - Add support for the "net.originating_device" key, which has replaced the deprecated "net.physical_device" key in newer HAL versions. * debian/patches/06-dispatch_more_events.patch - NetworkManagerDispatcher.1.in has been renamed to NetworkManagerDispatcher.8.in. Update the patch accordingly. * debian/network-manager.manpages - The NetworkManager and NetworkManagerDispatcher man pages have been moved to section 8. * debian/control - The pkg-config files have been fixed upstream and unnecessary dependencies were removed. Update Depends: for libnm-glib-dev and libnm-util-dev accordingly. (Closes: #469195) * debian/rules, debian/network-manager.postinst - Minimize downtime during upgrades. (Closes: #432322) Restart the service in postinst instead of stop in prerm and start in postinst.
-- Michael Biebl <biebl@debian.org> Thu, 03 Apr 2008 02:37:16 +0200
network-manager (0.6.5-5) unstable; urgency=low
* Rebuild against libnl1. (Closes: #461922) * debian/patches/24-get_mode_fix_r3122.patch - Pull r3122 from upstream stable branch. - Fix getting mode of device. * debian/patches/25-libnl_unique_pid_r3155.patch - Pull r3155 from stable branch. - Ensures that the netlink pid is unique. * debian/patches/26-libnl_1.0-pre8_r3206.patch - Pull r3206 from upstream stable branch. - Replaces 24-libnl1-pre8_fix.patch, which has been removed. - Fixes a FTBFS on architectures using SIGTRAP in G_BREAKPOINT(). (Closes: #459740) * debian/patches/13-validate_mac_addr.patch - Drop APs with an invalid MAC address. (Closes: #461500) Thanks to Sjoerd Simons for the patch. * debian/patches/27-dont_repeat_errors.patch - Backported r3160 from upstream stable branch. - Don't repeat killswitch errors too often. (Closes: #456363) * debian/network-manager.init, debian/network-manager.network-manager-dispatcher.init - Fix LSB init header. Use $remote_fs instead of $local_fs as the daemon requires /usr to be mounted. Remove S from Should-Stop. (Closes: #459480) - Shorten retry-time to 5 secs on stop. - Don't fail to start if daemon is already running.
-- Michael Biebl <biebl@debian.org> Fri, 25 Jan 2008 00:11:47 +0100
2007
network-manager (0.6.5-4) unstable; urgency=low
* debian/control
- The Vcs-* fields are now officially supported, so remove the XS- prefix.
- Bump Build-Depends on libnl-dev to (>= 1.0~pre8).
* debian/patches/24-libnl1-pre8_fix.patch
- Backport support for libnl 1.0-pre8 from upstream SVN.
* debian/network-manager.dirs
- Add /var/run/NetworkManager.
* debian/network-manager-dispatcher.script
- Set PHASE="post-up" for scripts in if-up.d and PHASE="pre-down" for
scripts in if-down.d to be compliant with ifupdown. (Closes: #452371)
* debian/patches/12_readme_format.patch
- Fix line break in README file. (Closes: #444038)
-- Michael Biebl <biebl@debian.org> Tue, 25 Dec 2007 16:51:00 +0100
network-manager (0.6.5-3) unstable; urgency=low
* debian/patches/23-rfkill_return_type.patch
- The return type of the GetPower() method from Device.Killswitch has
changed from UINT32 to INT32 in hal-0.5.10. Fix the code accordingly.
-- Michael Biebl <biebl@debian.org> Mon, 22 Oct 2007 17:05:44 +0200
network-manager (0.6.5-2) unstable; urgency=low
* debian/patches/21-endianess_fix_r2754.patch
- Fixes a problem with ASCII passphrases on big-endian systems due to a missing
config.h include. (Closes: 391364)
* debian/network-manager.manpages
- Install nm-vpn-properties manpage.
* debian/control
- Use the new "Homepage:" field to specify the upstream URL.
* 22-fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch
- Patch from Ubuntu. Don't set the GNOME_DISABLE_DEPRECATED flag as
nm-vpn-properties requires gnome druid which has been deprecated in
libgnomeui 2.20.
-- Michael Biebl <biebl@debian.org> Fri, 28 Sep 2007 21:12:33 +0200
network-manager (0.6.5-1) unstable; urgency=low
* New upstream release. (Closes: #420959, #431658) - Runs wpa_supplicant in less verbose mode. (Closes: #375302, #431562) - Adds support for LEAP and phase two authentication. (Closes: #420959, #402747) * Removed patches that were merged upstream - debian/patches/09_fix_bigendian_words.patch - debian/patches/12_dbus1.0.patch - debian/patches/13-wep_capabilities * debian/network-manager.preinst - Do not parse /var/lib/dpkg/status directly but use dpkg-query instead. * Rebased and updated patches for new release - debian/patches/11-man_page_sh_name.patch - debian/patches/05-debian_backend.patch * Upstream has split nm-applet into a separate package. This means we no longer build the network-manager-gnome binary package from this source package. - Removed files that are now part of the new nm-applet source package + debian/network-manager-gnome.README.Debian + debian/patches/10-po_fr.patch + debian/patches/14-po_de.patch + debian/patches/03-dbus_access_nm_applet.patch + debian/network-manager-gnome.manpages + debian/nm-applet.sgml + debian/network-manager.install + debian/network-manager-gnome.install - debian/control + Remove the binary package network-manager-gnome. + Add Conflicts/Replaces: network-manager-gnome (<< 0.6.5-1) as nm-vpn-properties is now part of the network-manager binary package. + Update Build-Depends. Add autotools-dev, libglib2.0-dev and iproute, remove libpanel-applet2-dev. - debian/rules + Do not build the nm-applet.1 manpage anymore. + Exclude nm-vpn-properties from dh_shlibdeps. This is a temporary workaround until this binary has also been moved into the nm-applet source package. - debian/copyright + Remove the copyright notices for files which are now in the nm-applet source package. * debian/patches/20-stable_branch_updates_r2652.patch - Pull updates from the stable branch up until revision 2652. - Fixes broken link detection and a couple of smaller issues. - Adds support for the rfkill switch. * debian/patches/02-dbus_access_network_manager.patch - Add support for at_console dbus access check. (Closes: #426462)
-- Michael Biebl <biebl@debian.org> Mon, 27 Aug 2007 00:39:16 +0200
network-manager (0.6.4-8) unstable; urgency=low
* Install the NetworkManager and NetworkManagerDispatcher start scripts as
regular SysV init scripts
- Rename debian/network-manager.dbus-event to debian/network-manager.init
and debian/network-manager-dispatcher.dbus-event to
debian/network-manager.network-manager-dispatcher.init.
- Add proper LSB headers to the init scripts.
- debian/rules
Call dh_installinit for network-manager and network-manager-dispatcher.
- debian/network-manager.{preinst,postinst,postrm}
Remove the old conffiles /etc/dbus-1/event.d/25NetworkManager and
/etc/dbus-1/event.d/26NetworkManagerDispatcher or rename them to
*.dpkg-bak if they were changed locally.
-- Michael Biebl <biebl@debian.org> Tue, 24 Apr 2007 22:30:22 +0200
network-manager (0.6.4-7) unstable; urgency=low
* debian/control
- Add Recommends: network-manager-gnome | network-manager-kde to
network-manager.
- Add Recommends: libpam-keyring to network-manager-gnome. This allows to
unlock the gnome-keyring automatically upon login.
- Add Recommends: network-manager-vpnc, network-manager-openvpn to
network-manager-gnome. (Closes: #406241)
- Add XS-Vcs-* fields.
- Add Depends: gnome-icon-theme to network-manager-gnome, which fixes a
problem with nm-applet failing to start because of missing icons.
(Closes: #372466)
- Change maintainer address to
pkg-utopia-maintainers@lists.alioth.debian.org.
Add Riccardo and myself to Uploaders.
* debian/patches/12_dbus1.0.patch
- Updated to unref rather than close the D-Bus connection.
* debian/patches/13-wep_capabilities.patch
- Correctly set the available WEP capabilities. (Closes: #411867)
Thanks to Andy Whitcroft for the patch!
* debian/network-manager-gnome.README.Debian
- Add a README.Debian file for network-manager-gnome. (Closes: #414187)
* debian/patches/14-po_de.patch
- Added. Small fix for the German translation.
* debian/patches/05-debian_backend.patch
- Updated. Set status variable to return code of ifup/ifdown.
(Closes: #415642)
- Only invalidate the nscd hosts cache when nscd is actually installed.
(Closes: #402436)
- Remove mDNSResponder restart from nm_system_restart_mdns_responder().
mDNSResponder has been obsoleted by Avahi which does not need a restart.
-- Michael Biebl <biebl@debian.org> Tue, 03 Apr 2007 02:21:57 +0200
2006
network-manager (0.6.4-6) unstable; urgency=medium
* debian/patches/10-po_fr.patch
- Added. Small fixes for the French translation. (Closes: #401060)
Thanks to Cyril Brulebois.
* debian/patches/12_dbus1.0.patch
- Updated 12_dbus0.9.patch for D-Bus 1.0 to pass the correct flags to
dbus_bus_request_name(). (Closes: #401039)
* debian/patches/11-man_page_sh_name.patch
- Add missing ".SH NAME" stanzas to man pages.
* debian/network-manager-gnome.install
- Install the nm-applet autostart file into /etc/xdg/autostart rather than
/usr/share/gnome/autostart to be compliant to the fd.o autostart spec.
* Urgency medium, as it fixes a FTBFS bug.
-- Michael Biebl <biebl@debian.org> Thu, 30 Nov 2006 21:30:47 +0100
network-manager (0.6.4-5) unstable; urgency=low
* Small fix for the NetworkManagerDispatcher init script.
-- Michael Biebl <biebl@debian.org> Wed, 25 Oct 2006 11:00:34 +0200
network-manager (0.6.4-4) unstable; urgency=low
* Correct typo in package description. (Closes: #390062) * debian/network-manager.postinst - Create group netdev if not yet existent. Add a Depends on adduser. * Add instructions to README.Debian how to restart NetworkManager after modifying /etc/network/interfaces. (Closes: 384892) * debian/patches/05-debian_backend.patch - Fix the parser for /etc/network/interfaces. (Closes: #383765) - Do not restart nscd on dns changes, only invalidate the hosts cache.
-- Michael Biebl <biebl@debian.org> Tue, 24 Oct 2006 20:18:18 +0200
network-manager (0.6.4-3) unstable; urgency=low
* Changed adeprecated dbus function. (Closes: 385380)
- Added 12_dbus0.9.patch.
-- Riccardo Setti <giskard@debian.org> Tue, 5 Sep 2006 19:48:00 +0200
network-manager (0.6.4-2) unstable; urgency=low
* Ship the nm-tool binary. (Closes: #384891)
-- Michael Biebl <biebl@teco.edu> Tue, 15 Aug 2006 23:42:09 +0200
network-manager (0.6.4-1) unstable; urgency=low
[ Riccardo Setti ] * New upstream release. (Closes: #379163) - Bumped hal deps to version 0.5.7.1. NM needs user haldaemon for dbus operations. * Allow interfaces marked "auto-hotplug" to be managed by NM. (Closes: #381017) * Added 09_fix_bigendian_words.patch which will fix the WPA+plain text pw auth method on powerpc (and on other bigendian archs). (Closes: #381464) [ Michael Biebl ] * Merged the patches 05-resolvconf.patch and 08-disabled_devices.patch into a single patch called 05-debian_backend.patch. * Updated 05-debian_backend.patch to not control mapped interfaces. (Closes: #377498)
-- Michael Biebl <biebl@teco.edu> Tue, 8 Aug 2006 01:51:13 +0200
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
2005
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
2004
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