~ubuntu-branches/ubuntu/lucid/network-manager/lucid

« back to all changes in this revision

Viewing changes to libnm-glib/nm-settings-interface.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel
  • Date: 2010-02-19 10:01:07 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20100219100107-w5f2aswzh5zaqwh1
Tags: 0.8-0ubuntu1
* upstream 0.8 release
  - 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)
  - netlink: work around kernel cache refill problems
  - keyfile: add IPv6 support (bgo #593814)
  - libnm-util: add IPv6 comparison functions
  - crypto: de-init NSS after calling PR_GetError()
  - policy: fall back to original hostname before trying reverse DNS
  - policy: be more selective when adding hostname to /etc/hosts (debian #567411)
  - ifupdown: interpret allow-hotplug as autoconnect (debian #568784)
  - gsm: handle PIN requests during modem enable too (bgo #609197)
  - modem: ignore Enabled property changes while activating
  - ifupdown: don't tell NM about connections until we check 'managed' (LP: #450458)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2
2
/* NetworkManager -- Network link manager
3
3
 *
4
 
 * This program is free software; you can redistribute it and/or modify
5
 
 * it under the terms of the GNU General Public License as published by
6
 
 * the Free Software Foundation; either version 2 of the License, or
7
 
 * (at your option) any later version.
 
4
 * This library is free software; you can redistribute it and/or
 
5
 * modify it under the terms of the GNU Lesser General Public
 
6
 * License as published by the Free Software Foundation; either
 
7
 * version 2 of the License, or (at your option) any later version.
8
8
 *
9
 
 * This program is distributed in the hope that it will be useful,
 
9
 * This library is distributed in the hope that it will be useful,
10
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
 * GNU General Public License for more details.
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
12
 * Lesser General Public License for more details.
13
13
 *
14
 
 * You should have received a copy of the GNU General Public License along
15
 
 * with this program; if not, write to the Free Software Foundation, Inc.,
16
 
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
14
 * You should have received a copy of the GNU Lesser General Public
 
15
 * License along with this library; if not, write to the
 
16
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
17
 * Boston, MA 02110-1301 USA.
17
18
 *
18
19
 * Copyright (C) 2007 - 2008 Novell, Inc.
19
20
 * Copyright (C) 2007 - 2008 Red Hat, Inc.