* [PATCH] Bump version number to 1.4.0 @ 2013-06-11 17:11 Stephen Warren [not found] ` <1370970685-21755-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: Stephen Warren @ 2013-06-11 17:11 UTC (permalink / raw) To: David Gibson, jdl-CYoMK+44s/E Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Stephen Warren From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Many useful new features have been added to dtc since the last release. Projects that use dtc wish to test the version number to determine which features are available. Increment the version number to allow this. Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1169e6c..962f94e 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ # CONFIG_LOCALVERSION from some future config system. # VERSION = 1 -PATCHLEVEL = 3 +PATCHLEVEL = 4 SUBLEVEL = 0 EXTRAVERSION = LOCAL_VERSION = -- 1.8.1.5 ^ permalink raw reply related [flat|nested] 11+ messages in thread
[parent not found: <1370970685-21755-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>]
* Re: [PATCH] Bump version number to 1.4.0 [not found] ` <1370970685-21755-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> @ 2013-06-15 1:12 ` David Gibson [not found] ` <20130615011245.GB9218-umpTOJ70/tn1wF9wiOj0lkEOCMrvLtNR@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: David Gibson @ 2013-06-15 1:12 UTC (permalink / raw) To: Stephen Warren; +Cc: Stephen Warren, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ [-- Attachment #1.1: Type: text/plain, Size: 685 bytes --] On Tue, Jun 11, 2013 at 11:11:25AM -0600, Stephen Warren wrote: > From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > > Many useful new features have been added to dtc since the last release. > Projects that use dtc wish to test the version number to determine > which features are available. Increment the version number to allow > this. Hrm. We should make a new release. But I don't think we should bump the version without actuall rolling a release. -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson [-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --] [-- Attachment #2: Type: text/plain, Size: 192 bytes --] _______________________________________________ devicetree-discuss mailing list devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org https://lists.ozlabs.org/listinfo/devicetree-discuss ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <20130615011245.GB9218-umpTOJ70/tn1wF9wiOj0lkEOCMrvLtNR@public.gmane.org>]
* Re: [PATCH] Bump version number to 1.4.0 [not found] ` <20130615011245.GB9218-umpTOJ70/tn1wF9wiOj0lkEOCMrvLtNR@public.gmane.org> @ 2013-06-15 3:05 ` Stephen Warren [not found] ` <51BBD9FA.2040503-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 2013-06-15 15:32 ` Jon Loeliger 1 sibling, 1 reply; 11+ messages in thread From: Stephen Warren @ 2013-06-15 3:05 UTC (permalink / raw) To: David Gibson; +Cc: Stephen Warren, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ On 06/14/2013 07:12 PM, David Gibson wrote: > On Tue, Jun 11, 2013 at 11:11:25AM -0600, Stephen Warren wrote: >> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> >> >> Many useful new features have been added to dtc since the last >> release. Projects that use dtc wish to test the version number to >> determine which features are available. Increment the version >> number to allow this. > > Hrm. We should make a new release. But I don't think we should > bump the version without actuall rolling a release. I figured that applying this patch /would/ be making a new release; well - apply the patch, and create a tag with the same version. ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <51BBD9FA.2040503-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>]
* Re: [PATCH] Bump version number to 1.4.0 [not found] ` <51BBD9FA.2040503-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> @ 2013-06-15 8:06 ` Grant Likely 0 siblings, 0 replies; 11+ messages in thread From: Grant Likely @ 2013-06-15 8:06 UTC (permalink / raw) To: Stephen Warren, David Gibson Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Stephen Warren On Fri, 14 Jun 2013 21:05:30 -0600, Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> wrote: > On 06/14/2013 07:12 PM, David Gibson wrote: > > On Tue, Jun 11, 2013 at 11:11:25AM -0600, Stephen Warren wrote: > >> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > >> > >> Many useful new features have been added to dtc since the last > >> release. Projects that use dtc wish to test the version number to > >> determine which features are available. Increment the version > >> number to allow this. > > > > Hrm. We should make a new release. But I don't think we should > > bump the version without actuall rolling a release. > > I figured that applying this patch /would/ be making a new release; > well - apply the patch, and create a tag with the same version. Yes, that's what I was assuming you meant too. g. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] Bump version number to 1.4.0 [not found] ` <20130615011245.GB9218-umpTOJ70/tn1wF9wiOj0lkEOCMrvLtNR@public.gmane.org> 2013-06-15 3:05 ` Stephen Warren @ 2013-06-15 15:32 ` Jon Loeliger [not found] ` <E1UnsTK-00082V-KV-CYoMK+44s/E@public.gmane.org> 1 sibling, 1 reply; 11+ messages in thread From: Jon Loeliger @ 2013-06-15 15:32 UTC (permalink / raw) To: David Gibson; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Stephen Warren > > Hrm. We should make a new release. But I don't think we should bump > the version without actuall rolling a release. ..and are we ready to do so? jdl ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <E1UnsTK-00082V-KV-CYoMK+44s/E@public.gmane.org>]
* Re: [PATCH] Bump version number to 1.4.0 [not found] ` <E1UnsTK-00082V-KV-CYoMK+44s/E@public.gmane.org> @ 2013-06-17 21:28 ` Stephen Warren [not found] ` <51BF7F76.1080604-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: Stephen Warren @ 2013-06-17 21:28 UTC (permalink / raw) To: Jon Loeliger; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Stephen Warren On 06/15/2013 09:32 AM, Jon Loeliger wrote: >> >> Hrm. We should make a new release. But I don't think we should bump >> the version without actuall rolling a release. > > ..and are we ready to do so? I don't see anyone saying no... How about if nobody objects, a release is made by the end of the week? ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <51BF7F76.1080604-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>]
* Re: [PATCH] Bump version number to 1.4.0 [not found] ` <51BF7F76.1080604-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> @ 2013-06-17 23:42 ` David Gibson [not found] ` <20130617234256.GC16876-1s0os16eZneny3qCrzbmXA@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: David Gibson @ 2013-06-17 23:42 UTC (permalink / raw) To: Stephen Warren; +Cc: Stephen Warren, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ [-- Attachment #1.1: Type: text/plain, Size: 620 bytes --] On Mon, Jun 17, 2013 at 03:28:22PM -0600, Stephen Warren wrote: > On 06/15/2013 09:32 AM, Jon Loeliger wrote: > >> > >> Hrm. We should make a new release. But I don't think we should bump > >> the version without actuall rolling a release. > > > > ..and are we ready to do so? > > I don't see anyone saying no... > > How about if nobody objects, a release is made by the end of the > week? Works for me. -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson [-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --] [-- Attachment #2: Type: text/plain, Size: 192 bytes --] _______________________________________________ devicetree-discuss mailing list devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org https://lists.ozlabs.org/listinfo/devicetree-discuss ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <20130617234256.GC16876-1s0os16eZneny3qCrzbmXA@public.gmane.org>]
* Re: [PATCH] Bump version number to 1.4.0 [not found] ` <20130617234256.GC16876-1s0os16eZneny3qCrzbmXA@public.gmane.org> @ 2013-06-21 22:35 ` Stephen Warren [not found] ` <51C4D547.3000409-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: Stephen Warren @ 2013-06-21 22:35 UTC (permalink / raw) To: David Gibson, Jon Loeliger Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Stephen Warren On 06/17/2013 05:42 PM, David Gibson wrote: > On Mon, Jun 17, 2013 at 03:28:22PM -0600, Stephen Warren wrote: >> On 06/15/2013 09:32 AM, Jon Loeliger wrote: >>>> >>>> Hrm. We should make a new release. But I don't think we >>>> should bump the version without actuall rolling a release. >>> >>> ..and are we ready to do so? >> >> I don't see anyone saying no... >> >> How about if nobody objects, a release is made by the end of the >> week? > > Works for me. Great! I didn't see any objections, and the week is basically over. Are we good for a release today? ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <51C4D547.3000409-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>]
* Re: [PATCH] Bump version number to 1.4.0 [not found] ` <51C4D547.3000409-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> @ 2013-06-22 14:02 ` Jon Loeliger 2013-06-22 18:23 ` Jon Loeliger 1 sibling, 0 replies; 11+ messages in thread From: Jon Loeliger @ 2013-06-22 14:02 UTC (permalink / raw) To: Stephen Warren; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Stephen Warren > >> > >> How about if nobody objects, a release is made by the end of the > >> week? > > > > Works for me. > > Great! I didn't see any objections, and the week is basically over. > Are we good for a release today? I get it, thanks. I also have to have time to do it. jdl ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] Bump version number to 1.4.0 [not found] ` <51C4D547.3000409-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 2013-06-22 14:02 ` Jon Loeliger @ 2013-06-22 18:23 ` Jon Loeliger [not found] ` <E1UqSTH-0001ep-BN-CYoMK+44s/E@public.gmane.org> 1 sibling, 1 reply; 11+ messages in thread From: Jon Loeliger @ 2013-06-22 18:23 UTC (permalink / raw) To: Stephen Warren; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Stephen Warren > > Great! I didn't see any objections, and the week is basically over. > Are we good for a release today? Hear Ye! Hear Ye! With a Mandate from the Masses for a tagged release, your wish has finally been granted! $ git tag -v v1.4.0 object 65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf type commit tag v1.4.0 tagger Jon Loeliger <jdl-CYoMK+44s/E@public.gmane.org> 1371924387 -0500 DTC 1.4.0 The Mandate from the Masses release. gpg: Signature made Sat 22 Jun 2013 01:06:41 PM CDT using RSA key ID B0272867 gpg: Good signature from "Jon Loeliger <jdl-CYoMK+44s/E@public.gmane.org>" Enjoy, jdl ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <E1UqSTH-0001ep-BN-CYoMK+44s/E@public.gmane.org>]
* Re: [PATCH] Bump version number to 1.4.0 [not found] ` <E1UqSTH-0001ep-BN-CYoMK+44s/E@public.gmane.org> @ 2013-06-24 15:58 ` Stephen Warren 0 siblings, 0 replies; 11+ messages in thread From: Stephen Warren @ 2013-06-24 15:58 UTC (permalink / raw) To: Jon Loeliger; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Stephen Warren On 06/22/2013 12:23 PM, Jon Loeliger wrote: >> >> Great! I didn't see any objections, and the week is basically over. >> Are we good for a release today? > > Hear Ye! Hear Ye! > > With a Mandate from the Masses for a tagged release, > your wish has finally been granted! Excellent! Thank you very much. I guess I should go file some bugs against distros to get this updated version packaged. ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-06-24 15:58 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-06-11 17:11 [PATCH] Bump version number to 1.4.0 Stephen Warren [not found] ` <1370970685-21755-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 2013-06-15 1:12 ` David Gibson [not found] ` <20130615011245.GB9218-umpTOJ70/tn1wF9wiOj0lkEOCMrvLtNR@public.gmane.org> 2013-06-15 3:05 ` Stephen Warren [not found] ` <51BBD9FA.2040503-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 2013-06-15 8:06 ` Grant Likely 2013-06-15 15:32 ` Jon Loeliger [not found] ` <E1UnsTK-00082V-KV-CYoMK+44s/E@public.gmane.org> 2013-06-17 21:28 ` Stephen Warren [not found] ` <51BF7F76.1080604-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 2013-06-17 23:42 ` David Gibson [not found] ` <20130617234256.GC16876-1s0os16eZneny3qCrzbmXA@public.gmane.org> 2013-06-21 22:35 ` Stephen Warren [not found] ` <51C4D547.3000409-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 2013-06-22 14:02 ` Jon Loeliger 2013-06-22 18:23 ` Jon Loeliger [not found] ` <E1UqSTH-0001ep-BN-CYoMK+44s/E@public.gmane.org> 2013-06-24 15:58 ` Stephen Warren
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 NNTP newsgroup(s).