<div dir="ltr">Hi,<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 26, 2013 at 9:51 AM, Dwight Engen <span dir="ltr"><<a href="mailto:dwight.engen@oracle.com" target="_blank">dwight.engen@oracle.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, 25 Sep 2013 17:57:02 -0400<br>
Stéphane Graber <<a href="mailto:stgraber@ubuntu.com">stgraber@ubuntu.com</a>> wrote:<br>
<br>
> On Wed, Sep 25, 2013 at 05:48:26PM -0400, S.Çağlar Onur wrote:<br>
> > Hey,<br>
> ><br>
> > It's not that important but I just wanted to learn your thoughts<br>
> > about starting to use more predictable version names for releases.<br>
> > I was trying to do some stuff based on the LXC version that is<br>
> > installed on the system and realized that current naming is little<br>
> > different than what I was expecting.<br>
> ><br>
> > Do you think something like following (and also starting to use<br>
> > <a href="http://semver.org/" target="_blank">http://semver.org/</a> kind of naming) is acceptable?<br>
> ><br>
> > diff --git a/<a href="http://configure.ac" target="_blank">configure.ac</a> b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
> > index a523583..f466a43 100644<br>
> > --- a/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
> > +++ b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
> > @@ -1,7 +1,7 @@<br>
> >  #                                               -*- Autoconf -*-<br>
> >  # Process this file with autoconf to produce a configure script.<br>
> ><br>
> > -AC_INIT([lxc], [1.0.0.alpha1])<br>
> > +AC_INIT([lxc], [1.0.0-alpha1])<br>
> ><br>
> >  AC_CONFIG_SRCDIR([<a href="http://configure.ac" target="_blank">configure.ac</a>])<br>
> >  AC_CONFIG_AUX_DIR([config])<br>
> ><br>
> > Best,<br>
><br>
> It doesn't really matter to me or to any of the Debian based distros,<br>
> but I seem to remember the version number being a problem to the RPM<br>
> based distros in the past, so I'd rather not change the format unless<br>
> we first make sure it's going to work with everyone's packaging.<br>
<br>
</div></div>Yeah using the dash was a problem for RPM, see commit 0b531758.</blockquote><div><br></div><div>Got it. Thanks for the feedback...</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5">
> (And if we do change format, I'd only start doing it with alpha2 to<br>
>  avoid some extra confusion)<br>
><br>
<br>
</div></div></blockquote></div><br>Best,<br>-- <br>S.Çağlar Onur <<a href="mailto:caglar@10ur.org">caglar@10ur.org</a>>
</div></div>