diff mbox series

CHANGES: update after netsnmp changes

Message ID 20170914125316.1872-1-julien.floret@6wind.com
State Accepted
Headers show
Series CHANGES: update after netsnmp changes | expand

Commit Message

Julien Floret Sept. 14, 2017, 12:53 p.m. UTC
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 CHANGES | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Baruch Siach Sept. 14, 2017, 3:21 p.m. UTC | #1
Hi Julien,

On Thu, Sep 14, 2017 at 02:53:16PM +0200, Julien Floret wrote:
> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  CHANGES | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/CHANGES b/CHANGES
> index c042bf5e3e6e..89d9e2a5fa95 100644
> --- a/CHANGES
> +++ b/CHANGES
> @@ -1,3 +1,9 @@
> +2017.11-rc1, To be released
> +
> +	netsnmp: all MIB files are now installed, making the target filesystem a
> +	bit bigger than before. To remove unneeded MIBS, you should use a
> +	post-build script.
> +
>  2017.08, Released September 1st, 2017
>  
>  	Minor fixes.

This sort of documentation should go to the "Migrating from older Buildroot 
versions" section in the manual at docs/manual/migrating.txt.

Usually only the maintainers update the CHANGES file.

baruch
Julien Floret Sept. 14, 2017, 3:35 p.m. UTC | #2
2017-09-14 17:21 GMT+02:00 Baruch Siach <baruch@tkos.co.il>:
> Hi Julien,
>
> On Thu, Sep 14, 2017 at 02:53:16PM +0200, Julien Floret wrote:
>> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
>> Signed-off-by: Julien Floret <julien.floret@6wind.com>
>> ---
>>  CHANGES | 6 ++++++
>>  1 file changed, 6 insertions(+)
>>
>> diff --git a/CHANGES b/CHANGES
>> index c042bf5e3e6e..89d9e2a5fa95 100644
>> --- a/CHANGES
>> +++ b/CHANGES
>> @@ -1,3 +1,9 @@
>> +2017.11-rc1, To be released
>> +
>> +     netsnmp: all MIB files are now installed, making the target filesystem a
>> +     bit bigger than before. To remove unneeded MIBS, you should use a
>> +     post-build script.
>> +
>>  2017.08, Released September 1st, 2017
>>
>>       Minor fixes.
>
> This sort of documentation should go to the "Migrating from older Buildroot
> versions" section in the manual at docs/manual/migrating.txt.
>
> Usually only the maintainers update the CHANGES file.

Ah, OK ;) I didn't know about this file. It only seems to contain
serious backward incompatibilities, though; I'm not sure this change
would be relevant in there.
Thoughts?
Thomas Petazzoni Oct. 22, 2017, 2:48 p.m. UTC | #3
Hello,

On Thu, 14 Sep 2017 14:53:16 +0200, Julien Floret wrote:
> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  CHANGES | 6 ++++++
>  1 file changed, 6 insertions(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/CHANGES b/CHANGES
index c042bf5e3e6e..89d9e2a5fa95 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@ 
+2017.11-rc1, To be released
+
+	netsnmp: all MIB files are now installed, making the target filesystem a
+	bit bigger than before. To remove unneeded MIBS, you should use a
+	post-build script.
+
 2017.08, Released September 1st, 2017
 
 	Minor fixes.