Blame SPECS/NetworkManager.spec

a85faa
%global dbus_glib_version 0.100
2186fd
a85faa
%global wireless_tools_version 1:28-0pre9
2804ca
2804ca
%global wpa_supplicant_version 1:1.1
2186fd
a85faa
%global ppp_version %(sed -n 's/^#define\\s*VERSION\\s*"\\([^\\s]*\\)"$/\\1/p' %{_includedir}/pppd/patchlevel.h 2>/dev/null | grep . || echo bad)
a85faa
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
386167
fc9aca
%global epoch_version 1
2804ca
%global rpm_version 1.12.0
2804ca
%global real_version 1.12.0
2804ca
%global release_version 6
a85faa
%global snapshot %{nil}
a85faa
%global git_sha %{nil}
386167
fc9aca
%global obsoletes_device_plugins 1:0.9.9.95-1
fc9aca
%global obsoletes_ppp_plugin     1:1.5.3
2186fd
a85faa
%global systemd_dir %{_prefix}/lib/systemd/system
a85faa
%global nmlibdir %{_prefix}/lib/%{name}
2804ca
%global nmplugindir %{_libdir}/%{name}/%{version}-%{release}
a85faa
a85faa
%global _hardened_build 1
a85faa
a85faa
%if x%{?snapshot} != x
a85faa
%global snapshot_dot .%{snapshot}
a85faa
%endif
a85faa
%if x%{?git_sha} != x
a85faa
%global git_sha_dot .%{git_sha}
386167
%endif
2186fd
a85faa
%global snap %{?snapshot_dot}%{?git_sha_dot}
2186fd
013a0d
%global real_version_major %(printf '%s' '%{real_version}' | sed -n 's/^\\([1-9][0-9]*\\.[1-9][0-9]*\\)\\.[1-9][0-9]*$/\\1/p')
013a0d
013a0d
%global is_devel_build %(printf '%s' '%{real_version}' | sed -n 's/^1\\.\\([0-9]*[13579]\\)\\..*/1/p')
013a0d
a85faa
###############################################################################
386167
a85faa
%bcond_without adsl
a85faa
%bcond_without bluetooth
a85faa
%bcond_without wwan
a85faa
%bcond_without team
a85faa
%bcond_without wifi
2804ca
%bcond_with iwd
013a0d
%bcond_without ovs
fc9aca
%bcond_without ppp
a85faa
%bcond_without nmtui
a85faa
013a0d
# on RHEL we don't regenerate the documentation
a85faa
%bcond_with    regen_docs
a85faa
013a0d
%if 0%{is_devel_build}
013a0d
%bcond_without debug
013a0d
%else
a85faa
%bcond_with    debug
013a0d
%endif
a85faa
%bcond_without test
013a0d
%bcond_with    sanitizer
2804ca
%if 0%{?fedora} > 28 || 0%{?rhel} > 7
2804ca
%bcond_with libnm_glib
2804ca
%else
2804ca
%bcond_without libnm_glib
2804ca
%endif
2804ca
%if 0%{?fedora}
2804ca
%bcond_without connectivity_fedora
2804ca
%else
2804ca
%bcond_with connectivity_fedora
2804ca
%endif
2804ca
%if 0%{?rhel} && 0%{?rhel} > 7
2804ca
%bcond_without connectivity_redhat
2804ca
%else
2804ca
%bcond_with connectivity_redhat
2804ca
%endif
2804ca
%if 0%{?fedora} > 28 || 0%{?rhel} > 7
2804ca
%bcond_without crypto_gnutls
2804ca
%else
2804ca
%bcond_with crypto_gnutls
2804ca
%endif
a85faa
a85faa
###############################################################################
a85faa
fc9aca
%if 0%{?fedora}
fc9aca
%global dbus_version 1.9.18
fc9aca
%global dbus_sys_dir %{_datadir}/dbus-1/system.d
fc9aca
%else
fc9aca
%global dbus_version 1.1
fc9aca
%global dbus_sys_dir %{_sysconfdir}/dbus-1/system.d
fc9aca
%endif
fc9aca
fc9aca
%if %{with bluetooth} || %{with wwan}
a85faa
%global with_modem_manager_1 1
a85faa
%else
a85faa
%global with_modem_manager_1 0
a85faa
%endif
2186fd
a85faa
###############################################################################
386167
2186fd
Name: NetworkManager
2186fd
Summary: Network connection manager and user applications
386167
Epoch: %{epoch_version}
a85faa
Version: %{rpm_version}
a85faa
Release: %{release_version}%{?snap}%{?dist}
2186fd
Group: System Environment/Base
2186fd
License: GPLv2+
2186fd
URL: http://www.gnome.org/projects/NetworkManager/
2186fd
013a0d
Source: https://download.gnome.org/sources/NetworkManager/%{real_version_major}/%{name}-%{real_version}.tar.xz
2186fd
Source1: NetworkManager.conf
2186fd
Source2: 00-server.conf
2804ca
Source3: 20-connectivity-fedora.conf
2804ca
Source4: 20-connectivity-redhat.conf
2804ca
Source5: 10-slaves-order.conf
ab7d06
013a0d
# RHEL downstream patches that change behavior from upstream.
013a0d
# These are not bugfixes, hence they are also relevant after
013a0d
# the next rebase of the source tarball.
fc9aca
Patch1: 0001-cloned-mac-address-permanent-rh1413312.patch
013a0d
Patch2: 0002-nm-wait-online-not-require-nm-service-rh1520865.patch
2804ca
Patch3: 0003-dhclient-no-leading-zero-client-id-rh1556983.patch
2804ca
Patch4: 0004-device-disable-rp_filter-handling.patch
2804ca
Patch5: 0005-ibft-cap-sys-admin-rh1371201.patch
2804ca
Patch6: 0006-support-aes256-private-keys-rh1623798.patch
2804ca
Patch7: 0007-core-fix-wireless-bitrate-property-name-on-D-Bus-rh1626391.patch
2804ca
Patch8: 0008-dns-dnsmsaq-avoid-crash-no-rev-domains-rh1628576.patch
013a0d
2804ca
Patch1000: 1000-cli-remove-assertion-in-nmc_device_state_to_color.patch
2804ca
Patch1001: 1001-translations-rh1569438.patch
2804ca
Patch1002: 1002-cli-fix-reading-vpn.secrets.-from-passwd-file.patch
fc9aca
fc9aca
# The pregenerated docs contain default values and paths that depend
fc9aca
# on the configure options when creating the source tarball.
fc9aca
# As last step, patch the documentation with the proper defaults
fc9aca
# for RHEL.
fc9aca
Patch9999: 9999-fix-pregen-doc.patch
a85faa
2186fd
Requires(post): systemd
2804ca
Requires(post): /usr/sbin/update-alternatives
2186fd
Requires(preun): systemd
2804ca
Requires(preun): /usr/sbin/update-alternatives
2186fd
Requires(postun): systemd
2186fd
2186fd
Requires: dbus >= %{dbus_version}
2186fd
Requires: glib2 >= %{glib2_version}
386167
Requires: %{name}-libnm%{?_isa} = %{epoch}:%{version}-%{release}
2186fd
Obsoletes: dhcdbd
fc9aca
Obsoletes: NetworkManager < %{obsoletes_device_plugins}
fc9aca
Obsoletes: NetworkManager < %{obsoletes_ppp_plugin}
a85faa
Obsoletes: NetworkManager-wimax < 1.2
386167
386167
# Kept for RHEL to ensure that wired 802.1x works out of the box
386167
Requires: wpa_supplicant >= 1:1.1
2186fd
2186fd
Conflicts: NetworkManager-vpnc < 1:0.7.0.99-1
2186fd
Conflicts: NetworkManager-openvpn < 1:0.7.0.99-1
2186fd
Conflicts: NetworkManager-pptp < 1:0.7.0.99-1
2186fd
Conflicts: NetworkManager-openconnect < 0:0.7.0.99-1
2186fd
Conflicts: kde-plasma-networkmanagement < 1:0.9-0.49.20110527git.nm09
2186fd
2804ca
BuildRequires: gcc
2804ca
BuildRequires: libtool
2804ca
BuildRequires: pkgconfig
2804ca
BuildRequires: automake
2804ca
BuildRequires: autoconf
2804ca
BuildRequires: intltool
2804ca
BuildRequires: gettext-devel
2804ca
2186fd
BuildRequires: dbus-devel >= %{dbus_version}
2186fd
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
2186fd
%if 0%{?fedora}
94180d
BuildRequires: wireless-tools-devel >= %{wireless_tools_version}
2186fd
%endif
2804ca
BuildRequires: glib2-devel >= 2.40.0
2186fd
BuildRequires: gobject-introspection-devel >= 0.10.3
fc9aca
%if %{with ppp}
386167
BuildRequires: ppp-devel >= 2.4.5
fc9aca
%endif
2804ca
%if %{with crypto_gnutls}
2804ca
BuildRequires: gnutls-devel >= 2.12
2804ca
%else
2186fd
BuildRequires: nss-devel >= 3.11.7
2804ca
%endif
2186fd
BuildRequires: dhclient
386167
BuildRequires: readline-devel
a85faa
BuildRequires: audit-libs-devel
a85faa
%if %{with regen_docs}
2186fd
BuildRequires: gtk-doc
2186fd
%endif
2186fd
BuildRequires: libudev-devel
2186fd
BuildRequires: libuuid-devel
fc9aca
BuildRequires: vala-tools
2186fd
BuildRequires: iptables
fc9aca
BuildRequires: libxslt
a85faa
%if %{with bluetooth}
386167
BuildRequires: bluez-libs-devel
386167
%endif
2186fd
BuildRequires: systemd >= 200-3 systemd-devel
fc9aca
%if 0%{?fedora}
fc9aca
BuildRequires: libpsl-devel >= 0.1
fc9aca
%endif
fc9aca
BuildRequires: libcurl-devel
2186fd
BuildRequires: libndp-devel >= 1.0
386167
%if 0%{?with_modem_manager_1}
2186fd
BuildRequires: ModemManager-glib-devel >= 1.0
94180d
%endif
a85faa
%if %{with nmtui}
2186fd
BuildRequires: newt-devel
94180d
%endif
386167
BuildRequires: /usr/bin/dbus-launch
2804ca
%if 0%{?fedora} > 27 || 0%{?rhel} > 7
2804ca
BuildRequires: python3
2804ca
BuildRequires: python3-gobject-base
2804ca
BuildRequires: python3-dbus
2804ca
%else
2804ca
BuildRequires: python2
386167
BuildRequires: pygobject3-base
386167
BuildRequires: dbus-python
2804ca
%endif
386167
BuildRequires: libselinux-devel
386167
BuildRequires: polkit-devel
a85faa
BuildRequires: jansson-devel
2804ca
%if %{with sanitizer}
2804ca
BuildRequires: libasan
2804ca
%if 0%{?fedora}
2804ca
BuildRequires: libubsan
2804ca
%endif
2804ca
%endif
386167
386167
386167
%description
386167
NetworkManager is a system service that manages network interfaces and
386167
connections based on user or automatic configuration. It supports
386167
Ethernet, Bridge, Bond, VLAN, Team, InfiniBand, Wi-Fi, mobile broadband
386167
(WWAN), PPPoE and other devices, and supports a variety of different VPN
386167
services.
386167
386167
a85faa
%if %{with adsl}
386167
%package adsl
386167
Summary: ADSL device plugin for NetworkManager
386167
Group: System Environment/Base
386167
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
fc9aca
Obsoletes: NetworkManager < %{obsoletes_device_plugins}
386167
Obsoletes: NetworkManager-atm
386167
386167
%description adsl
386167
This package contains NetworkManager support for ADSL devices.
386167
%endif
386167
386167
a85faa
%if %{with bluetooth}
386167
%package bluetooth
386167
Summary: Bluetooth device plugin for NetworkManager
386167
Group: System Environment/Base
386167
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
386167
Requires: NetworkManager-wwan = %{epoch}:%{version}-%{release}
386167
# No Requires:bluez to prevent it being installed when updating
386167
# to the split NM package
fc9aca
Obsoletes: NetworkManager < %{obsoletes_device_plugins}
386167
Obsoletes: NetworkManager-bt
386167
386167
%description bluetooth
386167
This package contains NetworkManager support for Bluetooth devices.
386167
%endif
386167
386167
a85faa
%if %{with team}
386167
%package team
386167
Summary: Team device plugin for NetworkManager
386167
Group: System Environment/Base
2186fd
BuildRequires: teamd-devel
386167
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
fc9aca
Obsoletes: NetworkManager < %{obsoletes_device_plugins}
386167
386167
%description team
386167
This package contains NetworkManager support for team devices.
94180d
%endif
94180d
2186fd
a85faa
%if %{with wifi}
386167
%package wifi
386167
Summary: Wifi plugin for NetworkManager
386167
Group: System Environment/Base
386167
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
2804ca
2804ca
%if %{with iwd} && (0%{?fedora} > 24 || 0%{?rhel} > 7)
2804ca
Requires: (wpa_supplicant >= %{wpa_supplicant_version} or iwd)
2804ca
%else
2804ca
# Just require wpa_supplicant on platforms that don't support boolean
2804ca
# dependencies even though the plugin supports both supplicant and
2804ca
# iwd backend.
2804ca
Requires: wpa_supplicant >= %{wpa_supplicant_version}
2804ca
%endif
2804ca
fc9aca
Obsoletes: NetworkManager < %{obsoletes_device_plugins}
386167
386167
%description wifi
386167
This package contains NetworkManager support for Wifi and OLPC devices.
386167
%endif
386167
386167
a85faa
%if %{with wwan}
386167
%package wwan
386167
Summary: Mobile broadband device plugin for NetworkManager
386167
Group: System Environment/Base
386167
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
386167
# No Requires:ModemManager to prevent it being installed when updating
386167
# to the split NM package
fc9aca
Obsoletes: NetworkManager < %{obsoletes_device_plugins}
386167
386167
%description wwan
a85faa
This package contains NetworkManager support for mobile broadband (WWAN)
386167
devices.
386167
%endif
2186fd
013a0d
013a0d
%if %{with ovs}
013a0d
%package ovs
2804ca
Summary: Open vSwitch device plugin for NetworkManager
013a0d
Group: System Environment/Base
013a0d
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
013a0d
Requires: openvswitch
013a0d
013a0d
%description ovs
2804ca
This package contains NetworkManager support for Open vSwitch bridges.
013a0d
%endif
013a0d
013a0d
fc9aca
%if %{with ppp}
fc9aca
%package ppp
fc9aca
Summary: PPP plugin for NetworkManager
fc9aca
Group: System Environment/Base
fc9aca
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
fc9aca
Requires: ppp = %{ppp_version}
013a0d
Requires: NetworkManager = %{epoch}:%{version}-%{release}
fc9aca
Obsoletes: NetworkManager < %{obsoletes_ppp_plugin}
fc9aca
fc9aca
%description ppp
fc9aca
This package contains NetworkManager support for PPP.
fc9aca
%endif
fc9aca
2186fd
2186fd
%package glib
386167
Summary: Libraries for adding NetworkManager support to applications (old API).
2186fd
Group: Development/Libraries
2186fd
Requires: dbus >= %{dbus_version}
2186fd
Requires: dbus-glib >= %{dbus_glib_version}
fc9aca
Conflicts: NetworkManager-libnm < %{epoch}:%{version}-%{release}
2186fd
2186fd
%description glib
a85faa
This package contains the libraries that make it easier to use some
a85faa
NetworkManager functionality from applications that use glib.  This is
a85faa
the older NetworkManager API. See also NetworkManager-libnm.
2186fd
2186fd
2186fd
%package glib-devel
386167
Summary: Header files for adding NetworkManager support to applications (old API).
2186fd
Group: Development/Libraries
2186fd
Requires: %{name}-glib%{?_isa} = %{epoch}:%{version}-%{release}
2186fd
Requires: glib2-devel
2186fd
Requires: pkgconfig
2186fd
Requires: dbus-glib-devel >= %{dbus_glib_version}
a85faa
Provides: %{name}-devel = %{epoch}:%{version}-%{release}
a85faa
Provides: %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release}
a85faa
Obsoletes: %{name}-devel < %{epoch}:%{version}-%{release}
2186fd
2186fd
%description glib-devel
a85faa
This package contains the header and pkg-config files for development
a85faa
applications using NetworkManager functionality from applications that
a85faa
use glib.
a85faa
This is the older NetworkManager API.  See also NetworkManager-libnm-devel.
386167
386167
386167
%package libnm
386167
Summary: Libraries for adding NetworkManager support to applications (new API).
386167
Group: Development/Libraries
fc9aca
Conflicts: NetworkManager-glib < %{epoch}:%{version}-%{release}
386167
386167
%description libnm
a85faa
This package contains the libraries that make it easier to use some
a85faa
NetworkManager functionality from applications.  This is the new
a85faa
NetworkManager API.  See also NetworkManager-glib.
386167
386167
386167
%package libnm-devel
386167
Summary: Header files for adding NetworkManager support to applications (new API).
386167
Group: Development/Libraries
386167
Requires: %{name}-libnm%{?_isa} = %{epoch}:%{version}-%{release}
386167
Requires: glib2-devel
386167
Requires: pkgconfig
386167
386167
%description libnm-devel
a85faa
This package contains the header and pkg-config files for development
a85faa
applications using NetworkManager functionality from applications.  This
a85faa
is the new NetworkManager API. See also NetworkManager-glib-devel.
a85faa
2186fd
2804ca
%if %{with connectivity_fedora}
2804ca
%package config-connectivity-fedora
2804ca
Summary: NetworkManager config file for connectivity checking via Fedora servers
2804ca
Group: System Environment/Base
2804ca
BuildArch: noarch
2804ca
Provides: NetworkManager-config-connectivity = %{epoch}:%{version}-%{release}
2804ca
2804ca
%description config-connectivity-fedora
2804ca
This adds a NetworkManager configuration file to enable connectivity checking
2804ca
via Fedora infrastructure.
2804ca
%endif
2804ca
2804ca
2804ca
%if %{with connectivity_redhat}
2804ca
%package config-connectivity-redhat
2804ca
Summary: NetworkManager config file for connectivity checking via Red Hat servers
2804ca
Group: System Environment/Base
2804ca
BuildArch: noarch
2804ca
Provides: NetworkManager-config-connectivity = %{epoch}:%{version}-%{release}
2804ca
2804ca
%description config-connectivity-redhat
2804ca
This adds a NetworkManager configuration file to enable connectivity checking
2804ca
via Red Hat infrastructure.
2804ca
%endif
2804ca
2804ca
2186fd
%package config-server
2186fd
Summary: NetworkManager config file for "server-like" defaults
2186fd
Group: System Environment/Base
fc9aca
BuildArch: noarch
2186fd
2186fd
%description config-server
2186fd
This adds a NetworkManager configuration file to make it behave more
2186fd
like the old "network" service. In particular, it stops NetworkManager
2186fd
from automatically running DHCP on unconfigured ethernet devices, and
2186fd
allows connections with static IP addresses to be brought up even on
2186fd
ethernet devices with no carrier.
2186fd
2186fd
This package is intended to be installed by default for server
2186fd
deployments.
2186fd
2804ca
a85faa
%package dispatcher-routing-rules
a85faa
Summary: NetworkManager dispatcher file for advanced routing rules
386167
Group: System Environment/Base
a85faa
BuildArch: noarch
a85faa
Provides: %{name}-config-routing-rules = %{epoch}:%{version}-%{release}
fc9aca
Obsoletes: %{name}-config-routing-rules < %{epoch}:%{version}-%{release}
386167
a85faa
%description dispatcher-routing-rules
a85faa
This adds a NetworkManager dispatcher file to support networking
386167
configurations using "/etc/sysconfig/network-scripts/rule-NAME" files
386167
(eg, to do policy-based routing).
386167
2804ca
94180d
%if 0%{with_nmtui}
2186fd
%package tui
2186fd
Summary: NetworkManager curses-based UI
2186fd
Group: System Environment/Base
1d2815
Requires: %{name} = %{epoch}:%{version}-%{release}
386167
Requires: %{name}-libnm%{?_isa} = %{epoch}:%{version}-%{release}
386167
2186fd
%description tui
2186fd
This adds a curses-based "TUI" (Text User Interface) to
2186fd
NetworkManager, to allow performing some of the operations supported
2186fd
by nm-connection-editor and nm-applet in a non-graphical environment.
94180d
%endif
2186fd
2804ca
2186fd
%prep
2804ca
%autosetup -p1 -n NetworkManager-%{real_version}
2804ca
2186fd
2186fd
%build
a85faa
%if %{with regen_docs}
a85faa
gtkdocize
2186fd
%endif
a85faa
autoreconf --install --force
ab7d06
intltoolize --automake --copy --force
2186fd
%configure \
2804ca
	--disable-silent-rules \
2186fd
	--disable-static \
2186fd
	--with-dhclient=yes \
2186fd
	--with-dhcpcd=no \
013a0d
	--with-dhcpcanon=no \
013a0d
	--with-config-dhcp-default=dhclient \
2804ca
%if %{with crypto_gnutls}
2804ca
	--with-crypto=gnutls \
013a0d
%else
2804ca
	--with-crypto=nss \
013a0d
%endif
013a0d
%if %{with sanitizer}
2804ca
	--with-address-sanitizer=exec \
2804ca
%if 0%{?fedora}
013a0d
	--enable-undefined-sanitizer \
2804ca
%endif
013a0d
%else
2804ca
	--with-address-sanitizer=no \
013a0d
	--disable-undefined-sanitizer \
013a0d
%endif
a85faa
%if %{with debug}
013a0d
	--enable-more-logging \
a85faa
	--with-more-asserts=10000 \
013a0d
%else
013a0d
	--disable-more-logging \
013a0d
	--without-more-asserts \
a85faa
%endif
fc9aca
	--enable-ld-gc \
a85faa
	--with-libaudit=yes-disabled-by-default \
386167
%if 0%{?with_modem_manager_1}
2186fd
	--with-modem-manager-1=yes \
2186fd
%else
94180d
	--with-modem-manager-1=no \
2186fd
%endif
a85faa
%if %{with wifi}
a85faa
	--enable-wifi=yes \
a85faa
%if 0%{?fedora}
a85faa
	--with-wext=yes \
386167
%else
a85faa
	--with-wext=no \
a85faa
%endif
a85faa
%else
a85faa
	--enable-wifi=no \
386167
%endif
2804ca
%if %{with iwd}
2804ca
	--with-iwd=yes \
2804ca
%else
2804ca
	--with-iwd=no \
2804ca
%endif
2186fd
	--enable-vala=yes \
fc9aca
	--enable-introspection \
a85faa
%if %{with regen_docs}
2186fd
	--enable-gtk-doc \
386167
%else
386167
	--disable-gtk-doc \
2186fd
%endif
a85faa
%if %{with team}
386167
	--enable-teamdctl=yes \
94180d
%else
386167
	--enable-teamdctl=no \
94180d
%endif
013a0d
%if %{with ovs}
013a0d
	--enable-ovs=yes \
013a0d
%else
013a0d
	--enable-ovs=no \
013a0d
%endif
94180d
	--with-selinux=yes \
386167
	--enable-polkit=yes \
386167
	--enable-polkit-agent \
2186fd
	--enable-modify-system=yes \
2186fd
	--enable-concheck \
fc9aca
%if 0%{?fedora}
fc9aca
	--with-libpsl \
fc9aca
%else
fc9aca
	--without-libpsl \
fc9aca
%endif
2186fd
	--with-session-tracking=systemd \
2186fd
	--with-suspend-resume=systemd \
2186fd
	--with-systemdsystemunitdir=%{systemd_dir} \
a85faa
	--with-system-ca-path=/etc/pki/tls/cert.pem \
fc9aca
	--with-dbus-sys-dir=%{dbus_sys_dir} \
013a0d
%if %{with test}
2186fd
	--with-tests=yes \
013a0d
%else
2804ca
	--enable-more-warnings=yes \
013a0d
	--with-tests=no \
013a0d
%endif
2186fd
	--with-valgrind=no \
2186fd
	--enable-ifcfg-rh=yes \
fc9aca
%if %{with ppp}
2186fd
	--with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \
fc9aca
	--enable-ppp=yes \
fc9aca
%endif
386167
	--with-dist-version=%{version}-%{release} \
fc9aca
	--with-config-plugins-default='ifcfg-rh,ibft' \
a85faa
	--with-config-dns-rc-manager-default=file \
a85faa
	--with-config-logging-backend-default=syslog \
2804ca
	--enable-json-validation \
2804ca
%if %{with libnm_glib}
2804ca
	--with-libnm-glib
2804ca
%else
2804ca
	--without-libnm-glib
