ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:117495] [Ruby master Bug#20422] Bugfix release process
@ 2024-04-11 17:21 masterleep2 (Bill Lipa) via ruby-core
  2024-04-13 20:40 ` [ruby-core:117509] [Ruby master Misc#20422] " zeke (Zeke Gabrielse) via ruby-core
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: masterleep2 (Bill Lipa) via ruby-core @ 2024-04-11 17:21 UTC (permalink / raw)
  To: ruby-core; +Cc: masterleep2 (Bill Lipa)

Issue #20422 has been reported by masterleep2 (Bill Lipa).

----------------------------------------
Bug #20422: Bugfix release process
https://bugs.ruby-lang.org/issues/20422

* Author: masterleep2 (Bill Lipa)
* Status: Open
* Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
I was wondering if it would be possible to have more frequent bug fix releases of the latest stable Ruby.  For example, if there was a 3.x.1 available two to three months after 3.x came out, it would make it more appealing to upgrade from a bug safety perspective.  Right now there is no bug fix release for 3.3.

I'm not sure what the release process is for bug fix releases - is there any information on this available?  I couldn't find any, or any place other than this bug tracker where it seemed like this would be discussed.  Sorry if this is the wrong place.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:117509] [Ruby master Misc#20422] Bugfix release process
  2024-04-11 17:21 [ruby-core:117495] [Ruby master Bug#20422] Bugfix release process masterleep2 (Bill Lipa) via ruby-core
@ 2024-04-13 20:40 ` zeke (Zeke Gabrielse) via ruby-core
  2024-04-16 13:33 ` [ruby-core:117534] " matheusrich (Matheus Richard) via ruby-core
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zeke (Zeke Gabrielse) via ruby-core @ 2024-04-13 20:40 UTC (permalink / raw)
  To: ruby-core; +Cc: zeke (Zeke Gabrielse)

Issue #20422 has been updated by zeke (Zeke Gabrielse).


I would also love to see more transparency here. We want to upgrade to 3.3, but we're currently blocked due to https://bugs.ruby-lang.org/issues/20091 and unsure when a patch release will hit.

----------------------------------------
Misc #20422: Bugfix release process
https://bugs.ruby-lang.org/issues/20422#change-107896

* Author: masterleep2 (Bill Lipa)
* Status: Open
----------------------------------------
I was wondering if it would be possible to have more frequent bug fix releases of the latest stable Ruby.  For example, if there was a 3.x.1 available two to three months after 3.x came out, it would make it more appealing to upgrade from a bug safety perspective.  Right now there is no bug fix release for 3.3.

I'm not sure what the release process is for bug fix releases - is there any information on this available?  I couldn't find any, or any place other than this bug tracker where it seemed like this would be discussed.  Sorry if this is the wrong place.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:117534] [Ruby master Misc#20422] Bugfix release process
  2024-04-11 17:21 [ruby-core:117495] [Ruby master Bug#20422] Bugfix release process masterleep2 (Bill Lipa) via ruby-core
  2024-04-13 20:40 ` [ruby-core:117509] [Ruby master Misc#20422] " zeke (Zeke Gabrielse) via ruby-core
@ 2024-04-16 13:33 ` matheusrich (Matheus Richard) via ruby-core
  2024-04-16 21:53 ` [ruby-core:117540] " hsbt (Hiroshi SHIBATA) via ruby-core
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: matheusrich (Matheus Richard) via ruby-core @ 2024-04-16 13:33 UTC (permalink / raw)
  To: ruby-core; +Cc: matheusrich (Matheus Richard)

Issue #20422 has been updated by matheusrich (Matheus Richard).


Thanks for bringing this up. I [tried to discuss it at the last dev meeting](https://github.com/ruby/dev-meeting-log/blob/master/2024/DevMeeting-2024-03-14.md?plain=1#L637), but I think the core team missed my question.

----------------------------------------
Misc #20422: Bugfix release process
https://bugs.ruby-lang.org/issues/20422#change-107926

* Author: masterleep2 (Bill Lipa)
* Status: Open
----------------------------------------
I was wondering if it would be possible to have more frequent bug fix releases of the latest stable Ruby.  For example, if there was a 3.x.1 available two to three months after 3.x came out, it would make it more appealing to upgrade from a bug safety perspective.  Right now there is no bug fix release for 3.3.

I'm not sure what the release process is for bug fix releases - is there any information on this available?  I couldn't find any, or any place other than this bug tracker where it seemed like this would be discussed.  Sorry if this is the wrong place.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:117540] [Ruby master Misc#20422] Bugfix release process
  2024-04-11 17:21 [ruby-core:117495] [Ruby master Bug#20422] Bugfix release process masterleep2 (Bill Lipa) via ruby-core
  2024-04-13 20:40 ` [ruby-core:117509] [Ruby master Misc#20422] " zeke (Zeke Gabrielse) via ruby-core
  2024-04-16 13:33 ` [ruby-core:117534] " matheusrich (Matheus Richard) via ruby-core
@ 2024-04-16 21:53 ` hsbt (Hiroshi SHIBATA) via ruby-core
  2024-04-17  1:46 ` [ruby-core:117543] " PengPengP (Peng Li) via ruby-core
  2024-04-17 10:07 ` [ruby-core:117556] " hsbt (Hiroshi SHIBATA) via ruby-core
  4 siblings, 0 replies; 6+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-04-16 21:53 UTC (permalink / raw)
  To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)

Issue #20422 has been updated by hsbt (Hiroshi SHIBATA).


In speaking about 3.3.1, we are working in progress for [that](https://github.com/ruby/ruby/commits/ruby_3_3/).

Please wait for complete that work.

----------------------------------------
Misc #20422: Bugfix release process
https://bugs.ruby-lang.org/issues/20422#change-107932

* Author: masterleep2 (Bill Lipa)
* Status: Open
----------------------------------------
I was wondering if it would be possible to have more frequent bug fix releases of the latest stable Ruby.  For example, if there was a 3.x.1 available two to three months after 3.x came out, it would make it more appealing to upgrade from a bug safety perspective.  Right now there is no bug fix release for 3.3.

I'm not sure what the release process is for bug fix releases - is there any information on this available?  I couldn't find any, or any place other than this bug tracker where it seemed like this would be discussed.  Sorry if this is the wrong place.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:117543] [Ruby master Misc#20422] Bugfix release process
  2024-04-11 17:21 [ruby-core:117495] [Ruby master Bug#20422] Bugfix release process masterleep2 (Bill Lipa) via ruby-core
                   ` (2 preceding siblings ...)
  2024-04-16 21:53 ` [ruby-core:117540] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-04-17  1:46 ` PengPengP (Peng Li) via ruby-core
  2024-04-17 10:07 ` [ruby-core:117556] " hsbt (Hiroshi SHIBATA) via ruby-core
  4 siblings, 0 replies; 6+ messages in thread
From: PengPengP (Peng Li) via ruby-core @ 2024-04-17  1:46 UTC (permalink / raw)
  To: ruby-core; +Cc: PengPengP (Peng Li)

Issue #20422 has been updated by PengPengP (Peng Li).


I want to upgrade to 3.3, but it's blocked due to #20184.

A segfault on low memory system(~256MB).

----------------------------------------
Misc #20422: Bugfix release process
https://bugs.ruby-lang.org/issues/20422#change-107936

* Author: masterleep2 (Bill Lipa)
* Status: Open
----------------------------------------
I was wondering if it would be possible to have more frequent bug fix releases of the latest stable Ruby.  For example, if there was a 3.x.1 available two to three months after 3.x came out, it would make it more appealing to upgrade from a bug safety perspective.  Right now there is no bug fix release for 3.3.

I'm not sure what the release process is for bug fix releases - is there any information on this available?  I couldn't find any, or any place other than this bug tracker where it seemed like this would be discussed.  Sorry if this is the wrong place.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:117556] [Ruby master Misc#20422] Bugfix release process
  2024-04-11 17:21 [ruby-core:117495] [Ruby master Bug#20422] Bugfix release process masterleep2 (Bill Lipa) via ruby-core
                   ` (3 preceding siblings ...)
  2024-04-17  1:46 ` [ruby-core:117543] " PengPengP (Peng Li) via ruby-core
@ 2024-04-17 10:07 ` hsbt (Hiroshi SHIBATA) via ruby-core
  4 siblings, 0 replies; 6+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-04-17 10:07 UTC (permalink / raw)
  To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)

Issue #20422 has been updated by hsbt (Hiroshi SHIBATA).

Status changed from Open to Closed

We continue to discuss release process at #20432 

----------------------------------------
Misc #20422: Bugfix release process
https://bugs.ruby-lang.org/issues/20422#change-107954

* Author: masterleep2 (Bill Lipa)
* Status: Closed
----------------------------------------
I was wondering if it would be possible to have more frequent bug fix releases of the latest stable Ruby.  For example, if there was a 3.x.1 available two to three months after 3.x came out, it would make it more appealing to upgrade from a bug safety perspective.  Right now there is no bug fix release for 3.3.

I'm not sure what the release process is for bug fix releases - is there any information on this available?  I couldn't find any, or any place other than this bug tracker where it seemed like this would be discussed.  Sorry if this is the wrong place.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

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

end of thread, other threads:[~2024-04-17 10:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-11 17:21 [ruby-core:117495] [Ruby master Bug#20422] Bugfix release process masterleep2 (Bill Lipa) via ruby-core
2024-04-13 20:40 ` [ruby-core:117509] [Ruby master Misc#20422] " zeke (Zeke Gabrielse) via ruby-core
2024-04-16 13:33 ` [ruby-core:117534] " matheusrich (Matheus Richard) via ruby-core
2024-04-16 21:53 ` [ruby-core:117540] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-04-17  1:46 ` [ruby-core:117543] " PengPengP (Peng Li) via ruby-core
2024-04-17 10:07 ` [ruby-core:117556] " hsbt (Hiroshi SHIBATA) via ruby-core

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