All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] CHANGES: update after netsnmp changes
@ 2017-09-14 12:53 Julien Floret
  2017-09-14 15:21 ` Baruch Siach
  2017-10-22 14:48 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Julien Floret @ 2017-09-14 12:53 UTC (permalink / raw)
  To: buildroot

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.
-- 
2.13.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] CHANGES: update after netsnmp changes
  2017-09-14 12:53 [Buildroot] [PATCH] CHANGES: update after netsnmp changes Julien Floret
@ 2017-09-14 15:21 ` Baruch Siach
  2017-09-14 15:35   ` Julien Floret
  2017-10-22 14:48 ` Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Baruch Siach @ 2017-09-14 15:21 UTC (permalink / raw)
  To: buildroot

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

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] CHANGES: update after netsnmp changes
  2017-09-14 15:21 ` Baruch Siach
@ 2017-09-14 15:35   ` Julien Floret
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Floret @ 2017-09-14 15:35 UTC (permalink / raw)
  To: buildroot

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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] CHANGES: update after netsnmp changes
  2017-09-14 12:53 [Buildroot] [PATCH] CHANGES: update after netsnmp changes Julien Floret
  2017-09-14 15:21 ` Baruch Siach
@ 2017-10-22 14:48 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-10-22 14:48 UTC (permalink / raw)
  To: buildroot

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
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-22 14:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-14 12:53 [Buildroot] [PATCH] CHANGES: update after netsnmp changes Julien Floret
2017-09-14 15:21 ` Baruch Siach
2017-09-14 15:35   ` Julien Floret
2017-10-22 14:48 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.