2804ca
%endif
2186fd
2186fd
make %{?_smp_mflags}
2186fd
2804ca
2186fd
%install
2186fd
# install NM
a85faa
make install DESTDIR=%{buildroot}
2186fd
a85faa
cp %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/
2186fd
a85faa
cp %{SOURCE2} %{buildroot}%{nmlibdir}/conf.d/
2804ca
2804ca
%if %{with connectivity_fedora}
fc9aca
cp %{SOURCE3} %{buildroot}%{nmlibdir}/conf.d/
2804ca
%endif
2804ca
2804ca
%if %{with connectivity_redhat}
2804ca
cp %{SOURCE4} %{buildroot}%{nmlibdir}/conf.d/
2804ca
%endif
2804ca
2804ca
cp %{SOURCE5} %{buildroot}%{nmlibdir}/conf.d/
94180d
a85faa
cp examples/dispatcher/10-ifcfg-rh-routes.sh %{buildroot}%{_sysconfdir}/%{name}/dispatcher.d/
a85faa
ln -s ../no-wait.d/10-ifcfg-rh-routes.sh %{buildroot}%{_sysconfdir}/%{name}/dispatcher.d/pre-up.d/
a85faa
ln -s ../10-ifcfg-rh-routes.sh %{buildroot}%{_sysconfdir}/%{name}/dispatcher.d/no-wait.d/
386167
2186fd
%find_lang %{name}
2186fd
a85faa
rm -f %{buildroot}%{_libdir}/*.la
a85faa
rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la
2804ca
rm -f %{buildroot}%{nmplugindir}/*.la
2186fd
a85faa
# Ensure the documentation timestamps are constant to avoid multilib conflicts
a85faa
find %{buildroot}%{_datadir}/gtk-doc -exec touch --reference configure.ac '{}' \+
2186fd
a85faa
%if 0%{?__debug_package}
a85faa
mkdir -p %{buildroot}%{_prefix}/src/debug/NetworkManager-%{real_version}
a85faa
cp valgrind.suppressions %{buildroot}%{_prefix}/src/debug/NetworkManager-%{real_version}
a85faa
%endif
2186fd
2804ca
touch %{buildroot}%{_sbindir}/ifup %{buildroot}%{_sbindir}/ifdown
2804ca
2186fd
ab7d06
%check
a85faa
%if %{with test}
fc9aca
make %{?_smp_mflags} check
a85faa
%endif
ab7d06
ab7d06
013a0d
%pre
013a0d
if [ -f "%{systemd_dir}/network-online.target.wants/NetworkManager-wait-online.service" ] ; then
013a0d
    # older versions used to install this file, effectively always enabling
013a0d
    # NetworkManager-wait-online.service. We no longer do that and rely on
013a0d
    # preset.
013a0d
    # But on package upgrade we must explicitly enable it (rh#1455704).
013a0d
    systemctl enable NetworkManager-wait-online.service || :
013a0d
fi
013a0d
013a0d
2186fd
%post
ab7d06
/usr/bin/udevadm control --reload-rules || :
ab7d06
/usr/bin/udevadm trigger --subsystem-match=net || :
ab7d06
2186fd
%systemd_post NetworkManager.service NetworkManager-wait-online.service NetworkManager-dispatcher.service
2186fd
2804ca
%triggerin -- initscripts
2804ca
if [ -f %{_sbindir}/ifup -a ! -L %{_sbindir}/ifup ]; then
2804ca
    # initscripts package too old, won't let us set an alternative
2804ca
    /usr/sbin/update-alternatives --remove ifup %{_libexecdir}/nm-ifup >/dev/null 2>&1 || :
2804ca
else
2804ca
    /usr/sbin/update-alternatives --install %{_sbindir}/ifup ifup %{_libexecdir}/nm-ifup 50 \
2804ca
        --slave %{_sbindir}/ifdown ifdown %{_libexecdir}/nm-ifdown
2804ca
fi
2804ca
2804ca
2186fd
%preun
2186fd
if [ $1 -eq 0 ]; then
2186fd
    # Package removal, not upgrade
2186fd
    /bin/systemctl --no-reload disable NetworkManager.service >/dev/null 2>&1 || :
2186fd
2186fd
    # Don't kill networking entirely just on package remove
2186fd
    #/bin/systemctl stop NetworkManager.service >/dev/null 2>&1 || :
2804ca
2804ca
    /usr/sbin/update-alternatives --remove ifup %{_libexecdir}/nm-ifup >/dev/null 2>&1 || :
2186fd
fi
2186fd
%systemd_preun NetworkManager-wait-online.service NetworkManager-dispatcher.service
2186fd
2804ca
2186fd
%postun
a85faa
/usr/bin/udevadm control --reload-rules || :
a85faa
/usr/bin/udevadm trigger --subsystem-match=net || :
a85faa
2186fd
%systemd_postun
2186fd
2186fd
013a0d
%post   glib -p /sbin/ldconfig
013a0d
%postun glib -p /sbin/ldconfig
2186fd
013a0d
%post   libnm -p /sbin/ldconfig
013a0d
%postun libnm -p /sbin/ldconfig
a85faa
2186fd
fc9aca
%files
fc9aca
%{dbus_sys_dir}/org.freedesktop.NetworkManager.conf
fc9aca
%{dbus_sys_dir}/nm-dispatcher.conf
fc9aca
%{dbus_sys_dir}/nm-ifcfg-rh.conf
2186fd
%{_sbindir}/%{name}
2186fd
%{_bindir}/nmcli
2186fd
%{_datadir}/bash-completion/completions/nmcli
2186fd
%dir %{_sysconfdir}/%{name}/
2186fd
%dir %{_sysconfdir}/%{name}/dispatcher.d
386167
%dir %{_sysconfdir}/%{name}/dispatcher.d/pre-down.d
386167
%dir %{_sysconfdir}/%{name}/dispatcher.d/pre-up.d
a85faa
%dir %{_sysconfdir}/%{name}/dispatcher.d/no-wait.d
2186fd
%dir %{_sysconfdir}/%{name}/dnsmasq.d
a85faa
%dir %{_sysconfdir}/%{name}/dnsmasq-shared.d
2186fd
%config(noreplace) %{_sysconfdir}/%{name}/NetworkManager.conf
fc9aca
%{nmlibdir}/conf.d/10-slaves-order.conf
2186fd
%{_bindir}/nm-online
2804ca
%{_libexecdir}/nm-ifup
2804ca
%ghost %attr(755, root, root) %{_sbindir}/ifup
2804ca
%{_libexecdir}/nm-ifdown
2804ca
%ghost %attr(755, root, root) %{_sbindir}/ifdown
2186fd
%{_libexecdir}/nm-dhcp-helper
386167
%{_libexecdir}/nm-dispatcher
386167
%{_libexecdir}/nm-iface-helper
2804ca
%dir %{_libdir}/%{name}
2804ca
%dir %{nmplugindir}
2804ca
%{nmplugindir}/libnm-settings-plugin*.so
a85faa
%if %{with nmtui}
386167
%exclude %{_mandir}/man1/nmtui*
386167
%endif
ab7d06
%dir %{_sysconfdir}/%{name}
ab7d06
%dir %{_sysconfdir}/%{name}/conf.d
a85faa
%dir %{nmlibdir}
a85faa
%dir %{nmlibdir}/conf.d
a85faa
%dir %{nmlibdir}/VPN
2186fd
%{_mandir}/man1/*
2186fd
%{_mandir}/man5/*
013a0d
%{_mandir}/man7/nmcli-examples.7*
2186fd
%{_mandir}/man8/*
2186fd
%dir %{_localstatedir}/lib/NetworkManager
2186fd
%dir %{_sysconfdir}/NetworkManager/system-connections
2186fd
%{_datadir}/dbus-1/system-services/org.freedesktop.NetworkManager.service
2186fd
%{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
2186fd
%{_datadir}/polkit-1/actions/*.policy
a85faa
%{_prefix}/lib/udev/rules.d/*.rules
2186fd
# systemd stuff
2186fd
%{systemd_dir}/NetworkManager.service
2186fd
%{systemd_dir}/NetworkManager-wait-online.service
2186fd
%{systemd_dir}/NetworkManager-dispatcher.service
386167
%dir %{_datadir}/doc/NetworkManager/examples
2186fd
%{_datadir}/doc/NetworkManager/examples/server.conf
a85faa
%doc NEWS AUTHORS README CONTRIBUTING TODO
a85faa
%license COPYING
2186fd
2804ca
a85faa
%if %{with adsl}
386167
%files adsl
2804ca
%{nmplugindir}/libnm-device-plugin-adsl.so
386167
%else
2804ca
%exclude %{nmplugindir}/libnm-device-plugin-adsl.so
386167
%endif
386167
2804ca
a85faa
%if %{with bluetooth}
386167
%files bluetooth
2804ca
%{nmplugindir}/libnm-device-plugin-bluetooth.so
386167
%endif
386167
2804ca
a85faa
%if %{with team}
386167
%files team
2804ca
%{nmplugindir}/libnm-device-plugin-team.so
386167
%endif
386167
2804ca
a85faa
%if %{with wifi}
386167
%files wifi
2804ca
%{nmplugindir}/libnm-device-plugin-wifi.so
386167
%endif
386167
2804ca
a85faa
%if %{with wwan}
386167
%files wwan
2804ca
%{nmplugindir}/libnm-device-plugin-wwan.so
2804ca
%{nmplugindir}/libnm-wwan.so
386167
%endif
386167
2804ca
013a0d
%if %{with ovs}
013a0d
%files ovs
2804ca
%{nmplugindir}/libnm-device-plugin-ovs.so
013a0d
%{systemd_dir}/NetworkManager.service.d/NetworkManager-ovs.conf
013a0d
%{_mandir}/man7/nm-openvswitch.7*
013a0d
%endif
013a0d
2804ca
fc9aca
%if %{with ppp}
fc9aca
%files ppp
fc9aca
%{_libdir}/pppd/%{ppp_version}/nm-pppd-plugin.so
2804ca
%{nmplugindir}/libnm-ppp-plugin.so
fc9aca
%endif
fc9aca
2804ca
2804ca
%if %{with libnm_glib}
fc9aca
%files glib -f %{name}.lang
2186fd
%{_libdir}/libnm-glib.so.*
2186fd
%{_libdir}/libnm-glib-vpn.so.*
2186fd
%{_libdir}/libnm-util.so.*
2186fd
%{_libdir}/girepository-1.0/NetworkManager-1.0.typelib
2186fd
%{_libdir}/girepository-1.0/NMClient-1.0.typelib
2804ca
%endif
2804ca
2186fd
2804ca
%if %{with libnm_glib}
2186fd
%files glib-devel
fc9aca
%doc docs/api/html/*
2186fd
%dir %{_includedir}/libnm-glib
a85faa
%dir %{_includedir}/%{name}
2186fd
%{_includedir}/libnm-glib/*.h
a85faa
%{_includedir}/%{name}/%{name}.h
a85faa
%{_includedir}/%{name}/NetworkManagerVPN.h
2186fd
%{_includedir}/%{name}/nm-setting*.h
2186fd
%{_includedir}/%{name}/nm-connection.h
2186fd
%{_includedir}/%{name}/nm-utils-enum-types.h
2186fd
%{_includedir}/%{name}/nm-utils.h
a85faa
%{_includedir}/%{name}/nm-version.h
a85faa
%{_includedir}/%{name}/nm-version-macros.h
2186fd
%{_libdir}/pkgconfig/libnm-glib.pc
2186fd
%{_libdir}/pkgconfig/libnm-glib-vpn.pc
2186fd
%{_libdir}/pkgconfig/libnm-util.pc
a85faa
%{_libdir}/pkgconfig/%{name}.pc
2186fd
%{_libdir}/libnm-glib.so
2186fd
%{_libdir}/libnm-glib-vpn.so
2186fd
%{_libdir}/libnm-util.so
2186fd
%{_datadir}/gir-1.0/NetworkManager-1.0.gir
2186fd
%{_datadir}/gir-1.0/NMClient-1.0.gir
2186fd
%dir %{_datadir}/gtk-doc/html/libnm-glib
2186fd
%{_datadir}/gtk-doc/html/libnm-glib/*
2186fd
%dir %{_datadir}/gtk-doc/html/libnm-util
2186fd
%{_datadir}/gtk-doc/html/libnm-util/*
fc9aca
%{_datadir}/vala/vapi/libnm-*.deps
fc9aca
%{_datadir}/vala/vapi/libnm-*.vapi
2804ca
%endif
2804ca
2186fd
fc9aca
%files libnm -f %{name}.lang
386167
%{_libdir}/libnm.so.*
386167
%{_libdir}/girepository-1.0/NM-1.0.typelib
386167
2804ca
386167
%files libnm-devel
fc9aca
%doc docs/api/html/*
386167
%dir %{_includedir}/libnm
386167
%{_includedir}/libnm/*.h
386167
%{_libdir}/pkgconfig/libnm.pc
386167
%{_libdir}/libnm.so
386167
%{_datadir}/gir-1.0/NM-1.0.gir
386167
%dir %{_datadir}/gtk-doc/html/libnm
386167
%{_datadir}/gtk-doc/html/libnm/*
2804ca
%dir %{_datadir}/gtk-doc/html/NetworkManager
2804ca
%{_datadir}/gtk-doc/html/NetworkManager/*
fc9aca
%{_datadir}/vala/vapi/libnm.deps
fc9aca
%{_datadir}/vala/vapi/libnm.vapi
fc9aca
%{_datadir}/dbus-1/interfaces/*.xml
386167
2804ca
2804ca
%if %{with connectivity_fedora}
2804ca
%files config-connectivity-fedora
2804ca
%dir %{nmlibdir}
2804ca
%dir %{nmlibdir}/conf.d
2804ca
%{nmlibdir}/conf.d/20-connectivity-fedora.conf
2804ca
%endif
2804ca
2804ca
2804ca
%if %{with connectivity_redhat}
2804ca
%files config-connectivity-redhat
2804ca
%dir %{nmlibdir}
2804ca
%dir %{nmlibdir}/conf.d
2804ca
%{nmlibdir}/conf.d/20-connectivity-redhat.conf
2804ca
%endif
2804ca
2804ca
2186fd
%files config-server
a85faa
%dir %{nmlibdir}
a85faa
%dir %{nmlibdir}/conf.d
a85faa
%{nmlibdir}/conf.d/00-server.conf
386167
2804ca
a85faa
%files dispatcher-routing-rules
386167
%{_sysconfdir}/%{name}/dispatcher.d/10-ifcfg-rh-routes.sh
a85faa
%{_sysconfdir}/%{name}/dispatcher.d/no-wait.d/10-ifcfg-rh-routes.sh
386167
%{_sysconfdir}/%{name}/dispatcher.d/pre-up.d/10-ifcfg-rh-routes.sh
2186fd
2804ca
a85faa
%if %{with nmtui}
2186fd
%files tui
94180d
%{_bindir}/nmtui
2186fd
%{_bindir}/nmtui-edit
94180d
%{_bindir}/nmtui-connect
94180d
%{_bindir}/nmtui-hostname
386167
%{_mandir}/man1/nmtui*
94180d
%endif
2186fd
2804ca
2186fd
%changelog
2804ca
* Sat Sep 15 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.12.0-6
2804ca
- dns: dnsmasq: avoid crash when no reverse domains exist (rh #1628576)
2804ca
- initscripts: fix ownership of ifup/ifdown executables (rh #1626517)
2804ca
- cli: fix parsing vpn secrets from password file (rh #1628946)
2804ca
2804ca
* Fri Sep  7 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.12.0-5
2804ca
- core: fix wireless bitrate property name on D-Bus (rh #1626391)
2804ca
2804ca
* Thu Aug 30 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.12.0-4
2804ca
- libnm-core: support private keys encrypted with AES-{192,256}-CBC (rh #1623798)
2804ca
2804ca
* Sun Aug 19 2018 Lubomir Rintel <lrintel@redhat.com> - 1:1.12.0-3
2804ca
- cli: remove assertion in nmc_device_state_to_color() (rh #1614691)
2804ca
- po: import Japanese translation (rh #1569438)
2804ca
2804ca
* Wed Jul  4 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.12.0-2
2804ca
- device: disable rp_filter handling (rh #1593194)
2804ca
- ibft: grant required CAP_SYS_ADMIN capabilities (rh#1596954)
2804ca
2804ca
* Sun Jul  1 2018 Thomas Haller <thaller@redhat.com> - 1:1.12.0-1
2804ca
- Update to upstream 1.12.0 release (rh #1592311)
2804ca
- device: improve MTU handling for VLAN (rh #1586191)
2804ca
2804ca
* Wed Jun 20 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.12.0-0.2
2804ca
- dhcp: preserve old behavior and don't add leading zero to printable client-id (rh #1556983)
2804ca
2804ca
* Mon Jun 18 2018 Thomas Haller <thaller@redhat.com> - 1:1.12.0-0.1
2804ca
- Update to upstream release 1.11.90 (release candidate) (rh #1592311)
2804ca
- libnm: properly handle cancelling of async operations (rh #1555281)
2804ca
- libnm: support handling checkpoints (rh #1496739)
2804ca
- core: fix blocking/not-blocking autoconnect related to missing secrets (rh #1553113)
2804ca
- core: rework and improve IPv4 address collission detection (rh #1507864)
2804ca
- wifi: fix timeout handling for supplicant when no secrets provided (rh #1575501)
2804ca
- macsec: enable sending SCI by default and make it configurable (rh #1588041)
2804ca
- ethernet: support announcing duplex/speed in combination with autonegotiation (rh #1487477)
2804ca
- wwan: improve failure reason for unsupported IP methods (rh #1459529)
2804ca
- tun: use netlink kernel API for tun devices if available (rh #1547213)
2804ca
- ovs: fix assertion during shutdown of NetworkManager (rh #1543871)
2804ca
- dhcp: improve handling DHCP timeouts (rh #1573780)
2804ca
- dhcp: support specifying ipv6.dhcp-duid (rh #1414093)
2804ca
- dhcp: support generating ipv4.dhcp-client-id based on MAC/stable-id
2804ca
- dns: avoid updating resolv.conf when exiting (rh #1541031)
2804ca
- ifcfg-rh: fix IPv4 settings in combination with method "shared" (rh #1519299)
2804ca
- ifcfg-rh: fix handling unset Wi-Fi mode (rh #1549972)
2804ca
- iface-helper: fix invalid reentrant call to platform (rh #1546656)
2804ca
- doc: various improvments to documentation (rh #1543832)
2804ca
ede2ca
* Fri Jun 15 2018 Thomas Haller <thaller@redhat.com> - 1:1.10.2-16
ede2ca
- device: fix crash during reapply of connection settings (rh #1591631)
ede2ca
ede2ca
* Wed Jun  6 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.10.2-15
ede2ca
- device: start IP configuration when master carrier goes up (rh #1576254)
ede2ca
2f1f72
* Mon Apr 23 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.10.2-14
2f1f72
- manager: retry activating devices when the parent becomes managed (rh #1553595)
2f1f72
- manager: allow autoconnect-slaves to reconnect the same connection (rh #1548265)
2804ca
- manager: fix starting teamd after service restart (rh #1551958)
2f1f72
013a0d
* Tue Feb 20 2018 Francesco Giudici <fgiudici@redhat.com> - 1:1.10.2-13
013a0d
- dhcp: better handle DHCP outages and retry DHCP indefinitely (rh #1503587)
013a0d
013a0d
* Thu Feb 8 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.10.2-12
013a0d
- ppp: don't start IPv6 configuration on the device (rh #1515829)
013a0d
- device: avoid setting the IPv4 rp_filter (rh #1492472)
013a0d
- nmcli: team: clear runner-tx-hash before adding new hashes (rh #1541922)
013a0d
013a0d
* Fri Feb 2 2018 Lubomir Rintel <lrintel@redhat.com> - 1:1.10.2-11
013a0d
- ovs-interface: avoid starting ip configuration twice (rh #1540063)
013a0d
- libnm-core: ensure alignment of team.config and other team properties (rh #1533830)
013a0d
- nmcli: clear link-watchers before adding the new ones (rh #1533926)
013a0d
- libnm-core: update team.runner description (rh #1533799)
013a0d
- libnm-core: team: fix runner sys_prio default value (rh #1533810)
013a0d
- libnm: avoid a symbol clash with json-glib (rh #1535905)
013a0d
- libnm-core: team: add support to runner "random" (rh #1538699)
013a0d
013a0d
* Fri Jan 19 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.10.2-10
013a0d
- device: skip IP configuration phase for external devices (rh #1530288)
013a0d
- platform: fix crash during route-get call (rh #1534721)
013a0d
013a0d
* Fri Jan 19 2018 Lubomir Rintel <lrintel@redhat.com> - 1:1.10.2-9
013a0d
- ifcfg: don't forget master of ovs interfaces (rh #1519179)
013a0d
013a0d
* Wed Jan 17 2018 Lubomir Rintel <lrintel@redhat.com> - 1:1.10.2-7
013a0d
- po: import translations (rh #1481186)
013a0d
- device: increase carrier wait time to 6 seconds (rh #1520826)
013a0d
013a0d
* Mon Jan 15 2018 Thomas Haller <thaller@redhat.com> - 1:1.10.2-6
013a0d
- core: use distinct route-metric to keep connectivity on first activated device (rh #1505893)
013a0d
- core: fix enabling connectivity-check-enabled via D-Bus (rh #1534477)
013a0d
- core: fix invalid assertion deleting volatile connection (rh #1506552)
013a0d
013a0d
* Tue Jan  9 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.10.2-5
013a0d
- wwan: add default route even if modem didn't return a gateway (rh #1527934)
013a0d
- dhcp: fix assertion failure for dhcp-client-id (rh #1531173)
013a0d
013a0d
* Fri Jan  5 2018 Beniamino Galvani <bgalvani@redhat.com> - 1:1.10.2-4
013a0d
- settings: clear unsaved flag on new connections (rh #1525078)
013a0d
- platform-linux: reload qdiscs and tfilters after removing them (rh #1527197)
013a0d
013a0d
* Tue Dec 12 2017 Thomas Haller <thaller@redhat.com> - 1:1.10.2-3
013a0d
- all: various bug fixes found by coverity
013a0d
013a0d
* Tue Dec 12 2017 Lubomir Rintel <lrintel@redhat.com> - 1:1.10.2-2
013a0d
- po: import translations (rh #1481186)
013a0d
013a0d
* Tue Dec 12 2017 Beniamino Galvani <bgalvani@redhat.com> - 1:1.10.2-1
013a0d
- Update to upstream release 1.10.2
013a0d
- all: added support for onlink route attribute (rh #1428334)
013a0d
- device: don't necessarily fail the connection when ipv4 DAD fails (rh #1508001)
013a0d
- device: update device mtu from ip interface platform when required (rh #1460217)
013a0d
- device: extend carrier lost defer time after MTU change (rh #1487702)
013a0d
- ifcfg-rh: persist the wep key type (rh #1518177)
013a0d
- settings: introduce an Update2() D-Bus method (rh #1401515)
013a0d
013a0d
* Fri Dec  8 2017 Thomas Haller <thaller@redhat.com> - 1:1.10.0-2
013a0d
- core: don't let NetworkManager-wait-online service require NetworkManager (rh #1520865)
013a0d
013a0d
* Fri Nov 10 2017 Beniamino Galvani <bgalvani@redhat.com> - 1:1.10.0-1
013a0d
- Update to upstream release 1.10.0
013a0d
013a0d
* Wed Nov  8 2017 Beniamino Galvani <bgalvani@redhat.com> - 1:1.10.0-0.2.rc1
013a0d
- Update to first Release Candidate of NetworkManager 1.10
013a0d
- added basic OpenVSwitch support (rh #1470282)
013a0d
- fixed race condition in the nmcli secret agent (rh #1438476)
013a0d
013a0d
* Fri Oct 27 2017 Beniamino Galvani <bgalvani@redhat.com> - 1:1.10.0-0.1.git20171024.b16c853b
013a0d
- Update to a 1.10.0 snapshot:
013a0d
- core: fix connection auto-activation after slave failure (rh #1310676)
013a0d
- bridge: introduce a bridge.group-forward-mask connection property (rh #1358615)
013a0d
- ifcfg-rh: fix write of 802.1X EAP-LEAP connections (rh #1374660)
013a0d
- vlan: fix setting MTU value (rh #1414901)
013a0d
- core: support multiple routing tables (rh #1436531)
013a0d
- ipv6: support multiple default routes (rh #1445417)
013a0d
- core: extend D-Bus API to better export active connection state (rh #1454883)
013a0d
- nmcli: fix crash (rh #1458311)
013a0d
- device: avoid touching IPv6 on external connections without IPv6 conf (rh #1462260)
013a0d
- core: downgrade warning messages about missing parent devices (rh #1490157)
013a0d
- device: fix delay startup complete for unrealized devices (rh #1498807)
013a0d
- device: fix frozen notify signals on unrealize error path (rh #1498755)
013a0d
- tui: improve tracking of activation state (rh #1500651)
013a0d
- ifcfg-rh: allow updates to connections with routing rule files (rh #1384799)
013a0d
- core: fix taking over external connection on modification (rh #1462223)
013a0d
- bond: ignore miimon option only when it is zero (rh #1463077)
013a0d
- core: don't re-add routes that already exist (rh #1470930)
013a0d
- tui: guess the prefix length (netmask) based on network class (rh #1474295)
013a0d
- dhcp: fix dhcp over Infiniband when using the internal client (rh #1477678)
013a0d
- device: extend wait time for carrier after MTU change (rh #1487702)
013a0d
- cli: wifi: connect with PSK when the AP supports WPA-PSK and WPA-EAP (rh #1492064)
013a0d
- core: fixed memory leak in dhcp code (rh #1461643)
013a0d
0f61d0
* Fri Oct  6 2017 Thomas Haller <thaller@redhat.com> - 1:1.8.0-11
0f61d0
- core: fix wrongly delaying startup-complete for unrealized devices (rh#1498807)
0f61d0
- core: fix unfreezing signals when unrealizing device fails (rh#1498755)
0f61d0
0f61d0
* Tue Sep 12 2017 Beniamino Galvani <bgalvani@redhat.com> - 1:1.8.0-10
0f61d0
- core: fix for MAC change after master reactivation (rh #1490741)
0f61d0
fc9aca
* Tue Jun 13 2017 Thomas Haller <thaller@redhat.com> - 1:1.8.0-9
fc9aca
- device: don't change MTU unless explicitly configured (rh #1460760)
fc9aca
- core: don't remove external IPv4 addresses (rh #1459813)
fc9aca
fc9aca
* Mon Jun 12 2017 Beniamino Galvani <bgalvani@redhat.com> - 1:1.8.0-8
fc9aca
- cli: fix output of iface in overview output (rh#1460219)
fc9aca
- ppp: unexport NMPPPManager instance on dispose (rh#1459579)
fc9aca
- cli: remove spurious device names from wifi subcommands output (rh#1460527)
fc9aca
fc9aca
* Fri Jun  9 2017 Thomas Haller <thaller@redhat.com> - 1:1.8.0-7
fc9aca
- bond: fix crash comparing mode while generating bond connection (rh #1459580)
fc9aca
- connectivity: fix route penalty if WWAN and BT device using ip-ifindex (rh #1459932)
fc9aca
- device: persist nm-owned in run state (rh #1376199)
fc9aca
- device: fix assuming master device on restart (rh #1452062)
fc9aca
- device: apply route metric penality only when the default route exists (rh #1459604)
fc9aca
fc9aca
* Tue Jun  6 2017 Thomas Haller <thaller@redhat.com> - 1:1.8.0-6
fc9aca
- connectivity: fix periodic connectivity check (rh #1458399)
fc9aca
- bond: improve option matching on daemon restart (rh #1457909)
fc9aca
- device: fix touching device after external activation (rh #1457242)
fc9aca
fc9aca
* Fri Jun  2 2017 Thomas Haller <thaller@redhat.com> - 1:1.8.0-5
fc9aca
- ifcfg-rh: fix writing legacy NETMASK value (rh #1445414)
fc9aca
- tui: fix crash during connect (rh #1456826)
fc9aca
- libnm: fix libnm rejecting VLAN ID 4095 (rh #1456911)
fc9aca
fc9aca
* Mon May 22 2017 Beniamino Galvani <bgalvani@redhat.com> - 1:1.8.0-4
fc9aca
- device: update external configuration before commit (rh #1449873)
fc9aca
- bluetooth: fix crash on connecting to a NAP (rh #1454385)
fc9aca
- device: release removed devices from master on cleanup (rh #1448907)
fc9aca
- core: activate slaves using ifindex order by default (rh #1452585)
fc9aca
- nmcli: fix crash when setting 802-1x.password-raw (rh #1456362)
fc9aca
- po: update translations (rh #1382625)
fc9aca
fc9aca
* Fri May 19 2017 Thomas Haller <thaller@redhat.com> - 1:1.8.0-3
fc9aca
- dhcp: don't add route to DHCP4 server (rh #1448987)
fc9aca
- libnm: fix NUL termination of device's description (rh #1443114)
fc9aca
- libnm, core: ensure valid UTF-8 in device properties (rh #1443114)
fc9aca
- core: fix device's UDI property on D-Bus (rh #1443114)
fc9aca
- ifcfg-rh: omit empty next hop for routes in legacy format (rh #1452648)
fc9aca
fc9aca
* Tue May 16 2017 Thomas Haller <thaller@redhat.com> - 1:1.8.0-2
fc9aca
- core: fix persisting managed state of device (rh #1440171)
fc9aca
- proxy: fix use-after-free (rh #1450459)
fc9aca
- device: don't wrongly delay startup complete waiting for carrier (rh #1450444)
fc9aca
fc9aca
* Wed May 10 2017 Thomas Haller <thaller@redhat.com> - 1:1.8.0-1
fc9aca
- Update to upstream release 1.8.0
fc9aca
- device: support dummy devices (rh#1398932)
fc9aca
- core: support attaching user-data to connection profiles (rh#1421429)
fc9aca
- core: fix allowing FQDN in dhcp-hostname setting (rh#1443437)
fc9aca
- core: fix configuring firewall while device is activating (rh#1445242)
fc9aca
- core: don't block activation without carrier for IPv6 DAD (rh#1446367)
fc9aca
- tui: force writing master key to ifcfg file when editing connection (rh#1425409)
fc9aca
fc9aca
* Thu Apr 20 2017 Lubomir Rintel <lrintel@redhat.com> - 1:1.8.0-0.4.rc3
fc9aca
- Update to third Release Candidate of NetworkManager 1.8
fc9aca
- device: fix regressions in assuming devices on carryover from initrd (rh #1443878)
fc9aca
- device: add support for SRIOV num_vfs (rh #1398934)
fc9aca
- device: leave device up when setting it as unmanaged by user (rh #1371433)
fc9aca
- core: properly track manager, route manager and default route manager references (rh #1440089)
fc9aca
- route: properly deal with routes with non-empty host parts (rh #1439376)
fc9aca
- vpn: fix a crash on disconnect (rh #1442064)
fc9aca
- cli: fix hang on connection down (rh #1422786)
fc9aca
- cli: fix interactive edit of bond slaves (rh #1440957)
fc9aca
- vpn: fix early error handling on failed activations (rh #1440077)
fc9aca
- core: only persist explicit managed state in device's state file (rh #1440171)
fc9aca
fc9aca
* Thu Apr  6 2017 Lubomir Rintel <lrintel@redhat.com> - 1:1.8.0-0.4.rc2
fc9aca
- Update to second Release Candidate of NetworkManager 1.8
fc9aca
- device: don't update disconnected devices routes after connectivity check (rh #1436978)
fc9aca
- ifcfg-rh: also check BONDING_OPTS to determine the connection type (rh #1434555)
fc9aca
- nmcli: fix nmcli con edit crash (rh #1436993)
fc9aca
- nmcli: fix nmcli con down (rh #1436990)
fc9aca
fc9aca
* Tue Mar 28 2017 Lubomir Rintel <lrintel@redhat.com> - 1:1.8.0-0.4.rc1
fc9aca
- Update to first Release Candidate of NetworkManager 1.8
fc9aca
- nmcli: speedup with large numbers of VLANs (rh #1231526)
fc9aca
- dns: avoid cleaning resolv.conf on exit if not needed (rh #1344303, rh #1426748)
fc9aca
- device: bond: implement connection reapply (rh #1348198)
fc9aca
- platform: add support for some route options (rh #1373698)
fc9aca
- core: add mtu property to cdma and gsm settings (rh #1388613)
fc9aca
- nmcli: fix output in terse mode (rh #1391170)
fc9aca
- improve handling of unmanaged/assumed devices (rh #1394579)
fc9aca
- policy: make DHCP hostname behaviour configurable (rh #1405275)
fc9aca
- manager: ensure proper disposal of unrealized devices (rh #1433303)
fc9aca
- nmcli: fix connection down (rh #1433883)
fc9aca
- libnm-glib: fix memory leak (rh #1433912)
fc9aca
- device: deal with non-existing IP settings in get_ip_config_may_fail() (rh #1436601)
fc9aca
- nmcli: make --ask and --show-secrets global options (rh #1351263)
fc9aca
- nmcli: improve error handling (rh #1394334)
fc9aca
- device: apply a loose IPv4 rp_filter when it would interfere with multihoming (rh #1394344)
fc9aca
- core: make connectivity checking per-device (rh #1394345)
fc9aca
- manager: sort slaves to be autoconnected by device name (rh #1420708)
fc9aca
- policy: add support to configurable hostname mode (rh #1422610)
fc9aca
- team: support the ethernet.cloned-mac-address property (rh #1424641)
fc9aca
- ifcfg-rh: fix reading team slave types of vlan type (rh #1427482)
fc9aca
- default-route-manager: alyways force a sync of the default route (rh #1431268)
fc9aca
- device: fail DHCPv6 if a link-local address is not present (rh #1432251)
fc9aca
fc9aca
* Mon Mar  6 2017 Thomas Haller <thaller@redhat.com> - 1:1.8.0-0.3.git20170215.1d40c5f4
fc9aca
- Revert default behavior for clone-mac-address to permanent (rh #1413312)
fc9aca
fc9aca
* Wed Feb 15 2017 Francesco Giudici <fgiudici@redhat.com> - 1:1.8.0-0.2.git20170215.1d40c5f4
fc9aca
- Update to a 1.7.1 snapshot:
fc9aca
- rebase NetworkManger package to new upstream 1.8.x version (rh #1414103)
fc9aca
- device: introduce support to ipv6.method=shared (rh #1256822)
fc9aca
- device: add support to vlan on virtual devices (rh #1312359)
fc9aca
- core/supplicant: introduce support to MACsec connections (rh #1337997)
fc9aca
- core: allow enforcing of 802-3 link properties (rh #1353612)
fc9aca
- manager: allow a slave connection which has slaves to autoactivate them (rh #1360386)
fc9aca
- cli: check the active-connection state to detect activation failure (rh #1367752, rh #1384937)
fc9aca
- cli: remove the separate thread when in editor mode to fix races (rh #1368353)
fc9aca
- ifcfg-rh: write the master device name even if the master property is an UUID (rh #1369008)
fc9aca
- ifcfg-rh: higly improved parsing of ifcfg files (rh #1369380)
fc9aca
- checkpoint: improved the checkpoint/rollback functionality (rh #1369716)
fc9aca
- core: core: don't unmanage devices on shutdown (rh #1371126, rh #1378418)
fc9aca
- cli: properly set multiple addresses in questionnaire mode (rh #1380165)
fc9aca
- manager: keep scheduling connectivity check if there is a default active connection (rh #1386106)
fc9aca
- device: allow custom MAC address on bond and bridge interfaces (rh #1386872)
fc9aca
- core: avoid race reading permanent MAC address before udev initialized (rh #1388286)
fc9aca
- ifcfg-rh: fix import of 802.1x connections with empty EAP-TLS identity (rh #1391477)
fc9aca
- libnm-core: remove INFERRABLE flag from dhcp-hostname property (rh #1393997)
fc9aca
- platform: preserve the order when multiple ip addresses are present (rh #1394500)
fc9aca
- device: avoid a crash when both IPv4 and IPv6 configurations fail (rh #1404148)
fc9aca
- dns: export dns state to DBUS (rh #1404594)
fc9aca
- ppp: moved PPP support into a separate package (rh #1404598)
fc9aca
- dns: don't apply DNS configuration coming from non-active devices (rh #1405431)
fc9aca
- vlan: inherit default MTU from parent device (rh #1414186)
fc9aca
- bond: fix crash when reading from sysfs 'NULL' (rh #1420244)
fc9aca
- build: rebuild with correct hardening flags (rh #1420771)
fc9aca
- platform: downgrade warning about failure to detect kernel support to debug (rh #1421019)
fc9aca
- dns: change behavior for "rc-manager=symlink" to preserve "/etc/resolv.conf" as file (rh #1367551)
fc9aca
- libnm: order the property updates (rh #1417292)
fc9aca
fc9aca
* Mon Jan 16 2017 Lubomir Rintel <lrintel@redhat.com> - 1:1.4.0-13.3
b54c16
- ifcfg-rh: write the master device name even if the master property is an UUID (rh#1369091)
b54c16
fc9aca
* Tue Dec 13 2016 Thomas Haller <thaller@redhat.com> - 1:1.4.0-13.1
97f7bd
- core: avoid race reading permanent MAC address before udev initialized (rh#1388286)
97f7bd
b8a464
* Wed Nov  2 2016 Thomas Haller <thaller@redhat.com> - 1:1.4.0-13
b8a464
- core: don't unmanage devices on shutdown (rh#1371126)
b8a464
a85faa
* Mon Sep 26 2016 Lubomir Rintel <lrintel@redhat.com> - 1:1.4.0-12
a85faa
- device: consider a device with slaves configured (rh#1333983)
a85faa
a85faa
* Fri Sep 23 2016 Thomas Haller <thaller@redhat.com> - 1:1.4.0-11
a85faa
- build: add RPM dependency for exact glib2 version (rh#1378809)
a85faa
a85faa
* Thu Sep 22 2016 Thomas Haller <thaller@redhat.com> - 1:1.4.0-10
a85faa
- device: improve connection matching for assuming bond and infiniband (rh#1375558)
a85faa
a85faa
* Thu Sep 15 2016 Beniamino Galvani <bgalvani@redhat.com> - 1:1.4.0-9
a85faa
- clients: handle secret requests only for current connection (rh#1351272)
a85faa
- device: fix crash reapplying connection to slave devices (rh#1376784)
a85faa
- cli: fix autocompletion after ifname (rh#1375933)
a85faa
a85faa
* Tue Sep 13 2016 Thomas Haller <thaller@redhat.com> - 1:1.4.0-8
a85faa
- libnm: fix crash in nm_vpn_plugin_info_list_get_service_types() (rh#1374526)
a85faa
- device: wait for MAC address change before setting up interface (rh#1371623, rh#1374023)
a85faa
a85faa
* Thu Sep  8 2016 Thomas Haller <thaller@redhat.com> - 1:1.4.0-7
a85faa
- wifi: another fix activation failure due to error changing MAC address (rh#1371623, rh#1374023)
a85faa
- dhcp: fix race condition that may cause lost lease events and DHCP timeouts (rh#1373276)
a85faa
a85faa
* Tue Sep  6 2016 Lubomir Rintel <lrintel@redhat.com> - 1:1.4.0-6
a85faa
- po: add translations (rh#1276476)
a85faa
a85faa
* Tue Sep  6 2016 Thomas Haller <thaller@redhat.com> - 1:1.4.0-5
a85faa
- libnm,nmtui: fix handling empty cloned-mac-address property (rh#1372799)
a85faa
- ibft: grant required CAP_SYS_ADMIN capabilities (rh#1371201)
a85faa
a85faa
* Fri Sep  2 2016 Thomas Haller <thaller@redhat.com> - 1:1.4.0-4
a85faa
- core: really fix wrong source interface for PropertiesChanged D-Bus signal (rh#1371920)
a85faa
a85faa
* Wed Aug 31 2016 Thomas Haller <thaller@redhat.com> - 1:1.4.0-3
a85faa
- wifi: fix activation failure due to error changing MAC address (rh#1371623)
a85faa
- core: fix wrong source interface for PropertiesChanged D-Bus signal (rh#1371920)
a85faa
- team: restore validation of JSON configuration (rh#1371967)
a85faa
- device: manage firewall zone for assumed persistent connections (rh#1366288)
a85faa
- device: don't let external changes cause a release of the slave (rh#1357738)
a85faa
a85faa
* Tue Aug 30 2016 Thomas Haller <thaller@redhat.com> - 1:1.4.0-2
a85faa
- ifcfg-rh: clear IP settings for slave connections (rh#1368761)
a85faa
- ifcfg-rh: accept TEAM connections also without DEVICETYPE setting (rh#1367180)
a85faa
a85faa
* Wed Aug 24 2016 Lubomir Rintel <lrintel@redhat.com> - 1:1.4.0-1
a85faa
- Update to 1.4.0 release
a85faa
- cli: show username when interactively connecting to a wireless network (rh #1351272)
a85faa
- ifcfg-rh: ensure master is cleared when updating a connection (rh #1355656)
a85faa
- policy: always try to update kernel hostname (rh #1362542)
a85faa
- cli: return sane error message for D-Bus policy permission errors (rh #1362542)
a85faa
- device: don't flush addresses when unmanaging assumed devices (rh #1364393)
a85faa
- team: be more tolerant when handling invalid or empty configuration (rh #1366300)
a85faa
- act-request: queue failing the slave when master fails (rh #1367702)
a85faa
- vpn: fix ipv6 configuration of VPNs without a separate interface (rh #1368354)
a85faa
- vpn: properly discard routes with invalid prefix length (rh #1368355)
a85faa
a85faa
* Thu Aug 18 2016 Thomas Haller <thaller@redhat.com> - 1:1.4.0-0.6.beta1
a85faa
- logging: default to syslog (rh #1358335)
a85faa
a85faa
* Tue Aug  9 2016 Beniamino Galvani <bgalvani@redhat.com> - 1:1.4.0-0.5.beta1
a85faa
- Update to 1.4-beta1 release
a85faa
- core: fix setting hostname from DHCP (rh #1356015)
a85faa
- vlan: honor the REORDER_HDR flag (rh #1312281)
a85faa
- device: apply MTU setting also to devices without IPv4 configuration (rh #1364275)
a85faa
- bond: improved connection matching (rh #1304641)
a85faa
- team: check return value of g_dbus_connection_call_sync() (rh #1349749)
a85faa
a85faa
* Wed Jul 27 2016 Lubomir Rintel <lrintel@redhat.com> - 1:1.4.0-0.4.git20160727.9446481f
a85faa
- Rebuild for fixed documentation directory in redhat-rpm-macros
a85faa
a85faa
* Wed Jul 27 2016 Lubomir Rintel <lrintel@redhat.com> - 1:1.4.0-0.3.git20160727.9446481f
a85faa
- Update to a more recent 1.4.0 snapshot:
a85faa
- bond: fix defaults and be more liberal in accepting different formats of option values (rh #1352131)
a85faa
- bond: fix setting of "lp_interval" option (rh #1348573)
a85faa
- device: don't try to generate ipv6ll address for disconnected devices (rh #1351633)
a85faa
- device: make sure we update system hostname when DHCP configuration changes (rh #1356015)
a85faa
- device: tune down warning about failure to set userspace IPv6LL on non-existing device (rh #1323571)
a85faa
- nmcli: add "nmcli device modify" subcommand to do runtime configuration changes (rh #998000)
a85faa
- nmcli: crash on connection delete/down timeout (rh $1355740)
a85faa
- nmcli: fix 8021x settings tab-completion (rh #1301226)
a85faa
- secrets: increase timeout for getting the secrets from the agent (rh #1349740)
a85faa
- team: keep device config property up to date with actual configuration (rh #1310435)
a85faa
- team: make synchronization with teamd more robust (rh #1257237)
a85faa
- vpn: don't merge DNS properties into parent device's configuration (rh #1348901)
a85faa
a85faa
* Fri Jul 08 2016 Lubomir Rintel <lrintel@redhat.com> - 1:1.4.0-0.3.git20160621.072358da
a85faa
- Do not regenerate gtk-doc. Together with parallel make it may cause multilib conflicts
a85faa
a85faa
* Wed Jun 22 2016 Beniamino Galvani <bgalvani@redhat.com> - 1:1.4.0-0.2.git20160621.072358da
a85faa
- enable JSON validation configure option
a85faa
- Update to a more recent 1.3.0 snapshot:
a85faa
- team: check return value of g_dbus_connection_call_sync() (rh #1347015)
a85faa
a85faa
* Mon Jun 06 2016 Beniamino Galvani <bgalvani@redhat.com> - 1:1.4.0-0.1.git20160606.b769b4df
a85faa
- Update to a 1.3.0 snapshot:
a85faa
- cli: hide secret certificate blobs unless --show-secrets set (rh #1184530)
a85faa
- dns: add support for specifying dns priorities (rh #1228707)
a85faa
- core: wait for IPv6 DAD before completing activation (rh #1243958)
a85faa
- device: take care of default route of DHCP generated-assumed connections (rh #1265239)
a85faa
- team: improve matching of team connection upon service restart (rh #1294728)
a85faa
- device: apply MTU setting also to devices without IPv4 configuration (rh #1303968)
a85faa
- device: reconfigure IP addressing after bringing up device (rh #1309899)
a85faa
- team: expose current device configuration through D-Bus and nmcli (rh #1310435)
a85faa
- systemd: add "After=dbus.service" to NetworkManager.service (rh #1311988)
a85faa
- cli: handle device failure when activating (rh #1312726)
a85faa
- core,libnm: remove gateway from connection if never-default is set (rh #1313091)
a85faa
- platform: remove padding for IP address lifetimes (rh #1318945)
a85faa
- manager: run dispatcher scripts on suspend/sleep (rh #1330694)
a85faa
- device: remove pending dhcp actions also in IP_DONE state (rh #1330893)
a85faa
- wwan: fixed multiple crashes (rh #1331395)
a85faa
- nmcli: fix tab completion for libreswan import (rh #1337300)
a85faa
a85faa
* Wed Jun 01 2016 Thomas Haller <thaller@redhat.com> - 1:1.2.0-2
a85faa
- write /etc/resolv.conf as file by default instead of symlink (rh#1337222)
a85faa
- rename package config-routing-rules to dispatcher-routing-rules (rh #1334876)
a85faa
a85faa
* Wed Apr 27 2016 Lubomir Rintel <lrintel@redhat.com> - 1:1.2.0-1
a85faa
- Update to NetworkManager 1.2.0 release
a85faa
- vlan: keep the hardware address synchronized with parent device (rh #1325752)
a85faa
- bond: add more options (rh #1299103)
a85faa
a85faa
* Tue Mar 29 2016 Lubomir Rintel <lrintel@redhat.com> - 1:1.2.0-0.1.beta3
a85faa
- Update to a more recent 1.2.0 snapshot
a85faa
a85faa
* Sat Mar 05 2016 Lubomir Rintel <lrintel@redhat.com> - 1:1.2.0-0.1.beta2
a85faa
- Update to a 1.2.0 snapshot:
a85faa
- core: add a connection defaults section to NetworkManager.conf (rh #1164677)
a85faa
- dhcp: make timeout configurable (rh #1262922)
a85faa
- pppoe: set the firewall zone on the correct ip interface (rh #1110465)
a85faa
- device: properly roll back the device activation attempt on failure (rh #1270814)
a85faa
- nmcli: add monitor command (rh #1034158)
a85faa
- nmcli: fix shell completion of bluetooth device names (rh #1271271)
a85faa
- ipv4: add an option to send full FQDN in DHCP requests (rh #1255507)
a85faa
- core: fix a use-after-free() when activating a secondary VPN connection (rh #1277247)
a85faa
- wifi: fix bssid cache updating (rh #1094298)
a85faa
- vlan: honor the reorder-header flag (rh #1250225)
a85faa
- ipv4: do a duplicate address detection (rh #1259063)
a85faa
- core: add LLDP listener to the daemon and utilities (rh #1142898)
a85faa
- vpn: don't fail activation when plugin supports interactive mode, but the VPN daemon does not (rh #1298732)
a85faa
- ipv6: readd the address when the MAC address changes (rh #1286105)
a85faa
- core: avoid generating excessively long names for virtual devices (rh #1300755)
a85faa
- nmcli: add connection import and export (rh #1034105)
a85faa
- vlan: fix matching of connections on assumption (rh #1276343)
a85faa
- core: fix matching of static route metrics on connection assumption (rh #1302532)
a85faa
- core: work around broken device drivers (AWS ENI) that initially have zero MAC address (rh #1288110)
a85faa
- infiniband: set the link down when changing mode, some drivers need that (rh #1281301)
a85faa
- infiniband: retry autoactivation of partitions when parent device changes (rh #1275875)
64c6e6
64c6e6
* Tue Feb 16 2016 Thomas Haller <thaller@redhat.com> - 1:1.0.6-28
64c6e6
- wifi: fix crash due to missing BSSID (rh #1276426)
64c6e6
ab7d06
* Mon Oct 26 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.6-27
64c6e6
- build: update vala-tools build requirement (rh #1274000)
ab7d06
ab7d06
* Sat Oct 24 2015 Jiří Klimeš <jklimes@redhat.com> - 1:1.0.6-26
ab7d06
- wifi: emit NEW_BSS on ScanDone to update APs in Wi-Fi device (rh #1267327)
ab7d06
ab7d06
* Fri Oct 23 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.6-25
ab7d06
- vpn: cancel the secrets request on agent timeout (rh #1272023)
ab7d06
- vpn: cancel the connect timer when vpn reconnects (rh #1272023)
ab7d06
ab7d06
* Wed Oct 21 2015 Jiří Klimeš <jklimes@redhat.com> - 1:1.0.6-24
ab7d06
- device: fix problem in not managing software devices (rh #1273879)
ab7d06
ab7d06
* Tue Oct 20 2015 Beniamino Galvani <bgalvani@redhat.com> - 1:1.0.6-23
ab7d06
- wake-on-lan: ignore by default existing settings (rh #1270194)
ab7d06
ab7d06
* Mon Oct 19 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.6-22
ab7d06
- platform: fix detection of s390 CTC device (rh #1272974)
ab7d06
- core: fix queuing activation while waiting for carrier (rh #1079353)
ab7d06
ab7d06
* Mon Oct 12 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.6-21
ab7d06
- core: fix invalid assertion in nm_clear_g_signal_handler() (rh #1183444)
ab7d06
ab7d06
* Mon Oct 12 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.6-20
ab7d06
- rebuild package
ab7d06
ab7d06
* Fri Oct  9 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.6-19
ab7d06
- device: fix race wrongly managing external-down device (2) (rh #1269199)
ab7d06
ab7d06
* Fri Oct  9 2015 Beniamino Galvani <bgalvani@redhat.com> - 1:1.0.6-18
ab7d06
- device/vlan: update VLAN MAC address when parent's one changes
ab7d06
ab7d06
* Thu Oct  8 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.6-17
ab7d06
- dhcp6: destroy the lease when destroying a client (rh #1260727)
ab7d06
- device: fix race wrongly managing external-down device (rh #1269199)
ab7d06
ab7d06
* Wed Oct  7 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.6-16
ab7d06
- device: silence spurious errors about activation schedule (rh #1269520)
ab7d06
ab7d06
* Tue Oct  6 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.6-15
ab7d06
- core: really fix enslaving team device to bridge (rh #1183444)
ab7d06
ab7d06
* Wed Sep 30 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.6-14
ab7d06
- platform: updating link cache when moving link to other netns (rh #1264361)
ab7d06
- nmtui: fix possible crash during secret request (rh #1267672)
ab7d06
- vpn: increase the plugin inactivity quit timer (rh #1268030)
ab7d06
- core: fix enslaving team device to bridge (rh #1183444)
ab7d06
ab7d06
* Tue Sep 29 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.6-13
ab7d06
- vpn-connection: set the MTU for the VPN IP interface (rh #1267004)
ab7d06
- modem-broadband: update modem's supported-ip-families (rh #1263959)
ab7d06
- wifi: fix a crash in on_bss_proxy_acquired() (rh #1267462)
ab7d06
ab7d06
* Fri Sep 25 2015 Dan Williams <dcbw@redhat.com> - 1:1.0.6-12
ab7d06
- core: increase IPv6LL DAD timeout to 15 seconds (rh #1101809)
ab7d06
ab7d06
* Thu Sep 24 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.6-11
ab7d06
- platform: better handle devices without permanent address (rh #1264024)
ab7d06
ab7d06
* Thu Sep 24 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.6-10
ab7d06
- dhcp: fix crash in internal DHCP client (rh #1260727)
ab7d06
ab7d06
* Tue Sep 22 2015 Jiří Klimeš <jklimes@redhat.com> - 1:1.0.6-9
ab7d06
- build: fix installing language files (rh #1265117)
ab7d06
ab7d06
* Mon Sep 21 2015 Jiří Klimeš <jklimes@redhat.com> - 1:1.0.6-8
ab7d06
- nmcli: allow creating ADSL connections with 'nmcli connection add' (rh #1264089)
ab7d06
ab7d06
* Thu Sep 17 2015 Jiří Klimeš <jklimes@redhat.com> - 1:1.0.6-7
ab7d06
- ifcfg-rh: ignore GATEWAY from network file for DHCP connections (rh #1262972)
ab7d06
ab7d06
* Wed Sep 16 2015 Beniamino Galvani <bgalvani@redhat.com> - 1:1.0.6-6
ab7d06
- device: retry DHCP after timeout/expiration for assumed connections (rh #1246496)
ab7d06
- device: retry creation of default connection after link is initialized (rh #1254089)
ab7d06
ab7d06
* Mon Sep 14 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.6-5
ab7d06
- config: add code comments to NetworkManager.conf file
ab7d06
- iface-helper: enabled slaac/dhcp4 based on connection setting only (rh #1260243)
ab7d06
- utils: avoid generation of duplicated assumed connection for veth devices (rh #1256430)
ab7d06
- nmcli: improve handling of wake-on-lan property (rh #1260584)
ab7d06
ab7d06
* Wed Sep  9 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.6-4
ab7d06
- config: fix config-changed signal for s390x and ppc64 archs (rh #1062301)
ab7d06
- device: fix handling ignore-auto-dns for IPv6 nameservers (rh #1261428)
ab7d06
ab7d06
* Tue Sep  8 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.6-3
ab7d06
- vpn: fix the tunelled VPN setup (rh #1238840)
ab7d06
ab7d06
* Sat Aug 29 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.6-2
ab7d06
- nmcli: fix argument parsing for config subcommand
ab7d06
ab7d06
* Thu Aug 27 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.6-1
ab7d06
- Align with the upstream 1.0.6 release:
ab7d06
- device: add support for configuring Wake-On-Lan (rh #1141417)
ab7d06
- device: don't disconnect after DHCP failure when there's static addresses  (rh #1168388)
ab7d06
- device: provide information about metered connections (rh #1200452)
ab7d06
- device: fix an assert fail when cleaning up a slave connection (rh #1243371)
ab7d06
- team: add support for setting MTU (rh #1255927)
ab7d06
- config: avoid premature exit with configure-and-quit option (rh #1256772)
ab7d06
ab7d06
* Fri Aug 21 2015 Jiří Klimeš <jklimes@redhat.com> - 1:1.0.4-10
ab7d06
- supplicant: fix passing freq_list option to wpa_supplicant (rh #1254461)
ab7d06
ab7d06
* Wed Aug 19 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.4-9
ab7d06
- udev: fix call to ethtool in udev rules (rh #1247156)
ab7d06
ab7d06
* Tue Aug 18 2015 Beniamino Galvani <bgalvani@redhat.com> - 1:1.0.4-8
ab7d06
- device: accept multiple addresses in a DHCPv6 lease (rh #1244293)
ab7d06
ab7d06
* Fri Aug 14 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.4-7
ab7d06
- device: fix a crash when unconfiguring a device (rh #1253744)
ab7d06
ab7d06
* Wed Aug 12 2015 Jiří Klimeš <jklimes@redhat.com> - 1:1.0.4-6
ab7d06
- ifcfg-rh: respect DEVTIMEOUT if link is not announced by udev yet (rh #1192633)
ab7d06
ab7d06
* Tue Aug  4 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.4-5
ab7d06
- core: avoid ethtool to autoload kernel module (rh #1247156)
ab7d06
ab7d06
* Tue Aug  4 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.4-4
ab7d06
- device: fix setting of a MTU (rh #1250019)
ab7d06
ab7d06
* Wed Jul 22 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.4-3
ab7d06
- daemon,libnm: fix handling of default routes for assumed connections (rh #1245648)
ab7d06
ab7d06
* Fri Jul 17 2015 Jiří Klimeš <jklimes@redhat.com> - 1:1.0.4-2
ab7d06
- cli: fix verifying flag-based properties (rh #1244048)
ab7d06
ab7d06
* Tue Jul 14 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.4-1
ab7d06
- Align with the upstream 1.0.4 release
ab7d06
- Fix the libreswan plugin (rh #1238840)
ab7d06
ab7d06
* Tue Jul 14 2015 Jiří Klimeš <jklimes@redhat.com> - 1:1.0.4-0.2.git20150713.38bf2cb0
ab7d06
- vpn: send firewall zone to firewalld also for VPN connections (rh #1238124)
ab7d06
ab7d06
* Mon Jul 13 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.4-0.1.git20150713.38bf2cb0
ab7d06
- Update to a bit newer 1.0.4 git snapshot, to fix test failures
d942f5
- device: restart ping process when it exits with an error (rh #1128581)
d942f5
ab7d06
* Wed Jul  1 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.3-2.git20150624.f245b49a
ab7d06
- config: allow rewriting resolv.conf on SIGUSR1 (rh #1062301)
ab7d06
ab7d06
* Wed Jun 24 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.3-1.git20150624.f245b49a
ab7d06
- Update to a bit newer 1.0.4 git snapshot, to fix test failures
ab7d06
ab7d06
* Mon Jun 22 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.3-1.git20150622.9c83d18d
ab7d06
- Update to a 1.0.4 git snapshot:
ab7d06
- bond: add support for setting a MTU (rh #1177860)
ab7d06
- core: delay initialization of the connection for devices without carrier at startup (rh #1079353)
ab7d06
- route-manager: ensure the routes are set up properly with multiple interface in the same subnet (rh #1164441)
ab7d06
- config: add support for reloading configuration (rh #1062301)
ab7d06
- device: disallow ipv6.method=shared connections early during activation (rh #1183015)
ab7d06
- device: don't save the newly added connection for a device until activation succeeds (rh #1174164)
ab7d06
- rdisc: prevent solicitation loop for expiring DNS information (rh #1207730)
ab7d06
- wifi: Indicate support of wireless radio bands (rh #1200451)
ab7d06
- nmcli: Fix client hang upon multiple deletion attempts of the same connection (rh #1168657)
ab7d06
- nmcli: Fix documentation for specifying a certificate path (rh #1182575)
ab7d06
- device: add support for auto-connecting slave connection when activating a master (rh #1158529)
ab7d06
- nmtui: Fix a crash when attempting an activation with no connection present (rh #1197203)
ab7d06
- nmcli: Add auto-completion and hints for valid values in enumeration properties (rh #1034126)
ab7d06
- core: load the the libnl library from the correct location (rh #1211859)
ab7d06
- config: avoid duplicate connection UUIDs (rh #1171751)
ab7d06
- device: enable IPv6 privacy extensions by default (rh #1187525)
ab7d06
- device: fix handling if DHCP hostname for configure-and-quit (rh #1201497)
ab7d06
- manager: reuse the device connection is active on when reactivating it (rh #1182085)
ab7d06
- device: reject incorrect MTU settings from an IPv6 RA (rh #1194007)
ab7d06
- default-route: allow preventing the connection to override externally configured default route (rh #1205405)
ab7d06
- manager: reduce logging for interface activation (rh #1212196)
ab7d06
- device: don't assume a connection for interfaces that only have an IPv6 link-local address (rh #1138426)
ab7d06
- device: reject hop limits that are too low (CVE-2015-2924) (rh #1217090)
ab7d06
ab7d06
* Wed Apr 29 2015 Beniamino Galvani <bgalvani@redhat.com> - 1:1.0.0-17.git20150121.b4ea599c
ab7d06
- dhclient: use fqdn.fqdn for server DDNS updates (rh #1212597)
ab7d06
ab7d06
* Wed Apr 15 2015 Dan Williams <dcbw@redhat.com> - 1:1.0.0-16.git20150121.b4ea599c
ab7d06
- core: use dev_id when calculating interface IID (rh #1101809)
ab7d06
ab7d06
* Fri Mar 27 2015 Dan Williams <dcbw@redhat.com> - 1:1.0.0-15.git20150121.b4ea599c
ab7d06
- core: respawn teamd instead of failing when it exits unexpectedly (rh #1145988)
d942f5
386167
* Thu Jan 29 2015 Dan Winship <danw@redhat.com> - 1:1.0.0-14.git20150121.b4ea599c
386167
- dispatcher: split routing rules script into a subpackage (rh #1160013)
386167
386167
* Wed Jan 28 2015 Dan Williams <dcbw@redhat.com> - 1:1.0.0-13.git20150121.b4ea599c
386167
- core: remove IPv6LL address when deactivating managed devices (rh #1184997)
386167
- core: recognize external IP config earlier on startup
386167
- core: fix bridge default metric
386167
386167
* Wed Jan 28 2015 Dan Winship <danw@redhat.com> - 1:1.0.0-12.git20150121.b4ea599c
386167
- dispatcher: fix policy-based-routing script to run on "down" as well (rh #1160013)
386167
386167
* Tue Jan 27 2015 Jiří Klimeš <jklimes@redhat.com> - 1:1.0.0-11.git20150121.b4ea599c
386167
- build: really install dispatcher script to support policy based routing (rh #1160013)
386167
386167
* Thu Jan 22 2015 Dan Winship <danw@redhat.com> - 1:1.0.0-10.git20150121.b4ea599c
386167
- team: fix bug in team device activation (rh #1184923)
386167
386167
* Wed Jan 21 2015 Dan Williams <dcbw@redhat.com> - 1:1.0.0-9.git20150121.b4ea599c
386167
- build: fix NetworkManager-libnm and old NetworkManager-glib conflict (rh #1066690)
386167
- core: accept numeric bond options (rh #1171009) (rh #1133544)
386167
- core/libnm: better validate setting properties (rh #1182567)
386167
- core: add dispatcher script to support policy based routing (rh #1160013)
386167
386167
* Thu Jan 15 2015 Jiří Klimeš <jklimes@redhat.com> - 1:1.0.0-8.git20150107.1ea95cd3
386167
- ifcfg-rh: read custom IP address for shared connections (rh #1174632)
386167
386167
* Tue Jan 13 2015 Thomas Haller <thaller@redhat.com> - 1:1.0.0-7.git20150107.1ea95cd3
386167
- platform: fix handling of routes with special metric (rh #1172780)
386167
- ifcfg-rh: add reading and writing of route-metric property
386167
386167
* Tue Jan 13 2015 Lubomir Rintel <lrintel@redhat.com> - 1:1.0.0-6.git20150107.1ea95cd3
386167
- platform: fix draining of the event queue with old libnl (rh #1180773)
386167
386167
* Fri Jan  9 2015 Dan Williams <dcbw@redhat.com> - 1:1.0.0-5.git20150107.1ea95cd3
386167
- build: remove -bluetooth and -wwan Requires to prevent unwanted updates (rh #1066690)
386167
- build: remove erroneous libnm/libnm-devel dependencies
386167
386167
* Fri Jan  9 2015 Dan Winship <danw@redhat.com> - 1:1.0.0-4.git20150107.1ea95cd3
386167
- build: fix NetworkManager-bluetooth dep on NetworkManager-wwan
386167
386167
* Fri Jan  9 2015 Dan Winship <danw@redhat.com> - 1:1.0.0-3.git20150107.1ea95cd3
386167
- ifcfg-rh: handle DEVTIMEOUT property (rh #1171917)
386167
386167
* Thu Jan 08 2015 Dan Williams <dcbw@redhat.com> - 1:1.0.0-2.git20150107.1ea95cd3
386167
- core: re-enable hardware plugins on s390 (rh #1066690)
386167
386167
* Wed Jan 07 2015 Dan Williams <dcbw@redhat.com> - 1:1.0.0-1.git20150107.1ea95cd3
386167
- Update to 1.0 release
386167
- core: split device support into sub-packages (rh #1066690)
386167
- core: don't touch externally created software interfaces until IFF_UP (rh #1030947)
386167
- tui: fix handling of "Available to all users" checkbox (rh #1176042)
386167
386167
* Fri Dec 12 2014 Dan Williams <dcbw@redhat.com> - 1:0.995.0.0-1
386167
- core: fix DHCP lease expiry/nak during lease acquisition
386167
- core: don't step on external team interfaces when teamd appears
386167
386167
* Thu Dec 11 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.11.0-10.git20141211.9337a13a
386167
- core: fix managed slave attachment
386167
386167
* Thu Dec 11 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.11.0-9.git20141211.da4a98bf
386167
- core: recognize layer-2 connections (rh #1141266)
386167
- core: don't tear down assumed connections that fail (rh #1141264)
386167
- core: clean up IP operations when restarting them after re-authentication
386167
- core: fix some VPN issues with secrets and routing
386167
- core: fix regression parsing gateway from addresses (rh #1170199)
386167
- core: don't release slaves on exit (rh #1169936)
386167
- tui: fix deletion of slaves with master (rh #1131574)
386167
- cli: fix regression deactivating multiple connections (rh #1168383)
386167
386167
* Thu Dec  4 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.11.0-8.git20141125.f32075d2
386167
- core: don't bounce disable_ipv6 when assuming connections (rh #1170530)
386167
386167
* Fri Nov 28 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.11.0-7.git20141125.f32075d2
386167
- device: fix crash on S390(x) when setting subchannels (rh #1168764)
386167
386167
* Tue Nov 25 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.11.0-6.git20141125.f32075d2
386167
- tui: fix missing IPv4/IPv6 method popup (rh #1167710)
386167
- core: inherit parent managed state for VLAN devices (rh #1114681)
386167
386167
* Tue Nov 18 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.11.0-5.git20141118.646f335d
386167
- cli: fix showing secrets when editing connections
386167
- cli: ignore timestamp when comparing connections (rh #1122995)
386167
- core: fix a few issues with the internal DHCP client (rh #1066700)
386167
386167
* Fri Nov 14 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.11.0-4.git20141114.669f74b8
386167
- core: wait for IPv6LL address before starting DHCPv6-only configurations
386167
- core: fix race with kernel IPv6LL when deactiving connections that ignored IPv6
386167
- cli: fix waiting for activation success/failure
386167
- core: silence warning about bad ifindex for non-netdev devices
386167
- core: fix default route ordering issues
386167
- core: don't change firewall zone for assumed devices (rh #1098281)
386167
- libnm: fix translations in clients and non-UTF-8 encodings
386167
- tui: fix unsetting the gateway (rh #1163896)
386167
- cli/tui: only handle secrets for connection being activated
386167
386167
* Mon Nov 10 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.11.0-3.git20141110.gitb75dfc62
386167
- core: fix DHCP PID and platform route loop issues
386167
- cli: fix timeout disconnecting device
386167
386167
* Fri Nov  7 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.11.0-2.git20141107.git14537c71
386167
- core: add fast, lightweight internal DHCP client (rh #1066700)
386167
- rpm: specfile cleanups
386167
386167
* Fri Nov  7 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.11.0-1.git20141107.git289f7881
386167
- core: DHCP address lifetime expires before it can be updated (rh #1139326)
386167
- core: apply static IPv6 configuration while waiting for an RA (rh #1101809)
386167
- core: fix activation of IP configurations on unmanaged interfaces (rh #1067299)
386167
- core: serialize dispatcher state changes (rh #1061212)
386167
- core: increased dispatcher timeout and blocking events (rh #1048345)
386167
- core: add support for "lacp_rate" bonding option (rh #1061702)
386167
- core: better handle slave state changes done externally (rh #1066706)
386167
- core: fix checking whether NM is running for root clients (rh #1096772)
386167
- ifcfg-rh: ignore tailing spaces (rh #1100336)
386167
- cli: fix warning setting DCB application priority (rh #1080510)
386167
- tui: fix inverted 'Require IPvX addressing' checkbox (rh #1108839)
386167
- tui: fix entry of some IP address formats (rh #1090422)
386167
- tui: fix disabled <Add> button in IP configuration (rh #1131434)
386167
386167
* Fri Oct 17 2014 Florian Müllner <fmuellner@redhat.com> - 1:0.9.9.1-47.git20140326
386167
- remote-settings: Fix asynchronous initialization when using private bus
386167
386167
* Fri Oct 10 2014 Lubomir Rintel <lrintel@redhat.com> - 1:0.9.9.1-46.git20140326
386167
- tui: Fix up bond primary option validation (rh #1142864)
386167
386167
* Fri Oct 10 2014 Lubomir Rintel <lrintel@redhat.com> - 1:0.9.9.1-45.git20140326
386167
- bluetooth: don't consider bnep devices separate from the BT devices (rh #1147700)
386167
386167
* Wed Oct  8 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.1-44.git20140326
386167
- tui: fix master/slave deletion issues (rh #1131574)
386167
386167
* Wed Oct 08 2014 Lubomir Rintel <lrintel@redhat.com> - 1:0.9.9.1-43.git20140326
386167
- bluetooth: fix connection timeouts (rh #1147700)
386167
386167
* Fri Sep 26 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-42.git20140326
386167
- core: do not clear existing secrets on Update() without secrets (rh #1080628)
386167
386167
* Tue Sep 23 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-41.git20140326
386167
- tui: require non-empty primary option for active-backup bonding mode (rh #1142864)
386167
386167
* Mon Sep 22 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-40.git20140326
386167
- cli: create a connection if none exist in 'nmcli dev connect' (rh #1113941)
386167
386167
* Mon Sep 22 2014 Lubomir Rintel <lrintel@redhat.com> - 1:0.9.9.1-39.git20140326
386167
- platform: Increase NL buffer size for systems with a lot of interfaces (rh #1141256)
386167
- tui: Remove primary option if bond mode is not active-backup (rh #1142864)
386167
386167
* Wed Sep 17 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.1-38.git20140326
386167
- tui: fix password handling (rh #1133967)
386167
- tui: save LEAP username correctly (rh #1133967)
386167
- tui: fix a crash when dismissing password dialog (rh #1132612)
386167
386167
* Wed Sep 17 2014 Lubomir Rintel <lrintel@redhat.com> - 1:0.9.9.1-37.git20140326
386167
- platform: fix setting preferred time for address (rh #1083283)
386167
386167
* Tue Sep 16 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.1-36.git20140326
386167
- tui: add support for editing DSL connections (rh #1105753)
386167
386167
* Fri Sep 12 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-35.git20140326
386167
- core: don't generate a connection for unmanaged devices (rh #1136843)
386167
- bluetooth: don't crash when switching off bluetooth (rh #1136387)
386167
- dhcp: fix dhclient abnormal exit due to SIGPIPE (rh #1136836)
386167
386167
* Thu Sep 11 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.1-34.git20140326
386167
- core: allow IPv6 configuration of interfaces when inactive (rh #1083133) (rh #1098319)
386167
386167
* Fri Sep  5 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-33.git20140326
386167
- cli: fix nmcli connection add (rh #1138303)
386167
386167
* Thu Sep 04 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.1-32.git20140326
386167
- core, ifcfg-rh, ibft: add support for iBFT VLAN connections (rh #990480)
386167
386167
* Thu Aug 21 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-31.git20140326
386167
- core, cli: D-Bus Delete() call; 'nmcli device delete <ifname>' for SW devices (rh #1034150)
386167
- cli: use readline library throughout nmcli when asking for input (rh #1007365)
386167
386167
* Wed Aug 20 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-30.git20140326
386167
- ifcfg-rh: fix a crash on setting hostname with SELinux disabled (rh #1122826)
386167
- cli: fix 'nmcli device wifi' crash with multiple wifi devices (rh #1131042)
386167
- policy: don't use default (localhost) hostname as configured hostname (rh #1110436)
386167
- ifcfg-rh: write GATEWAY instead of GATEWAY0 to be ifup-compatible (rh #1105770)
386167
- libnm-util, cli: make explicit that we only allow VPN as secondaries (rh #1094296)
386167
386167
* Wed Jul 30 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.1-29.git20140326
386167
- build: fix issues with multilib upgrades (rh #1112367)
0c4cfc
386167
* Fri Jul 25 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.1-28.git20140326
386167
- core: better PPPoE connection termination handling (rh #1061641)
c4ba59
386167
* Tue Jul 15 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.1-27.git20140326
386167
- core: update translations (rh #1046891)
386167
386167
* Mon Jul  7 2014 Thomas Haller <thaller@redhat.com> - 1:0.9.9.1-26.git20140326
386167
- core: fix crash when calling DBUS function GetConnectionByUuid() (rh #1113508)
1d2815
69d374
* Tue Jul  1 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-25.git20140326
69d374
- core: fix MTU handling while merging/subtracting IP configs (rh #1093231)
69d374
69d374
* Mon Jun 23 2014 Thomas Haller <thaller@redhat.com> - 1:0.9.9.1-24.git20140326
69d374
- core: fix crash on failure of reading bridge sysctl values (rh #1112020)
69d374
043740
* Thu Jun 12 2014 Thomas Haller <thaller@redhat.com> - 1:0.9.9.1-23.git20140326
043740
- core: fix crash on device removal with active connection (rh #1108167)
043740
708502
* Wed Jun  4 2014 Thomas Haller <thaller@redhat.com> - 1:0.9.9.1-22.git20140326
708502
- core: fix ZONE_CONFLICT error when setting firewall zone (rh #1103782)
708502
708502
* Tue Jun  3 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-21.git20140326
708502
- tui: fix a crash when editing IPv6 routes (rh #1103702)
708502
- tui: fix setting Cloned MAC address
708502
708502
* Mon Jun  2 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-20.git20140326
708502
- tui: fix a crash when editing IPv6 addresses (rh #1103702)
708502
708502
* Fri May 30 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-19.git20140326
708502
- core: allow matching IPv6 'auto' connection to 'ignore' profile (rh #1083196)
708502
708502
* Thu May 29 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-18.git20140326
708502
- core: sort connections in descending timestamp order on take-over (rh #1067712)
708502
708502
* Thu May 29 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-17.git20140326
708502
- core: fix connection matching generally and for s390 as well (rh #1083196)
708502
- dhcp: fix DHCPv6 address lifetime handling (rh #1086237)
708502
708502
* Wed May 28 2014 Jiří Klimeš <jklimes@redhat.com> - 1:0.9.9.1-16.git20140326
708502
- cli: allow arbitrary VPN types when creating connections (rh #1100750)
708502
708502
* Thu May 22 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.1-15.git20140326
708502
- Rebuild for Z-stream update
708502
708502
* Mon May 12 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.1-14.git20140326
708502
- core: fix connection matching with IPv6 routes (rh #1086237)
708502
- core: wait with startup-complete for dynamic IPv4 and IPv6 addresses (rh #1096063, rh #1086906)
708502
d91c12
* Thu May  1 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.1-13.git20140326
d91c12
- core: ignore IPv6 cache routes to fix initial connection generation (rh #1083153)
d91c12
- core: ensure slow DHCP emits 'dhcp4-change' and 'dhcp6-change' dispatcher events (rh #1091296)
d91c12
94180d
* Mon Apr  7 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.1-12.git20140326
94180d
- core: fix master interface DHCP handling if ignore-carrier is set (rh #1083624)
94180d
- core: fix startup state not finishing correctly (rh #1084554)
94180d
94180d
* Wed Apr  2 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.1-11.git20140326
94180d
- core: additional fixes for Data Center Bridging (DCB) (rh #799241) (rh #1081991)
94180d
- core: ensure /etc/resolv.conf has the right SELinux label (rh #1070829)
94180d
94180d
* Thu Mar 27 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.1-10.git20140326
94180d
- core: update NMManager:devices before emitting notify::devices (rh #1078720)
94180d
94180d
* Wed Mar 26 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.1-9.git20140326
94180d
- core: fix an issue with alias support touching non-alias address labels (rh #1067170)
94180d
94180d
* Wed Mar 26 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.1-8.git20140326
94180d
- core: fix management of some static configurations from initramfs (rh #1077743)
94180d
- ifcfg-rh: add support for alias files (rh #1067170)
94180d
- core: additional fixes for Data Center Bridging (DCB) (rh #799241)
94180d
94180d
* Tue Mar 25 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.1-7.git20140313
94180d
- ifcfg-rh: give a better error on "permission denied" (rh #1070617)
94180d
- tui: allow cancelling with "Esc" from "nmtui connect" (rh #1080059)
94180d
94180d
* Fri Mar 21 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.1-6.git20140313
94180d
- tui: misc fixes (rh #1078281)
94180d
94180d
* Fri Mar 21 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.1-5.git20140313
94180d
- devices: send ARPs when configuring static IPv4 addresses (rh #1073447)
94180d
94180d
* Mon Mar 17 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.1-4.git20140313
94180d
- core: fix startup auto-activation of slow carrier detect interfaces (rh #1076592)
94180d
- core: align default bridge priority with kernel defaults (rh #1073664)
94180d
94180d
* Thu Mar 13 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.1-3.git20140313
94180d
- core: read and assume team port configuration (rh #1035859)
94180d
- core: looser IPv6 existing configuration assumption (rh #1073824)
94180d
- core: follow network interface renames (rh #907836)
94180d
- core: add support for VXLAN interfaces (rh #1066705)
94180d
- wifi: fix connections to hidden SSIDs (rh #1069844)
94180d
- cli: allow using master connection name when creating slaves (rh #1057494)
94180d
- ifcfg-rh: fix reading and writing of Team port configurations (rh #1074160)
94180d
94180d
* Fri Mar  7 2014 Jiří Klimeš <jklimes@redhat.com> -  1:0.9.9.1-2.git20140228
94180d
- core: fix adding gateway route for IPv6 (rh #1072410)
94180d
- core: unschedule deletion of sw device when activating request (rh #1073015)
94180d
- cli: fix a crash when trying to set a white-space string as IP (rh #1071394)
94180d
- core: correctly handle pre-activation dependency failure (rh #1069695)
94180d
- libnm-util, libnm-glib: Add master/slave-matching utils (rh #1045203)
94180d
- rdisc: set the expiration timer correctly (rh #1073560)
94180d
- core,libnm-glib: support 'type', 'id' properties in NMActiveConnection (rh #1061822)
94180d
- core: reenable auto activation for slave connections with a matching UUID master
94180d
- core: implement function nm_active_connection_get_uuid()
94180d
- core: rename function nm_active_connection_get_name() to nm_active_connection_get_id()
94180d
- libnm-glib: fix a double free in NMDeviceVlan
94180d
- platform: fix converting address flags in nm_platform_ip6_address_to_string()
94180d
- core: postpone non-static master IP configuration until carrier
94180d
- core: match IPv4 'disabled' method to 'auto' when device has no link
94180d
- core: refactor connection matching and add testcase
94180d
- policy: fix crash caused by calling functions on connection==NULL
94180d
94180d
* Tue Mar  4 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.1-1.git20140228
94180d
- rdisc: obey rtr_solicitations and rtr_solicitation_interval (rh #1071446)
94180d
94180d
* Thu Feb 27 2014 Thomas Haller <thaller@redhat.com> - 1:0.9.9.1-0.git20140228
94180d
- new snapshot version 0.9.9.1
94180d
- cli: show warning when setting band/channel for infrastructure mode wifi (rh #1000096)
94180d
- cli: better checking of WEP key types in interactive editor (rh #1040964)
94180d
- core: fix crash while wrongly switching device to state NEED_AUTH (rh #1058308)
94180d
- core: fix crash during re-activation with pending activation request (rh #1058843)
94180d
- cli: support set/appending container types in modify command and interactive editor (rh #1044027)
94180d
94180d
* Wed Feb 19 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.0-39.git20140131
94180d
- core: fix startup tracking (rh #1030583)
94180d
94180d
* Fri Jan 31 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.0-38.git20140131
94180d
- core: fix crash getting secrets in libnm-glib
94180d
94180d
* Fri Jan 31 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.0-37.git20140131
94180d
- dbus: kill at_console usage in permissions (rh #979416)
94180d
- policy: allow inactive (remote/SSH) sessions to perform some actions (rh #979416)
94180d
- cli: consolidate active and configured connections (rh #997999)
94180d
- core/rdisc: add support for IPv6 privacy (rh #1003859)
94180d
- core/platform: revise failure to activate connection on error of setting route (rh #1005416)
94180d
- core/platform: sort routes before adding them in nm_platform_ipX_route_sync() (rh #1005416)
94180d
- vpn: handle missing tunnel interface for IP-based VPNs (rh #1030068)
94180d
- core: make NMDeviceTun 'mode' immutable and set at construct time (rh #1034737)
94180d
- core/rdisc: add autoconf addresses as /64 (instead of /128) (rh #1044590)
94180d
- ifcfg-rh: unescape Team configuration (rh #1051517)
94180d
- core: fix a crash with autoconnect masters with autoconnect slaves (rh #1054194)
94180d
- libnm-glib: additional functions to get nameservers (rh #1056146)
94180d
94180d
* Mon Jan 27 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.0-36.git20140127
94180d
- core: fix managing IPv6 connections without disruption on startup (rh #1052157)
94180d
94180d
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:0.9.9.0-35.git20140122
94180d
- Mass rebuild 2014-01-24
94180d
94180d
* Thu Jan 23 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.0-34.git20140122
94180d
- core: various fixes to autoconnect retry handling (rh #1029480)
94180d
94180d
* Wed Jan 22 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.0-33.git20140122
94180d
- platform: fix physical_port_id handling (rh #804527)
94180d
94180d
* Wed Jan 22 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.0-32.git20140122
94180d
- core: add host route for DHCPv4 server if outside assigned subnet (rh #983325)
94180d
- core: set classful prefix length for DHCPv4 static routes
94180d
- core: only request wired 802.1x secrets during initial connection
94180d
- cli: fix crash when edited connection removed by another client (rh #1011942)
94180d
- cli: add help for second-level commands (rh #1034119)
94180d
94180d
* Thu Jan 16 2014 Dan Winship <danw@redhat.com> - 1:0.9.9.0-31.git20140108
94180d
- tui: various bugfixes (rh #1025021)
94180d
94180d
* Wed Jan  8 2014 Dan Williams <dcbw@redhat.com> - 1:0.9.9.0-30.git20130108
94180d
- core: ignore public-suffix search domains like ".com" or ".net" (#851521)
94180d
- core: don't touch virtual devices on suspend/resume (rh #1038158)
94180d
- core: fix handling of local nameservers in resolv.conf on startup (rh #1035861)
94180d
- core: fix race with 'network' service at boot (rh #1034983)
94180d
- core: fix stale information in dispatcher DHCP lease change events
94180d
- cli: more compact 'nmcli dev' output format (rh #998003)
94180d
- cli: make some mandatory parameters actually mandatory (rh #953397)
94180d
- cli: enhance help documentation and bash completion (rh #1036545)
94180d
- cli: show VPN connection information (rh #1036132)
94180d
94180d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:0.9.9.0-29.git20131212
94180d
- Mass rebuild 2013-12-27
94180d
94180d
* Thu Dec 12 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-28.git20131212
94180d
- core: fix auto-activation after deactivation (rh #1033187)
94180d
- core: delay startup complete for initial carrier (rh #1030583)
94180d
- wifi: fix possible crashes checking associated AP (rh #1025371)
94180d
- core: fix sending of hostname to DHCP server (rh #1001529)
94180d
- core: don't retry a failed connection indefinitely (rh #1040528)
94180d
- core: add reconnect delay for PPPoE connections (rh #1023503)
94180d
- core: fix handling of routes with gateway in keyfiles (bgo #719851)
94180d
- core: fix wierd profile doubling on restart (rh #1029859)
94180d
- core: ensure software connections can be auto-activated after creationg (rh #1035814)
94180d
- core: fix setting broadcast address (rh #1032819)
94180d
- core: fix handling of PtP addresses for VPNs (rh #1018317)
94180d
- cli: fix help command for connection object (rh #1036545)
94180d
- core: fix connection auto-activation based on timestamp order (rh #1029854)
94180d
- core: fix connecting VLAN interfaces without a specific interface name (rh #1034908)
94180d
- core: fix crash canceling secrets requests (rh #922855)
94180d
- libnm-glib: fix crash when connections are deleted remotely (rh #1030403)
94180d
- cli: add "nmcli con load file..." (bgo #709830)
94180d
- core: use disable_ipv6 in the right situations (rh #1004255)
94180d
- cli: fix crash on editing 'lo' connection (rh #1030395)
94180d
- core: ignore RA-provided IPv6 default routes (rh #1042402)
94180d
- core: fix various issues found by Coverity (rh #1025894)
94180d
- cli: add bash completion for hostname commands (rh #1018510)
94180d
- core: require secondary connections to be VPNs (rh #997039)
94180d
- core: don't crash if ethernet device has no MAC address (rh #1029053)
94180d
94180d
* Tue Dec  3 2013 Dan Winship <danw@redhat.com> - 0.9.9.0-27.git20131108
94180d
- nmtui: update to latest snapshot
94180d
94180d
* Mon Nov 25 2013 Dan Winship <danw@redhat.com> - 0.9.9.0-26.git20131108
94180d
- cli: add "nmcli con load" to fix ifup (rh #1022256)
94180d
2186fd
* Thu Nov 21 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-25.git20131108
2186fd
- core: stop touching the loopback device (rh #1031794)
2186fd
2186fd
* Tue Nov 19 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-24.git20131108
2186fd
- core: read DNS information when reading initial interface configurations (rh #1031763)
2186fd
2186fd
* Tue Nov 19 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-23.git20131108
2186fd
- core: run reverse-DNS hostname lookups even if IP config has no DNS servers (rh #1031763)
2186fd
2186fd
* Wed Nov 13 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-22.git20131108
2186fd
- core: allow same connection reactivations on the same device (rh #997998)
2186fd
2186fd
* Wed Nov 13 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-21.git20131108
2186fd
- core: fix default wired connection changes causing disconnection (rh #1029464)
2186fd
2186fd
* Fri Nov  8 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-20.git20131108
2186fd
- core: fix possible crash with WiFi (rh #1025371)
2186fd
- core: fix crash cleaning up Team devices
2186fd
2186fd
* Fri Nov  8 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-19.git20131108
2186fd
- core: fix various issues with ignore-carrier configuration (rh #1018403)
2186fd
- core: improve handling of NPAR/SRIOV devices in bonds (rh #804527)
2186fd
- ifcfg-rh: fix crash when reading connection (rh #1025007)
2186fd
- core: better handling of unrecognized connections (rh #1022256)
2186fd
- cli: add 'nmcli dev connect eth0' functionality (rh #961543)
2186fd
- core: add support for DCB/FCoE configuration (rh #799241)
2186fd
- cli: add 'activate' menu command for interactive editor (rh #1004883)
2186fd
- core: fix segfault when setting default IPv6 route for VPNs (rh #1019021)
2186fd
- core: track autoconnect for software devices that are removed (rh #1005913)
2186fd
- ifcfg-rh: always read and write static IP addresses (rh #998135)
2186fd
- cli: copy remove connection to local one on save (rh #997958)
2186fd
- core: don't crash when no DHCP client is available (rh #1015809)
2186fd
- libnm-glib: fix crash in nm_client_new() (rh #1010288)
2186fd
2186fd
* Tue Nov  5 2013 Dan Winship <danw@redhat.com> - 0.9.9.0-18.git20131011
2186fd
- Add an explicit versioned NM-glib requirement to NM-tui, per rpmdiff
2186fd
2186fd
* Wed Oct 30 2013 Dan Winship <danw@redhat.com> - 0.9.9.0-17.git20131011
2186fd
- Add NetworkManager-tui package with the (still-alpha) curses UI (rh #1025021)
2186fd
2186fd
* Fri Oct 11 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-16.git20131011
2186fd
- core: fix IPv4 addressing when IPv6 is disabled at boot time (rh #1012151)
2186fd
- ifcfg-rh: fix handling of default routes in route6 files (rh #991807)
2186fd
- core: fix PropertiesChanged signals for IP-related properties
2186fd
- ifcfg-rh: make minimal ifcfg file handling consistent with initscripts
2186fd
2186fd
* Fri Oct  4 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-15.git20131004
2186fd
- core: add support for 'primary' bond option (rh #1013727)
2186fd
- cli: fix creation of Dynamic WEP configurations (rh #1005171)
2186fd
2186fd
* Thu Oct  3 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-14.git20131003
2186fd
- core: fix DHCPv6 address prefix length (rh #1013583)
2186fd
- cli: enhance bonding questionaire (rh #1007355)
2186fd
- core: fix crash with Bluez5 if PAN connection is not defined (rh #1014770)
2186fd
- libnm-glib: fix various memory leaks that could cause UIs to mis-report state
2186fd
- core: fix issues with mis-configured IPv6 router advertisements (rh #1008104)
2186fd
- cli: fix potential crash editing connections (rh #1011942)
2186fd
- core: fix crash deactivating team devices (rh #1013593)
2186fd
2186fd
* Tue Oct  1 2013 Dan Winship <danw@redhat.com> - 0.9.9.0-13.git20131001
2186fd
- core: fix bridge device creation (#1012532)
2186fd
- core,settings: do not call functions with connection==NULL (rh #1008151)
2186fd
- cli: accept gateway in the IP questionnaire of 'nmcli -a con add' (rh #1007368)
2186fd
- cli: always print success message (not only in --pretty mode) (rh #1006444)
2186fd
- cli: fix bond questionnaire to be able to set miimon (rh #1007355)
2186fd
- ifcfg-rh: if IPv4 is disabled put DNS domains (DOMAIN) into IPv6 (rh #1004866)
2186fd
- platform: fix a crash when nm_platform_sysctl_get() returns NULL (rh #1010522)
2186fd
- platform: fix InfiniBand partition handling (rh #1008568)
2186fd
- infiniband: only check the last 8 bytes when doing hwaddr matches (rh #1008566)
2186fd
- bluez: merge adding support for BlueZ 5 (bgo #701078)
2186fd
- api: clarify lifetime and behavior of ActiveConnection's SpecificObject property (rh #1012309)
2186fd
- vpn: fix connecting to VPN (bgo #708255) (rh #1014716)
2186fd
- rdisc: do not crash on NDP init failures (rh #1012151)
2186fd
- cli: be more verbose when adding IP addresses in questionnaire (rh #1006450)
2186fd
- team: chain up parent dispose() in NMDeviceTeam dispose() (rh #1013593)
2186fd
- translation updates
2186fd
2186fd
* Fri Sep 20 2013 Bill Nottingham <notting@redhat.com> - 0.9.9.0-12.git20130913
2186fd
- drop wimax subpackage
2186fd
2186fd
* Fri Sep 13 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-11.git20130913
2186fd
- core: actually enable ModemManager 1.0 support
2186fd
- libnm-glib: fix nm_remote_connection_delete() not calling callback (rh #997568)
2186fd
- cli: ensure terminal is reset after quitting
2186fd
- cli: set wep-key-type properly when editing (rh #1003945)
2186fd
- man: fix typo in nmcli examples manpage (rh #1004117)
2186fd
- core: fix setting VLAN ingress/egress mappings
2186fd
- core: allow creating VLANs from interfaces other than Ethernet (rh #1003180)
2186fd
- cli: fix input/output format conversion (rh #998929)
2186fd
2186fd
* Fri Sep  6 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-10.git20130906
2186fd
- core: fix bug which disallowed deleting connections (rh #997568)
2186fd
- core: add support for Team devices
2186fd
- core: enable NetworkManager-wait-online by default (rh #816655)
2186fd
- core: fix crash when 'gre' and 'macvlan' links change (rh #997396)
2186fd
- core: fail activation when invalid static routes are configured (rh #999544)
2186fd
- core: enhance connectivity checking to include portal detection
2186fd
- core: allow hyphens for MAC addresses (rh #1002553)
2186fd
- core: remove NetworkManager-created software devices when they are deactivated (rh #953300)
2186fd
- core: fix handling of some DHCP client identifiers (rh #999503)
2186fd
- core: correctly handle Open vSwitch interfaces as generic interfaces (rh #1004356)
2186fd
- core: better handle Layer-2-only connections (rh #979288)
2186fd
- cli: enhanced bash completion
2186fd
- cli: make the 'describe' command more visible (rh #998002)
2186fd
- cli: fix bug rejecting changes to Wi-Fi channels (rh #999999)
2186fd
- cli: update bash completion to suggest connection names (rh #997997)
2186fd
- cli: fix tab completion for aliases in edit mode
2186fd
- cli: ask whether to switch IP method to 'auto' when all addresses are deleted (rh #998137)
2186fd
- cli: request missing information when --ask is passed (rh #953291)
2186fd
- cli: add 'remove' command to edit mode
2186fd
- cli: fix creation of secure Wi-Fi connections (rh #997969) (rh #997555)
2186fd
- cli: default autoconnect to no and ask whether to activate on save (rh #953296)
2186fd
- man: clarify manpage text (rh #960071) (rh #953299)
2186fd
- man: fix errors in the nmcli help output and manpage (rh #997566)
2186fd
- ifcfg-rh: only write IPV6_DEFAULTGW when there's actually a default gateway (rh #997759)
2186fd
- ifcfg-rh: fix handling of legacy-format routes file with missing gateway
2186fd
2186fd
* Wed Aug  7 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-9.git20130807
2186fd
- core: fix assert on multi-hop routes (rh #989022)
2186fd
- core: fix dispatcher systemd unit enabling (rh #948433)
2186fd
- ifcfg-rh: ignore emacs temporary lockfiles (rh #987629)
2186fd
- core: fix various routing issues and interaction with kernel events
2186fd
- cli: confirm saving connections when autoconnect is enabled (rh #953296)
2186fd
- cli: automatically change method when static IP addresses are added
2186fd
- core: preserve externally added IPv4 routes and addresses
2186fd
2186fd
* Thu Jul 25 2013 Dan Winship <danw@redhat.com> - 0.9.9.0-8.git20130724
2186fd
- Create NetworkManager-config-server package
2186fd
2186fd
* Wed Jul 24 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-7.git20130724
2186fd
- Update to git snapshot
2186fd
2186fd
* Tue Jul  2 2013 Dan Winship <danw@redhat.com> - 0.9.9.0-6
2186fd
- Belatedly update udev directory for UsrMove
2186fd
- Fix incorrect dates in old changelog entries to avoid rpm warnings
2186fd
2186fd
* Wed Jun 26 2013 Dan Winship <danw@redhat.com> - 0.9.9.0-5
2186fd
- build support for connectivity checking (rh #810457)
2186fd
2186fd
* Tue Jun 25 2013 Jiří Klimeš <jklimes@redhat.com> - 0.9.9.0-4.git20130603
2186fd
- disable building WiMax for RHEL
2186fd
2186fd
* Mon Jun  3 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-3.git20130603
2186fd
- Update to new 0.9.10 snapshot
2186fd
2186fd
* Wed May 15 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-2.git20130515
2186fd
- Update for systemd network-online.target (rh #787314)
2186fd
- Add system service for the script dispatcher (rh #948433)
2186fd
2186fd
* Tue May 14 2013 Dan Williams <dcbw@redhat.com> - 0.9.9.0-1.git20130514
2186fd
- Enable hardened build
2186fd
- Update to 0.9.10 snapshot
2186fd
- cli: new capabilities and somewhat re-arranged syntax
2186fd
- core: generic interface support
2186fd
- core: split config support; new "server mode" options
2186fd
- core: allow locking connections to interface names
2186fd
2186fd
* Tue May  7 2013 Dan Williams <dcbw@redhat.com> - 0.9.8.1-2.git20130507
2186fd
- core: fix issue with UI not showing disconnected on rfkill
2186fd
- core: memory leak fixes
2186fd
- core: silence warning about failure reading permanent MAC address (rh #907912)
2186fd
- core: wait up to 120s for slow-connecting modems
2186fd
- core: don't crash on PPPoE connections without a wired setting
2186fd
- core: ensure the AvailableConnections property is always correct
2186fd
- keyfile: ensure all-default VLAN connections are read correctly
2186fd
- core: suppress kernel's automatic creation of bond0 (rh #953466)
2186fd
- libnm-glib: make NMSecretAgent usable with GObject Introspection
2186fd
- libnm-util: fix GObject Introspection annotations of nm_connection_need_secrets()
2186fd
- core: documentation updates
2186fd
2186fd
* Wed Mar 27 2013 Dan Williams <dcbw@redhat.com> - 0.9.8.1-1.git20130327
2186fd
- Update to 0.9.8.2 snapshot
2186fd
- core: fix VLAN parent handling when identified by UUID
2186fd
- core: quiet warning about invalid interface index (rh #920145)
2186fd
- core: request 'static-routes' from DHCP servers (rh #922558)
2186fd
- core: fix crash when dbus-daemon is restarted (rh #918273)
2186fd
- core: copy leasefiles from /var/lib/dhclient to fix netboot (rh #916233)
2186fd
- core: memory leak and potential crash fixes
2186fd
- ifcfg-rh: ensure missing STP property is interpreted as off (rh #922702)
2186fd
2186fd
* Wed Feb 27 2013 Jiří Klimeš <jklimes@redhat.com> - 0.9.8.0-1
2186fd
- Update to the 0.9.8.0 release
2186fd
- cli: fix a possible crash
2186fd
2186fd
* Sat Feb  9 2013 Dan Williams <dcbw@redhat.com> - 0.9.7.997-2
2186fd
- core: use systemd for suspend/resume, not upower
2186fd
2186fd
* Fri Feb  8 2013 Dan Williams <dcbw@redhat.com> - 0.9.7.997-1
2186fd
- Update to 0.9.8-beta2
2186fd
- core: ignore bridges managed by other tools (rh #905035)
2186fd
- core: fix libnl assert (rh #894653)
2186fd
- wifi: always use Proactive Key Caching with WPA Enterprise (rh #834444)
2186fd
- core: don't crash when Internet connection sharing fails to start (rh #883142)
2186fd
2186fd
* Fri Jan  4 2013 Dan Winship <danw@redhat.com> - 0.9.7.0-12.git20121004
2186fd
- Set correct systemd KillMode to fix anaconda shutdown hangs (rh #876218)
2186fd
2186fd
* Tue Dec 18 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-11.git20121004
2186fd
- ifcfg-rh: write missing IPv6 setting as IPv6 with "auto" method (rh #830434)
2186fd
2186fd
* Wed Dec  5 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-10.git20121004
2186fd
- Build vapi files and add them to the devel package
2186fd
2186fd
* Wed Dec  5 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-9.git20121004
2186fd
- Apply patch from master to read hostname from /etc/hostname (rh #831735)
2186fd
2186fd
* Tue Nov 27 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.7.0-8.git20121004
2186fd
- Apply patch from master to update hostname (rh #875085)
2186fd
- spec: create /etc/NetworkManager/dnsmasq.d (rh #873621)
2186fd
2186fd
* Tue Nov 27 2012 Daniel Drake <dsd@laptop.org> - 0.9.7.0-7.git20121004
2186fd
- Don't bring up uninitialized devices (fd #56929)
2186fd
2186fd
* Mon Oct 15 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-6.git20121004
2186fd
- Actually apply the patch from the previous commit...
2186fd
2186fd
* Mon Oct 15 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-5.git20121004
2186fd
- Apply patch from master to fix a crash (rh #865009)
2186fd
2186fd
* Sat Oct  6 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-4.git20121004
2186fd
- Apply patch from master so connections finish connecting properly (bgo #685581)
2186fd
2186fd
* Fri Oct  5 2012 Dan Williams <dcbw@redhat.com> - 0.9.7.0-3.git20121004
2186fd
- Forward-port some forgotten fixes from F17
2186fd
- Fix networked-filesystem systemd dependencies (rh #787314)
2186fd
- Don't restart NM on upgrade, don't stop NM on uninstall (rh #811200)
2186fd
2186fd
* Thu Oct  4 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-2.git20121004
2186fd
- Update to git snapshot
2186fd
2186fd
* Tue Aug 21 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-1.git20120820
2186fd
- Update to 0.9.7.0 snapshot
2186fd
2186fd
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9.5.96-2
2186fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2186fd
2186fd
* Mon Jul 23 2012 Dan Williams <dcbw@redhat.com> - 0.9.5.96-1
2186fd
- Update to 0.9.6-rc2
2186fd
- core: fix race between parallel DHCP client invocations
2186fd
- core: suppress a useless warning (rh #840580)
2186fd
- ifcfg-rh: fix segfault with malformed values (rh #841391)
2186fd
- ifcfg-rh: ignore IP config on bond slave configurations (rh #838907)
2186fd
2186fd
* Fri Jul 13 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.5.95-1.git20120713
2186fd
- Update to 0.9.5.95 (0.9.6-rc1) snapshot
2186fd
- core: add autoconnect, driver-versioni and firmware-version properties to NMDevice
2186fd
- core: various IPv6 improvements
2186fd
- core: reduce number of changes made to DNS information during connection setup
2186fd
- core: add Vala language bindings
2186fd
- vpn: support IPv6 over VPNs
2186fd
- wifi: add on-demand WiFi scan support
2186fd
2186fd
* Mon May 21 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.4-5.git20120521
2186fd
- Update to git snapshot
2186fd
2186fd
* Tue May  8 2012 Dan Winship <danw@redhat.com> - 0.9.4-4.git20120502
2186fd
- NM no longer uses /var/run/NetworkManager, so don't claim to own it.
2186fd
  (rh #656638)
2186fd
708502
* Wed May  2 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.4-3.git20120502
2186fd
- Update to git snapshot
2186fd
708502
* Wed Mar 28 2012 Colin Walters <walters@verbum.org> - 1:0.9.4-2.git20120328_2
2186fd
- Add _isa for internal requires; otherwise depsolving may pull in an
2186fd
  arbitrary architecture.
2186fd
2186fd
* Wed Mar 28 2012 Jiří Klimeš <jklimes@redhat.com> - 0.9.4-1.git20120328_2
2186fd
- Update to 0.9.4
2186fd
2186fd
* Mon Mar 19 2012 Dan Williams <dcbw@redhat.com> - 0.9.3.997-2
2186fd
- libnm-glib: updated for new symbols the applet wants
2186fd
2186fd
* Mon Mar 19 2012 Dan Williams <dcbw@redhat.com> - 0.9.3.997-1
2186fd
- applet: move to network-manager-applet RPM
2186fd
- editor: move to nm-connection-editor RPM
2186fd
- libnm-gtk: move to libnm-gtk RPM
2186fd
2186fd
* Mon Mar 19 2012 Dan Williams <dcbw@redhat.com> - 0.9.3.997-0.7
2186fd
- Update to 0.9.3.997 (0.9.4-rc1)
2186fd
- core: fix possible WiFi hang when connecting to Ad-Hoc networks
2186fd
- core: enhanced IPv6 compatibility
2186fd
- core: proxy DNSSEC data when using the 'dnsmasq' caching nameserver plugin
2186fd
- core: allow VPNs to specify multiple domain names given by the server
2186fd
- core: fix an issue creating new InfiniBand connections
2186fd
- core/applet/editor: disable WiFi Ad-Hoc WPA connections until kernel bugs are fixed
2186fd
2186fd
* Wed Mar 14 2012 Dan Williams <dcbw@redhat.com> - 0.9.3.995-0.6
2186fd
- core: fix issue with carrier changes not being recognized (rh #800690)
2186fd
- editor: warn user if CA certificate is left blank
2186fd
2186fd
* Tue Mar 13 2012 Dan Williams <dcbw@redhat.com> - 0.9.3.995-0.5
2186fd
- core: fix a crash with ipw2200 devices and adhoc networks
2186fd
- core: fix IPv6 addressing on newer kernels
2186fd
- core: fix issue with VPN plugin passwords (rh #802540)
2186fd
- cli: enhancements for Bonding, VLAN, and OLPC mesh devices
2186fd
- ifcfg-rh: fix quoting WPA passphrases that include quotes (rh #798102)
2186fd
- libnm-glib: fix some issues with duplicate devices shown in menus
2186fd
2186fd
* Fri Mar  2 2012 Dan Williams <dcbw@redhat.com> - 0.9.3.995-0.4
2186fd
- Update to 0.9.3.995 (0.9.4-beta1)
2186fd
- core: add support for bonding and VLAN interfaces
2186fd
- core: add support for Internet connectivity detection
2186fd
- core: add support for IPv6 Privacy Extensions
2186fd
- core: fix interaction with firewalld restarts
2186fd
2186fd
* Thu Mar  1 2012 Dan Horák <dan[at]danny.cz> - 0.9.3-0.3
2186fd
- disable WiMAX plugin on s390(x)
2186fd
2186fd
* Thu Feb 16 2012 Dan Williams <dcbw@redhat.com> - 0.9.3-0.2
2186fd
- Put WiMAX plugin files in the right subpackage
2186fd
2186fd
* Wed Feb 15 2012 Dan Williams <dcbw@redhat.com> - 0.9.3-0.1
2186fd
- Update to 0.9.4 snapshot
2186fd
- wimax: enable optional support for Intel WiMAX devices
2186fd
- core: use nl80211 for WiFi device control
2186fd
- core: add basic support for Infiniband IP interfaces
2186fd
- core: add basic support for bonded interfaces
2186fd
- core: in-process IP configuration no longer blocks connected state
2186fd
2186fd
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 0.9.2-4
2186fd
- Rebuild
2186fd
2186fd
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9.2-3
2186fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2186fd
2186fd
* Thu Nov 24 2011 Daniel Drake <dsd@laptop.org> - 0.9.2-2
2186fd
- Rebuild for libgnome-bluetooth.so.9
2186fd
2186fd
* Wed Nov 09 2011 Dan Williams <dcbw@redhat.com> - 0.9.2-1
2186fd
- core: fix possible crash when talking to ModemManager
2186fd
- core: improve handling of rfkill on some machines (eeepc 1005HA and others)
2186fd
- ifcfg-rh: don't use spaces in ifcfg file names (rh #742273)
2186fd
- core: accept IPv6 Router Advertisements when forwarding is on
2186fd
- core: bump dnsmasq cache size to 400 entries
2186fd
- core: ensure IPv6 static routes are flushed when device is deactivated
2186fd
- ifcfg-rh: fix changing WPA connections to WEP
2186fd
- core: fix setting hostname from DHCP (rh #719100)
2186fd
- libnm-glib: fix various GObject introspection issues (rh #747302)
2186fd
- core: don't change routing or DNS if no devices are managed
2186fd
- core: ensure IPv6 RA-provided routes are honored
2186fd
2186fd
* Wed Nov  9 2011 Adam Williamson <awilliam@redhat.com> - 1:0.9.1.90-5.git20110927
2186fd
- Rebuilt for glibc (rh #747377)
2186fd
- core: fix setting hostname from DHCP options (rh #719100)
2186fd
- skip a release to keep up with F16
2186fd
2186fd
* Tue Sep 27 2011 Dan Williams <dcbw@redhat.com> - 0.9.1.90-3.git20110927
2186fd
- core: fix location of wifi.ui (rh #741448)
2186fd
2186fd
* Tue Sep 27 2011 Jiří Klimeš <jklimes@redhat.com> - 0.9.1.90-2.git20110927
2186fd
- core: ifcfg-rh: remove newlines when writing to ifcfg files (CVE-2011-3364) (rh #737338)
2186fd
- core: change iscsiadm path to /sbin/iscsiadm in ifcfg-rh plugin (rh #740753)
2186fd
- core: fix refcounting when deleting a default wired connection (lp:797868)
2186fd
2186fd
* Mon Sep 19 2011 Dan Williams <dcbw@redhat.com> - 0.9.1.90-1
2186fd
- Update to 0.9.1.90 (0.9.2-beta1)
2186fd
- core: fix IPv6 link-local DNS servers in the dnsmasq DNS plugin
2186fd
- cli: add ability to delete connections
2186fd
- keyfile: fix an issue with duplicated keyfile connections
2186fd
- core: ensure the 'novj' option is passed through to pppd
2186fd
- core: store timestamps for VPN connections too (rh #725353)
2186fd
2186fd
* Fri Sep  9 2011 Tom Callaway <spot@fedoraproject.org> - 0.9.0-2
2186fd
- fix systemd scriptlets and trigger
2186fd
2186fd
* Tue Aug 23 2011 Dan Williams <dcbw@redhat.com> - 0.9.0-1
2186fd
- Update to 0.9 release
2186fd
- core: fix issue where scan results could be ignored
2186fd
- core: ensure agent secrets are preserved when updating connections
2186fd
- core: don't autoconnect disabled modems
2186fd
- core: fix race when checking modem enabled/disabled status after disabling
2186fd
- core: ensure newly installed VPN plugins can actually talk to NM
2186fd
- core: add support for 802.1X certificate subject matching
2186fd
- libnm-glib: various introspection fixes
2186fd
- applet/editor: updated translations
2186fd
2186fd
* Fri Aug 05 2011 Ray Strode <rstrode@redhat.com> 0.8.9997-7.git20110721
2186fd
- Add some patches for some blocker (rh #727501)
2186fd
2186fd
* Thu Jul 21 2011 Dan Williams <dcbw@redhat.com> - 0.8.9997-6.git20110721
2186fd
- core: updated Russian translation (rh #652904)
2186fd
- core: fix possible crash if secrets are missing
2186fd
- core: append interface name for IPv6 link-local DNS server addresses (rh #720001)
2186fd
- core: fix setting hostname from DHCP options (rh #719100)
2186fd
- libnm-util: GObject introspection annotation fixes
2186fd
- libnm-util: ensure IP address/route prefixes are valid
2186fd
- ifcfg-rh: read anonymous identity for 802.1x PEAP connections (rh #708436)
2186fd
- applet: show notifications on CDMA home/roaming changes
2186fd
- applet: fix various issues saving VPN secrets
2186fd
- editor: allow exporting VPN secrets
2186fd
- editor: default to IPv6 "automatic" addressing mode
2186fd
2186fd
* Sat Jul  2 2011 Dan Williams <dcbw@redhat.com> - 0.8.9997-5.git20110702
2186fd
- core: ensure users are authorized for shared wifi connections (CVE-2011-2176) (rh #715492)
2186fd
- core: retry failed connections after 5 minute timeout
2186fd
- core: immediately request new 802.1x 'always ask' passwords if they fail
2186fd
- core: add MAC blacklisting capability for WiFi and Wired connections
2186fd
- core: retry failed connections when new users log in (rh #706204)
2186fd
- applet: updated translations
2186fd
- core: drop compat interface now that KDE bits are updated to NM 0.9 API
2186fd
2186fd
* Mon Jun 20 2011 Dan Williams <dcbw@redhat.com> - 0.8.9997-4.git20110620
2186fd
- core: don't cache "(none)" hostname at startup (rh #706094)
2186fd
- core: fix handling of VPN connections with only system-owned secrets
2186fd
- core: fix optional waiting for networking at startup behavior (rh #710502)
2186fd
- ifcfg-rh: fix possible crashes in error cases
2186fd
- ifcfg-rh: fix various IPv4 and IPv6 handling issues
2186fd
- applet: add notifications of GSM mobile broadband registration status
2186fd
- editor: move secrets when making connections available to all users or private
2186fd
- applet: don't show irrelevant options when asking for passwords
2186fd
2186fd
* Mon Jun 13 2011 Dan Williams <dcbw@redhat.com> - 0.8.9997-3.git20110613
2186fd
- keyfile: better handling of missing certificates/private keys
2186fd
- core: fix issues handling "always-ask" wired and WiFi 802.1x connections (rh #703785)
2186fd
- core: fix automatic handling of hidden WiFi networks (rh #707406)
2186fd
- editor: fix possible crash after reading network connections (rh #706906)
2186fd
- editor: make Enter/Return key close WiFi password dialogs (rh #708666)
2186fd
2186fd
* Fri Jun  3 2011 Dan Williams <dcbw@redhat.com> - 0.8.9997-2.git20110531
2186fd
- Bump for CVE-2011-1943 (no changes, only a rebuild)
2186fd
2186fd
* Tue May 31 2011 Dan Williams <dcbw@redhat.com> - 0.8.9997-1.git20110531
2186fd
- editor: fix resizing of UI elements (rh #707269)
2186fd
- core: retry wired connections when cable is replugged
2186fd
- core: fix a few warnings and remove some left-over debugging code
2186fd
2186fd
* Thu May 26 2011 Dan Williams <dcbw@redhat.com> - 0.8.999-3.git20110526
2186fd
- compat: fix activation/deactivation of VPN connections (rh #699786)
2186fd
- core: fix autodetection of previously-used hidden wifi networks
2186fd
- core: silence error if ConsoleKit database does not yet exist (rh #695617)
2186fd
- core: fix Ad-Hoc frequency handling (rh #699203)
2186fd
- core: fixes for migrated OpenConnect VPN plugin connections
2186fd
- core: various fixes for VPN connection secrets handling
2186fd
- core: send only short hostname to DHCP servers (rh #694758)
2186fd
- core: better handling of PKCS#8 private keys
2186fd
- core: fix dispatcher script interface name handling
2186fd
- editor: fix potential crash when connection is invalid (rh #704848)
2186fd
- editor: allow _ as a valid character for GSM APNs
2186fd
2186fd
* Mon May  9 2011 Dan Williams <dcbw@redhat.com> - 0.8.999-2.git20110509
2186fd
- core: fix possible crash when connections are deleted
2186fd
- core: fix exported symbols in libnm-util and libnm-glib
2186fd
- core/applet: updated translations
2186fd
2186fd
* Tue May  3 2011 Dan Williams <dcbw@redhat.com> - 0.8.999-1
2186fd
- core: ensure DER format certificates are correctly recognized (rh #699591)
2186fd
- core: fix WINS server handling in client helper libraries
2186fd
- core: enhance dispatcher script environment to include IPv6 and VPN details
2186fd
- applet: migrate openswan connections to 0.9
2186fd
- editor: improve usability of editing IP addresses (rh #698199)
2186fd
2186fd
* Wed Apr 27 2011 Dan Williams <dcbw@redhat.com> - 0.8.998-4.git20110427
2186fd
- core: enable optimized background roaming for WPA Enterprise configs
2186fd
- core: better handling of WiFi and WiMAX rfkill (rh #599002)
2186fd
- applet: fix crash detecting Bluetooth DUN devices a second time
2186fd
- ifcfg-rh: fix managed/unmanaged changes when removing connections (rh #698202)
2186fd
2186fd
* Tue Apr 19 2011 Dan Williams <dcbw@redhat.com> - 0.8.998-3.git20110419
2186fd
- core: systemd and startup enhancements for NFS mounts
2186fd
- core: more efficient startup process
2186fd
- core: fix handling of multiple logins when one is inactive
2186fd
- core: fix handling of S390/Hercules CTC network interfaces (rh #641986)
2186fd
- core: support Easytether interfaces for Android phones
2186fd
- core: fix handling of WWAN enable/disable states
2186fd
- ifcfg-rh: harmonize handling if IPADDR/PREFIX/NETMASK with initscripts (rh #658907)
2186fd
- applet: fix connection to WPA Enterprise networks (rh #694765)
2186fd
2186fd
* Wed Apr 06 2011 Dan Williams <dcbw@redhat.com> - 0.8.998-2.git20110406
2186fd
- core: fix handling of infinite IPv6 RDNSS timeouts (rh #689291)
2186fd
2186fd
* Mon Apr 04 2011 Dan Williams <dcbw@redhat.com> - 0.8.998-1
2186fd
- Update to 0.8.998 (0.9.0-rc1)
2186fd
- core: fix near-infinite requests for passwords (rh #692783)
2186fd
- core: fix handling of wired 802.1x connections
2186fd
- core: ignore Nokia PC-Suite ethernet devices we can't use yet
2186fd
- applet: migrate 0.8 OpenVPN passwords to 0.9 formats
2186fd
2186fd
* Thu Mar 31 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-8.git20110331
2186fd
- core: resurrect default VPN username
2186fd
- core: don't stomp on crypto library users by de-initing the crypto library
2186fd
2186fd
* Wed Mar 30 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-7.git20110330
2186fd
- core: fix creation of default wired connections
2186fd
- core: fix requesting new secrets when old ones fail (ex changing WEP keys)
2186fd
- editor: ensure all pages are sensitive after retrieving secrets
2186fd
- editor: fix crash when scrolling through connection lists (rh #693446)
2186fd
- applet: fix crash after using the wifi or wired secrets dialogs (rh #693446)
2186fd
2186fd
* Mon Mar 28 2011 Christopher Aillon <caillon@redhat.com> - 0.8.997-6.git20110328
2186fd
- Fix trigger to enable the systemd service for upgrades (rh #678553)
2186fd
2186fd
* Mon Mar 28 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-5.git20110328
2186fd
- core: fix connection deactivation on the compat interface
2186fd
- core: give default wired connections a more friendly name
2186fd
- core: fix base type of newly created wired connections
2186fd
- applet: many updated translations
2186fd
2186fd
* Fri Mar 25 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-4.git20110325
2186fd
- core: fix possible libnm-glib crash when activating connections
2186fd
- applet: fix various naming and dialog title issues
2186fd
2186fd
* Thu Mar 24 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-3.git20110324
2186fd
- nm-version.h should be in NetworkManager-devel, not -glib-devel (rh #685442)
2186fd
2186fd
* Thu Mar 24 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-2.git20110324
2186fd
- core: add compatibility layer for KDE Plasma network infrastructure
2186fd
2186fd
* Mon Mar 21 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-1
2186fd
- Update to 0.8.997 (0.9-beta3)
2186fd
- ifcfg-rh: fix reading and writing of Dynamic WEP connections using LEAP as the eap method
2186fd
- wifi: fix signal strength for scanned access points with some drivers
2186fd
- applet: translation updates
2186fd
2186fd
* Thu Mar 10 2011 Dan Williams <dcbw@redhat.com> - 0.8.996-1
2186fd
- Update to 0.8.996 (0.9-beta2)
2186fd
2186fd
* Wed Mar  9 2011 Dan Williams <dcbw@redhat.com> - 0.8.995-4.git20110308
2186fd
- applet: fix bus name more
2186fd
2186fd
* Wed Mar  9 2011 Dan Williams <dcbw@redhat.com> - 0.8.995-3.git20110308
2186fd
- applet: fix bus name
2186fd
2186fd
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> - 0.8.995-2.git20110308
2186fd
- Fix systemd requires
2186fd
2186fd
* Mon Mar  7 2011 Dan Williams <dcbw@redhat.com> - 0.8.995-1.git20110308
2186fd
- Update to NetworkManager 0.9-beta1
2186fd
- core: consolidate user and system settings services into NM itself
2186fd
- core: add WiMAX support
2186fd
- applet: support Fast User Switching
2186fd
2186fd
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 0.8.2-8.git20101117
2186fd
- Rebuild against newer gtk
2186fd
2186fd
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8.2-7.git20101117
2186fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2186fd
2186fd
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.8.2-6.git20101117
2186fd
- Rebuild against new gtk
2186fd
2186fd
* Tue Feb  1 2011 Dan Williams <dcbw@redhat.com> - 0.8.2-5.git20101117
2186fd
- Handle modem IP interface changes after device is recognized
2186fd
2186fd
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.8.2-4.git20101117
2186fd
- Rebuild against new gtk3
2186fd
2186fd
* Tue Dec 21 2010 Dan Horák <dan[at]danny.cz> - 0.8.2-3.git20101117
2186fd
- use --force in autoreconf to fix FTBFS
2186fd
2186fd
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.2-2.git20101117
2186fd
- Rebuild against newer gtk
2186fd
2186fd
* Sat Nov 27 2010 Dan Williams <dcbw@redhat.com> - 0.8.2-1.git20101117
2186fd
- Update to 0.8.2
2186fd
2186fd
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.1-10.1
2186fd
- Rebuild against libnotify 0.7
2186fd
- misc gtk build fixes
2186fd
2186fd
* Mon Nov  1 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-10
2186fd
- core: preserve WiFi Enabled state across reboot and suspend/resume
2186fd
2186fd
* Fri Oct 15 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-9
2186fd
- core: fix suspend/resume regression (rh #638640)
2186fd
- core: fix issue causing some nmcli requests to be ignored
2186fd
2186fd
* Thu Oct  7 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-8
2186fd
- core: preserve custom local-mapped hostnames in /etc/hosts (rh #627269)
2186fd
2186fd
* Thu Oct  7 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-7
2186fd
- core: remove stale /etc/hosts mappings (rh #630146)
2186fd
2186fd
* Tue Aug 31 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-6
2186fd
- core: add dispatcher events on DHCPv4 and DHCPv6 lease changes
2186fd
- core: enforce access permissions when enabling/disabling WiFi and WWAN (rh #626337)
2186fd
- core: listen for UPower suspend/resume signals
2186fd
- applet: fix disabled Enable Networking and Enable Wireless menu items (rh #627365)
2186fd
- applet: updated translations
2186fd
- applet: obscure Mobile Broadband PIN in secondary unlock dialog
2186fd
2186fd
* Wed Aug 18 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-5
2186fd
- core: fix some systemd interaction issues
2186fd
2186fd
* Tue Aug 17 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-4
2186fd
- core: rebuild to fix polkit 0.97 build issue
2186fd
- applet: updated translations
2186fd
2186fd
* Fri Aug 13 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-3
2186fd
- core: rebuild to fix dbus-glib security issue (CVE-2010-1172) (rh #585394)
2186fd
2186fd
* Fri Aug 13 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-2
2186fd
- core: quiet annoying warnings (rh #612991)
2186fd
- core: fix retrieval of various IP options in libnm-glib (rh #611141)
2186fd
- core: ship NetworkManager.conf instead of deprecated nm-system-settings.conf (rh #606160)
2186fd
- core: add short hostname to /etc/hosts too (rh #621910)
2186fd
- core: recheck autoactivation when new system connections appear
2186fd
- core: enable DHCPv6-only configurations (rh #612445)
2186fd
- core: don't fail connection immediately if DHCP lease expires (rh #616084) (rh #590874)
2186fd
- core: fix editing of PPPoE system connections
2186fd
- core: work around twitchy frequency reporting of various wifi drivers
2186fd
- core: don't tear down user connections on console changes (rh #614556)
2186fd
- cli: wait a bit for NM's permissions check to complete (rh #614866)
2186fd
- ifcfg-rh: ignore BRIDGE and VLAN configs and treat as unmanaged (rh #619863)
2186fd
- man: add manpage for nm-online
2186fd
- applet: fix crash saving ignore-missing-CA-cert preference (rh #619775)
2186fd
- applet: hide PIN/PUK by default in the mobile PIN/PUK dialog (rh #615085)
2186fd
- applet: ensure Enter closes the PIN/PUK dialog (rh #611831)
2186fd
- applet: fix another crash in ignore-CA-certificate handling (rh #557495)
2186fd
- editor: fix handling of Wired/s390 connections (rh #618620)
2186fd
- editor: fix crash when canceling editing in IP address pages (rh #610891)
2186fd
- editor: fix handling of s390-specific options
2186fd
- editor: really fix crash when changing system connections (rh #603566)
2186fd
2186fd
* Thu Jul 22 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-1
2186fd
- core: read nm-system-settings.conf before NetworkManager.conf (rh #606160)
2186fd
- core: fix editing system DSL connections when using keyfile plugin
2186fd
- core: work around inconsistent proprietary driver associated AP reporting
2186fd
- core: ensure empty VPN secrets are not used (rh #587784)
2186fd
- core: don't request WiFi scans when connection is locked to a specific BSSID
2186fd
- cli: show IPv6 settings and configuration
2186fd
- applet: updated translations
2186fd
- editor: fix a PolicyKit-related crash editing connections (rh #603566)
2186fd
- applet: fix saving the ignore-missing-CA-cert preference (rh #610084)
2186fd
- editor: fix listing connections on PPC64 (rh #608663)
2186fd
- editor: ensure editor windows are destroyed when closed (rh #572466)
2186fd
2186fd
* Thu Jul  1 2010 Matthias Clasen <mclasen@redhatcom> - 0.8.1-0.5
2186fd
- Rebuild against new gnome-bluetooth
2186fd
2186fd
* Fri Jun 25 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-0.4
2186fd
- Update to 0.8.1 release candidate
2186fd
- core: fix WWAN hardware enable state tracking (rh #591622)
2186fd
- core: fix Red Hat initscript return value on double-start (rh #584321)
2186fd
- core: add multicast route entry for IPv4 link-local connections
2186fd
- core: fix connection sharing in cases where a dnsmasq config file exists
2186fd
- core: fix handling of Ad-Hoc wifi connections to indicate correct network
2186fd
- core: ensure VPN interface name is passed to dispatcher when VPN goes down
2186fd
- ifcfg-rh: fix handling of ASCII WEP keys
2186fd
- ifcfg-rh: fix double-quoting of some SSIDs (rh #606518)
2186fd
- applet: ensure deleted connections are actually forgotten (rh #618973)
2186fd
- applet: don't crash if the AP's BSSID isn't availabe (rh #603236)
2186fd
- editor: don't crash on PolicyKit events after windows are closed (rh #572466)
2186fd
2186fd
* Wed May 26 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-0.3
2186fd
- core: fix nm-online crash (rh #593677)
2186fd
- core: fix failed suspend disables network (rh #589108)
2186fd
- core: print out missing firmware errors (rh #594578)
2186fd
- applet: fix device descriptions for some mobile broadband devices
2186fd
- keyfile: bluetooth fixes
2186fd
- applet: updated translations (rh #589230)
2186fd
2186fd
* Wed May 19 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-0.2.git20100519
2186fd
- core: use GIO in local mode only (rh #588745)
2186fd
- core: updated translations (rh #589230)
2186fd
- core: be more lenient in IPv6 RDNSS server expiry (rh #590202)
2186fd
- core: fix headers to be C++ compatible (rh #592783)
2186fd
- applet: updated translations (rh #589230)
2186fd
- applet: lock connections with well-known SSIDs to their specific AP
2186fd
2186fd
* Mon May 10 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-0.1.git20100510
2186fd
- core: fix handling of IPv6 RA flags when router goes away (rh #588560)
2186fd
- bluetooth: fix crash configuring DUN connections from the wizard (rh #590666)
2186fd
2186fd
* Sun May  9 2010 Dan Williams <dcbw@redhat.com> - 0.8-13.git20100509
2186fd
- core: restore initial accept_ra value for IPv6 ignored connections (rh #588619)
2186fd
- bluetooth: fix bad timeout on PAN connections (rh #586961)
2186fd
- applet: updated translations
2186fd
2186fd
* Tue May  4 2010 Dan Williams <dcbw@redhat.com> - 0.8-12.git20100504
2186fd
- core: treat missing IPv6 configuration as ignored (rh #588814)
2186fd
- core: don't flush IPv6 link-local routes (rh #587836)
2186fd
- cli: update output formatting
2186fd
2186fd
* Mon May  3 2010 Dan Williams <dcbw@redhat.com> - 0.8-11.git20100503
2186fd
- core: allow IP configuration as long as one method completes (rh #567978)
2186fd
- core: don't prematurely remove IPv6 RDNSS nameservers (rh #588192)
2186fd
- core: ensure router advertisements are only used when needed (rh #588613)
2186fd
- editor: add IPv6 gateway editing capability
2186fd
2186fd
* Sun May  2 2010 Dan Williams <dcbw@redhat.com> - 0.8-10.git20100502
2186fd
- core: IPv6 autoconf, DHCP, link-local, and manual mode fixes
2186fd
- editor: fix saving IPv6 address in user connections
2186fd
2186fd
* Thu Apr 29 2010 Dan Williams <dcbw@redhat.com> - 0.8-9.git20100429
2186fd
- core: fix crash when IPv6 is enabled and interface is deactivated
2186fd
2186fd
* Mon Apr 26 2010 Dan Williams <dcbw@redhat.com> - 0.8-8.git20100426
2186fd
- core: fix issues with IPv6 router advertisement mishandling (rh #530670)
2186fd
- core: many fixes for IPv6 RA and DHCP handling (rh #538499)
2186fd
- core: ignore WWAN ethernet devices until usable (rh #585214)
2186fd
- ifcfg-rh: fix handling of WEP passphrases (rh #581718)
2186fd
- applet: fix crashes (rh #582938) (rh #582428)
2186fd
- applet: fix crash with multiple concurrent authorization requests (rh #585405)
2186fd
- editor: allow disabling IPv4 on a per-connection basis
2186fd
- editor: add support for IPv6 DHCP-only configurations
2186fd
2186fd
* Thu Apr 22 2010 Dan Williams <dcbw@redhat.com> - 0.8-7.git20100422
2186fd
- core: fix crash during install (rh #581794)
2186fd
- wifi: fix crash when supplicant segfaults after resume (rh #538717)
2186fd
- ifcfg-rh: fix MTU handling for wired connections (rh #569319)
2186fd
- applet: fix display of disabled mobile broadband devices
2186fd
2186fd
* Thu Apr  8 2010 Dan Williams <dcbw@redhat.com> - 0.8-6.git20100408
2186fd
- core: fix automatic WiFi connections on resume (rh #578141)
2186fd
2186fd
* Thu Apr  8 2010 Dan Williams <dcbw@redhat.com> - 0.8-5.git20100408
2186fd
- core: more flexible logging
2186fd
- core: fix crash with OLPC mesh devices after suspend
2186fd
- applet: updated translations
2186fd
- applet: show mobile broadband signal strength and technology in the icon
2186fd
- applet: fix continuous password requests for 802.1x connections (rh #576925)
2186fd
- applet: many updated translations
2186fd
2186fd
* Thu Mar 25 2010 Dan Williams <dcbw@redhat.com> - 0.8-4.git20100325
2186fd
- core: fix modem enable/disable
2186fd
- core: fix modem default route handling
2186fd
2186fd
* Tue Mar 23 2010 Dan Williams <dcbw@redhat.com> - 0.8-3.git20100323
2186fd
- core: don't exit early on non-fatal state file errors
2186fd
- core: fix Bluetooth connection issues (rh #572340)
2186fd
- applet: fix some translations (rh #576056)
2186fd
- applet: better feedback when wrong PIN/PUK is entered
2186fd
- applet: many updated translations
2186fd
- applet: PIN2 unlock not required for normal modem functionality
2186fd
- applet: fix wireless secrets dialog display
2186fd
2186fd
* Wed Mar 17 2010 Dan Williams <dcbw@redhat.com> - 0.8-2.git20100317
2186fd
- man: many manpage updates
2186fd
- core: determine classful prefix if non is given via DHCP
2186fd
- core: ensure /etc/hosts is always up-to-date and correct (rh #569914)
2186fd
- core: support GSM network and roaming preferences
2186fd
- applet: startup speed enhancements
2186fd
- applet: better support for OTP/token-based WiFi connections (rh #526383)
2186fd
- applet: show GSM and CDMA registration status and signal strength when available
2186fd
- applet: fix zombie GSM and CDMA devices in the menu
2186fd
- applet: remove 4-character GSM PIN/PUK code limit
2186fd
- applet: fix insensitive WiFi Create... button (rh #541163)
2186fd
- applet: allow unlocking of mobile devices immediately when plugged in
2186fd
2186fd
* Fri Feb 19 2010 Dan Williams <dcbw@redhat.com> - 0.8-1.git20100219
2186fd
- core: update to final 0.8 release
2186fd
- core: fix Bluetooth DUN connections when secrets are needed
2186fd
- ifcfg-rh: add helper for initscripts to determine ifcfg connection UUIDs
2186fd
- applet: fix Bluetooth connection secrets requests
2186fd
- applet: fix rare conflict with other gnome-bluetooth plugins
2186fd
2186fd
* Thu Feb 11 2010 Dan Williams <dcbw@redhat.com> - 0.8-0.4.git20100211
2186fd
- core: fix mobile broadband PIN handling (rh #543088) (rh #560742)
2186fd
- core: better handling of /etc/hosts if hostname was already added by the user
2186fd
- applet: crash less on D-Bus property errors (rh #557007)
2186fd
- applet: fix crash entering wired 802.1x connection details (rh #556763)
2186fd
2186fd
* Tue Feb 09 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.8-0.3.git20100129
2186fd
- core: validate the autostart .desktop file
2186fd
- build: fix nmcli for the stricter ld (fixes FTBFS)
2186fd
- build: fix nm-connection-editor for the stricter ld (fixes FTBFS)
2186fd
- applet: don't autostart in KDE on F13+ (#541353)
2186fd
2186fd
* Fri Jan 29 2010 Dan Williams <dcbw@redhat.com> - 0.8-0.2.git20100129
2186fd
- core: add Bluetooth Dial-Up Networking (DUN) support (rh #136663)
2186fd
- core: start DHCPv6 on receipt of RA 'otherconf'/'managed' bits
2186fd
- nmcli: allow enable/disable of WiFi and WWAN
2186fd
2186fd
* Fri Jan 22 2010 Dan Williams <dcbw@redhat.com> - 0.8-0.1.git20100122
2186fd
- ifcfg-rh: read and write DHCPv6 enabled connections (rh #429710)
2186fd
- nmcli: update
2186fd
2186fd
* Thu Jan 21 2010 Dan Williams <dcbw@redhat.com> - 0.7.999-2.git20100120
2186fd
- core: clean NSS up later to preserve errors from crypto_init()
2186fd
2186fd
* Wed Jan 20 2010 Dan Williams <dcbw@redhat.com> - 0.7.999-1.git20100120
2186fd
- core: support for managed-mode DHCPv6 (rh #429710)
2186fd
- ifcfg-rh: gracefully handle missing PREFIX/NETMASK
2186fd
- cli: initial preview of command-line client
2186fd
- applet: add --help to explain what the applet is (rh #494641)
2186fd
2186fd
* Wed Jan  6 2010 Dan Williams <dcbw@redhat.com> - 0.7.998-1.git20100106
2186fd
- build: fix for new pppd (rh #548520)
2186fd
- core: add WWAN enable/disable functionality
2186fd
- ifcfg-rh: IPv6 addressing and routes support (rh #523288)
2186fd
- ifcfg-rh: ensure connection is updated when route/key files change
2186fd
- applet: fix crash when active AP isn't found (rh #546901)
2186fd
- editor: fix crash when editing connections (rh #549579)
2186fd
2186fd
* Mon Dec 14 2009 Dan Williams <dcbw@redhat.com> - 0.7.997-2.git20091214
2186fd
- core: fix recognition of standalone 802.1x private keys
2186fd
- applet: clean notification text to ensure it passes libnotify validation
2186fd
2186fd
* Mon Dec  7 2009 Dan Williams <dcbw@redhat.com> - 0.7.997-1
2186fd
- core: remove haldaemon from initscript dependencies (rh #542078)
2186fd
- core: handle PEM certificates without an ending newline (rh #507315)
2186fd
- core: fix rfkill reporting for ipw2x00 devices
2186fd
- core: increase PPPoE timeout to 30 seconds
2186fd
- core: fix re-activating system connections with secrets
2186fd
- core: fix crash when deleting automatically created wired connections
2186fd
- core: ensure that a VPN's DNS servers are used when sharing the VPN connection
2186fd
- ifcfg-rh: support routes files (rh #507307)
2186fd
- ifcfg-rh: warn when device will be managed due to missing HWADDR (rh #545003)
2186fd
- ifcfg-rh: interpret DEFROUTE as never-default (rh #528281)
2186fd
- ifcfg-rh: handle MODE=Auto correctly
2186fd
- rpm: fix rpmlint errors
2186fd
- applet: don't crash on various D-Bus and other errors (rh #545011) (rh #542617)
2186fd
- editor: fix various PolicyKit-related crashes (rh #462944)
2186fd
- applet+editor: notify user that private keys must be protected
2186fd
2186fd
* Fri Nov 13 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-7.git20091113
2186fd
- nm: better pidfile handing (rh #517362)
2186fd
- nm: save WiFi and Networking enabled/disabled states across reboot
2186fd
- nm: fix crash with missing VPN secrets (rh #532084)
2186fd
- applet: fix system connection usage from the "Connect to hidden..." dialog
2186fd
- applet: show Bluetooth connections when no other devices are available (rh #532049)
2186fd
- applet: don't die when autoconfigured connections can't be made (rh #532680)
2186fd
- applet: allow system administrators to disable the "Create new wireless network..." menu item
2186fd
- applet: fix missing username connecting to VPNs the second time
2186fd
- applet: really fix animation stuttering
2186fd
- editor: fix IP config widget tooltips
2186fd
- editor: allow unlisted countries in the mobile broadband wizard (rh #530981)
2186fd
- ifcfg-rh: ignore .rpmnew files (rh #509621)
2186fd
2186fd
* Wed Nov 04 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-6.git20091021
2186fd
- nm: fix PPPoE connection authentication (rh #532862)
2186fd
2186fd
* Wed Oct 21 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-5.git20091021
2186fd
- install: better fix for (rh #526519)
2186fd
- install: don't build Bluetooth bits on s390 (rh #529854)
2186fd
- nm: wired 802.1x connection activation fixes
2186fd
- nm: fix crash after modifying default wired connections like "Auto eth0"
2186fd
- nm: ensure VPN secrets are requested again after connection failure
2186fd
- nm: reset 'accept_ra' to previous value after deactivating IPv6 connections
2186fd
- nm: ensure random netlink events don't interfere with IPv6 connection activation
2186fd
- ifcfg-rh: fix writing out LEAP connections
2186fd
- ifcfg-rh: recognize 'static' as a valid BOOTPROTO (rh #528068)
2186fd
- applet: fix "could not find required resources" error (rh #529766)
2186fd
2186fd
* Fri Oct  2 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-4.git20091002
2186fd
- install: fix -gnome package pre script failures (rh #526519)
2186fd
- nm: fix failures validating private keys when using the NSS crypto backend
2186fd
- applet: fix crashes when clicking on menu but not associated (rh #526535)
2186fd
- editor: fix crash editing wired 802.1x settings
2186fd
- editor: fix secrets retrieval when editing connections
2186fd
2186fd
* Mon Sep 28 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-3.git20090928
2186fd
- nm: fix connection takeover when carrier is not on
2186fd
- nm: handle certificate paths (CA chain PEM files are now fully usable)
2186fd
- nm: defer action for 4 seconds when wired carrier drops
2186fd
- ifcfg-rh: fix writing WPA passphrases with odd characters
2186fd
- editor: fix editing of IPv4 settings with new connections (rh #525819)
2186fd
- editor: fix random crashes when editing due to bad widget refcounting
2186fd
- applet: debut reworked menu layout (not final yet...)
2186fd
2186fd
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 0.7.996-3.git20090921
2186fd
- Install GConf schemas
2186fd
2186fd
* Mon Sep 21 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-2.git20090921
2186fd
- nm: allow disconnection of all device types
2186fd
- nm: ensure that wired connections are torn down when their hardware goes away
2186fd
- nm: fix crash when canceling a VPN's request for secrets
2186fd
- editor: fix issues changing connections between system and user scopes
2186fd
- editor: ensure changes are thrown away when editing is canceled
2186fd
- applet: ensure connection changes are noticed by NetworkManager
2186fd
- applet: fix crash when creating new connections
2186fd
- applet: actually use wired 802.1x secrets after they are requested
2186fd
2186fd
* Wed Aug 26 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-1.git20090826
2186fd
- nm: IPv6 zeroconf support and fixes
2186fd
- nm: port to polkit (rh #499965)
2186fd
- nm: fixes for ehea devices (rh #511304) (rh #516591)
2186fd
- nm: work around PPP bug causing bogus nameservers for mobile broadband connections
2186fd
- editor: fix segfault with "Unlisted" plans in the mobile broadband assistant
2186fd
2186fd
* Thu Aug 13 2009 Dan Williams <dcbw@redhat.com> - 0.7.995-3.git20090813
2186fd
- nm: add iSCSI support
2186fd
- nm: add connection assume/takeover support for ethernet (rh #517333)
2186fd
- nm: IPv6 fixes
2186fd
- nm: re-add OLPC XO-1 mesh device support (removed with 0.7.0)
2186fd
- applet: better WiFi dialog focus handling
2186fd
2186fd
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 0.7.995-2.git20090804
2186fd
- Add patch to fix service detection on phones
2186fd
2186fd
* Tue Aug  4 2009 Dan Williams <dcbw@redhat.com> - 0.7.995-1.git20090804
2186fd
- nm: IPv6 support for manual & router-advertisement modes
2186fd
2186fd
* Sun Aug  2 2009 Matthias Clasen <mclasen@redhat.com> - 0.7.995-1.git20090728
2186fd
- Move some big docs to -devel to save space
2186fd
2186fd
* Tue Jul 28 2009 Dan Williams <dcbw@redhat.com> - 0.7.995-0.git20090728
2186fd
- Update to upstream 'master' branch
2186fd
- Use modem-manager for better 3G modem support
2186fd
- Integrated system settings with NetworkManager itself
2186fd
- Use udev instead of HAL
2186fd
2186fd
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.1-9.git20090708
2186fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2186fd
2186fd
* Thu Jul  9 2009 Dan Williams <dcbw@redhat.com> - 0.7.1-8.git20090708
2186fd
- applet: fix certificate validation in hidden wifi networks dialog (rh #508207)
2186fd
2186fd
* Wed Jul  8 2009 Dan Williams <dcbw@redhat.com> - 0.7.1-7.git20090708
2186fd
- nm: fixes for ZTE/Onda modem detection
2186fd
- nm: prevent re-opening serial port when the SIM has a PIN
2186fd
- applet: updated translations
2186fd
- editor: show list column headers
2186fd
2186fd
* Thu Jun 25 2009 Dan Williams <dcbw@redhat.com> - 0.7.1-6.git20090617
2186fd
- nm: fix serial port settings
2186fd
2186fd
* Wed Jun 17 2009 Dan Williams <dcbw@redhat.com> - 0.7.1-5.git20090617
2186fd
- nm: fix AT&T Quicksilver modem connections (rh #502002)
2186fd
- nm: fix support for s390 bus types (rh #496820)
2186fd
- nm: fix detection of some CMOtech modems
2186fd
- nm: handle unsolicited wifi scans better
2186fd
- nm: resolv.conf fixes when using DHCP and overriding search domains
2186fd
- nm: handle WEP and WPA passphrases (rh #441070)
2186fd
- nm: fix removal of old APs when none are scanned
2186fd
- nm: fix Huawei EC121 and EC168C detection and handling (rh #496426)
2186fd
- applet: save WEP and WPA passphrases instead of hashed keys (rh #441070)
2186fd
- applet: fix broken notification bubble actions
2186fd
- applet: default to WEP encryption for Ad-Hoc network creation
2186fd
- applet: fix crash when connection editor dialogs are canceled
2186fd
- applet: add a mobile broadband provider wizard
2186fd
2186fd
* Tue May 19 2009 Karsten Hopp <karsten@redhat.com> 0.7.1-4.git20090414.1
2186fd
- drop ExcludeArch s390 s390x, we need at least the header files
2186fd
2186fd
* Tue May 05 2009 Adam Jackson <ajax@redhat.com> 1:0.7.1-4.git20090414
2186fd
- nm-save-the-leases.patch: Use per-connection lease files, and don't delete
2186fd
  them on interface deactivate.
2186fd
2186fd
* Thu Apr 16 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.1-3.git20090414
2186fd
- ifcfg-rh: fix problems noticing changes via inotify (rh #495884)
2186fd
2186fd
* Tue Apr 14 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.1-2.git20090414
2186fd
- ifcfg-rh: enable write support for wired and wifi connections
2186fd
2186fd
* Sun Apr 12 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.1-1
2186fd
- nm: update to 0.7.1
2186fd
- nm: fix startup race with HAL causing unmanaged devices to sometimes be managed (rh #494527)
2186fd
2186fd
* Wed Apr  8 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.100-2.git20090408
2186fd
- nm: fix recognition of Option GT Fusion and Option GT HSDPA (nozomi) devices (rh #494069)
2186fd
- nm: fix handling of spaces in DHCP 'domain-search' option
2186fd
- nm: fix detection of newer Option 'hso' devices
2186fd
- nm: ignore low MTUs returned by broken DHCP servers
2186fd
2186fd
* Sun Apr  5 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.100-1
2186fd
- Update to 0.7.1-rc4
2186fd
- nm: use PolicyKit for system connection secrets retrieval
2186fd
- nm: correctly interpret errors returned from chmod(2) when saving keyfile system connections
2186fd
- editor: use PolicyKit to get system connection secrets
2186fd
2186fd
* Thu Mar 26 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-5
2186fd
- nm: fix crashes with out-of-tree modules that provide no driver link (rh #492246)
2186fd
- nm: fix USB modem probing on recent udev versions
2186fd
2186fd
* Tue Mar 24 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-4
2186fd
- nm: fix communication with Option GT Max 3.6 mobile broadband cards
2186fd
- nm: fix communication with Huawei mobile broadband cards (rh #487663)
2186fd
- nm: don't look up hostname when HOSTNAME=localhost unless asked (rh #490184)
2186fd
- nm: fix crash during IP4 configuration (rh #491620)
2186fd
- nm: ignore ONBOOT=no for minimal ifcfg files (f9 & f10 only) (rh #489398)
2186fd
- applet: updated translations
2186fd
2186fd
* Wed Mar 18 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-3.5
2186fd
- nm: work around unhandled device removals due to missing HAL events (rh #484530)
2186fd
- nm: improve handling of multiple modem ports
2186fd
- nm: support for Sony Ericsson F3507g / MD300 and Dell 5530
2186fd
- applet: updated translations
2186fd
2186fd
* Mon Mar  9 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-3
2186fd
- Missing ONBOOT should actually mean ONBOOT=yes (rh #489422)
2186fd
2186fd
* Mon Mar  9 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-2
2186fd
- Fix conflict with NetworkManager-openconnect (rh #489271)
2186fd
- Fix possible crash when resynchronizing devices if HAL restarts
2186fd
2186fd
* Wed Mar  4 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-1
2186fd
- nm: make default wired "Auto ethX" connection modifiable if an enabled system settings
2186fd
    plugin supports modifying connections (rh #485555)
2186fd
- nm: manpage fixes (rh #447233)
2186fd
- nm: CVE-2009-0365 - GetSecrets disclosure
2186fd
- applet: CVE-2009-0578 - local users can modify the connection settings
2186fd
- applet: fix inability to choose WPA Ad-Hoc networks from the menu
2186fd
- ifcfg-rh: add read-only support for WPA-PSK connections
2186fd
2186fd
* Wed Feb 25 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.98-1.git20090225
2186fd
- Fix getting secrets for system connections (rh #486696)
2186fd
- More compatible modem autodetection
2186fd
- Better handle minimal ifcfg files
2186fd
2186fd
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.0.97-6.git20090220
2186fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2186fd
2186fd
* Fri Feb 20 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.97-5.git20090220
2186fd
- Use IFF_LOWER_UP for carrier detect instead of IFF_RUNNING
2186fd
- Add small delay before probing cdc-acm driven mobile broadband devices
2186fd
2186fd
* Thu Feb 19 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.97-4.git20090219
2186fd
- Fix PEAP version selection in the applet (rh #468844)
2186fd
- Match hostname behavior to 'network' service when hostname is localhost (rh #441453)
2186fd
2186fd
* Thu Feb 19 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.97-2
2186fd
- Fix 'noreplace' for nm-system-settings.conf
2186fd
2186fd
* Wed Feb 18 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.97-1
2186fd
- Update to 0.7.1rc1
2186fd
- nm: support for Huawei E160G mobile broadband devices (rh #466177)
2186fd
- nm: fix misleading routing error message (rh #477916)
2186fd
- nm: fix issues with 32-character SSIDs (rh #485312)
2186fd
- nm: allow root to activate user connections
2186fd
- nm: automatic modem detection with udev-extras
2186fd
- nm: massive manpage rewrite
2186fd
- applet: fix crash when showing the CA certificate ignore dialog a second time
2186fd
- applet: clear keyring items when deleting a connection
2186fd
- applet: fix max signal strength calculation in menu (rh #475123)
2186fd
- applet: fix VPN export (rh #480496)
2186fd
2186fd
* Sat Feb  7 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0-2.git20090207
2186fd
- applet: fix blank VPN connection message bubbles
2186fd
- applet: better handling of VPN routing on update
2186fd
- applet: silence pointless warning (rh #484136)
2186fd
- applet: desensitize devices in the menu until they are ready (rh #483879)
2186fd
- nm: Expose WINS servers in the IP4Config over D-Bus
2186fd
- nm: Better handling of GSM Mobile Broadband modem initialization
2186fd
- nm: Handle DHCP Classless Static Routes (RFC 3442)
2186fd
- nm: Fix Mobile Broadband and PPPoE to always use 'noauth'
2186fd
- nm: Better compatibility with older dual-SSID AP configurations (rh #445369)
2186fd
- nm: Mark nm-system-settings.conf as config (rh #465633)
2186fd
- nm-tool: Show VPN connection information
2186fd
- ifcfg-rh: Silence message about ignoring loopback config (rh #484060)
2186fd
- ifcfg-rh: Fix issue with wrong gateway for system connections (rh #476089)
2186fd
2186fd
* Fri Jan  2 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0-1.git20090102
2186fd
- Update to 0.7.1 pre-release
2186fd
- Allow connections to be ignored when determining the default route (rh #476089)
2186fd
- Own /usr/share/gnome-vpn-properties (rh #477155)
2186fd
- Fix log flooding due to netlink errors (rh #459205)
2186fd
- Pass connection UUID to dispatcher scripts via the environment
2186fd
- Fix possible crash after deactivating a VPN connection
2186fd
- Fix issues with editing wired 802.1x connections
2186fd
- Fix issues when using PKCS#12 certificates with 802.1x connections
2186fd
2186fd
* Fri Nov 21 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4326
2186fd
- API and documentation updates
2186fd
- Fix PIN handling on 'hso' mobile broadband devices
2186fd
2186fd
* Tue Nov 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4296
2186fd
- Fix PIN/PUK issues with high-speed Option HSDPA mobile broadband cards
2186fd
- Fix desensitized OK button when asking for wireless keys
2186fd
2186fd
* Mon Nov 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4295
2186fd
- Fix issues reading ifcfg files
2186fd
- Previously fixed:
2186fd
- Doesn't send DHCP hostname (rh #469336)
2186fd
- 'Auto eth0' forgets settings (rh #468612)
2186fd
- DHCP renewal sometimes breaks VPN (rh #471852)
2186fd
- Connection editor menu item in the wrong place (rh #471495)
2186fd
- Cannot make system-wide connections (rh #471308)
2186fd
2186fd
* Fri Nov 14 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4293
2186fd
- Update to NetworkManager 0.7.0 RC2
2186fd
- Handle gateways on a different subnet from the interface
2186fd
- Clear VPN secrets on connection failure to ensure they are requested again (rh #429287)
2186fd
- Add support for PKCS#12 private keys (rh #462705)
2186fd
- Fix mangling of VPN's default route on DHCP renew
2186fd
- Fix type detection of qemu/kvm network devices (rh #466340)
2186fd
- Clear up netmask/prefix confusion in the connection editor
2186fd
- Make the secrets dialog go away when it's not needed
2186fd
- Fix inability to add system connections (rh #471308)
2186fd
2186fd
* Mon Oct 27 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4229
2186fd
- More reliable mobile broadband card initialization
2186fd
- Handle mobile broadband PINs correctly when PPP passwords are also used
2186fd
- Additional PolicyKit integration for editing system connections
2186fd
- Close the applet menu if a keyring password is needed (rh #353451)
2186fd
2186fd
* Tue Oct 21 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4201
2186fd
- Fix issues with hostname during anaconda installation (rh #461933)
2186fd
- Fix Ad-Hoc WPA connections (rh #461197)
2186fd
- Don't require gnome-panel or gnome-panel-devel (rh #427834)
2186fd
- Fix determination of WPA encryption capabilities on some cards
2186fd
- Fix conflicts with PPTP and vpnc plugins
2186fd
- Allow .cer file extensions when choosing certificates
2186fd
2186fd
* Sat Oct 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4175
2186fd
- Fix conflicts for older PPTP VPN plugins
2186fd
2186fd
* Sat Oct 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4174
2186fd
- Ensure that mobile broadband cards are powered up before trying to use them
2186fd
- Hostname changing support (rh #441453)
2186fd
- Fix mobile broadband secret requests to happen less often
2186fd
- Better handling of default devices and default routes
2186fd
- Better information in tooltips and notifications
2186fd
- Various UI cleanups; hide widgets that aren't used (rh #465397, rh #465395)
2186fd
- Accept different separators for DNS servers and searches
2186fd
- Make applet's icon accurately reflect signal strength of the current AP
2186fd
2186fd
* Wed Oct  1 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022.4
2186fd
- Fix connection comparison that could cause changes to get overwritten (rh #464417)
2186fd
2186fd
* Tue Sep 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022.3
2186fd
- Fix handling of VPN settings on upgrade (rh #460730, bgo #553465)
2186fd
2186fd
* Thu Sep 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022.2
2186fd
- Fix hang when reading system connections from ifcfg files
2186fd
2186fd
* Thu Sep  4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022.1
2186fd
- Fix WPA Ad-Hoc connections
2186fd
2186fd
* Wed Aug 27 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022
2186fd
- Fix parsing of DOMAIN in ifcfg files (rh #459370)
2186fd
- Fix reconnection to mobile broadband networks after an auth failure
2186fd
- Fix recognition of timeouts of PPP during mobile broadband connection
2186fd
- More compatible connection sharing (rh #458625)
2186fd
- Fix DHCP in minimal environments without glibc locale information installed
2186fd
- Add support for Option mobile broadband devices (like iCON 225 and iCON 7.2)
2186fd
- Add IP4 config information to dispatcher script environment
2186fd
- Merge WEP ASCII and Hex key types for cleaner UI
2186fd
- Pre-fill PPPoE password when authentication fails
2186fd
- Fixed some changes not getting saved in the connection editor
2186fd
- Accept both prefix and netmask in the conection editor's IPv4 page
2186fd
2186fd
* Mon Aug 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3930
2186fd
- Fix issue with mobile broadband connections that don't require authentication
2186fd
2186fd
* Mon Aug 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3927
2186fd
- Expose DHCP-returned options over D-Bus and to dispatcher scripts
2186fd
- Add support for customized static routes
2186fd
- Handle multiple concurrent 3G or PPPoE connections
2186fd
- Fix GSM/CDMA username and password issues
2186fd
- Better handling of unmanaged devices from ifcfg files
2186fd
- Fix timeout handling of errors during 3G connections
2186fd
- Fix some routing issues (rh #456685)
2186fd
- Fix applet crashes after removing a device (rh #457380)
2186fd
2186fd
* Thu Jul 24 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3846
2186fd
- Convert stored IPv4 static IP addresses to new prefix-based scheme automatically
2186fd
- Fix pppd connections to some 3G providers (rh #455348)
2186fd
- Make PPPoE "Show Password" option work
2186fd
- Hide IPv4 config options that don't make sense in certain configurations
2186fd
2186fd
* Fri Jul 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3830
2186fd
- Expose server-returned DHCP options via D-Bus
2186fd
- Use avahi-autoipd rather than old built-in IPv4LL implementation
2186fd
- Send hostname to DHCP server if provided (DHCP_HOSTNAME ifcfg option)
2186fd
- Support sending DHCP Client Identifier to DHCP server
2186fd
- Allow forcing 802.1x PEAP Label to '0'
2186fd
- Make connection sharing more robust
2186fd
- Show status for shared and Ad-Hoc connections if no other connection is active
2186fd
2186fd
* Fri Jul 11 2008 Matthias Clasen <mclasen@redhat.com> - 1:0.7.0-0.10.svn3801
2186fd
- Drop explicit hal dep in -gnome
2186fd
2186fd
* Wed Jul 02 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.10.svn3801
2186fd
- Move VPN configuration into connection editor
2186fd
- Fix mobile broadband username/password issues
2186fd
- Fix issues with broken rfkill setups (rh #448889)
2186fd
- Honor APN setting for GSM mobile broadband configurations
2186fd
- Fix adding CDMA connections in the connection editor
2186fd
2186fd
* Wed Jun 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.10.svn3747
2186fd
- Update to latest SVN
2186fd
- Enable connection sharing
2186fd
- Respect VPN-provided routes
2186fd
2186fd
* Wed Jun  4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.4.svn3675
2186fd
- Move NM later in the shutdown process (rh #449070)
2186fd
- Move libnm-util into a subpackage to allow NM to be removed more easily (rh #351101)
2186fd
2186fd
* Mon May 19 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3675
2186fd
- Read global gateway from /etc/sysconfig/network if missing (rh #446527)
2186fd
- nm-system-settings now terminates when dbus goes away (rh #444976)
2186fd
2186fd
* Wed May 14 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3669
2186fd
- Fix initial carrier state detection on devices that are already up (rh #134886)
2186fd
2186fd
* Tue May 13 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3667
2186fd
- Restore behavior of marking wifi devices as "down" when disabling wireless
2186fd
- Fix a crash on resume when a VPN was active when going to sleep
2186fd
2186fd
* Tue May 13 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3665
2186fd
- Fix issues with the Fedora plugin not noticing changes made by
2186fd
    system-config-network (rh #444502)
2186fd
- Allow autoconnection of GSM and CDMA connections
2186fd
- Multiple IP address support for user connections
2186fd
- Fixes for Mobile Broadband cards that return line speed on connect
2186fd
- Implement PIN entry for GSM mobile broadband connections
2186fd
- Fix crash when editing unencrypted WiFi connections in the connection editor
2186fd
2186fd
* Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3623
2186fd
- Clean up the dispatcher now that it's service is gone (rh #444798)
2186fd
2186fd
* Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3623
2186fd
- Fix asking applets for the GSM PIN/PUK
2186fd
2186fd
* Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3622
2186fd
- Guess WEP key type in applet when asking for new keys
2186fd
- Correct OK button sensitivity in applet when asking for new WEP keys
2186fd
2186fd
* Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3620
2186fd
- Fix issues with Mobile Broadband connections caused by device init race patch
2186fd
2186fd
* Tue Apr 29 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3619
2186fd
- Fix device initialization race that caused ethernet devices to get stuck on
2186fd
    startup
2186fd
- Fix PPPoE connections not showing up in the applet
2186fd
- Fix disabled OK button in connection editor some wireless and IP4 settings
2186fd
- Don't exit if HAL isn't up yet; wait for it
2186fd
- Fix a suspend/resume crash
2186fd
2186fd
* Sun Apr 27 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3614
2186fd
- Don't ask for wireless keys when the driver sends disconnect events during
2186fd
	association; wait until the entire assocation times out
2186fd
- Replace dispatcher daemon with D-Bus activated callout
2186fd
- Fix parsing of DNS2 and DNS3 ifcfg file items
2186fd
- Execute dispatcher scripts in alphabetical order
2186fd
- Be active at runlevel 2
2186fd
- Hook up MAC address widgets for wired & wireless; and BSSID widget for wireless
2186fd
- Pre-populate anonymous identity and phase2 widgets correctly
2186fd
- Clear out unused connection keys from GConf
2186fd
2186fd
* Tue Apr 22 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3590
2186fd
- Don't select devices without a default gateway as the default route (rh #437338)
2186fd
- Fill in broadcast address if not specified (rh #443474)
2186fd
- Respect manual VPN IPv4 configuration options
2186fd
- Show Connection Information for the device with the default route only
2186fd
2186fd
* Fri Apr 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3578
2186fd
- Add dbus-glib-devel BuildRequires for NetworkManager-glib-devel (rh #442978)
2186fd
- Add PPP settings page to connection editor
2186fd
- Fix a few crashes with PPPoE
2186fd
- Fix active connection state changes that confused clients 
2186fd
2186fd
* Thu Apr 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3571
2186fd
- Fix build in pppd-plugin
2186fd
2186fd
* Thu Apr 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3570
2186fd
- PPPoE authentication fixes
2186fd
- More robust handing of mobile broadband device communications
2186fd
2186fd
* Wed Apr 16 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3566
2186fd
- Honor options from /etc/sysconfig/network for blocking until network is up
2186fd
2186fd
* Wed Apr 16 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3566
2186fd
- Turn on Add/Edit in the connection editor
2186fd
- Don't flush or change IPv6 addresses or routes
2186fd
- Enhance nm-online tool
2186fd
- Some serial communication fixes for mobile broadband
2186fd
2186fd
* Wed Apr  9 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3549
2186fd
- Fix issues with VPN passwords not getting found
2186fd
2186fd
* Tue Apr  8 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3548
2186fd
- Fix builds due to glib2 breakage of GStaticMutex with gcc 4.3
2186fd
2186fd
* Tue Apr  8 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3547
2186fd
- Fix WEP key index handling in UI
2186fd
- Fix handling of NM_CONTROLLED in ifcfg files
2186fd
- Show device managed state in applet menu
2186fd
- Show wireless enabled state in applet menu
2186fd
- Better handling of default DHCP connections for wired devices
2186fd
- Fix loading of connection editor on KDE (rh #435344)
2186fd
2186fd
* Wed Apr  2 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3527
2186fd
- Honor MAC address locking for wired & wireless devices
2186fd
2186fd
* Mon Mar 31 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3521
2186fd
- Show VPN failures
2186fd
- Support Static WEP key indexes
2186fd
- Fix parsing of WEP keys from ifcfg files
2186fd
- Pre-fill wireless security UI bits in connection editor and applet
2186fd
2186fd
* Tue Mar 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3476
2186fd
- Grab system settings from /etc/sysconfig/network-scripts, not from profiles
2186fd
2186fd
* Tue Mar 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3473
2186fd
- Fix crashes when returning VPN secrets from the applet to NM
2186fd
2186fd
* Tue Mar 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3472
2186fd
- Fix crashes on suspend/resume and exit (rh #437426)
2186fd
- Ensure there's always an option to chose the wired device
2186fd
- Never set default route via an IPv4 link-local addressed device (rh #437338)
2186fd
2186fd
* Wed Mar 12 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3440
2186fd
- Fix DHCP rebind behavior
2186fd
- Preliminary PPPoE support
2186fd
2186fd
* Mon Mar 10 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3417
2186fd
- Fix gnome-icon-theme Requires, should be on gnome subpackage
2186fd
2186fd
* Mon Mar 10 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3417
2186fd
- Honor DHCP rebinds
2186fd
- Multiple active device support
2186fd
- Better error handling of mobile broadband connection failures
2186fd
- Allow use of interface-specific dhclient config files
2186fd
- Recognize system settings which have no TYPE item
2186fd
2186fd
* Sun Mar  2 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3370
2186fd
- Fix crash of nm-system-settings on malformed ifcfg files (rh #434919)
2186fd
- Require gnome-icon-theme to pick up lock.png (rh #435344)
2186fd
- Fix applet segfault after connection removal via connection editor or GConf
2186fd
2186fd
* Fri Feb 29 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3369
2186fd
- Don't create multiple connections for hidden access points
2186fd
- Fix scanning behavior
2186fd
2186fd
* Thu Feb 14 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3319
2186fd
- Rework connection editor connection list
2186fd
2186fd
* Tue Feb 12 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3312
2186fd
- Better handling of changes in the profile directory by the system settings
2186fd
	serivce
2186fd
2186fd
* Thu Feb  7 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3302
2186fd
- Enable system settings service
2186fd
- Allow explicit disconnection of mobile broadband devices
2186fd
- Fix applet memory leaks (rh #430178)
2186fd
- Applet Connection Information dialog tweaks (gnome.org #505899)
2186fd
- Filter input characters to passphrase/key entry (gnome.org #332951)
2186fd
- Fix applet focus stealing prevention behavior
2186fd
2186fd
* Mon Jan 21 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3261
2186fd
- Add CDMA mobile broadband support (if supported by HAL)
2186fd
- Rework applet connection and icon handling
2186fd
- Enable connection editor (only for deleting connections)
2186fd
2186fd
* Fri Jan 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3235
2186fd
- Fix crash when activating a mobile broadband connection
2186fd
- Better handling of non-SSID-broadcasting APs on kernels that support it
2186fd
    (gnome.org #464215) (rh #373841)
2186fd
- Honor DHCP-server provided MTU if present (gnome.org #332953)
2186fd
- Use previous DNS settings if the VPN concentrator doesn't provide any
2186fd
    (gnome.org #346833)
2186fd
2186fd
* Fri Jan  4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3204
2186fd
- Fix WPA passphrase hashing on big endian (PPC, Sparc, etc) (rh #426233)
2186fd
2186fd
* Tue Dec 18 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3181
2186fd
- Fixes to work better with new libnl (rh #401761)
2186fd
2186fd
* Tue Dec 18 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3180
2186fd
- Fix WPA/WPA2 Enterprise Phase2 connections (rh #388471)
2186fd
2186fd
* Wed Dec  5 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3138
2186fd
- Fix applet connection comparison which failed to send connection updated
2186fd
    signals to NM in some cases
2186fd
- Make VPN connection applet more robust against plugin failures
2186fd
2186fd
* Tue Dec  4 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3134
2186fd
- 64-bit -Wall compile fixes
2186fd
2186fd
* Tue Dec  4 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3133
2186fd
- Fix applet crash when choosing to ignore the CA certificate (rh #359001)
2186fd
- Fix applet crash when editing VPN properties and VPN connection failures (rh #409351)
2186fd
- Add file filter name in certificate file picker dialog (rh #410201)
2186fd
- No longer start named when starting NM (rh #381571)
2186fd
2186fd
* Tue Nov 27 2007 Jeremy Katz <katzj@redhat.com> - 1:0.7.0-0.8.svn3109
2186fd
- Fix upgrading from an earlier rawhide snap
2186fd
2186fd
* Mon Nov 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.6.svn3109
2186fd
- Fix device descriptions shown in applet menu
2186fd
2186fd
* Mon Nov 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.5.svn3109
2186fd
- Fix crash when deactivating VPN connections
2186fd
2186fd
* Mon Nov 19 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.5.svn3096
2186fd
- Fix crash and potential infinite nag dialog loop when ignoring CA certificates
2186fd
2186fd
* Mon Nov 19 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.4.svn3096
2186fd
- Fix crash when ignoring CA certificate for EAP-TLS, EAP-TTLS, and EAP-PEAP
2186fd
2186fd
* Mon Nov 19 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.3.svn3096
2186fd
- Fix connections when picking a WPA Enterprise AP from the menu
2186fd
- Fix issue where applet would provide multiple same connections to NM
2186fd
2186fd
* Thu Nov 15 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.3.svn3094
2186fd
- Add support for EAP-PEAP (rh #362251)
2186fd
- Fix EAP-TLS private key handling
2186fd
2186fd
* Tue Nov 13 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.2.svn3080
2186fd
- Clarify naming of WPA & WPA2 Personal encryption options (rh #374861, rh #373831)
2186fd
- Don't require a CA certificate for applicable EAP methods (rh #359001)
2186fd
- Fix certificate and private key handling for EAP-TTLS and EAP-TLS (rh #323371)
2186fd
- Fix applet crash with USB devices (rh #337191)
2186fd
- Support upgrades from NM 0.6.x GConf settings
2186fd
2186fd
* Thu Nov  1 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.1.svn3030
2186fd
- Fix applet crash with USB devices that don't advertise a product or vendor
2186fd
    (rh #337191)
2186fd
2186fd
* Sat Oct 27 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.5.svn3030
2186fd
- Fix crash when getting WPA secrets (rh #355041)
2186fd
2186fd
* Fri Oct 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.4.svn3030
2186fd
- Bring up ethernet devices by default if no connections are defined (rh #339201)
2186fd
- Fix crash when switching networks or bringing up secrets dialog (rh #353091)
2186fd
- Fix crash when editing VPN connection properties a second time
2186fd
- Fix crash when cancelling the secrets dialog if another connection was
2186fd
    activated in the mean time
2186fd
- Fix disembodied notification bubbles (rh #333391)
2186fd
2186fd
* Thu Oct 25 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.4.svn3020
2186fd
- Handle PEM certificates
2186fd
- Hide WPA-PSK Type combo since it's as yet unused
2186fd
- Fix applet crash when AP security options changed and old secrets are still
2186fd
    in the keyring
2186fd
- Fix applet crash connecting to unencrypted APs via the other network dialog
2186fd
2186fd
* Wed Oct 24 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3020
2186fd
- Fix WPA Enterprise connections that use certificates
2186fd
- Better display of SSIDs in the menu
2186fd
2186fd
* Wed Oct 24 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3016
2186fd
- Fix getting current access point
2186fd
- Fix WPA Enterprise connections
2186fd
- Wireless dialog now defaults to sensible choices based on the connection
2186fd
- Tell nscd to restart if needed, don't silently kill it
2186fd
2186fd
* Tue Oct 23 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3014
2186fd
- Suppress excessive GConf updates which sometimes caused secrets to be cleared
2186fd
    at the wrong times, causing connections to fail
2186fd
- Various EAP and LEAP related fixes
2186fd
2186fd
* Tue Oct 23 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3008
2186fd
- Make WPA-EAP and Dynamic WEP options connect successfully
2186fd
- Static IPs are now handled correctly in NM itself
2186fd
2186fd
* Mon Oct 22 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2995
2186fd
- Add Dynamic WEP as a supported authentication/security option
2186fd
2186fd
* Sun Oct 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2994
2186fd
- Re-enable "Connect to other network"
2186fd
- Switch to new GUI bits for wireless security config and password entry
2186fd
2186fd
* Tue Oct 16 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2983
2186fd
- Add rfkill functionality
2186fd
- Fix applet crash when choosing wired networks from the menu
2186fd
2186fd
* Wed Oct 10 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2970
2186fd
- Fix segfault with deferred connections
2186fd
- Fix default username with vpnc VPN plugin
2186fd
- Hidden SSID fixes
2186fd
2186fd
* Tue Oct  9 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2962
2186fd
- Fix merging of non-SSID-broadcasting APs into a device's scan list
2186fd
- Speed up opening of the applet menu
2186fd
2186fd
* Tue Oct  9 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2961
2186fd
- New snapshot
2186fd
	- Add timestamps to networks to connect to last used wireless network
2186fd
	- Turn autoconnect on in the applet
2186fd
	- Hidden SSID support
2186fd
	- Invalidate failed or cancelled connections again
2186fd
	- Fix issues with reactivation of the same device
2186fd
	- Handle connection updates in the applet (ex. find new VPN connections)
2186fd
	- Fix vertical sizing of menu items
2186fd
	- Fix AP list on wireless devices other than the first device in the applet
2186fd
	- Fix matching of current AP with the right menu item
2186fd
2186fd
* Fri Sep 28 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2914
2186fd
- New snapshot
2186fd
	- Add WPA passphrase support to password dialog
2186fd
	- Applet now reflects actual VPN behavior of one active connection
2186fd
	- Applet now notices VPN active connections on startup
2186fd
	- Fix connections with some WPA and WEP keys
2186fd
2186fd
* Thu Sep 27 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2907
2186fd
- New snapshot
2186fd
	- VPN support (only vpnc plugin ported at this time)
2186fd
2186fd
* Tue Sep 25 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2886
2186fd
- New snapshot
2186fd
	- Make wired device carrier state work in the applet
2186fd
	- Fix handling of errors with unencrypted APs
2186fd
	- Fix "frozen" applet icon by reporting NM state better
2186fd
	- Fix output of AP frequency in nm-tool
2186fd
2186fd
* Tue Sep 25 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2880
2186fd
- New snapshot
2186fd
	- Fix applet icon sizing on start (mclasen)
2186fd
	- Fix nm-tool installation (mclasen)
2186fd
	- Fix 'state' method call return (#303271)
2186fd
	- Fix 40-bit WEP keys (again)
2186fd
	- Fix loop when secrets were wrong/invalid
2186fd
	- Fix applet crash when clicking Cancel in the password dialog
2186fd
	- Ensure NM doesn't get stuck waiting for the supplicant to re-appear
2186fd
		if it crashes or goes away
2186fd
	- Make VPN properties applet work again
2186fd
	- Increase timeout for network password entry
2186fd
2186fd
* Fri Sep 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2852
2186fd
- New snapshot (fix unencrypted & 40 bit WEP)
2186fd
2186fd
* Fri Sep 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2849
2186fd
- New snapshot
2186fd
2186fd
* Fri Sep 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2844
2186fd
- New snapshot
2186fd
2186fd
* Thu Sep 20 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.2.svn2833
2186fd
- New SVN snapshot of 0.7 that sucks less
2186fd
2186fd
* Thu Aug 30 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.1.svn2736
2186fd
- Update to SVN snapshot of 0.7
2186fd
2186fd
* Mon Aug 13 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-9
2186fd
- Update the license tag
2186fd
2186fd
* Wed Aug  8 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-8
2186fd
- Own /etc/NetworkManager/dispatcher.d and /etc/NetworkManager/VPN (#234004)
2186fd
2186fd
* Wed Jun 27 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-7
2186fd
- Fix Wireless Enabled checkbox when no killswitches are present
2186fd
2186fd
* Thu Jun 21 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-6
2186fd
- Update to stable branch snapshot:
2186fd
    - More fixes for ethernet link detection (gnome #354565, rh #194124)
2186fd
    - Support for HAL-detected rfkill switches
2186fd
2186fd
* Sun Jun 10 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-5
2186fd
- Fix applet crash on 64-bit platforms when choosing
2186fd
    "Connect to other wireless network..." (gnome.org #435036)
2186fd
- Add debug output for ethernet device link changes
2186fd
2186fd
* Thu Jun  7 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-4
2186fd
- Fix ethernet link detection (gnome #354565, rh #194124)
2186fd
- Fix perpetual credentials request with private key passwords in the applet
2186fd
- Sleep a bit before activating wireless cards to work around driver bugs
2186fd
2186fd
* Mon Jun  4 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-3
2186fd
- Don't spawn wpa_supplicant with -o
2186fd
2186fd
* Wed Apr 25 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-2
2186fd
- Fix requires macro (237806)
2186fd
2186fd
* Thu Apr 19 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-1
2186fd
- Update to 0.6.5 final
2186fd
- Don't lose scanned security information
2186fd
2186fd
* Mon Apr  9 2007 Dan Williams <dcbw@redhat.com> - 1:0.6.5-0.7.svn2547
2186fd
- Update from trunk
2186fd
	* Updated translations
2186fd
	* Cleaned-up VPN properties dialogs
2186fd
	* Fix 64-bit kernel leakage issues in WEXT
2186fd
	* Don't capture and redirect wpa_supplicant log output
2186fd
2186fd
* Wed Mar 28 2007 Matthew Barnes  <mbarnes@redhat.com> 1:0.6.5-0.6.svn2474
2186fd
- Close private D-Bus connections. (#232691)
2186fd
2186fd
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> 1:0.6.5-0.5.svn2474
2186fd
- Fix a directory ownership issue.  (#233763)
2186fd
2186fd
* Thu Mar 15 2007 Dan Williams <dcbw@redhat.com> - 1:0.6.5-0.4.svn2474
2186fd
- Update to pre-0.6.5 snapshot
2186fd
2186fd
* Thu Feb  8 2007 Christopher Aillon <caillon@redhat.com> - 1:0.6.5-0.3.cvs20061025
2186fd
- Guard against D-Bus LimitExceeded messages
2186fd
2186fd
* Fri Feb  2 2007 Christopher Aillon <caillon@redhat.com> - 1:0.6.5-0.2.cvs20061025
2186fd
- Move .so file to -devel package
2186fd
2186fd
* Sat Nov 25 2006 Matthias Clasen <mclasen@redhat.com> 
2186fd
- Own the /etc/NetworkManager/dispatcher.d directory
2186fd
- Require pkgconfig for the -devel packages
2186fd
- Fix compilation with dbus 1.0
2186fd
2186fd
* Wed Oct 25 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.5-0.cvs20061025
2186fd
- Update to a stable branch snapshot
2186fd
    - Gnome applet timeout/redraw suppression when idle
2186fd
    - Backport of LEAP patch from HEAD (from Thiago Bauermann)
2186fd
    - Backport of asynchronous scanning patch from HEAD
2186fd
    - Make renaming of VPN connections work (from Tambet Ingo)
2186fd
    - Dial down wpa_supplicant debug spew
2186fd
    - Cleanup of key/passphrase request scenarios (from Valentine Sinitsyn)
2186fd
    - Shut down VPN connections on logout (from Robert Love)
2186fd
    - Fix WPA passphrase hashing on PPC
2186fd
2186fd
* Thu Oct 19 2006 Christopher Aillon <caillon@redhat.com> - 1:0.6.4-6
2186fd
- Own /usr/share/NetworkManager and /usr/include/NetworkManager
2186fd
2186fd
* Mon Sep  4 2006 Christopher Aillon <caillon@redhat.com> - 1:0.6.4-5
2186fd
- Don't wake up to redraw if NM is inactive (#204850)
2186fd
2186fd
* Wed Aug 30 2006 Bill Nottingham <notting@redhat.com> - 1:0.6.4-4
2186fd
- add epochs in requirements
2186fd
2186fd
* Wed Aug 30 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.4-3
2186fd
- Fix FC-5 buildreqs
2186fd
2186fd
* Wed Aug 30 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.4-2
2186fd
- Revert FC6 to latest stable NM
2186fd
- Update to stable snapshot
2186fd
- Remove bind/caching-nameserver hard requirement
2186fd
2186fd
* Tue Aug 29 2006 Christopher Aillon <caillon@redhat.com> - 0.7.0-0.cvs20060529.7
2186fd
- BuildRequire wireless-tools-devel and perl-XML-Parser
2186fd
- Update the BuildRoot tag
2186fd
2186fd
* Wed Aug 16 2006 Ray Strode <rstrode@redhat.com> - 0.7.0-0.cvs20060529.6
2186fd
- add patch to make networkmanager less verbose (bug 202832)
2186fd
2186fd
* Wed Aug  9 2006 Ray Strode <rstrode@redhat.com> - 0.7.0-0.cvs20060529.5
2186fd
- actually make the patch in 0.7.0-0.cvs20060529.4 apply
2186fd
2186fd
* Fri Aug  4 2006 Ray Strode <rstrode@redhat.com> - 0.7.0-0.cvs20060529.4
2186fd
- Don't ever elect inactive wired devices (bug 194124).
2186fd
2186fd
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.7.0-0.cvs20060529.3
2186fd
- Add patch to fix deprecated dbus functions
2186fd
2186fd
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.7.0-0.cvs20060529.2
2186fd
- Add BR for dbus-glib-devel
2186fd
2186fd
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-0.cvs20060529.1.1
2186fd
- rebuild
2186fd
2186fd
* Mon May 29 2006 Dan Williams <dcbw@redhat.com> - 0.7.0-0.cvs20060529
2186fd
- Update to latest CVS
2186fd
	o Gnome.org #333420: dialog do not have window icons
2186fd
	o Gnome.org #336913: HIG tweaks for vpn properties pages
2186fd
	o Gnome.org #336846: HIG tweaks for nm-vpn-properties
2186fd
	o Gnome.org #336847: some bugs in nm-vpn-properties args parsing
2186fd
	o Gnome.org #341306: nm-vpn-properties crashes on startup
2186fd
	o Gnome.org #341263: Version 0.6.2-0ubuntu5 crashes on nm_device_802_11_wireless_get_type
2186fd
	o Gnome.org #341297: displays repeated keyring dialogs on resume from suspend
2186fd
	o Gnome.org #342400: Building libnm-util --without-gcrypt results in linker error
2186fd
	o Gnome.org #342398: Eleminate Gnome dependency for NetworkManager
2186fd
	o Gnome.org #336532: declaration of 'link' shadows a global declaration
2186fd
- Specfile fixes (#rh187489#)
2186fd
2186fd
* Sun May 21 2006 Dan Williams <dcbw@redhat.com> - 0.7.0-0.cvs20060521
2186fd
- Update to latest CVS
2186fd
- Drop special-case-madwifi.patch, since WEXT code is in madwifi-ng trunk now
2186fd
2186fd
* Fri May 19 2006 Bill Nottingham <notting@redhat.com> - 0.6.2-3.fc6
2186fd
- use the same 0.6.2 tarball as FC5, so we have the same VPN interface
2186fd
  (did he fire ten args, or only nine?)
2186fd
2186fd
* Thu Apr 27 2006 Jeremy Katz <katzj@redhat.com> - 0.6.2-2.fc6
2186fd
- use the hal device type instead of poking via ioctl so that wireless 
2186fd
  devices are properly detected even if the kill switch has been used
2186fd
2186fd
* Thu Mar 30 2006 Dan Williams <dcbw@redhat.com> - 0.6.2-1
2186fd
- Update to 0.6.2:
2186fd
	* Fix various WPA-related bugs
2186fd
	* Clean up leaks
2186fd
	* Increased DHCP timeout to account for slow DHCP servers, or STP-enabled
2186fd
		switches
2186fd
	* Allow applet to reconnect on dbus restarts
2186fd
	* Add "Dynamic WEP" support
2186fd
	* Allow hiding of password/key entry text
2186fd
	* More responsive connection switching
2186fd
2186fd
* Tue Mar 14 2006 Peter Jones <pjones@redhat.com> - 0.6.0-3
2186fd
- Fix device bringup on resume
2186fd
2186fd
* Mon Mar  6 2006 Dan Williams <dcbw@redhat.com> 0.6.0-2
2186fd
- Don't let wpa_supplicant perform scanning with non-WPA drivers
2186fd
2186fd
* Mon Mar  6 2006 Dan Williams <dcbw@redhat.com> 0.6.0-1
2186fd
- Update to 0.6.0 release
2186fd
- Move autostart file to /usr/share/gnome/autostart
2186fd
2186fd
* Thu Mar  2 2006 Jeremy Katz <katzj@redhat.com> - 0.5.1-18.cvs20060302
2186fd
- updated cvs snapshot.  seems to make airo much less neurotic
2186fd
2186fd
* Thu Mar  2 2006 Christopher Aillon <caillon@redhat.com>
2186fd
- Move the unversioned libnm_glib.so to the -devel package
2186fd
2186fd
* Wed Mar  1 2006 Dan Williams <dcbw@redhat.com> 0.5.1-18.cvs20060301
2186fd
- Fix VPN-related crash
2186fd
- Fix issue where NM would refuse to activate a VPN connection once it had timed out
2186fd
- Log wpa_supplicant output for better debugging
2186fd
2186fd
* Tue Feb 28 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-17.cvs20060228
2186fd
- Tweak three-scan-prune.patch
2186fd
2186fd
* Mon Feb 27 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-16.cvs20060227
2186fd
- Don't prune networks until they've gone MIA for three scans, not one.
2186fd
2186fd
* Mon Feb 27 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-15.cvs20060227
2186fd
- Update snapshot, which fixes up the libnotify stuff.
2186fd
2186fd
* Fri Feb 24 2006 Dan Williams <dcbw@redhat.coM> 0.5.1-14.cvs20060221
2186fd
- Move libnotify requires to NetworkManager-gnome, not core NM package
2186fd
2186fd
* Tue Feb 21 2006 Dan Williams <dcbw@redhat.com> 0.5.1-13.cvs20060221
2186fd
- Add BuildRequires: libnl-devel (#rh179438#)
2186fd
- Fix libnm_glib to not clobber an application's existing dbus connection
2186fd
	(#rh177546#, gnome.org #326572)
2186fd
- libnotify support
2186fd
- AP compatibility fixes
2186fd
2186fd
* Mon Feb 13 2006 Dan Williams <dcbw@redhat.com> 0.5.1-12.cvs20060213
2186fd
- Minor bug fixes
2186fd
- Update to VPN dbus API for passing user-defined routes to vpn service
2186fd
2186fd
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-11.cvs20060205
2186fd
- Rebuild
2186fd
2186fd
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.5.1-10.cvs20060205.1
2186fd
- rebuilt for new gcc4.1 snapshot and glibc changes
2186fd
2186fd
* Sun Feb  5 2006 Dan Williams <dcbw@redhat.com> 0.5.1-10.cvs20060205
2186fd
- Workarounds for madwifi/Atheros cards
2186fd
- Do better with non-SSID-broadcasting access points
2186fd
- Fix hangs when access points change settings
2186fd
2186fd
* Thu Feb  2 2006 Dan Williams <dcbw@redhat.com> 0.5.1-9.cvs20060202
2186fd
- Own /var/run/NetworkManager, fix SELinux issues
2186fd
2186fd
* Tue Jan 31 2006 Dan Williams <dcbw@redhat.com> 0.5.1-8.cvs20060131
2186fd
- Switch to autostarting the applet instead of having it be session-managed
2186fd
- Work better with non-broadcasting access points
2186fd
- Add more manufacturer default SSIDs to the blacklist
2186fd
2186fd
* Tue Jan 31 2006 Dan Williams <dcbw@redhat.com> 0.5.1-7.cvs20060131
2186fd
- Longer association timeout
2186fd
- Fix some SELinux issues
2186fd
- General bug and cosmetic fixes
2186fd
2186fd
* Fri Jan 27 2006 Dan Williams <dcbw@redhat.com> 0.5.1-6.cvs20060127
2186fd
- Snapshot from CVS
2186fd
- WPA Support!  Woohoo!
2186fd
2186fd
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2186fd
- rebuilt
2186fd
2186fd
* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.5.1-5
2186fd
- rebuild for new dbus
2186fd
2186fd
* Fri Nov 18 2005 Peter Jones <pjones@redhat.com> - 0.5.1-4
2186fd
- Don't kill the network connection when you upgrade the package.
2186fd
2186fd
* Fri Oct 21 2005 Christopher Aillon <caillon@redhat.com> - 0.5.1-3
2186fd
- Split out the -glib subpackage to have a -glib-devel package as well
2186fd
- Add epoch to version requirements for bind and wireless-tools
2186fd
- Update URL of project
2186fd
2186fd
* Wed Oct 19 2005 Christopher Aillon <caillon@redhat.com> - 0.5.1-2
2186fd
- NetworkManager 0.5.1
2186fd
2186fd
* Mon Oct 17 2005 Christopher Aillon <caillon@redhat.com> - 0.5.0-2
2186fd
- NetworkManager 0.5.0
2186fd
2186fd
* Mon Oct 10 2005 Dan Williams <dcbw@redaht.com> - 0.4.1-5.cvs20051010
2186fd
- Fix automatic wireless connections
2186fd
- Remove usage of NMLoadModules callout, no longer needed
2186fd
- Try to fix deadlock when menu is down and keyring dialog pops up
2186fd
2186fd
* Sun Oct 09 2005 Dan Williams <dcbw@redhat.com> - 0.4.1-4.cvs20051009
2186fd
- Update to latest CVS
2186fd
	o Integrate connection progress with applet icon (Chris Aillon)
2186fd
	o More information in "Connection Information" dialog (Robert Love)
2186fd
	o Shorten time taken to sleep
2186fd
	o Make applet icon wireless strength levels a bit more realistic
2186fd
	o Talk to named using DBUS rather than spawning our own
2186fd
		- You need to add "-D" to the OPTIONS line in /etc/sysconfig/named
2186fd
		- You need to set named to start as a service on startup
2186fd
2186fd
* Thu Sep 22 2005 Dan Williams <dcbw@redhat.com> - 0.4.1-3.cvs20050922
2186fd
- Update to current CVS to fix issues with routing table and /sbin/ip
2186fd
2186fd
* Mon Sep 12 2005 Jeremy Katz <katzj@redhat.com> - 0.4.1-2.cvs20050912
2186fd
- update to current CVS and rebuild (workaround for #168120)
2186fd
2186fd
* Fri Aug 19 2005 Dan Williams <dcbw@redhat.com> - 0.4.1-2.cvs20050819
2186fd
- Fix occasional hang in NM caused by the applet
2186fd
2186fd
* Wed Aug 17 2005 Dan Williams <dcbw@redhat.com> - 0.4.1
2186fd
- Update to NetworkManager 0.4.1
2186fd
2186fd
* Tue Aug 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-36.cvs20050811
2186fd
- Rebuild against new cairo/gtk
2186fd
2186fd
* Thu Aug 11 2005 Dan Williams <dcbw@redhat.com> - 0.4-35.cvs20050811
2186fd
- Update to latest CVS
2186fd
	o Use DHCP server address as gateway address if the DHCP server doesn't give
2186fd
		us a gateway address #rh165698#
2186fd
	o Fixes to the applet (Robert Love)
2186fd
	o Better caching of information in the applet (Bill Moss)
2186fd
	o Generate automatic suggested Ad-Hoc network name from machine's hostname
2186fd
		(Robert Love)
2186fd
	o Update all network information on successfull connect, not just 
2186fd
		authentication method
2186fd
2186fd
* Fri Jul 29 2005 Ray Strode  <rstrode@redhat.com> - 0.4-34.cvs20050729
2186fd
- Update to latest CVS to get fix for bug 165683.
2186fd
2186fd
* Mon Jul 11 2005 Dan Williams <dcbw@redhat.com> - 0.4-34.cvs20050629
2186fd
- Move pkgconfig file to devel package (#162316, thanks to Michael Schwendt)
2186fd
2186fd
* Wed Jun 29 2005 David Zeuthen <davidz@redhat.com> - 0.4-33.cvs20050629
2186fd
- Update to latest CVS to get latest VPN interface settings to satisfy
2186fd
  BuildReq for NetworkManager-vpnc in Fedora Extras Development
2186fd
- Latest CVS also contains various bug- and UI-fixes
2186fd
2186fd
* Fri Jun 17 2005 Dan Williams <dcbw@redhat.com> - 0.4-32.cvs20050617
2186fd
- Update to latest CVS
2186fd
	o VPN connection import/export capability
2186fd
	o Fix up some menu item names
2186fd
- Move nm-vpn-properties.glade to the gnome subpackage
2186fd
2186fd
* Thu Jun 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-31.cvs20050616
2186fd
- Update to latest CVS
2186fd
	o Clean up wording in Wireless Network Discovery menu
2186fd
	o Robert Love's applet beautify patch
2186fd
2186fd
* Wed Jun 15 2005 Dan Williams <dcbw@redhat.com> - 0.4-30.cvs20050615
2186fd
- Update to latest CVS
2186fd
2186fd
* Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-15.cvs30050404
2186fd
- Fix dispatcher and applet CFLAGS so they gets compiled with FORTIFY_SOURCE
2186fd
2186fd
* Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-14.cvs30050404
2186fd
- Fix segfault in NetworkManagerDispatcher, add an initscript for it
2186fd
2186fd
* Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-13.cvs30050404
2186fd
- Fix condition that may have resulted in DHCP client returning success
2186fd
	when it really timed out
2186fd
2186fd
* Sat May 14 2005 Dan Williams <dcbw@redhat.com> - 0.4-12.cvs20050404
2186fd
- Enable OK button correctly in Passphrase and Other Networks dialogs when
2186fd
	using ASCII or Hex WEP keys
2186fd
2186fd
* Thu May  5 2005 Dan Williams <dcbw@redhat.com> - 0.4-11.cvs20050404
2186fd
- #rh154391# NetworkManager dies on startup (don't force-kill nifd)
2186fd
2186fd
* Wed May  4 2005 Dan Williams <dcbw@redhat.com> - 0.4-10.cvs20050404
2186fd
- Fix leak of a socket in DHCP code
2186fd
2186fd
* Wed May  4 2005 Dan Williams <dcbw@redhat.com> - 0.4-9.cvs20050404
2186fd
- Fix some memory leaks (Tom Parker)
2186fd
- Join to threads rather than spinning for their completion (Tom Parker)
2186fd
- Fix misuse of a g_assert() (Colin Walters)
2186fd
- Fix return checking of an ioctl() (Bill Moss)
2186fd
- Better detection and matching of hidden access points (Bill Moss)
2186fd
- Don't use varargs, and therefore don't crash on PPC (Peter Jones)
2186fd
2186fd
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 0.4-8.cvs20050404
2186fd
- fix build with newer dbus
2186fd
2186fd
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 0.4-7.cvs20050404
2186fd
- silence %%post
2186fd
2186fd
* Mon Apr  4 2005 Dan Williams <dcbw@redhat.com> 0.4-6.cvs20050404
2186fd
- #rh153234# NetworkManager quits/cores just as a connection is made
2186fd
2186fd
* Sat Apr  2 2005 Dan Williams <dcbw@redhat.com> 0.4-5.cvs20050402
2186fd
- Update from latest CVS HEAD
2186fd
2186fd
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 0.4-4.cvs20050315
2186fd
- Update the GTK+ theme icon cache on (un)install
2186fd
2186fd
* Tue Mar 15 2005 Ray Strode <rstrode@redhat.com> 0.4-3.cvs20050315
2186fd
- Pull from latest CVS HEAD
2186fd
2186fd
* Tue Mar 15 2005 Ray Strode <rstrode@redhat.com> 0.4-2.cvs20050315
2186fd
- Upload new source tarball (woops)
2186fd
2186fd
* Tue Mar 15 2005 Ray Strode <rstrode@redhat.com> 0.4-1.cvs20050315
2186fd
- Pull from latest CVS HEAD (hopefully works again)
2186fd
2186fd
* Mon Mar  7 2005 Ray Strode <rstrode@redhat.com> 0.4-1.cvs20050307
2186fd
- Pull from latest CVS HEAD
2186fd
- Commit broken NetworkManager to satisfy to dbus dependency
2186fd
2186fd
* Fri Mar  4 2005 Dan Williams <dcbw@redhat.com> 0.3.4-1.cvs20050304
2186fd
- Pull from latest CVS HEAD
2186fd
- Rebuild for gcc 4.0
2186fd
2186fd
* Tue Feb 22 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050222
2186fd
- Update from CVS
2186fd
2186fd
* Mon Feb 14 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050214.x.1
2186fd
- Fix free of invalid pointer for multiple search domains
2186fd
2186fd
* Mon Feb 14 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050214
2186fd
- Never automatically choose a device that doesn't support carrier detection
2186fd
- Add right-click menu to applet, can now "Pause/Resume" scanning through it
2186fd
- Fix DHCP Renew/Rebind timeouts
2186fd
- Fix frequency cycling problem on some cards, even when scanning was off
2186fd
- Play better with IPv6
2186fd
- Don't send kernel version in DHCP packets, and ensure DHCP packets are at
2186fd
	least 300 bytes in length to work around broken router
2186fd
- New DHCP options D-BUS API by Dan Reed
2186fd
- Handle multiple domain search options in DHCP responses
2186fd
2186fd
* Wed Feb  2 2005 Dan Williams <dcbw@redhat.com> 0.3.3-1.cvs20050202
2186fd
- Display wireless network name in applet tooltip
2186fd
- Hopefully fix double-default-route problem
2186fd
- Write out valid resolv.conf when we exit
2186fd
- Make multi-domain search options work
2186fd
- Rework signal strength code to be WEXT conformant, if strength is
2186fd
	still wierd then its 95% surely a driver problem
2186fd
- Fix annoying instances of suddenly dropping and reactivating a
2186fd
	wireless device (Cisco cards were worst offenders here)
2186fd
- Fix some instances of NetworkManager not remembering your WEP key
2186fd
- Fix some races between NetworkManager and NetworkManagerInfo where
2186fd
	NetworkManager wouldn't recognize changes in the allowed list
2186fd
- Don't shove Ad-Hoc Access Point MAC addresses into GConf
2186fd
2186fd
* Tue Jan 25 2005 Dan Williams <dcbw@redhat.com> 0.3.3-1.cvs20050125
2186fd
- Play nice with dbus 0.23
2186fd
- Update our list of Allowed Wireless Networks more quickly
2186fd
2186fd
* Mon Jan 24 2005 Dan Williams <dcbw@redhat.com> 0.3.3-1.cvs20050124
2186fd
- Update to latest CVS
2186fd
- Make sure we start as late as possible so that we ensure dbus & HAL
2186fd
	are already around
2186fd
- Fix race in initial device activation
2186fd
2186fd
* Mon Jan 24 2005 Than Ngo <than@redhat.com> 0.3.3-1.cvs20050112.4
2186fd
- rebuilt against new wireless tool
2186fd
2186fd
* Fri Jan 21 2005 <dcbw@redhat.com> - 0.3.3-1.cvs20050118
2186fd
- Fix issue where NM wouldn't recognize that access points were
2186fd
	encrypted, and then would try to connect without encryption
2186fd
- Refine packaging to put client library in separate package
2186fd
- Remove bind+caching-nameserver dep for FC-3, use 'nscd -i hosts'
2186fd
	instead.  DNS queries may timeout now right after device
2186fd
	activation due to this change.
2186fd
2186fd
* Wed Jan 12 2005 <dcbw@redhat.com> - 0.3.3-1.cvs20050112
2186fd
- Update to latest CVS
2186fd
- Fixes to DHCP code
2186fd
- Link-Local (ZeroConf/Rendezvous) support
2186fd
- Use bind in "caching-nameserver" mode to work around stupidity
2186fd
	in glibc's resolver library not recognizing resolv.conf changes
2186fd
- #rh144818# Clean up the specfile (Patch from Matthias Saou)
2186fd
- Ad-Hoc mode support with Link-Local addressing only (for now)
2186fd
- Fixes for device activation race conditions
2186fd
- Wireless scanning in separate thread
2186fd
2186fd
* Wed Dec  8 2004 <dcbw@redhat.com> - 0.3.2-4.3.cvs20041208
2186fd
- Update to CVS
2186fd
- Updates to link detection, DHCP code
2186fd
- Remove NMLaunchHelper so we start up faster and don't
2186fd
	block for a connection.  This means services that depend
2186fd
	on the network may fail if they start right after NM
2186fd
- Make sure DHCP renew/rebinding works
2186fd
2186fd
* Wed Nov 17 2004 <dcbw@redhat.com> - 0.3.2-3.cvs20041117
2186fd
- Update to CVS
2186fd
- Fixes to link detection
2186fd
- Better detection of non-ESSID-broadcasting access points
2186fd
- Don't dialog-spam the user if a connection fails
2186fd
2186fd
* Thu Nov 11 2004 <dcbw@redhat.com> - 0.3.2-2.cvs20041115
2186fd
- Update to CVS
2186fd
- Much better link detection, works with Open System authentication
2186fd
- Blacklist wireless cards rather than whitelisting them
2186fd
2186fd
* Fri Oct 29 2004 <dcbw@redhat.com> - 0.3.2-2.cvs20041029
2186fd
- #rh134893# NetworkManagerInfo and the panel-icon life-cycle
2186fd
- #rh134895# Status icon should hide when in Wired-only mode
2186fd
- #rh134896# Icon code needs rewrite
2186fd
- #rh134897# "Other Networks..." dialog needs implementing
2186fd
- #rh135055# Menu highlights incorrectly in NM
2186fd
- #rh135648# segfault with cipsec0
2186fd
- #rh135722# NetworkManager will not allow zaurus to sync via usb0
2186fd
- #rh135999# NetworkManager-0.3.1 will not connect to 128 wep
2186fd
- #rh136866# applet needs tooltips
2186fd
- #rh137047# lots of applets, yay!
2186fd
- #rh137341# Network Manager dies after disconnecting from wired network second time
2186fd
- Better checking for wireless devices
2186fd
- Fix some memleaks
2186fd
- Fix issues with dhclient declining an offered address
2186fd
- Fix an activation thread deadlock
2186fd
- More accurately detect "Other wireless networks" that are encrypted
2186fd
- Don't bring devices down as much, won't hotplug-spam as much anymore
2186fd
	about firmware
2186fd
- Add a "network not found" dialog when the user chooses a network that could
2186fd
	not be connected to
2186fd
2186fd
* Tue Oct 26 2004 <dcbw@redhat.com> - 0.3.1-2
2186fd
- Fix escaping of ESSIDs in gconf
2186fd
2186fd
* Tue Oct 19 2004  <jrb@redhat.com> - 0.3.1-1
2186fd
- minor point release to improve error handling and translations
2186fd
2186fd
* Fri Oct 15 2004 Dan Williams <dcbw@redhat.com> 0.3-1
2186fd
- Update from CVS, version 0.3
2186fd
2186fd
* Tue Oct 12 2004 Dan Williams <dcbw@redhat.com> 0.2-4
2186fd
- Update from CVS
2186fd
- Improvements:
2186fd
	o Better link checking on wireless cards
2186fd
	o Panel applet now a Notification Area icon
2186fd
	o Static IP configuration support
2186fd
2186fd
* Mon Sep 13 2004 Dan Williams <dcbw@redhat.com> 0.2-3
2186fd
- Update from CVS
2186fd
2186fd
* Sat Sep 11 2004 Dan Williams <dcbw@redhat.com> 0.2-2
2186fd
- Require gnome-panel, not gnome-panel-devel
2186fd
- Turn off by default
2186fd
2186fd
* Thu Aug 26 2004 Dan Williams <dcbw@redhat.com> 0.2-1
2186fd
- Update to 0.2
2186fd
2186fd
* Thu Aug 26 2004 Florian La Roche <Florian.LaRoche@redhat.de>
2186fd
- spec-changes to req glib2 instead of glib
2186fd
2186fd
* Fri Aug 20 2004 Dan Williams <dcbw@redhat.com> 0.1-3
2186fd
- First public release