~ubuntu-branches/ubuntu/saucy/ifupdown/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2013-08-26 16:56:45 UTC
  • mfrom: (107.1.3 saucy)
  • Revision ID: package-import@ubuntu.com-20130826165645-0ewzt2yfckue8phe
Tags: 0.7.44ubuntu1
* Merge from Debian. Remaining changes:
  - If the /etc/NetworkManager/NetworkManager.conf file is present
    but doesn't have the "ifupdown:managed" the previous upload instructed
    the iniparser to return -1, which evaluates to TRUE. We instead instruct
    it to return 0, as we shouldn't prevent ifupdown from managing the
    interfaces in that case, as NM won't either. (LP: #281984)
  - Remove /etc/default/networking as the upstart job doesn't use it and
    can't really use it without some significant changes (support exclusion
    lists in all the upstart jobs).
  - Add transition code for moving /etc/init.d/networking from netbase
    to ifupdown.
  - Make /etc/init.d/networking exit 1 immediately on Upstart system
    with an error message telling the user to use 'service'.
  - Always call dhclient with -1, Ubuntu carries a patch so that renewal
    won't time out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ifupdown (0.7.44ubuntu1) saucy; urgency=low
 
2
 
 
3
  * Merge from Debian. Remaining changes:
 
4
    - If the /etc/NetworkManager/NetworkManager.conf file is present
 
5
      but doesn't have the "ifupdown:managed" the previous upload instructed
 
6
      the iniparser to return -1, which evaluates to TRUE. We instead instruct
 
7
      it to return 0, as we shouldn't prevent ifupdown from managing the
 
8
      interfaces in that case, as NM won't either. (LP: #281984)
 
9
    - Remove /etc/default/networking as the upstart job doesn't use it and
 
10
      can't really use it without some significant changes (support exclusion
 
11
      lists in all the upstart jobs).
 
12
    - Add transition code for moving /etc/init.d/networking from netbase
 
13
      to ifupdown.
 
14
    - Make /etc/init.d/networking exit 1 immediately on Upstart system
 
15
      with an error message telling the user to use 'service'.
 
16
    - Always call dhclient with -1, Ubuntu carries a patch so that renewal
 
17
      won't time out.
 
18
 
 
19
 -- Stéphane Graber <stgraber@ubuntu.com>  Mon, 26 Aug 2013 16:56:45 -0400
 
20
 
 
21
ifupdown (0.7.44) unstable; urgency=low
 
22
 
 
23
  * Convert from noweb to plain C (Closes: #707209).
 
24
  * Don't bring down VLANned aliases (Closes: #711449).
 
25
  * Initialise 'verbose' variable (Closes: #710301).
 
26
  * Handle relative paths properly (Closes: #712909).
 
27
    Now non-absolute paths are understood relatively to the file
 
28
    they're sourced from.
 
29
  * Update RFC number (Closes: #717520).
 
30
  * Add source-directory directive.
 
31
  * Use source-directory in the default interfaces file.
 
32
  * Remove loopback interface from the manpage example.
 
33
  * Update the manpages (Closes: #711012).
 
34
  * Depend on iproute2 instead of iproute (Closes: #713825).
 
35
  * Recommend ISC DHCP client, at the same time declare Breaks against
 
36
    dhcp3-client earlier than 4.0, as it has incompatible syntax.
 
37
 
 
38
 -- Andrew Shadura <andrewsh@debian.org>  Thu, 08 Aug 2013 21:55:27 +0200
 
39
 
 
40
ifupdown (0.7.43) unstable; urgency=low
 
41
 
 
42
  * Don't consider multiple auto declarations an error (Closes: #707052).
 
43
 
 
44
 -- Andrew Shadura <andrewsh@debian.org>  Tue, 07 May 2013 09:41:18 +0200
 
45
 
 
46
ifupdown (0.7.42) unstable; urgency=low
 
47
 
 
48
  * Fix syntax issue with postinst (Closes: #707041).
 
49
  * Fix cross-build.
 
50
 
 
51
 -- Andrew Shadura <andrewsh@debian.org>  Tue, 07 May 2013 08:09:32 +0200
 
52
 
 
53
ifupdown (0.7.41) unstable; urgency=low
 
54
 
 
55
  * Upload to unstable.
 
56
  * Don't release DHCPv6 leases in inet6/auto for a while (Closes: #703922).
 
57
  * Remove "tryonce" option introduced in 0.7.40.
 
58
  * Don't call dhclient with -1 for now.
 
59
  * Remove ISC DHCP client from Build-Depends.
 
60
  * Assign logical interface name for link pseudointerface on down
 
61
    (Closes: #705268).
 
62
  * Add implicit loopback device definition.
 
63
  * Enable sourcing /etc/network/interfaces.d/* in the default configuration.
 
64
 
 
65
 -- Andrew Shadura <andrewsh@debian.org>  Thu, 11 Apr 2013 21:44:23 +0200
 
66
 
 
67
ifupdown (0.7.40) experimental; urgency=low
 
68
 
 
69
  [ Andrew Shadura ]
 
70
  * Don't configure bridge interfaces as tagged VLAN interfaces
 
71
    (Closes: #696642).
 
72
  * Add "tryonce" option to DHCP-enabled methods (Closes: #694541).
 
73
  * Implement inet6/auto for kFreeBSD, call DHCP release of ifdown
 
74
    on Linux (Closes: #701884).
 
75
  * Update manual pages.
 
76
  * Add tests for DHCP method.
 
77
  * Add ISC DHCP client to Build-Depends (the tests don't actually run
 
78
    the DHCP client, however).
 
79
 
 
80
  [ Stéphane Graber ]
 
81
  * Patches for upstart support from Ubuntu:
 
82
    - Start the job on runlevel [2345]. This is a no-op during a normal
 
83
      boot since the network will be started *before* runlevel is emitted,
 
84
      but is needed to restart the network after a change from runlevel 1
 
85
      (LP: #752481).
 
86
    - Don't bring 'lo' down (add it to --exclude).
 
87
    - Emit deconfiguring-networking (LP: #1061639).
 
88
    - Update network-interface-security job to stop when the parent job is
 
89
      stopped itself. This avoids leftover instances (LP: #1065684).
 
90
  * Set MTU of tunnel devices (LP: #1074048).
 
91
  * Actually set the new calculated value for duplicate entries
 
92
    (LP: #1086517).
 
93
 
 
94
  [ Josselin Mouette ]
 
95
  * postinst: Do not create /etc/network/interfaces if it was removed manually
 
96
    (Closes: #695906)
 
97
 
 
98
 -- Andrew Shadura <bugzilla@tut.by>  Mon, 04 Mar 2013 21:56:39 +0100
 
99
 
 
100
ifupdown (0.7.8) unstable; urgency=medium
 
101
 
 
102
  * Assign logical interface name for link pseudointerface on down
 
103
    (Closes: #705268).
 
104
 
 
105
 -- Andrew Shadura <andrewsh@debian.org>  Fri, 12 Apr 2013 11:44:21 +0200
 
106
 
 
107
ifupdown (0.7.7) unstable; urgency=low
 
108
 
 
109
  * Don't release DHCPv6 leases in inet6/auto for a while (Closes: #703922).
 
110
  * Don't call dhclient with -1 for now.
 
111
 
 
112
 -- Andrew Shadura <andrewsh@debian.org>  Mon, 25 Mar 2013 22:12:09 +0100
 
113
 
 
114
ifupdown (0.7.6) unstable; urgency=low
 
115
 
 
116
  [ Andrew Shadura ]
 
117
  * Don't configure bridge interfaces as tagged VLAN interfaces
 
118
    (Closes: #696642).
 
119
  * Implement inet6/auto for kFreeBSD, call DHCP release of ifdown
 
120
    on Linux (Closes: #701884).
 
121
  * Update manual pages.
 
122
 
 
123
  [ Stéphane Graber ]
 
124
  * Set MTU of tunnel devices (LP: #1074048).
 
125
  * Actually set the new calculated value for duplicate entries
 
126
    (LP: #1086517).
 
127
 
 
128
  [ Josselin Mouette ]
 
129
  * postinst: Do not create /etc/network/interfaces if it was removed manually
 
130
    (Closes: #695906)
 
131
 
 
132
 -- Andrew Shadura <bugzilla@tut.by>  Sun, 03 Mar 2013 12:08:16 +0100
 
133
 
1
134
ifupdown (0.7.5ubuntu4) saucy; urgency=low
2
135
 
3
136
  * Due to the checkered history of /etc/init.d/networking, only remove the