Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] docs/news.html: announce 2009.05-rc3
@ 2009-05-27 18:55 Peter Korsgaard
  2009-05-27 21:18 ` Thiago A. Corrêa
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2009-05-27 18:55 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=3d89b8d64e380de16d97eccd53504b38aa0c4cdb
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master


Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 docs/news.html |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/docs/news.html b/docs/news.html
index 8007133..f73f53b 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -5,6 +5,19 @@
 <p>
 
 <ul>
+  <li><b>27 May 2009 -- 2009.05-rc3 released</b>
+
+    <p>We had a number of fixes post-RC2, so RC3 is out (see <a
+    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc3">CHANGES</a>
+    for details). Now is the moment to test and verify that everything
+    is working for your favorite config - Expect a final 2009.05 very soon.</p>
+
+    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+    <a href="/downloads/buildroot-2009.05-rc3.tar.bz2">2009.05-rc3
+    release candidate</a>, and report any problems found to the <a
+    href="lists.html">mailing list</a> or <a
+    href="http://bugs.uclibc.org">bug tracker</a>.</p>
+
   <li><b>19 May 2009 -- 2009.05-rc2 released</b>
 
     <p>RC2 is out with more cleanups and bug fixes (see <a
-- 
1.6.0.6

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

* [Buildroot] [git commit] docs/news.html: announce 2009.05-rc3
  2009-05-27 18:55 [Buildroot] [git commit] docs/news.html: announce 2009.05-rc3 Peter Korsgaard
@ 2009-05-27 21:18 ` Thiago A. Corrêa
  2009-05-28  5:06   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thiago A. Corrêa @ 2009-05-27 21:18 UTC (permalink / raw)
  To: buildroot

Hi,

The link http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc3
shows no content for me. IE says 404, while Firefox just gives me no
content what so ever. Even if I right click and select "View Source",
it's also blank. It's linke the webserver replies the GET with a
close() or something like that.

Regards,
   Thiago A. Correa

On Wed, May 27, 2009 at 3:55 PM, Peter Korsgaard <jacmet@sunsite.dk> wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=3d89b8d64e380de16d97eccd53504b38aa0c4cdb
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
>
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
> ?docs/news.html | ? 13 +++++++++++++
> ?1 files changed, 13 insertions(+), 0 deletions(-)
>
> diff --git a/docs/news.html b/docs/news.html
> index 8007133..f73f53b 100644
> --- a/docs/news.html
> +++ b/docs/news.html
> @@ -5,6 +5,19 @@
> ?<p>
>
> ?<ul>
> + ?<li><b>27 May 2009 -- 2009.05-rc3 released</b>
> +
> + ? ?<p>We had a number of fixes post-RC2, so RC3 is out (see <a
> + ? ?href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc3">CHANGES</a>
> + ? ?for details). Now is the moment to test and verify that everything
> + ? ?is working for your favorite config - Expect a final 2009.05 very soon.</p>
> +
> + ? ?<p>Head to the <a href="/downloads/">downloads page</a> to pick up the
> + ? ?<a href="/downloads/buildroot-2009.05-rc3.tar.bz2">2009.05-rc3
> + ? ?release candidate</a>, and report any problems found to the <a
> + ? ?href="lists.html">mailing list</a> or <a
> + ? ?href="http://bugs.uclibc.org">bug tracker</a>.</p>
> +
> ? <li><b>19 May 2009 -- 2009.05-rc2 released</b>
>
> ? ? <p>RC2 is out with more cleanups and bug fixes (see <a
> --
> 1.6.0.6
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>

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

* [Buildroot] [git commit] docs/news.html: announce 2009.05-rc3
  2009-05-27 21:18 ` Thiago A. Corrêa
@ 2009-05-28  5:06   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-05-28  5:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Thiago" == Thiago A Corr?a <thiago.correa@gmail.com> writes:

 Thiago> Hi,
 Thiago> The link http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc3
 Thiago> shows no content for me. IE says 404, while Firefox just gives me no
 Thiago> content what so ever. Even if I right click and select "View Source",
 Thiago> it's also blank. It's linke the webserver replies the GET with a
 Thiago> close() or something like that.

Yeah, sorry about that - had forgotten to push the tag. Should work
now.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2009-05-28  5:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27 18:55 [Buildroot] [git commit] docs/news.html: announce 2009.05-rc3 Peter Korsgaard
2009-05-27 21:18 ` Thiago A. Corrêa
2009-05-28  5:06   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox