SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for NetworkManager-devel-0.9.10.0-247.1.x86_64.rpm :
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.

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.


 
ICM