All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] Update for 2013.11-rc1
@ 2013-11-12 22:49 Peter Korsgaard
  2013-11-13 17:48 ` Arnout Vandecappelle
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2013-11-12 22:49 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES            |   16 ++++++++--------
 Makefile           |    2 +-
 docs/download.html |   10 +++++-----
 docs/news.html     |   13 +++++++++++++
 4 files changed, 27 insertions(+), 14 deletions(-)

diff --git a/CHANGES b/CHANGES
index 12c6b2b..b1edb5c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-2013.11, Not yet released:
+2013.11-rc1, Released November 12th, 2013
 
 	Architectures: Nios-II support, MIPS arch handling fixes
 
@@ -60,13 +60,13 @@
 	smartmontools, socat, socketcand, sqlcipher, sqlite, squid,
 	stress, strongswan, stunnel, sudo, syslinux, systemd,
 	sysvinit, tcl, ti-gfx, time, transmission, tremor, tslib,
-	tvheadend, tzdata, uboot-tools, uclibc, udpcast, uemacs,
-	ulogd, usb_modeswitch{,_data}, util-linux, vala, valgrind,
-	vde2, vorbus-tools, vpnc, vsftpd, vtun, wayland, webkit, webp,
-	webrtc-audio-processing, weston, wget, wireshark, wsapi,
-	xavante, xdriver_xf86-video-geode, xenomai, xinetd,
-	xlib_libpthread-stubs, xl2tp, xmlstarlet, xserver_xorg-server,
-	xz, zeromq, zic, zmqpp
+	tstools, tvheadend, tzdata, uboot-tools, uclibc, udpcast,
+	uemacs, ulogd, usb_modeswitch{,_data}, util-linux, vala,
+	valgrind, vde2, vorbus-tools, vpnc, vsftpd, vtun, wayland,
+	webkit, webp, webrtc-audio-processing, weston, wget,
+	wireshark, wsapi, xavante, xdriver_xf86-video-geode, xenomai,
+	xinetd, xlib_libpthread-stubs, xl2tp, xmlstarlet,
+	xserver_xorg-server, xz, zeromq, zic, zmqpp
 
 	New packages: aiccu, autossh, bc, civetweb, cppdb, cryptsetup,
 	duma, eigen, harfbuzz, igmpproxy, iputils, jq, knock, kobs-ng,
diff --git a/Makefile b/Makefile
index 2f7db59..c7a0a6d 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
 #--------------------------------------------------------------
 
 # Set and export the version string
-export BR2_VERSION:=2013.11-git
+export BR2_VERSION:=2013.11-rc1
 
 # Check for minimal make version (note: this check will break at make 10.x)
 MIN_MAKE_VERSION=3.81
diff --git a/docs/download.html b/docs/download.html
index 49c768d..dfba889 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -14,15 +14,15 @@ or
 <a href="/downloads/buildroot-2013.08.1.tar.bz2">buildroot-2013.08.1.tar.bz2</a>.
 
 <p>
-<!--
-The latest release candidate is <b>2013.08-rc3</b>, which can be
+
+The latest release candidate is <b>2013.11-rc1</b>, which can be
 downloaded here:<p>
 
-<a href="/downloads/buildroot-2013.08-rc3.tar.gz">buildroot-2013.08-rc3.tar.gz</a>
+<a href="/downloads/buildroot-2013.11-rc1tar.gz">buildroot-2013.11-rc1.tar.gz</a>
 or
-<a href="/downloads/buildroot-2013.08-rc3.tar.bz2">buildroot-2013.08-rc3.tar.bz2</a>.
+<a href="/downloads/buildroot-2013.11-rc3.tar.bz2">buildroot-2013.11-rc1.tar.bz2</a>.
 <p>
--->
+
 This and earlier releases can always be downloaded from
 <a href="/downloads/">http://buildroot.net/downloads/</a>.
 
diff --git a/docs/news.html b/docs/news.html
index 2560227..91ed85d 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -5,6 +5,19 @@
 <p>
 
 <ul>
+  <li><b>12 November 2013 -- 2013.11-rc1 released</b>
+
+    <p>We have a new release candidate! Lots of changes all over the
+    tree, see the <a
+    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11_rc1">CHANGES</a>
+    file for details.</p>
+
+    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+    <a href="/downloads/buildroot-2013.11-rc1.tar.bz2">2013.11-rc1
+    release candidate</a>, and report any problems found to the <a
+    href="lists.html">mailing list</a> or <a
+    href="https://bugs.uclibc.org">bug tracker</a>.</p>
+
   <li><b>11 November 2013 -- Report from Buildroot Developers Meeting</b>
 
     <p>A report from the recent

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

* [Buildroot] [git commit] Update for 2013.11-rc1
  2013-11-12 22:49 [Buildroot] [git commit] Update for 2013.11-rc1 Peter Korsgaard
@ 2013-11-13 17:48 ` Arnout Vandecappelle
  2013-11-13 20:40   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Arnout Vandecappelle @ 2013-11-13 17:48 UTC (permalink / raw)
  To: buildroot

On 12/11/13 23:49, Peter Korsgaard wrote:
[snip]
> diff --git a/docs/download.html b/docs/download.html
> index 49c768d..dfba889 100644
> --- a/docs/download.html
> +++ b/docs/download.html
> @@ -14,15 +14,15 @@ or
>   <a href="/downloads/buildroot-2013.08.1.tar.bz2">buildroot-2013.08.1.tar.bz2</a>.
>
>   <p>
> -<!--
> -The latest release candidate is <b>2013.08-rc3</b>, which can be
> +
> +The latest release candidate is <b>2013.11-rc1</b>, which can be
>   downloaded here:<p>
>
> -<a href="/downloads/buildroot-2013.08-rc3.tar.gz">buildroot-2013.08-rc3.tar.gz</a>
> +<a href="/downloads/buildroot-2013.11-rc1tar.gz">buildroot-2013.11-rc1.tar.gz</a>

  Missing .

>   or
> -<a href="/downloads/buildroot-2013.08-rc3.tar.bz2">buildroot-2013.08-rc3.tar.bz2</a>.
> +<a href="/downloads/buildroot-2013.11-rc3.tar.bz2">buildroot-2013.11-rc1.tar.bz2</a>.
>   <p>
> --->
> +
>   This and earlier releases can always be downloaded from
>   <a href="/downloads/">http://buildroot.net/downloads/</a>.
>
> diff --git a/docs/news.html b/docs/news.html
> index 2560227..91ed85d 100644
> --- a/docs/news.html
> +++ b/docs/news.html
> @@ -5,6 +5,19 @@
>   <p>
>
>   <ul>
> +  <li><b>12 November 2013 -- 2013.11-rc1 released</b>
> +
> +    <p>We have a new release candidate! Lots of changes all over the
> +    tree, see the <a
> +    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11_rc1">CHANGES</a>

  I never noticed before, but why do you tag with _rc1 instead of -rc1 so 
it corresponds to the tarball?

  Regards,
  Arnout

> +    file for details.</p>
> +
> +    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
> +    <a href="/downloads/buildroot-2013.11-rc1.tar.bz2">2013.11-rc1
> +    release candidate</a>, and report any problems found to the <a
> +    href="lists.html">mailing list</a> or <a
> +    href="https://bugs.uclibc.org">bug tracker</a>.</p>
> +
>     <li><b>11 November 2013 -- Report from Buildroot Developers Meeting</b>
>
>       <p>A report from the recent
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
>


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [git commit] Update for 2013.11-rc1
  2013-11-13 17:48 ` Arnout Vandecappelle
@ 2013-11-13 20:40   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-11-13 20:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

 >> -<a href="/downloads/buildroot-2013.08-rc3.tar.gz">buildroot-2013.08-rc3.tar.gz</a>
 >> +<a href="/downloads/buildroot-2013.11-rc1tar.gz">buildroot-2013.11-rc1.tar.gz</a>

 >  Missing .

Ups.

 >> or
 >> -<a href="/downloads/buildroot-2013.08-rc3.tar.bz2">buildroot-2013.08-rc3.tar.bz2</a>.
 >> +<a href="/downloads/buildroot-2013.11-rc3.tar.bz2">buildroot-2013.11-rc1.tar.bz2</a>.
 >> <p>

And it is not rc3 :/ I must have been tired yesterday.


 >> +    tree, see the <a
 >> +    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11_rc1">CHANGES</a>

 >  I never noticed before, but why do you tag with _rc1 instead of -rc1
 > so it corresponds to the tarball?

It's purely historical. I've done it since the very first 2009.02_rc1
tag. I don't recall the details any more, but I think I did so to match
the convention from uClibc or busybox. The convention of those dates
back to when CVS was used, which had quite some restrictions on what
characters could be used in tags.

With that said, I don't have any problems with changing the underscores
(_) to hyphens (-) going forward.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-11-13 20:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-12 22:49 [Buildroot] [git commit] Update for 2013.11-rc1 Peter Korsgaard
2013-11-13 17:48 ` Arnout Vandecappelle
2013-11-13 20:40   ` Peter Korsgaard

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.