public inbox for libc-stable@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Set version.h RELEASE to "stable".
@ 2020-10-02 19:33 Carlos O'Donell
  2020-10-02 19:35 ` Carlos O'Donell
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos O'Donell @ 2020-10-02 19:33 UTC (permalink / raw)
  To: libc-stable; +Cc: Carlos O'Donell

The RELEASE macro was accidentaly set to "release" instead of
the expected "stable" by the release manager.  This is a mistake
that leads to the build using "-g -O1" instead of "-g -O2" if
configure was executed with "CFLAGS=" (CFLAGS set but empty).
---
 version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.h b/version.h
index 83cd196798..e6ca7a8857 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
-#define RELEASE "release"
+#define RELEASE "stable"
 #define VERSION "2.32"
-- 
2.26.2


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

* Re: [PATCH] Set version.h RELEASE to "stable".
  2020-10-02 19:33 [PATCH] Set version.h RELEASE to "stable" Carlos O'Donell
@ 2020-10-02 19:35 ` Carlos O'Donell
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2020-10-02 19:35 UTC (permalink / raw)
  To: libc-stable

On 10/2/20 3:33 PM, Carlos O'Donell wrote:
> The RELEASE macro was accidentaly set to "release" instead of
> the expected "stable" by the release manager.  This is a mistake
> that leads to the build using "-g -O1" instead of "-g -O2" if
> configure was executed with "CFLAGS=" (CFLAGS set but empty).
> ---
>  version.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/version.h b/version.h
> index 83cd196798..e6ca7a8857 100644
> --- a/version.h
> +++ b/version.h
> @@ -1,4 +1,4 @@
>  /* This file just defines the current version number of libc.  */
>  
> -#define RELEASE "release"
> +#define RELEASE "stable"
>  #define VERSION "2.32"
> 

Needs a bug number in the commit message. Fixing that up.

-- 
Cheers,
Carlos.


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

end of thread, other threads:[~2020-10-02 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02 19:33 [PATCH] Set version.h RELEASE to "stable" Carlos O'Donell
2020-10-02 19:35 ` Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).