[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 0.35 => Beta => 1.0 schedule

From: Colin Watson <cjwatson_at_flatline.org.uk>
Date: 2003-12-05 17:46:46 CET

On Thu, Dec 04, 2003 at 08:56:16PM -0500, Greg Hudson wrote:
> In my opinion? 1.1.beta1, 1.1.beta2, etc. When the beta period is done
> and the release is ready to unleash upon the unwashed masses, you
> release 1.1.0, and when you discover the horrible security hole in 1.1.0
> that you need to patch, you release 1.1.1. (This is compatible with
> RPM, incidentally. 1.1.beta1 is less than 1.1.0 is less than 1.1.1.)

It's not compatible with dpkg, though:

  $ dpkg --compare-versions 1.1.beta1 lt 1.1.0
  $ echo $?
  1

Textual/beta-style version numbers are a bit of a headache to make
portable across packaging systems, so I tend to feel they're best
avoided where possible.

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 5 17:47:28 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.