* [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out
@ 2012-04-18 21:10 Wolfgang Denk
2012-04-19 5:41 ` Dirk Behme
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Wolfgang Denk @ 2012-04-18 21:10 UTC (permalink / raw)
To: u-boot
Hi everybody,
sorry, I forgot to announce the 2012.04-rc2 pre-release two days ago,
so I will atleast announce that we have
v2012.04-rc3
now.
Please help testing, so we can fix the remaining issues before the
release, which I still want to push out April 21, 2012.
Thanks to all who helped.
Please make sure that all your important bug fixes have been included!
I will also start a "next" branch now, so if you have anything
pending there, please feel free to send pull requests for "next" !
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There is a time in the tides of men, Which, taken at its flood, leads
on to success. On the other hand, don't count on it. - T. K. Lawson
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out
2012-04-18 21:10 [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out Wolfgang Denk
@ 2012-04-19 5:41 ` Dirk Behme
2012-04-19 18:19 ` Simon Glass
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Dirk Behme @ 2012-04-19 5:41 UTC (permalink / raw)
To: u-boot
On 18.04.2012 23:10, Wolfgang Denk wrote:
> Hi everybody,
>
> sorry, I forgot to announce the 2012.04-rc2 pre-release two days ago,
> so I will atleast announce that we have
>
> v2012.04-rc3
>
> now.
Thanks :)
> Please help testing, so we can fix the remaining issues before the
> release, which I still want to push out April 21, 2012.
>
> Thanks to all who helped.
>
>
> Please make sure that all your important bug fixes have been included!
http://patchwork.ozlabs.org/patch/145515/
Thanks
Dirk
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out
2012-04-18 21:10 [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out Wolfgang Denk
2012-04-19 5:41 ` Dirk Behme
@ 2012-04-19 18:19 ` Simon Glass
2012-04-21 15:25 ` Wolfgang Denk
2012-04-20 17:02 ` Jens Scharsig
` (2 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Simon Glass @ 2012-04-19 18:19 UTC (permalink / raw)
To: u-boot
Hi Wolfgang,
On Wed, Apr 18, 2012 at 2:10 PM, Wolfgang Denk <wd@denx.de> wrote:
> Hi everybody,
>
> sorry, I forgot to announce the 2012.04-rc2 pre-release two days ago,
> so I will atleast announce that we have
>
> ? ? ? ?v2012.04-rc3
>
> now.
>
> Please help testing, so we can fix the remaining issues before the
> release, which I still want to push out April 21, 2012.
>
> Thanks to all who helped.
>
>
> Please make sure that all your important bug fixes have been included!
This fixes a sandbox problem where we use the wrong parser if someone
removes the CONFIG_SYS_HUSH_PARSER option:
http://patchwork.ozlabs.org/patch/149810/
These are the run_command_list patches you said you considered to be a
bug fix (given that we are on rc3 I prefer that they go in next
instead, but it is up to you):
http://patchwork.ozlabs.org/patch/149809/
http://patchwork.ozlabs.org/patch/149812/
Here are some tests for run_command_list():
http://patchwork.ozlabs.org/patch/149811/
Patman should have been in this merge window I think:
http://patchwork.ozlabs.org/patch/136136/
That's it from me.
>
>
> I will also start a "next" branch now, so if you have anything
> pending there, please feel free to send pull requests for "next" !
>
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH, ? ? MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> There is a time in the tides of men, Which, taken at its flood, leads
> on to success. On the other hand, don't count on it. ? - T. K. Lawson
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
Regards,
Simon
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out
2012-04-18 21:10 [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out Wolfgang Denk
2012-04-19 5:41 ` Dirk Behme
2012-04-19 18:19 ` Simon Glass
@ 2012-04-20 17:02 ` Jens Scharsig
2012-04-20 17:10 ` Stephan Linz
2012-04-21 5:35 ` Dirk Behme
4 siblings, 0 replies; 8+ messages in thread
From: Jens Scharsig @ 2012-04-20 17:02 UTC (permalink / raw)
To: u-boot
On 18.04.2012 23:10, Wolfgang Denk wrote:
> Hi everybody,
>
> sorry, I forgot to announce the 2012.04-rc2 pre-release two days ago,
> so I will atleast announce that we have
>
> v2012.04-rc3
>
> now.
>
> Please help testing, so we can fix the remaining issues before the
> release, which I still want to push out April 21, 2012.
>
Tested-by: Jens Scharsig <js_at_ng@scharsoft.de>
for both boards (eb_cpux9k2 and EB_MCF-EV123) maintained by myself
Best regards,
Jens Scharsig
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out
2012-04-18 21:10 [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out Wolfgang Denk
` (2 preceding siblings ...)
2012-04-20 17:02 ` Jens Scharsig
@ 2012-04-20 17:10 ` Stephan Linz
2012-04-21 5:35 ` Dirk Behme
4 siblings, 0 replies; 8+ messages in thread
From: Stephan Linz @ 2012-04-20 17:10 UTC (permalink / raw)
To: u-boot
Am Mittwoch, den 18.04.2012, 23:10 +0200 schrieb Wolfgang Denk:
> Hi everybody,
>
> sorry, I forgot to announce the 2012.04-rc2 pre-release two days ago,
> so I will atleast announce that we have
>
> v2012.04-rc3
fine ...
>
> now.
>
> Please help testing, so we can fix the remaining issues before the
> release, which I still want to push out April 21, 2012.
>
> Thanks to all who helped.
>
>
> Please make sure that all your important bug fixes have been included!
I'm missing my last patch to fix a CPP issue in ll_temac network driver:
http://patchwork.ozlabs.org/patch/151672/
br,
Stephan
>
>
> I will also start a "next" branch now, so if you have anything
> pending there, please feel free to send pull requests for "next" !
>
> Best regards,
>
> Wolfgang Denk
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out
2012-04-18 21:10 [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out Wolfgang Denk
` (3 preceding siblings ...)
2012-04-20 17:10 ` Stephan Linz
@ 2012-04-21 5:35 ` Dirk Behme
4 siblings, 0 replies; 8+ messages in thread
From: Dirk Behme @ 2012-04-21 5:35 UTC (permalink / raw)
To: u-boot
On 18.04.2012 23:10, Wolfgang Denk wrote:
> Hi everybody,
>
> sorry, I forgot to announce the 2012.04-rc2 pre-release two days ago,
> so I will atleast announce that we have
>
> v2012.04-rc3
>
> now.
>
> Please help testing, so we can fix the remaining issues before the
> release, which I still want to push out April 21, 2012.
>
> Thanks to all who helped.
>
>
> Please make sure that all your important bug fixes have been included!
Stefano, what's about
http://patchwork.ozlabs.org/patch/151870/
?
This looks like a trivial fix to me.
Best regards
Dirk
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out
2012-04-19 18:19 ` Simon Glass
@ 2012-04-21 15:25 ` Wolfgang Denk
2012-04-22 9:56 ` Simon Glass
0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Denk @ 2012-04-21 15:25 UTC (permalink / raw)
To: u-boot
Dear Simon Glass,
In message <CAPnjgZ05+v5+hhfN3+T5XvW+a17z9EeyWcpXi=LdXTWq_RDMKQ@mail.gmail.com> you wrote:
>
> This fixes a sandbox problem where we use the wrong parser if someone
> removes the CONFIG_SYS_HUSH_PARSER option:
>
> http://patchwork.ozlabs.org/patch/149810/
Does this not also require the other (at least the previous 2) patches
of this series?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
You can't have everything... where would you put it? - Steven Wright
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out
2012-04-21 15:25 ` Wolfgang Denk
@ 2012-04-22 9:56 ` Simon Glass
0 siblings, 0 replies; 8+ messages in thread
From: Simon Glass @ 2012-04-22 9:56 UTC (permalink / raw)
To: u-boot
Hi Wolfgang,
On Sun, Apr 22, 2012 at 3:25 AM, Wolfgang Denk <wd@denx.de> wrote:
> Dear Simon Glass,
>
> In message <CAPnjgZ05+v5+hhfN3+T5XvW+a17z9EeyWcpXi=LdXTWq_RDMKQ@mail.gmail.com> you wrote:
>>
>> This fixes a sandbox problem where we use the wrong parser if someone
>> removes the CONFIG_SYS_HUSH_PARSER option:
>>
>> http://patchwork.ozlabs.org/patch/149810/
>
> Does this not also require the other (at least the previous 2) patches
> of this series?
No it is independent, those add run_command_list(), this patch just
updates recently added sandbox code to use run_command().
Regards,
Simon
>
>
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH, ? ? MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> You can't have everything... where would you put it? ?- Steven Wright
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-04-22 9:56 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18 21:10 [U-Boot] [STATUS] v2012.04-rc2 and -rc3 are out Wolfgang Denk
2012-04-19 5:41 ` Dirk Behme
2012-04-19 18:19 ` Simon Glass
2012-04-21 15:25 ` Wolfgang Denk
2012-04-22 9:56 ` Simon Glass
2012-04-20 17:02 ` Jens Scharsig
2012-04-20 17:10 ` Stephan Linz
2012-04-21 5:35 ` Dirk Behme
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox