Changelog for
libnm0-1.6.2-304.1.x86_64.rpm :
Wed Feb 15 13:00:00 2017 dimstarAATTopensuse.org
- Update to version 1.6.2:
+ Fixed build warnings with GCC 7.
+ Multiple bug fixes in NetworkManager, nmcli and nm-online
including several crashes.
Fri Jan 27 13:00:00 2017 dimstarAATTopensuse.org
- Update to version 1.6.0:
+ No further changes since rc2 (1.5.91).
Tue Jan 24 13:00:00 2017 dimstarAATTopensuse.org
- Update to version 1.5.91:
+ Bugs fixed: bgo#777402, rh#1406454, rh#1414186.
Wed Jan 18 13:00:00 2017 dimstarAATTopensuse.org
- Update to version 1.5.90:
+ Avoid reading the permanent MAC address before the device is
initialized by UDEV. This avoids a race where NetworkManager
might detect the MAC address of the wrong interface.
+ Fixed race conditions when renaming interfaces, for example as
done by UDEV for persistent interface naming. This could cause
detecting devices as the wrong hardware type.
+ Added initial support for PKCS#11 tokens with 802.1x
authentication.
+ The stable-addressing for MAC address randomization and RFC7217
IPv6 stable privacy addressing can now be more flexibly
configured using dynamic randomization seeds in
\"connection.stable-id\".
+ Added support for managing the MACsec links. Requires support
in wpa_supplicant (version newer than 2.6).
+ When the master of Team, Bridge and Bond devices is specified
as a connection UUID, the ifcfg-rh plugin now writes the master
connection\'s interface name into the ifcfg file for improved
compatibility with the legacy network service.
+ Improve handling of MTU by resetting the previous MTU when the
device deactivates and reset the MTU to a defined value on
activation.
+ Improve tracking of parent devices for dependend devices like
ip-tunnels, MACVLAN, VETH, VLAN, and VXLAN.
+ Many bug fixes and improvements.
Sat Dec 17 13:00:00 2016 dimstarAATTopensuse.org
- Update to version 1.5.3:
+ The cloned.mac-address property can now be used with Bond and
Bridge devices.
+ The ifcfg parsing code has been reworked for better
compatibility with actual shell variable files.
+ The ipv6.method=shared is now supported, utilizing DHCPv6
Prefix Delegation option to obtain prefixes for the interface.
+ nmtui now supports creating and editing IP tunnel connections.
+ The libnm client library now uses the D-Bus ObjectManager API
that allows for quicker initialization of the clients.
+ nmtui now utilizes the asynchronous libnm client API to
paralellize communication with the daemon, reducing the client
startup time.
+ Ethernet devices now use \"802-3.speed\" and \"802-3.duplex\"
properties to allow controlling overriding the negotiated link
parameters.
+ Order in which IP addresses are configured is now preserved so
that primary address is selected correctly.
+ The PPP manager can now be split into a separate package.
+ Details of the DNS information obtained from the connections is
now exposed on the D-Bus and can be inspected with nmcli.
+ Added the support for DHCPV6_HOSTNAME and DHCPV6_SEND_HOSTNAME
keys in ifcfg files that control \"dhcp-hostname\" and
\"dhcp-send-hostname\" properties of the \"ipv6\" setting.
- Add python-gobject BuildRequires: needed in order to build the
settings documentation.
Sat Dec 17 13:00:00 2016 dimstarAATTopensuse.org
- Update to version 1.5.2:
+ Introduced Vala bindings for libnm.
+ NetworkManager would now keep most connections up on shutdown
(except Wi-Fi connections, VPN connections and other kinds that
can\'t be assumed on startup)
+ The checkpoint/restore connection can now also remove new
connections and disconnect devices that were activated since
the checkpoint was taken.
+ The configuration is now read from /run/NetworkManager/conf.d
as well. This is useful for handing over configuration
discovered on system startup to NetworkManager.
+ New connection.autoconnect_retries property that allows
fine-tuning the autoconnect behavior.
+ Support for configuration and discovery of Web Proxy settings
with PacRunner service.
+ Support for systemd-resolved local DNS forwarder backend.
+ Fix emission of NM-style PropertiesChanged signals and
deprecate them for PropertiesChanged on
\"org.freedesktop.DBus.Properties\" interface.
+ Change the meaning of unset \"cloned-mac-address\" settings from
\"permanent\" to \"preserve\". This changes the default value and
affects existing connections during upgrade that did not
explicitly configure cloned-mac-address. This has the effect
that externally configured MAC addresses are preserved by
default instead of setting the permanent address (bgo#770611).
Fri Dec 16 13:00:00 2016 zaitorAATTopensuse.org
- Update to version 1.4.4:
+ Order in which IP addresses are configured is now preserved so
that primary address is selected correctly.
+ Don\'t deconfigure devices we can take over on shutdown. Makes
it possible to restart without connection disruption for most
device types.
+ Avoid reading the permanent MAC address before the device is
initialized by UDEV. This avoids a race where NetworkManager
might detect the MAC address of the wrong interface.
+ Fixed race condition when renaming interfaces, for example as
done by UDEV for persistent interface naming. This could cause
detecting a Wi-Fi interface as ethernet.
+ Fixed a race condition in libnm that could cause a client hang
if a last value from a property of object array type
disappeared.
+ Fixed a possible nmcli hang on D-Bus object fetch failure.
+ Other fixes and improvements.
Fri Sep 30 14:00:00 2016 zaitorAATTopensuse.org
- Update to version 1.4.2:
+ Fixed emission of NM-style PropertiesChanged signals and
deprecated them for PropertiesChanged on
\"org.freedesktop.DBus.Properties\" interface.
+ Fixed race condition in the communication between
NetworkManager and the DHCP helper which caused loss of events.
+ Added workaround for failures in changing MAC address with some
wireless drivers.
+ Improved bash autocompletion.
+ Restored check on JSON syntax when built with Jansson support.
+ Fixed a regression in the serialization of empty
\"cloned-mac-address\" property in libnm.
+ Other fixes and improvements.
- Drop NetworkManager-fix-broadcom-wifi.patch: Fixed upstream.
Sun Sep 18 14:00:00 2016 zaitorAATTopensuse.org
- Add even more commits to really fix bgo#770456 to
NetworkManager-fix-broadcom-wifi.patch.
Tue Aug 30 14:00:00 2016 zaitorAATTopensuse.org
- Add NetworkManager-fix-broadcom-wifi.patch: Broadcom driver does
not support the random mac addr introduced. This patch works
around the problem (bgo#770456).
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
Sun Aug 28 14:00:00 2016 dimstarAATTopensuse.org
- Update to version 1.4.0:
+ The MAC address assigned to a device can now be set according
to different policies: preserve, permanent, random, stable.
+ NetworkManager now waits for IPv6 DAD to terminate before
completing the activation.
+ Added support for setting IPv6 tokenized interface identifiers
through the \'ipv6.token\' connection property.
+ Added a \'Reload\' D-Bus method to reload configuration and
reapply DNS configuration.
+ Added ability to create a configuration checkpoints and rolling
back changes after a timeout.
+ NetworkManager now follows symlinks when accessing resolv.conf
and rc-manager is set to \'file\'.
+ Added support for oFono as modem manager.
+ The devices now exposes counters of transferred data.
+ The \'may-fail\' property of ipv4 and ipv6 settings is now
respected more accurately.
+ The timeout for requests of secrets to agents has been
increased from 25 to 120 seconds.
+ Name servers passed to dnsmasq now specify an egress interface
to avoid problems with multiple active connections.
+ Reverse DNS entries for IPv6 are now added to dnsmasq, and IPv4
reverse entries now honor the network prefix.
+ A new \'dns-priority\' property of ipv4 and ipv6 settings can be
used to tweak the order of servers in resolv.conf when multiple
connections are active.
+ configure script accepts --enable-{address,undefined}-sanitizer
options to build NetworkManager with GCC sanitizers.
+ The default resolv.conf manager can now be specified at build
time using the --with-config-dns-rc-manager-default configure
option.
+ NetworkManager is now compiled with --gc-sections to reduce
executable size.
+ Added a new \'VPN_PLUGIN\' logging domain.
+ It is now possible to change the configuration currently
applied on a device with \'nmcli device modify\' and \'nmcli
device reapply\'.
+ nmcli invoked without parameters shows an overview of the
current network configuration.
+ The \'nmcli connection add\' syntax has been extended and is now
possible to pass properties (e.g. \'ipv4.dns\') along with
aliases.
+ nmtui now returns to initial menu after a sub-form exits.
+ Improved bash autocompletion for nmcli.
+ Now devices are disconnected before the system suspends,
executing dispatcher scripts. This allows external applications
to be notified of the change in connectivity.
+ Dispatcher scripts are now called also when connectivity status
changes.
+ Many other fixes and improvements.
- Pass --with-config-dns-rc-manager-default=netconfig to configure:
ensure to use netconfig, which is SUSE\'s default.
- Replace pgkconfig(systemd) BuildRequires with
pkgconfig(libsystemd), following upstream.
- Rebase systemd-network-config.patch.
Tue Jul 19 14:00:00 2016 zaitorAATTopensuse.org
- Update to version 1.2.2:
+ The dnsmasq DNS management mode now uses D-Bus API of dnsmasq
to make signal nameserver changes.
+ Hostname is now correctly read on Slackware.
+ IPv6 addresses for default wired connections now stay stable.
+ Reading portname on s390 systems on 4.4 kernels and newer has
been corrected.
+ nmcli no longer warns about version mismatches.
+ Improved developer documentations.
+ Multiple minor bugfixes.
+ Updated translations.
Tue Jul 19 14:00:00 2016 dimstarAATTopensuse.org
- Update to version 1.2.0:
+ Bugs fixed: bgo#764750, bgo#764955, bgo#764956, bgo#765225,
rh#1325752.
- Changes from version 1.1.94 (1.2-rc2):
+ Bugs fixed: bgo#764839, bgo#764690, rh#1324895.
- Add post/postun scritlets for libnm0.
Tue Jul 19 14:00:00 2016 dimstarAATTopensuse.org
- Update to version 1.1.93 (1.2-rc1):
+ Bugs fixed: bgo#761389, bgo#763236, bgo#764317, bgo#764332,
bgo#764398, bgo#764402, bgo#764483, bgo#764606, rh#1299103.
+ Updated translations.
- Changes from version 1.1.92:
+ Added an option to enable the old-fashioned /etc/resolv.conf
handling (using a symlink).
+ NetworkManager now checks the connection data from client for
validity and gracefully handles unknown properties in client.
This improves interoperability between the server and clients
of different versions.
+ The activation of a VLAN device with a virtual parent that is
inactive now results in a parent being activated first.
+ The server name used with 802.1x authentication can now be
constrained to a particular domain suffix (CVE-2006-7246).
- Drop (presumably) no longer needed patches:
+ nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff
+ nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff
Tue Jul 19 14:00:00 2016 dimstarAATTopensuse.org
- Update to version 1.1.91:
+ Added support for detecting duplicate IPv4 addresses, with a
timeout configurable through the ipv4.dad-timeout connection
property.
+ Fixed a race condition that could potentially lead to
unauthorized access to connection secrets (CVE-2016-0764).
+ dnsmasq configuration for shared connections can now be
extended by placing custom files in
/etc/NetworkManager/dnsmasq-shared.d/.
+ Generic devices are no longer assumed unless explicitly
requested by user.
+ The reorder-header VLAN flag setting is now honored; to keep
backwards compatibility in behavior, an existing REORDER_HDR=0
ifcfg-rh key is ignored; the flag must be disabled with
VLAN_FLAGS=NO_REORDER_HDR.
+ Fair amount of bugs was fixed and robustness was generally
improved.
- Rebase systemd-network-config.patch.
Tue Jul 19 14:00:00 2016 dimstarAATTopensuse.org
- Update to version 1.1.90:
+ Added an option to enable use of random MAC addresses for Wi-Fi
access point scanning (defaults to disabled). Controlled with
\'wifi.mac-address-randomization\' property
(MAC_ADDRESS_RANDOMIZATION key in ifcfg files).
+ Wi-Fi scanning now utilizes wpa_supplicant\'s AP list.
+ Added support for Wi-Fi powersave, configured with POWERSAVE
key in ifcfg files.
+ Added support for creation of more types of software devices:
tun & tap, maxvlan, vxlan and ip tunnels (ipip, gre, sit,
isatap, vti, ip6ip6, ipip6, ip6gre and vti6).
+ The software devices (bond, bridge, vlan, team, ...) can now be
stacked arbitrarily. The nmcli interface for creating
master-slave relationships has been significantly improved by
the use of \'master\' argument to all link types.
+ RFC7217 stable privacy addressing is now used by default to
protect from address-based host tracking. The IPv6 addressing
mode is configured with IPV6_ADDR_GEN_MODE key in ifcfg files.
+ Improved route management code to avoid clashes between
conflicting routes in multiple connections.
+ Refactored platform code resulting in more robust interface to
platform, less overhead and reduced memory footprint.
+ Improved interoperability with other network management tools.
The externally created software devices are not managed until
they\'re activated.
+ The Device instances now exist for all software connections and
the platform devices are now only created when the device is
activated. This makes it possible for connections with device
of same name not to clash unless they\'re activated
concurrently. The links are now not unnecessarily present
unless the connection is active, avoiding pollution of the link
name space.
+ NetworkManager now correctly manages connectivity in
namespace-based containers such as LXC and Docker.
+ Support for configuring ethernet Wake-On-Lan has been added.
+ Added LLDP listener functionality and related CLI client
commands. Enabled via LLDP option in ifcfg files.
+ CLI secret agent has been extended with support for VPN
secrets.
+ The command line client now utilizes colors for its output.
+ The command line client now sorts the devices and properties
for better clarity.
+ Numerous impovement to Bash command completion for nmcli.
+ NetworkManager relies on less external libraries. The use of
dbus-glib has been replaced with gio\'s native D-Bus support and
libnl-route is no longer used.
+ Dependency on avahi-autoipd has been dropped. Native IPv4
link-local addressing configuration based on systemd network
library is now used instead.
+ Hostname is now managed via systemd-hostnamed on systemd-based
systems.
+ Management of resolv.conf management can be changed at runtime,
private resolv.conf is always written in /run.
+ DNS options in resolv.conf are now honored.
+ Updated version of systemd network library used for internal
DHCP and IPv4 link-local support.
+ Support for event logging via audit subsystem has been added.
+ Support for native logging via systemd-journald has been added
taking advantage of its structured logging.
+ Live reconfiguration in IP configuration after changing the
settings without reactivation of the device with \"nmcli device
reapply\" command and via D-Bus API.
+ The API for VPN plugins now supports multiple simultaneous
connections. Most popular VPN plugins have been updated to
support this functionality.
+ The libnm library now provides API to access VPN service
definitions.
+ Fair amount of bugs was fixed and robustness was generally
improved.
+ New DHCP_FQDN key in ifcfg files to configure the full FQDN to
be sent to the DHCP servers.
+ Added multicast_snooping option to BRIDGING_OPTS ifcfg key.
- Pass --enable-gtk-doc to configure: needed to have the man pages
built.
- Remove --enable-ifcfg-suse configure parameter: the ifcfg-suse
plugin has been deprecated.
- Add perl(YAML) BuildRequires: dependency to build the
documentation.
- Rebased systemd-network-config.patch.
- Drop NetworkManager-geoclue-interaction.patch: the patch has side
effects when geoclue itself is not installed.
- Drop NetworkManager-openvpn-route-configuration.patch: no longer
required.
- Drop nm-ppp-manager-clear-ppp_watch_id.patch and
nm-update-ip_iface-only-if-IP-interface-exists.patch: fixed
upstream.
- No longer recommend avahi-autoipd: the functionality is no longer
needed.
- Flip with_cacert_patch off (set to 0): patch needs rebase.
Mon Jul 18 14:00:00 2016 sckangAATTsuse.com
- Modify nm-probe-radius-server-cert.patch: Make sure the \"Apply\"
button in Wifi configuration page of gnome-control-center is
clickable (bsc#985332).
Mon May 30 14:00:00 2016 fcrozatAATTsuse.com
- Move provides NetworkManager(cacert-patch) to libnm-util2, to
ensure gnome-control-center doesn\'t hard requires NetworkManager.
Fri Apr 8 14:00:00 2016 sckangAATTsuse.com
- Update to version 1.0.12 (FATE#318572)
- drop nm-core-fix-crash-during-Wi-Fi-rescan-by-emitting-NM_DE.patch
contained in version 0.9.9.1.
- Rebase NetworkManager-geoclue-interaction.patch
- Rebase nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff
- Rebase nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff
- Rebase systemd-network-config.patch
- Rebase nm-probe-radius-server-cert.patch
Tue Apr 5 14:00:00 2016 sckangAATTsuse.com
- nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff
rebased.
Sat Apr 2 14:00:00 2016 badshah400AATTgmail.com
_ Update to version 1.0.12:
+ DHCP leases on software devices are now renewed when the
computer is awoken from suspend.
+ Improved ifupdown plugin robustness and interoperability on
Yocto and OpenEmbedded.
+ Fixed failed VPN activations when plugin supports interactive
mode, but the VPN daemon does not.
+ Wi-Fi monitor interfaces are now ignored, not turned into
managed mode.
+ AP and AdHoc mode connections with manual IP configuration are
now able to autoconnect.
+ Broken device drivers (AWS ENI) that initially have invalid
MAC addresses are now properly managed as soon as correct MAC
address is set.
+ WWAN devices are unlocked a bit earlier so that supported IP
versions can be queried.
+ The NetworkManager.service was ordered after
network-pre.target and dbus.service. This ensures
NetworkManager doesn\'t set up connectivity before firewall
rules are in place and wouldn\'t exit before remote filesystems
can be umounted ensuring orderly operation of systemd managed
installations.
+ The netfilter rules used with shared IPv4 method are now
removed on exit.
+ Ability to manage USB gadget drivers (UDC side) has beed
added.
+ Infiniband transport mode change now takes place with the link
set down because some drivers need that.
+ Race conditions that could disclose connection secrets to
authenticated local users when changing ifcfg and keyfile
connections have been fixed. This has security impact of low
severity (CVE-2016-0764).
+ A handful of memory leak and crasher bugs of minor importance
have been fixed.
- Drop patches incorporated upstream:
- NetworkManager-openvpn-route-configuration.patch.
- nm-ppp-manager-clear-ppp_watch_id.patch.
- nm-update-ip_iface-only-if-IP-interface-exists.patch.
- Rebase systemd-network-config.patch for updated version.
Fri Apr 1 14:00:00 2016 sckangAATTsuse.com
- nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff
rebased.
Sun Mar 13 13:00:00 2016 badshah400AATTgmail.com
- Split out a NetworkManager-branding-upstream subpackage that
installs the default upstream version of the
/etc/NetworkManager/NetworkManager.conf file.
- Add Requires: NetworkManager-branding to main package.
Wed Jan 6 13:00:00 2016 zaitorAATTopensuse.org
- Add nm-ppp-manager-clear-ppp_watch_id.patch and
nm-update-ip_iface-only-if-IP-interface-exists.patch: Patches
from upstream git cherrypicked to stable branch from master.
Wed Jan 6 13:00:00 2016 dimstarAATTopensuse.org
- Add NetworkManager-openvpn-route-configuration.patch: Fix routes
not being applied when connecting to openVPN.
Sun Jan 3 13:00:00 2016 damjanovic.ivoAATTgmail.com
- Add explicit pkgconfig(libteam) BuildRequires: force team
connection support.
Wed Dec 23 13:00:00 2015 dimstarAATTopensuse.org
- Update to version 1.0.10:
+ Added support for handling VPN secrets to nmtui and nmcli agent.
+ Fixed a regression that caused NetworkManager to ignore
external deletion of a device with master.
+ Fixed glitches with older versions of glib (prior to 2.36.0).
+ Fixed build with most recent versions of libsoup.
+ Fixed busy retry loop on non-transient errors from
wpa_supplicant.
+ Improvements to testing infrastructure.
+ Updated translations.
Tue Nov 24 13:00:00 2015 zaitorAATTopensuse.org
- Update to version 1.0.8:
+ MTU indicated by a VPN gateway is now properly applied.
+ Fixed MSS setting when MTU changes.
+ The default route is properly restored on device disconnect.
+ Build with older toolchains has been fixed.
+ The team devices can now properly be enslaved to bridges.
+ Failed DHCP attempts for assumed connections are now retried
after a timeout.
+ Default wired connection is now created after udev registers
the device.
+ Support for Bluetooth DUN devices with Bluez 5 has been fixed.
+ The ipv6.ignore-auto-dns property is now properly honored
making it possible to override automatically obtained name
servers.
+ Invalid permanent MAC adddresses as reported by some devices
are now ignored.
+ Device links reported by more recent versions of Linux kernel
that reside in different network namespaces are no longer
confused with links in the namespace NetworkManager runs in.
+ MAC address changes of VLANs enslaved to a bond are now
properly propagated to the master device.
+ Fixed error handling for teaming devices with invalid
configuration.
+ Wi-Fi AP list is now updated correctly after AP mode has been
used.
+ Management of a device is not attempted until the device has
been registered with udev.
+ The error handling for VPN secret agents is now significantly
more robust.
+ Detection of s390 CTC devices now works properly.
+ A GATEWAY property in /etc/sysconfig/network now no longer
affects non-static connections.
+ Added support for IPv6-only VPN connections.
+ The systemd service now uses HUP signal to reload
configuration.
+ Change VLAN default flags to set REORDER_HDR for new
connections.
+ nmtui is now able to ignore automatically configured routes.
+ Numerous bash shell autocompletion fixes for nmcli.
+ Allow setting IPv6 and PPP settings for GSM and CDMA
connections via nmcli.
+ Added support for adding ADSL connections in nmcli.
+ Numerous crash fixes.
+ Updated translations.
- Rebase NetworkManager-geoclue-interaction.patch.
Tue Sep 1 14:00:00 2015 simonAATTsimotek.net
- Update to version 1.0.6:
+ Improved capture portal detection.
+ Default route through WiFi connection is now preferred to
Mobile Broadband if both are available.
+ Expose a flag to determine whether a particular connection is
metered via API and client tools.
+ Add support for locking connections to a channel within a
particular band.
+ Add support for configuring Wake-on-LAN capabilitites.
+ Allow overriding the MTU for team device.
+ Usual pile of bug fixes and robustness improvements.
- Rebase NetworkManager-geoclue-interaction.patch .
Wed Aug 19 14:00:00 2015 dimstarAATTopensuse.org
- Toggle with_cacert_patch to 1: the patch has been rebased.
Tue Aug 18 14:00:00 2015 bastianholstAATTgmx.de
- Change nfs dispatcher-script to be more reliable in mixed ip v4
v6 environments.
Thu Aug 6 14:00:00 2015 glinAATTsuse.com
- Rebase nm-probe-radius-server-cert.patch for 1.0.4 (bsc#938198).
Thu Aug 6 14:00:00 2015 dimstarAATTopensuse.org
- Add explicit pkgconfig(udev) BuildRequires: we need it to define
%{_udevdir}.
Wed Jul 15 14:00:00 2015 dimstarAATTopensuse.org
- Update to version 1.0.4:
+ The MTU setting from an IPv6 neighbor discovery Router
Advertisements is now ignored if applying it would result in
invalid configuration.
+ Some configuration options can now be changed without
restarting the daemon. Notably, this applies to \'dns\',
\'connectivity\' and \'ignore-carrier\' settings.
+ The connection activation was made more robust. If an active
connection is reactivated, the device it\'s active on takes
precedence. If an attempt is made to activate a connection on a
different device than it is active on, the activation proceeds
removing the connection from the active device.
+ The device specifiers in configuration files now support
negation via \'except:\' match.
+ Devices that only have IPv6 link-local address are no longer
assumed to be connected.
+ nmcli now provides hints and tab-completion for enumeration
properties.
+ If the IPv6 interface tokens are set they are honored when
creating an interface identifier for IPv6 addressing.
+ NetworkManager now maintains correct routing configuration when
multiple interfaces are connected to the same network.
+ The management of devices can now be controlled with udev
rules. The veth devices as well as the virtual Ethernet devices
of various virtualization tools (VMWare, VirtualBox, Parallels
Workstation) are now ignored by default.
+ The IPv6 privacy extensions are now enabled by default and
handling of the ip6-privacy sysctl has been improved.
+ Activating a Bond, Bridge or Team device can now optionally
activate the slave connections as well. The behavior is
controlled with \'connection.autoconnect-slaves\' property.
+ The platform support code has been refactored, resulting in
better scalability in large configurations.
+ Changes to network interfaces configuration done outside
NetworkManager are now picked up and exposed to the user via
NetworkManager API and tools.
+ A connection can now optionally leave externally configured
default route in place instead of overriding it. The behavior
is controlled with \'ipv4.never-default\' and
\'ipv6.never-default\' properties.
+ Multiple crasher and memory leak bugs in the daemon were fixed.
+ Multiple bugs that could cause the client tools to hang or
crash were fixed.
+ nmcli allows multiple devices for \'nmcli device
disconnect/delete\'.
+ Firewall zone is added to firewalld for device-based VPN
connections too.
- Toggle with_cacert_patch to 0: the Radius CA patch neeeds to be
reworked. Wrap applying the patch into a with_cacert_patch
condition, to make enabling/disabling a one-stop change.
Wed May 6 14:00:00 2015 dimstarAATTopensuse.org
- Update to version 1.0.2:
+ Wi-Fi devices now indicate support for 2GHz and 5GHz
frequencies.
+ \"nmcli device\" output now indicates physical port ID
+ New config items added to the \'ifcfg-rh\' plugin:
- IPV4_ROUTE_METRIC and IPV6_ROUTE_METRIC.
- DEVTIMEOUT.
- IPADDR and PREFIX are now supported for specifying address
ranges of shared IPv4 connections.
+ Dispatcher scripts now get a CONNECTION_FILENAME variable with
the path to the configuration file for the connection.
+ An example dispatcher script that is able to apply complex
routing rules (such as setting up policy-based routing) for
\'ifcfg-rh\' connections was added to examples/dispatcher/.
+ \'mode\' key of Bond device options property now accepts numeric
values.
+ Connection attempts for devices without carrier on startup now
wait for carrier to appear within a short timeout instead of
failing immediately. This makes system startup more robust.
+ Bridge connectivity is now properly restored on resume from
suspend.
+ The D-Bus name is acquired earlier during the daemon startup.
This makes it possible for the systemd service manager to
optimize the service startup so that services that require
networking are activated sooner contributing to faster system
start up time.
+ A lot of memory leak problems were fixed, resulting in reduced
memory usage. Many of them were discovered as a result of
improvements in use of Valgrind in the testing infrastructure.
+ Management of \'teamd\' daemon instances for Team devices is now
more robust.
+ The \'dnsmasq\' daemon respawns when it terminates and it is
configured for management of DNS resolver configuration.
+ Hostnames that are not fully qualified are no longer sent to a
DHCPv6 server for a dynamic DNS update.
+ Connection UUIDs are now checked for uniqueness when connection
configurations are read.
+ Receipt of a NDP Router Advertisement can no longer lower the
IPv6 hop limit (CVE-2015-2924).
+ Many other bugs were fixed.
+ Updated translations.
Thu Mar 12 13:00:00 2015 dimstarAATTopensuse.org
- Add NetworkManager(cacert-patch) provides: to be toggled to 0
whenever we disable nm-probe-radius-server-cert.patch. Other
packages that consume the ABI introduced by this patch can
specify this as a requirement.
Tue Mar 3 13:00:00 2015 glinAATTsuse.com
- Reabse nm-probe-radius-server-cert.patch
Thu Feb 12 13:00:00 2015 dimstarAATTopensuse.org
- Add rp-pppoe BuildRequires, so configure can autodetect the path
to the pppoe binary.
- Recommend rp-pppoe: the program is needed for NetworkManager to
be able to initiate PPPoE connections (commonly used by ADSL
providers). It is not strictly required to operate NM in most
setups, thus only recommended (boo#903553).
Tue Jan 27 13:00:00 2015 dimstarAATTopensuse.org
- Update to version 1.0:
+ A new \'libnm\' GObject-based client library to replace
libnm-util/libnm-glib:
- IP address, IP route, hardware address, and other properties
are now represented as strings.
- Based on GIO\'s GDBus bindings instead of dbus-glib.
- Uses modern GObject APIs including GAsyncResult and GVariant.
- See https://wiki.gnome.org/Projects/NetworkManager/libnm.
+ Devices and VPN connections now have individual default routes.
Priorities are handled through configurable route metrics.
+ nmcli now supports password requests and PolicyKit
authorizations.
+ A faster, lighter-weight (though less capable) internal DHCP
client has been added and may be selected with the
\"dhcp=internal\" option. It supports fewer DHCP options and
does not yet support DHCPv6.
+ A new \'configure-and-quit=yes\' option has been added for
environments with less dynamic network configuration.
+ When running on 3.17 and later kernels, NetworkManager handles
IPv6LL address assignment to ensure that IPv6 connectivity is
not enabled until intentionally configured by the user.
+ NetworkManager no longer causes the nl80211 kernel module to be
loaded on systems with no Wi-Fi devices.
+ Bluetooth DUN support now works with Bluez 5.x.
+ VPN connections can now persist across link changes and
suspend/resume if their VPN plugin supports this feature.
+ A new \'ibft\' settings plugin has been added to support
firmware-based iBFT/iSCSI configurations. This functionality
has been moved to \'ibft\' from the \'ifcfg-rh\' plugin.
+ IPv6 router advertisement MTUs are now respected.
+ NetworkManager no longer requires polkit libraries at runtime
when Polkit support is enabled, and Polkit can be disabled at
build time too.
+ Automatically created connections are now deleted when their
device goes away.
+ \'nmcli dev connect\' now attemts to create a connection if none
exists.
+ Manually configured static IPv6 configuration is kept even if
SLAAC fails.
+ Manpages for the \'keyfile\' and \'ifcfg-rh\' plugins now describe
their configuration syntax and available options.
+ WWAN connections now support IPv6 if the modem and provider
support IPv6.
+ Software devices (bridge, bond, team, etc) can now be deleted
from the D-Bus API or with nmcli.
+ The manpages, documentation, and API annotations have received
many cleanups.
+ Externally created virtual interfaces are no longer managed by
NetworkManager until they are set \"up\" or activated via nmcli.
- Disable nm-probe-radius-server-cert.patch for now: needs rebase.
- Drop 0001-core-don-t-auto-launch-logind-bgo-741572.patch and
NetworkManager-dhcpv6.patch: fixed upstream.
- Split out new subpackage typelib-1_0-NM-1_0 and libnm0.
- Require typelib-1_0-NM-1_0 and libnm0 by the -devel package.
- Add pkgconfig(bluez) BuildRequires.
- Replace pkgconfig(libsystemd-login) BuildRequires with
pkgconfig(libsystemd) and pkgconfig(polkit-gobject-1) with
pkgconfig(polkit-agent-1), following upstream.
Sun Jan 25 13:00:00 2015 badshah400AATTgmail.com
- Update to version 0.9.10.1:
+ Kernel \'cache\' routes (such as those added by IPv6 operations)
are ignored, preventing unwanted CPU usage.
+ Vala bindings for libnm-glib async methods have been added.
+ Some interactions with external OpenVPN daemon default routes
have been fixed.
+ Fixed usage of libnm-glib connectivity checking from
garbage-collected languages.
+ An unusual delay acquiring a DHCP lease with dhcpcd has been
fixed.
+ A libnm-glib crash has been fixed when multiple NMClients are
created.
+ A failure to pass certificate blobs to wpa_supplicant has been
fixed.
+ A failure to send the inner private key password to
wpa_supplicant has been fixed.
+ nmcli now returns earlier when activating master interfaces.
+ nmtui password fields now correctly display the password.
+ The IPv6 hop limit is no longer mistakenly set to 0 in some
cases.
+ Some DHCPv6 failures are no longer fatal.
+ Handling of DHCP \'nak\' and \'expire\' states has been fixed in
some cases.
+ WiFi band locking has been fixed.
+ Support for Bluetooth DUN with Bluez5 has returned.
+ Non-local users can now control networking after
authenticating with PolicyKit.
+ Externally added routes no longer have their metrics
overwritten.
+ Some child interfaces (eg VPN or WWAN) are no longer
deconfigured when recognized.
+ Support for the PrimaryConnection D-Bus property has been
backported.
+ IPv6 RDNSS/DNSSL forced expiration is now handled properly.
+ An invalid route to the DHCP server is no longer added in some
configurations.
+ A crash when external master/slave changes were made has been
fixed.
+ Various nmtui bugs for slaves, WiFi, and IP address buttons
have been fixed.
+ DHCP no longer fails due to SIGPIPE when the systemd journal
is restarted.
+ Unmanaged slaves are now updated correctly when they
disappear.
+ Cooperation with external team interfaces has been fixed.
+ Bridge STP property ranges are now properly checked.
+ Manager state is now properly updated on resume.
+ Slave interfaces are no longer released on exit.
+ Static IPv6 configuration is now added before SLAAC is
started.
+ Allow shared connections to be started without a carrier.
+ A crash when disconnecting older Nokia phones has been fixed.
- Drop patches incorporated upstream:
+ 0001-core-don-t-auto-launch-logind-bgo-741572.patch.
+ NetworkManager-dhcpv6.patch.
Thu Jan 8 13:00:00 2015 sfalkenAATTopensuse.org
- Add NetworkManager-dhcpv6.patch: dhcp: let dhclient handle
requesting the \'server-id\' option (boo#912315).
Thu Dec 18 13:00:00 2014 arvidjaarAATTgmail.com
- Add 0001-core-don-t-auto-launch-logind-bgo-741572.patch: do not
trigger logind start on system startup to avoid deadlock
(boo#905639).
Tue Oct 28 13:00:00 2014 dimstarAATTopensuse.org
- Handle NetworkManager-dispatcher.service using the systemd
macros.
- Enable NetworkManager-dispatcher.service in %post: as this is a
dbus service, the \'systemd unit\' must be enabled in order to be
fired up.
Fri Sep 19 14:00:00 2014 fcrozatAATTsuse.com
- modified patches:
* systemd-network-config.patch: NM-wait-online should block only
network-online.target, not network.target (bnc#889175).
Thu Sep 18 14:00:00 2014 fcrozatAATTsuse.com
- modified patches:
* systemd-network-config.patch : ensure
NetworkManager-wait-online.service is enabled when
NetworkManager.service is (bnc#889175).
Mon Aug 25 14:00:00 2014 fcrozatAATTsuse.com
- Add
nm-core-fix-crash-during-Wi-Fi-rescan-by-emitting-NM_DE.patch:
fix regression in 0.9.8.10 causing crash in Wifi rescan.
Tue Jul 22 14:00:00 2014 dimstarAATTopensuse.org
- Change ppp requires to %requires_eq ppp: the plugin is installed
in a versioned directory, and as such we do require the exact
version of ppp (bnc#888442).
Tue Jul 15 14:00:00 2014 glinAATTsuse.com
- Rebase nm-probe-radius-server-cert.patch.
- Drop nm-remove-AP-always-on-device-disconnect.diff: No longer
needed.
Wed Jul 9 14:00:00 2014 dimstarAATTopensuse.org
- Update to version 0.9.10.0:
+ Added a new curses-based client called \"nmtui\" for easier
console operation.
+ Added interactive connection editing and creation mode to nmcli
with detailed help and tab completion support.
+ nmcli bash completion has been greatly improved.
+ Added support for Data Center Bridging (DCB) and FibreChannel
over Ethernet (FCoE).
+ IPv6 autoconfiguration is now done in userspace with libndp
instead of the kernel.
+ The D-Bus daemon is no longer required for root-only operation.
+ WiFi, ADSL, WWAN, and Bluetooth are now optional plugins,
reducing install size.
+ Added support for Infiniband Partitions.
+ Network connection files are no longer watched by default, use
\"nmcli con reload\" to notice changes made externally or set
\"monitor-connection-files=true\" in NetworkManager.conf\'s
[main] section.
+ Connections can now be locked to interface names in addition to
hardware/MAC addresses.
+ A new \"ignore-carrier\" configuration option is available to
ignore the carrier on selected interfaces.
+ A new \"dns=none\" option has been added to suppress changes to
/etc/resolv.conf.
+ Changes made to IP addresses, IP routes, and master/slave
relationships from external tools are now recognized and
reflected in the D-Bus API.
+ Assuming the existing configuration of interfaces without
changing that configuration is now more reliable.
+ The \'root\' user is no longer subject to PolicyKit access
controls and usage of D-Bus \"at_console\" permissions has been
removed.
+ Configuration file snippets can be dropped in
/etc/NetworkManager/conf.d to change smaller sets of
configuration options.
+ Added IP-level support for more software/virtual interfaces
types including GRE, macvlan, macvtap, tun, tap, veth, and
vxlan interfaces.
+ All network interfaces known to the kernel are now exposed
through the D-Bus interface.
+ Improved support for routing-only VPNs like
openswan/libreswan/strongswan.
+ Added support for \"temporary\" connections which are not saved
to disk until requested.
+ Added WWAN autoconnect support and fixed issues with airplane
mode handling.
+ NetworkManager-wait-online systemd service behavior is more
reliable.
+ The dispatcher timeout has increased to 10 minutes, and new
\"pre-up\" and \"pre-down\" events have been added which block
activation until complete.
+ NetworkManager no longer prevents Wake-on-LAN functionality
from working.
+ PPPoE now requires userland \"rp-pppoe\" to work around kernel
bugs with that prevent detecting server-side termination of the
PPP link.
+ An ARP announcement is now sent after IPv4 addresses are
configured.
+ Added a DNS plugin for dnssec-trigger for better DNSSEC
operation.
+ More properties are now exposed via the D-Bus properties
interface in addition to getter/setter functions.
+ Added support for custom IP address ranges for Shared
connections.
+ Fatal connection failures now block automatic reconnection more
reliably.
+ VPN connection IP details are now available via the D-Bus
interface.
+ VPN plugins can now request additional/new secrets from the
user during the connection process.
+ \'veth\' interfaces are now unmanaged by default to cooperate
better with external tools.
- Add pkgconfig(libndp) BuildRequires: new dependency.
- Disable nm-probe-radius-server-cert.patch,
nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff and
nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff:
closer investigation is needed if the upstream changes caught all
the cases we tried to address with these hack patches.
- Rebase NetworkManager-geoclue-interaction.patch.
- Pass --with-nmtui to configure to ensure the text mode UI (tui)
is being built.
- Add pkgconfig(libnewt) BuildRequires: dependency for the tui.
Fri Apr 25 14:00:00 2014 dimstarAATTopensuse.org
- Update to version 0.9.8.10:
+ Fixed a bug that allowed a user to disconnect a connection that
they didn\'t have permissions on.
Fri Apr 4 14:00:00 2014 dimstarAATTopensuse.org
- Update to version 0.9.8.9:
+ Fixed two problems that could result in gnome-shell showing
incorrect icons. In particular, fixed the problem where the
network icon would disappear when certain VPNs were activated.
+ Dispatcher scripts now receive correct IPv6 addresses, and also
correct DHCP information on lease-change events.
+ NetworkManager no longer tries to start ModemManager itself on
systemd-using systems.
+ Activating a second ethernet connection while another is
already active will now not move the default route.
+ Fixed some edge cases where one user could deactivate a
connection owned by another.
+ Fix handling of dhcp-send-hostname property with ifcfg-rh.
+ DHCP now works even if you have a global dhclient.conf that
specifies a (non-NetworkManager) script to run.
+ The dhcpcd backend now requests that dhcpcd only do DHCPv4,
fixing some WWAN devices that don\'t react well to seeing IPv6
packets.
+ Fixed the default value of bridge priority.
+ The D-Bus policy file has been updated to include the
NetworkManager-iodine VPN plugin.
+ It is possible to specify the path to dnsmasq at build time.
+ Removed a GLib 2.32 dependency that accidentally snuck into
0.9.8.8.
+ Fixed a bunch of memory leaks.
+ Fixed a bunch of miscellaneous crashes.
+ Removed some less-useful bits of logging output.
- Rebase NetworkManager-geoclue-interaction.patch.
Mon Mar 24 13:00:00 2014 dimstarAATTopensuse.org
- Fix files list: do not expect pppd plugin version 2.4.5 in the
directory name.
Mon Feb 24 13:00:00 2014 dimstarAATTopensuse.org
- Add NetworkManager-geoclue-interaction.patch: allow the user
\"srvGeoClue\" (as used by the geoclue2 service) to query
NetworkManager,
Fri Oct 11 14:00:00 2013 dimstarAATTopensuse.org
- Update to version 0.9.8.8 (bnc#845542):
+ Fixes to the BlueZ code.
+ A few memory leak fixes.
+ Minor docs fixes.
Thu Oct 10 14:00:00 2013 rmilasanAATTsuse.com
- Switch to systemd check for the nfs script if enabled or not.
Also do not exit with error code if nfs script is not enabled.
Tue Oct 1 14:00:00 2013 glinAATTsuse.com
- Update nm-probe-radius-server-cert.patch to probe the server with
the user credential (bnc#817585)
Mon Sep 30 14:00:00 2013 dimstarAATTopensuse.org
- Update to version 0.9.8.6:
+ Now supports BlueZ 5. If you are still using BlueZ 4, configure
with --enable-bluez4 to disable BlueZ 5 support and enable
BlueZ 4 support.
Fri Sep 13 14:00:00 2013 crrodriguezAATTopensuse.org
- Pass nmrundir=\"/run/%{name}\" to make and makeinstall:
+ Use /run/NetworkManager instead of /var/run/NetworkManager as
runtime directory.
Fri Sep 13 14:00:00 2013 dimstarAATTopensuse.org
- Update to version 0.9.8.4:
+ Removed some spurious warnings.
+ Root clients running outside a login session now have the right
permissions.
+ WiFi AP mode and EAP-FAST support are now detected correctly.
+ Bonding config removes inappropriate options when switching
modes.
+ Fix reading of bond connections with keyfile plugin.
+ Fix hang when dbus-daemon restarts.
+ Fix crash when VPN disconnection fails.
+ The dispatcher now exposes IPv6 VPN info, and IPv4/IPv6 DNS
search domains.
+ Build fix to support dhcpcd 6.x.
+ Fix crash on startup when no dhcp client is available.
+ Fix device descriptions when using the latest udev.
+ Fix some possible obscure problems at startup.
+ Always clear the default route correctly when disconnecting
mobile broadband.
+ Keyfile plugin now ignores more emacs temporary files.
+ When using dnsmasq, pass all nameservers to it, not just the
first.
+ Kill dhclient if nm-dhcp-client-action encounters a fatal
error.
+ Fix dispatcher systemd unit install.
+ Make ifcfg-rh VLAN parsing match initscripts better.
+ Change threshold for WiFi background scanning under WPA
Enterprise.
+ Fix crash when deleting a currently-active connection.
+ Fix ifcfg-rh\'s handling of IPV6_DEFAULTGW.
+ Fix manager State transitions when connectivity checking is
enabled.
+ Add Connectivity property to distinguish portals from \"limited
connectivity\".
+ Add PrimaryConnection and ActivatingConnection properties to
simplify UI code.
+ Old connection files containing UUIDs without hyphens work
again.
- Rebase systemd-network-config.patch.
Mon Jul 1 14:00:00 2013 cooloAATTsuse.com
- avoid suse-release, it moves NM behind java in bootstrap and
all features that configure.ac enabled for suse-release are
enabled with --with anyway
Fri Jun 21 14:00:00 2013 dimstarAATTopensuse.org
- Update to version 0.9.8.2:
+ Memory leak fixes.
+ Ensure the ifcfg-rh plugin saves the bridging STP setting
correctly.
+ Also request static routes from DHCP servers.
+ Fix crash when dbus-daemon restarts.
+ Look harder for the machine ID and don\'t crash if we don\'t have
one.
+ Copy DHCP leasefiles from the previous location if necessary.
+ Wait up to 120 seconds for modems to connect.
+ Don\'t crash for PPPoE connections with no wired setting.
+ Fix AvailableConnections for some WiFi connections.
+ Ensure new available connections generate the PropertiesChanged
signal.
+ Ensure the keyfile plugin reads all-default VLAN connections
correctly.
+ Suppress the kernel\'s automatic creation of bond0.
+ Make the SecretAgent API introspectable for bindings.
+ Ensure ActiveConnections get torn down when device is
unavailable.
+ Ensure ifupdown plugin rechecks unmanaged devices on interface
changes.
+ Don\'t prematurely think IPv6 has succeeded due to left-over
addresses.
+ Fix various systemd issues and add service file for the
dispatcher.
+ Updates for new ModemManager API changes.
+ Fix crash on Wi-Fi when IP configuration times out.
- Rebase systemd-network-config.patch.
Fri May 10 14:00:00 2013 wstephensonAATTsuse.com
- Readd nm-probe-radius-server-cert.patch, as it is not yet merged
upstream (bnc#574266, bnc#771185).
Tue Apr 30 14:00:00 2013 jslabyAATTsuse.com
- Add sysconfig and suse-release BuildRequires to properly
configure for suse (bnc#817592).
- Add --with-netconfig=yes to configure call.
- Add additional test in build section to ensure netconfig is
detected. This is needed as specifying --with-netconfig=yes does
not fail configure if not found.
Tue Apr 23 14:00:00 2013 dimstarAATTopensuse.org
- Pass --with-modem-manager-1 to configure: we already have a new
enough ModemManager to make use of this.
- Add pkgconfig(mm-gib) BuildRequires: needed for above switch to
take effect.
Thu Mar 14 13:00:00 2013 sbrabecAATTsuse.cz
- Re-enabled translation-update-upstream.
Thu Mar 7 13:00:00 2013 sbrabecAATTsuse.cz
- Recommend avahi-autoipd used for IPv4LL support.
Sun Feb 24 13:00:00 2013 zaitorAATTopensuse.org
- Update to version 0.9.8.0:
+ Fix issue with duplicate ActiveConnection objects if a
connection was reactivated on a device.
+ Fix race when looking up hostname and concurrently updating
DNS.
+ Always load the \'keyfile\' settings plugin, even if no plugins
are specified.
+ Add a new WiFi device ADHOC capability; not all devices/drivers
support IBSS mode.
+ Fix an issue with quick wpa_supplicant restarts not being
noticed.
+ Expose the AvailableConnections property through libnm-glib.
+ Fix usage of libnm-glib\'s NMRemoteConnection from GObject
introspection.
Sat Feb 23 13:00:00 2013 dimstarAATTopensuse.org
- Update to version 0.9.7.997:
+ libnl 3.2.7 or later is required.
+ The internal crashdump handling has been removed.
+ A DHCPv6 DUID is now generated from /etc/machine-id and sent to
the DHCPv6 server, if not overridden by an
administrator-defined DUID.
+ Bond interfaces now wait for a ready slave before starting
automatic IP configuration.
+ The kernel WiFi rfkill state is now synced to the
user-requested WirelessEnabled state at startup.
Fri Feb 22 13:00:00 2013 dimstarAATTopensuse.org
- Update to version 0.9.7.995:
+ New AvailableConnections property for Device objects.
+ Better handling of various rfkill/Airplane Mode switches
+ Fixed handling of DNS servers for some mobile broadband devices
+ Don\'t duplicate various IPv6 routes added by the kernel
+ Ensure buggy ethernet driver carrier indications are handled
correctly
+ Fix crash in dnsmasq plugin when no nameservers were presen
+ Add support for 4G LTE network modes
+ Fix signal handling when daemonizing at startup
+ Don\'t autoconnect to WiFi networks that have never successfully
connected
+ Only request new WiFi secrets during the initial association or
when the secrets are known to be wrong, not every time the
connection randomly fails
+ Add capability to autoconnect VPN connections when a parent
connection succeeds
+ Add configure-time option for \"permissive\" system connection
editing policy
+ Various libnm-glib fixes for asynchronous usage
+ Fix gateway handling when given with secondary IP addresses
+ Optionally listen to systemd for suspend/resume events instead
of UPower
+ Fix \'seen-bssids\' property when retrieving WiFi connections via
D-Bus
+ Add support for AP-mode WiFi hotspots (instead of just Ad-Hoc)
+ Add a \"slaves\" property to Bond devices
+ Add support for ModemManager 0.7/0.8
+ Allow more human-readable formatting of IP address in keyfile
connections
+ Drop support for dhclient v3
+ Add support for DHCPv6 server-side Dynamic DNS
+ Add support for bridge master devices and bridge ports
+ Fix canceling secrets requests in GUI agents
+ Always enable Proactive Key Caching (PKC, also called OKC) for
WPA Enterprise WiFi configurations
- Replace --with-distro=suse configure parameter with
- -enable-ifcfg-suse, following upstreams changes, which allow for
granular configuration.
- Drop NetworkManager-systemd-suspend.patch and
NetworkManager-upower-out.patch: fixed upstream.
- Rebase systemd-network-config.patch.
Thu Feb 21 13:00:00 2013 mtAATTsuse.com
- Added migration hook enabling NetworkManager.service on update
from openSUSE < 12.3 and NETWORKMANAGER=yes setting (bnc#803058).
Mon Jan 14 13:00:00 2013 mtAATTsuse.com
- Install network.service alias, that points to the enabled service
and obsoletes the use of NETWORKMANAGER=yes/no sysconfig variable
in /etc/sysconfig/network/config (bnc#764055,bnc#764336,bnc#798348).
- Requires sysconfig-0.80.0
Thu Dec 6 13:00:00 2012 fcrozatAATTsuse.com
- Update systemd-network-config.patch: ensure
NetworkManager.service is Before network.target (bnc#789421).
Tue Nov 27 13:00:00 2012 dimstarAATTopensuse.org
- Move the udev files to the right location:
+ Define _udevdir based on the udevdir variable of udev.pc.
+ Pass --with-udev-dir=%{_udevdir} to configure.
+ Use %{_udevdir} in the files section as appropriate.
Thu Nov 8 13:00:00 2012 dimstarAATTopensuse.org
- Switch on systemd support: change with_systemd defines to 1.
Tue Nov 6 13:00:00 2012 dimstarAATTopensuse.org
- Add NetworkManager-systemd-suspend.patch and
NetworkManager-upower-out.patch: Listen to systemd for
suspend/resume when built with systemd support. The upower
signals will never be emitted.
- When building with systemd support, add gnome-common
BuildRequires and call to gnome-autogen.sh, as above patches
touch the build system.
Sat Oct 27 14:00:00 2012 dimstarAATTopensuse.org
- Update to version 0.9.6.4:
+ Add libnm-glib API to get bond interface slaves.
+ Fix detection of some ACPI-based laptop airplane-mode/rfkill
switches.
+ Fix a crash when a VLAN interface is removed.
+ Fix a regression setting the Device \'driver\' and \'firmware\'
properties.
+ Fix a stale-properties issue with libnm-glib when device state
changes.
+ Ignore cached/cloned route notifications from the kernel.
+ Work around buggy kernel driver carrier notifications.
+ Fix a crash with dnsmasq local caching nameserver functionality
when no nameservers are present.
+ Add \"Speedport W 501V\" to list of manufacturer default SSIDs.
+ Various documentation fixes.
+ Fix routing setup if gateway is not given with the first IP
address.
+ Enhance nmcli for additional VLAN and bonding functionality.
+ Fix possible crash when removing OLPC Mesh devices.
Wed Sep 26 14:00:00 2012 glinAATTsuse.com
- Disable nm-remove-AP-always-on-device-disconnect.diff: the AP
might be removed from the list forever due to the AP list update
method change since 0.9.4.0 (bnc#768564)
Mon Aug 20 14:00:00 2012 dimstarAATTopensuse.org
- Update to version 0.9.6.0:
+ Allow customized dnsmasq local caching nameserver config via
/etc/NetworkManager/dnsmasq.d/
+ Fixes for VLAN and bonding when libnl2 or earlier are used
+ D-Bus API, libnm-glib, libnm-util, and GObject Introspection
documentation updates.
Mon Aug 20 14:00:00 2012 dimstarAATTopensuse.org
- Update to version 0.9.5.96:
+ Fix various crashes and issues in the ifcfg-rh system settings
plugin
+ Fix race with multiple interfaces running DHCP at the same time
+ Add Linux From Scratch (LFS) support.
Mon Aug 20 14:00:00 2012 dimstarAATTopensuse.org
- Update to version 0.9.5.95:
+ Many libnm-glib fixes, including crashes when NetworkManager
restarts
+ Enhanced IPv6 stability and compatibility.
+ Fix regression in carrier handling for devices that don\'t
support carrier detect.
+ Add ability to connect to new WiFi networks from nmcli.
+ Add native support for ADSL modems using PPPoE or PPPoATM.
+ Reduce number of changes made to DNS information during
connection setup.
+ Add support for IPv6-enabled VPN connections.
+ Add device driver version, firmware version, and autoconnect
properties to D-Bus API.
+ Add on-demand WiFi scan support.
+ Fix IPv6 default gateway handling for DHCPv6.
+ Add Vala language bindings.
- Drop patches that were merged upstream:
+ nm-ensure-bindings-created-NMClient-object-work.patch
+ nm-gerror-must-be-null.patch
+ nm-ppp-build-error.patch
+ nm-ensure_inited-fixing.patch
+ nm-null-out-on-dispose.patch
+ nm-probe-radius-server-cert.patch
+ nm-wireless-strength.patch
- Add vala BuildRequires: needed to build the new vala bindings.
Mon Aug 20 14:00:00 2012 binliAATTopensuse.org
- Add nm-wireless-strength.patch, fix wireless status for ipw2200.
(bnc#755541, bgo#675017).
Fri Aug 17 14:00:00 2012 fcrozatAATTsuse.com
- Remove dbus system-service for NetworkManager, to prevent
warnings about it not being running (bnc#738596)
Wed Jul 18 14:00:00 2012 glinAATTsuse.com
- Add nm-probe-radius-server-cert.patch to probe the certificate
of the RADIUS server (bnc#574266, bnc#771185)
- Add nm-null-out-on-dispose.patch to fix crash in gnome-shell or
any other program using libnm-glib (bgo#674473)
Thu Jun 7 14:00:00 2012 badshah400AATTgmail.com
- Add nm-ensure-bindings-created-NMClient-object-work.patch to fix
\"nmcli con\" not working (bgo#672812, bnc#766045).
Sat Jun 2 14:00:00 2012 binliAATTopensuse.org
- Add nm-ppp-build-error.patch, don\'t use struct ifpppstatsreq
that was removed from linux/ip_ppp.h in recent kernels.
Tue May 29 14:00:00 2012 binliAATTopensuse.org
- Add nm-ensure_inited-fixing.patch, ensure initialization
in get_property() calls.(bnc#764290).
Tue Apr 17 14:00:00 2012 jeffmAATTsuse.com
- Add nm-gerror-must-be-null.patch: GError
* must be initialized to
NULL (bnc#757656).
Sat Mar 24 13:00:00 2012 vuntzAATTopensuse.org
- Update to version 0.9.4.0:
+ Removed support for WiFi Ad-Hoc WPA connections due to kernel
bugs
Tue Mar 20 13:00:00 2012 vuntzAATTopensuse.org
- Update to version 0.9.3.997:
+ A bug causing IPv6 address assignment to fail on newer kernels
with libnl3 has been fixed
+ Fix a bug in the ifcfg-rh plugin with backticks in WPA
passphrases
+ Ensure connections that cannot be stored are ignored by the
ifnet plugin
+ Enable out-of-the-box IPv6 connectivity by allowing IPv4 to
fail if IPv6 succeeds
+ Allow proxying of DNSSEC data when using the dnsmasq local
caching nameserver plugin
+ Add support for multiple domain names sent from VPN plugins
Tue Mar 13 13:00:00 2012 vuntzAATTopensuse.org
- Add NetworkManager Supplements to
NetworkManager-device-plugin-wimax so that it gets automatically
installed by default.
Fri Mar 2 13:00:00 2012 dimstarAATTopensuse.org
- Update to version 0.9.3.995:
+ Linux Wireless Extensions (WEXT) support can be disabled at
configure time with --with-wext=no
+ IPv6 Privacy Extensions are now enabled by default for new
connections
+ Support for checking Internet connectivity has been added
+ The ifnet system config plugin rewrites config files less often
- Add pkgconfig(libsoup-2.4) BuildRequires and pass
- -enable-concheck to configure to enable internet connectivity
check.
Wed Feb 29 13:00:00 2012 dimstarAATTopensuse.org
- Add with_wimax define, which prepares NM for wimax. If with_wimax
is defined to 1:
+ Add pkgconfig(libiWmxSdk-0) BuildRequires
+ Change --disable-wimax to --enable-wimax in configure
+ Create NetworkManager-device-plugin-wimax subpackage
Thu Feb 23 13:00:00 2012 vuntzAATTopensuse.org
- Get ready for full-switch to systemd:
+ Add a with_systemd macro, currently set to 0 as the systemd
support implies no support for ConsoleKit, which we want to
keep until sysvinit is not supported anymore.
+ Add pkgconfig(libsystemd-login) BuildRequires and pass
- -with-session-tracking=systemd to configure if we build
systemd support.
- Move to libnl3:
+ Remove pkgconfig(libnl-1) BuildRequires.
+ Add pkgconfig() BuildRequires: libnl-3.0, libnl-genl-3.0,
libnl-route-3.0.
- Remove libiw-devel BuildRequires: it\'s not needed anymore.
- Stop changing libexecdir to %{_prefix}/lib/NetworkManager: there
is no need for this.
Sat Feb 18 13:00:00 2012 dimstarAATTopensuse.org
- Update to version 0.9.3.990:
+ Better handling of WiFi devices via nl80211 when available
(instead of WEXT)
+ IP configuration is now non-blocking; waiting for IPv6 RA no
longer blocks the device from activating if IPv4 is ready and
vice versa
+ Addded support for firewall \"zones\" via FirewallD
+ Added basic support for bonded interfaces
+ WiFi connections are no longer locked to a specific MAC address
if they are \"locally administered\" addresses (ie, 02:::::)
+ New state change reasons have been added for mobile broadband
PIN errors
+ Agent-owned secrets are now sent to agents for newly created
connections
+ Support for non-UTF8-encoded 802.1x passwords has been added
+ libnm-glib now fetches some properties more aggressively (like
active connections, access points, etc)
+ Added basic support for IP-over-Infiniband interfaces
+ Added support for device plugins and converted WiMAX support to
a plugin for easier packaging and simpler dependencies
+ Added support for VLAN interfaces
+ Added support for 802.1x EAP-FAST authentication
+ Added non-blocking mode and API to libnm-glib
- Rebased systemd-network-config.patch.
Thu Dec 8 13:00:00 2011 dimstarAATTopensuse.org
- Split typelib files into their own subpackages:
typelib-1_0-NetworkManager-1_0 and typelib-1_0-NMClient-1_0.
- Add typelib-1_0-NetworkManager-1_0 and typelib-1_0-NMClient-1_0
Requires to devel subpackage.
Wed Dec 7 13:00:00 2011 fcrozatAATTsuse.com
- Update systemd-network-config.patch to handle NM_TIMEOUT value 0
as no timeout (bnc#730628).
Tue Nov 15 13:00:00 2011 dimstarAATTopensuse.org
- Really enable parallel build: fix typo smp_flags => smp_mflags.
Sat Nov 12 13:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.9.2.0:
+ Fixes for building with recent GLib versions.
+ Don\'t update routing and DNS until a device is managed.
+ Fix bug causing IPv6 RA-provided routes to be ignored.
+ Fix possible wrong handling of \'keyfile\' connection
certificates.
+ Correct Shared connection IP address range to be as documented.
Mon Oct 31 13:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.9.1.95:
+ Fix a crash when deleting default wired connections
+ Fix a security issue in the ifcfg-rh plugin with newlines in
file names
+ Fix the \"SpecificObject\" property for active VPN connection
objects
+ Improve handling of rfkill on some platforms
+ Spaces no longer used in ifcfg config file names
+ IPv6 RAs are now accepted when forwarding is configured
+ dnsmasq local caching nameserver plugin cache size bumped to
400 entries (from 150)
+ Fix handling of SSIDs in the keyfile plugin
+ Fix some GObject Introspection annotations in libnm-glib and
libnm-util
+ Fix setting hostnames from DHCP
- Drop nm-udev-rfkill-handling.patch: fixed upstream.
Fri Oct 14 14:00:00 2011 lnusselAATTsuse.de
- avoid annoying polkit popups when connecting to 802.11x networks
that are supposed to ask for passwords (bnc#713639)
- also avoid asking for a password (and thereore polkit auth) when
an AP goes of range.
Mon Oct 3 14:00:00 2011 glinAATTsuse.com
- Add nm-udev-rfkill-handling.patch to improve the rfkill handling
(bnc#709733,bgo#655773)
Tue Sep 27 14:00:00 2011 fcrozatAATTsuse.com
- Update systemd-network-config.patch to correctly handle /usr over
NFS.
- Use latest systemd rpm macros.
Wed Sep 21 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 0.9.1.90:
+ Support for libnl2 and libnl3 and various leak fixes
+ Various small bug fixes in the ifnet config plugin
+ Ensure IPv6 link-local DNS servers work correctly in the
dnsmasq DNS plugin
+ Add ability for nmcli to delete connections
+ Fix setup of connection sharing with newer iptables versions
+ Ensure WiMAX activation emits correct signals (fixes initial
signal strength)
+ Fix an issue with duplicated keyfile connections
+ Ensure the \'novj\' options is passed through to pppd
+ Store timestamps for VPN connections too
- Remove explicit Requires for libnl: this is a library, so the
right Requires will be automatically be added.
Sat Sep 17 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
- Implement baselibs for package
Fri Sep 9 14:00:00 2011 fcrozatAATTsuse.com
- Update systemd-network-config.patch to enable
NetworkManager-wait-online.service too (and read timeout value
from /etc/sysconfig/network/config).
Tue Sep 6 14:00:00 2011 vuntzAATTopensuse.org
- Apply shared library packaging policy (bnc#689039):
+ Create libnm-util2, libnm-glib4, libnm-glib-vpn1 subpackages.
+ Add Provides/Obsoletes for NetworkManager-glib to libnm-glib4.
+ Changes NetworkManager-glib Requires in devel subpackage to
libnm-util2, libnm-glib4 and libnm-glib-vpn1 Requires.
+ Remove NetworkManager-glib Requires from main subpackage: there
is no reason to have an explicit Requires for the libraries.
- Merge doc subpackage in devel subpackage, with appropriate
Provides/Obsoletes.
- Rename nm-system-settings.conf source to NetworkManager.conf, to
follow the new non-deprecated scheme for configuration. Note that
this uses the same format, so there\'s nothing to adapt. If users
have an old modified version of nm-system-settings.conf, then it
will still be used. Fix bnc#689042.
- Mark %{_sysconfdir}/NetworkManager/NetworkManager.conf with
%config(noreplace).
Tue Aug 30 14:00:00 2011 fcrozatAATTsuse.com
- Add empty systemd macro to fix build on 11.4
- Update systemd-network-config.patch to disable dbus activation
for NetworkManager, it was causing KDE timeout when NM was not
handling network (bnc#714962).
Wed Aug 24 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.9.0:
+ fdo#39463: Ensure NM can talk to newly installed VPN plugins
+ Don\'t autoconnect disabled modems.
+ Preserve agent secrets the right way.
+ Preserve agent secrets over Update operation.
+ Add libnl-3 API compatibility.
+ Add libnl-2 support with libnl-1 compatibility.
+ Fix DBus signal signatures in supplicant.
+ Handle a few more possible D-Bus activation errors.
+ Fix integer list SSID parsing.
+ bgo#652512: Fix crash for AddAndActivateConnection() D-Bus call
+ Add missing U2600 GSM band enumeration.
- Drop f15-branch.patch: No longer required.
Wed Aug 24 14:00:00 2011 fcrozatAATTsuse.com
- no longer package /var/run/NetworkManager, not used by NM
anymore. Package /var/lib/NetworkManager instead.
- Add systemd-network-config.patch: follow network configuration to
not start NM under systemd if it is disabled system-wide.
- enable systemd service for NetworkManager
Thu Jun 9 14:00:00 2011 fcrozatAATTsuse.com
- Update to version 0.8.9997:
+ Fix symbol exports in libnm-glib.
+ Fix some gobject introspection annotations.
+ WiMax fixes : do not attemp to connect when scanning.
+ Recognize PKCS#8 private keys and check passwords.
+ Allow _ as valid character for GSM APN.
+ Improve PolicyKit integration.
+ Fix up Ad-Hoc frequency when connecting.
+ Don\'t complay if ConsoleKit database isn\'t found at startup.
+ Improve openconnect migration.
+ Handle DHCP options perperty correctly.
+ Only send hostname without domain as host-name option for
DHCP.
+ Fix crash when SSID is missing
+ Make auto-activation retries really work.
+ Fix dispatcher handling of empty VPN interface.
- Update f15-branch.patch from the git branch.
Wed May 4 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.8.999:
+ IPv6 compliance and RDNSS lifetime fixes
+ systemd cooperation fixes
+ API fixes for clients creating wifi connections
+ API additions to make client code simpler
+ Startup efficiency fixes by not parsing the ConsoleKit database
more than required
+ Fixes for IBM s390 CTC-type network devices
+ Fixes for WWAN enable/disable status
+ Fixes for ifcfg-rh configuration plugin handling of IP addresses
+ Support for Easytether Android handset tethering
+ Better handling of rfkill for WiFi and WiMAX interfaces
+ Addition of IPv6 support for dispatcher scripts
+ Fixed handling of DER-format certificates
- Update f15-branch.patch from the git branch.
Mon May 2 14:00:00 2011 vuntzAATTopensuse.org
- Remove polkit-unauthorized-privilege filter from
NetworkManager-rpmlintrc as polkit-default-privs got updated.
Mon May 2 14:00:00 2011 vuntzAATTopensuse.org
- Update NetworkManager-rpmlintrc:
+ Remove filter for suse-dbus-unauthorized-service, this got
fixed.
+ Update polkit-unauthorized-privilege to be more specific since
only org.freedesktop.NetworkManager.settings.modify.hostname is
missing now.
+ Mention bnc#680140, where we are tracking this.
Thu Apr 21 14:00:00 2011 vuntzAATTopensuse.org
- Move to pkgconfig()-style BuildRequires:
+ Old ones: dbus-1-devel, dbus-1-glib-devel, libgudev-1_0-devel,
libnl-devel, libuuid-devel, mozilla-nss-devel, polkit-devel.
+ New ones: dbus-1, dbus-glib-1, glib-2.0, gudev-1.0, libnl-1,
nss, polkit-gobject-1, uuid.
- Remove libgcrypt-devel BuildRequires: it\'s only needed if we
don\'t use nss.
- Remove explicit Requires for various packages in devel subpackage
as they should be brought with pkgconfig() magic: dbus-1,
dbus-1-glib, dbus-1-devel, glib2-devel, dbus-1-glib-devel,
libgcrypt-devel, libgpg-error-devel.
- Add fdupes BuildRequires to remove duplicate files in
/usr/share/gtk-doc.
- Do not call /sbin/ldconfig in %post/%postun of main binary
package as there is no library there.
- Stop manually building nm-online: it\'s already installed with the
standard build.
- Drop NetworkManager-frontend.conf as this was for the
NetworkManager 0.8 world. This is now integrated in
/etc/dbus-1/system.d/NetworkManager.conf. Fix bnc#689043.
- Ship /etc/NetworkManager/VPN directory.
Wed Apr 6 14:00:00 2011 fcrozatAATTnovell.com
- Add back f15-branch.patch: all patches from Fedora15 branch,
mostly for fixing compatibility issues.
Tue Apr 5 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.8.998 (0.9.0-rc1):
+ Fix memory leaks
+ libnm-glib: Fix crashes
+ Fix wired connection completion
+ Updated translations.
+ Bugs fixed: bgo#646300, bgo#646115, bgo#646335, bgo#646375,
bgo#645927.
- Drop f15-branch.patch: merged.
- Remove autoreconf call: no more patches.
Tue Mar 29 14:00:00 2011 fcrozatAATTnovell.com
- Add f15-branch.patch: all patches from Fedora15 branch, mostly
for fixing compatibility issues.
Sun Mar 20 13:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.8.997 (0.9 beta3):
+ Mostly bugfixes and backwards compatible D-BUS changes.
Wed Mar 16 13:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.8.996 (0.9 beta2):
+ don\'t require glib 2.26
+ deb#615082, lp#725041: fixes for new dnsmasq
+ crash fixes
+ ifupdown plugin fixes
+ save connection timestamps in /var not /etc
+ install time fixes for Arch Linux
+ libnm-glib crash and correctness fixes
+ fix display of SSIDs in applet tooltips
+ build fixes and cleanups
+ import existing user connections
- Summary from 0.8.995 (0.9 beta1)
+ simpler, easier, more flexible, and cooler applets.
+ Fast User Switching.
+ WiMAX support.
+ System connections by default.
+ More flexible system administration.
+ Scales down to smaller devices.
- Drop patches fixed upstream:
+ nm-64bit-timestamp.diff
+ nm-nis-domain.diff
+ nm-crash-lack-ipv4.patch
+ nm-ignore-temp-files.patch
+ nm-stop-touching-hosts.patch
+ nm-destory-crash.patch
- Add pkgconfig(systemd) BuildRequires for systemd integration
support.
- Add gobject-introspection-devel BuildRequires to get
introspection support.
- Pass --disable-wimax to configure for now as we don\'t have the
libraries for it.
Mon Feb 21 13:00:00 2011 binliAATTopensuse.org
- Add nm-destory-crash.patch, fix crash when NM exit(bnc#673627).
Tue Feb 15 13:00:00 2011 binliAATTopensuse.org
- Add the nm-stop-touching-hosts.patch to stop touching /etc/hosts.
(bnc#667265)
Wed Feb 2 13:00:00 2011 bjorn.lieAATTgmail.com
- Added autoreconf since nm-ignore-temp-files.patch needs more
than touching Makefile.in.
Sun Jan 30 13:00:00 2011 bjorn.lieAATTgmail.com
- Add nm-ignore-temp-files.patch: stop NM from filling dmesg and
logs by ignoring temporary files (bgo#602868) (bnc#668183)
Original upstream patch has been extended to also touch
Makefile.in in order to avoid having to re-bootstrap.
Fri Jan 14 13:00:00 2011 jeffmAATTsuse.de
- Add nm-crash-lack-ipv4.patch to fix a crash during exit: lack of
an IPv4 setting indicates DHCP (bnc#664640).
Tue Dec 14 13:00:00 2010 vuntzAATTopensuse.org
- Stop removing srAATTLatn translation: it was added by
translation-update-upstream, and the script got fixed now.
Wed Nov 24 13:00:00 2010 tittiatcokeAATTgmail.com
- Add patch to fix NM crash (bnc#655685)
Tue Nov 23 13:00:00 2010 wstephensonAATTnovell.com
- Add patch to fix NM crash with ethernet (bnc#655505)
Wed Nov 10 13:00:00 2010 cooloAATTnovell.com
- Remove srAATTLatn as it\'s a duplicate of srAATTlatin and no valid
locale.
Sat Nov 6 13:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.8.2:
+ Native local caching nameserver support using dnsmasq
+ Automatically detect addition and removal of new VPN plugins
+ Support for handling suspend/resume signals from UPower
+ Ensure users are allowed to enable/disable WiFi and networking
+ Ensure WiFi enable state is preserved across reboot and suspend
+ Better handling of /etc/hosts and preservation of custom
hostnames
+ Support for the systemd session management service
+ Better handling of \'keyfile\' system connection errors
+ Support for S390 network devices
+ and much more...
- Split out lang package.
- Pass --with-docs to configure.
Mon Aug 9 14:00:00 2010 vuntzAATTopensuse.org
- Change --with-dhcp-client configure option to --with-dhclient.
- Re-enable parallel build.
Mon Jul 26 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.8.1:
+ Bluetooth Dial-Up Networking
+ nmcli: a command-line interface for controlling NetworkManager
+ Mobile Broadband Status: signal strength, roaming, and access
technology display
+ Enhanced IPv6 support: including DHCPv6 and tons of fixes
+ Logging and Debugging: make NM as quiet or verbose as you like
- Drop NetworkManager-netconfig-exit-quick.patch, upstreamed.
- Drop NetworkManager-NIS.patch, no longer required.
Fri Jul 23 14:00:00 2010 biliAATTnovell.com
- nfs script should not use nfs restart(bnc#559021).
Fri Jul 9 14:00:00 2010 jengelhAATTmedozas.de
- Add SPARC targets to %files list
- Reword comment about locations of files (since sparcv9 is neither
single-arch nor a 64-bit environment)
Wed Jun 30 14:00:00 2010 biliAATTnovell.com
- Update NetworkManager-NIS.patch, init the variable(bnc#618599).
Tue Jun 29 14:00:00 2010 biliAATTnovell.com
- Add NetworkManager-netconfig-exit-quick.patch, fix wrong return
value when updating the DNS with netconfig(bnc#595708, bnc#544195,
bnc#537907, bnc#596163).
Thu Jun 24 14:00:00 2010 biliAATTnovell.com
- Add NetworkManager-NIS.patch, support NIS domain and servers
(bnc#608677).
Tue Jun 15 14:00:00 2010 dimstarAATTopensuse.org
- Minor spec-cleanup.
Wed Jun 9 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- fix NetworkManager dependencies
* ModemManager and dnsmasq should be recommended, not required
* should Require iproute2,iputils and ppp
* Should Recommend iptables
Wed May 19 14:00:00 2010 lnusselAATTsuse.de
- remove not needed build time dependency on dhcp-client
Fri Apr 23 14:00:00 2010 biliAATTnovell.com
- Add a general dbus conf file for nm-applet, cnetworkmanager and
NetworkManager-kde4(bnc#476502).
Mon Feb 22 13:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.8:
+ introspection: fix inclusion of Dhcp6Config XML
+ crypto: de-init NSS after calling PR_GetError()
+ ifcfg-rh: read and write DHCPv6 connections
+ policy: fall back to original hostname before trying reverse
DNS
+ bluetooth: finish DUN implementation
+ introspection: sync device state reason code with
NetworkManager.h
+ policy: be more selective when adding hostname to /etc/hosts
+ gsm: handle PIN requests during modem enable too
+ system-settings: register setting errors so D-Bus errors are
meaningful
+ Updated translations.
Fri Feb 12 13:00:00 2010 vuntzAATTopensuse.org
- Add NetworkManager-rpmlintrc to list of sources.
- Fix self-obsoletion of dhcdbd.
Sat Jan 30 13:00:00 2010 captain.magnusAATTopensuse.org
- Update to version 0.7.999:
+ ifcfg-rh: formatting fix
+ ifcfg-rh: handle missing PREFIX by generating one
+ ifcfg-rh: ensure IPv6 addresses are cleared when none get
written out
+ ifcfg-rh: add IPv6 addressing and routes support (rh #523288)
+ backends: add backend for Pardus
+ libnm-util: fix NMDeviceBt hardware address property
+ core: ensure failed /etc/hosts update writes out
well-formatted file (lp#471498)
+ olpc-mesh: fix companion path and active channel property
types
+ netlink: work around kernel cache refill problems
+ keyfile: add IPv6 support (bgo #593814)
+ libnm-util: add IPv6 comparison functions
+ Translation updates
- Remove 0006-NIS-patch.patch, 0007-Fix-etc-hosts-updating.patch,
nm-hal-tree-changes.patch and
0009-Implement-sending-system-hostname-with-DHCP-client.patch.
These patches were not applied
Thu Jan 21 13:00:00 2010 tambetAATTnovell.com
- Upgrade to the latest upstream 0.8 branch:
+ Add support for Bluetooth DUN devices.
+ Add support to manually deactivate active devices.
+ Much improved killswitch handling.
+ The state (networking, wireless, ...) is now remembered after
reboots.
+ The system settings daemon is removed and the main daemon has
support for distribution specific plugins now.
+ The keyfile plugin supports a lot more data formats now (human
readable IP addresses, passwords without hashing etc). Add
back the support for certificate file paths.
+ Add back support for multiple CA certificate per (.PEM) file.
+ HAL usage is replaced with gudev.
+ IPv6 support.
+ Documentation updates.
+ Lots of bug fixes.
Mon Oct 5 14:00:00 2009 tambetAATTnovell.com
- Never fall back to manually updating resolv.conf, even if
netconfig fails (bnc #537907, #544195).
Mon Sep 14 14:00:00 2009 tambetAATTnovell.com
- Fix a segfault introduced by the updated ModemManager patch
(bnc #538180).
Wed Aug 26 14:00:00 2009 tambetAATTnovell.com
- HAL added \'ssb\' (Silicon Sonics Backplane, used internally on
most Broadcom ethernet and wifi chipsets) in 0.5.13, which
changed the device list layout and made NM unable to get the
driver for the wifi device. Fix that (bnc #526105).
Tue Aug 25 14:00:00 2009 tambetAATTnovell.com
- Fix issues with root being at_console (bnc #530430).
Thu Aug 20 14:00:00 2009 ajAATTsuse.de
- Require libiw-devel for building instead of wireless-tools.
Tue Aug 11 14:00:00 2009 tittiatcokeAATTgmail.com
- Update to latest 0.7.1 upstream
+ Handle ZTE (Onda) device port types
+ Wait 20 seconds (instead of 15) for PPP connections to come up
+ Block until netconfig exits
+ Allow 63 byte long PSK
+ Fix dbus reconnection
+ Handle unsolicited supplicant scans
+ Other fixes
Tue Jul 21 14:00:00 2009 ajAATTsuse.de
- Add 0013-iptables-path.patch to correct path for iptables, it lives
in /usr/sbin.
Tue Jul 14 14:00:00 2009 tittiatcokeAATTgmail.com
- Added Build dependency for libuuid
Wed May 27 14:00:00 2009 tambetAATTnovell.com
- Update to 0.7.1:
+ Plays better with stupid wifi and ethernet drivers.
+ Support for rfc3442 classless static routes.
+ The default \"Auto eth0\" connection is now read/write.
+ Compatibility fixes for 802.1x PEAP authentication and 3G/PPP
connections.
+ Reduced wakeups for power saving awesomeness.
+ Ability to deny specific devices the default route.
+ More correct display of wifi signal strength.
+ Custom IPv4 settings for mobile broadband connections.
+ More informative display of network device state.
+ Lots of bugs fixed.