Add __FreeBSD_version number for post-2.2.5R. Also add note about
2.2-STABLE/2.2.5-STABLE naming inconsistency.
This commit is contained in:
parent
ed503abb00
commit
79b70328d3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2186
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: porting.sgml,v 1.82 1997-10-20 18:05:29 asami Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.83 1997-11-20 00:36:58 asami Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||
|
@ -149,9 +149,12 @@ well commented, and you will still gain much knowledge from it.
|
|||
2.2.2-RELEASE: 222000
|
||||
2.2-STABLE after 2.2.2-RELEASE: 222001
|
||||
2.2.5-RELEASE: 225000
|
||||
2.2-STABLE after 2.2.5-RELEASE: 225001
|
||||
3.0-current before mount(2) change: 300000
|
||||
3.0-current as of Nov 1997: 300001
|
||||
</verb></tscreen>
|
||||
(Note that 2.2-STABLE sometimes identifies itself as
|
||||
"2.2.5-STABLE" after the 2.2.5-RELEASE.)
|
||||
The pattern used to be year followed by the month, but we
|
||||
decided to change it to a more straightforward major/minor
|
||||
system starting from 2.2. This is because the parallel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue