PDA

View Full Version : How do I find out what the latest release is?


troberts
08-03-2008, 09:37 PM
Currently, I am using FreeBSD 7.0-STABLE #1 and if the source is at #2 I will update my source tree and buildworld, but I do not know where to look to find out which '#' it is.

ephemera
08-03-2008, 11:32 PM
> FreeBSD 7.0-STABLE #1

if you are talking about the string displayed by the kernel during booting then #1 is a count of the number of times that the kernel has been (re)built.

> if the source is at #2 I will update my source tree and buildworld, but I do not know where to look to find out which '#' it is.

7.0-STABLE is a development branch (in SCM (http://en.wikipedia.org/wiki/Source_Code_Management) speak) which is constantly updated and has no # (actually there is - its called a RELEASE ;)).

(caveat: the above said may not be 100% correct. since i don't know the specifics of fbsd development.)

troberts
08-04-2008, 12:31 AM
7.0-STABLE is a development branch (in SCM (http://en.wikipedia.org/wiki/Source_Code_Management) speak) which is constantly updated and has no # (actually there is - its called a RELEASE ;))
You are right. For some reason I was thinking like I was using 7.0-RELEASE, which does get updates. For all I know, if I (re)buildworld today I could get something that RELEASE users won't get until 7.1-RELEASE.

Thank you for your response. Not only did you answer my question but I found out what the pound sign (#) means.

Weaseal
08-16-2008, 07:01 PM
You can always visit www.freebsd.org for the latest version info as well. It's right there on the front page.