From: Alan T. DeKok Date: Wed, 1 Mar 2023 15:27:22 +0000 (-0500) Subject: note 3.2.x, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9652e1529de4a5887b46a83881f2efd8521f048d;p=thirdparty%2Ffreeradius-server.git note 3.2.x, too --- diff --git a/doc/doxygen/extra/toc.c b/doc/doxygen/extra/toc.c index 6ef6f959c59..f14073ce5e0 100644 --- a/doc/doxygen/extra/toc.c +++ b/doc/doxygen/extra/toc.c @@ -37,8 +37,21 @@ git checkout v4.0.x @endcode - Web: http://github.com/FreeRADIUS/freeradius-server/tree/v4.0.x +@subsection branch_32x 3.2.x stable + feature branch + +@code +git clone git@github.com:FreeRADIUS/freeradius-server.git +cd freeradius-server +git fetch origin v3.2.x:v3.2.x +git checkout v3.2.x +@endcode +- Web: http://github.com/FreeRADIUS/freeradius-server/tree/v3.2.x + @subsection branch_30x 3.0.x stable branch +@note This branch is now permanently feature frozen. Only security + fixes will be applied to it. New features or modules should be + submitted against the v3.2.x branch, or the v4.0.x branch. @code git clone git@github.com:FreeRADIUS/freeradius-server.git cd freeradius-server @@ -49,9 +62,8 @@ git checkout v3.0.x @subsection branch_2xx 2.x.x EOL branch -@note This branch is now permanently feature frozen. Only security - fixes will be applied to it. New features or modules should be - submitted against the v4.0.x branch. +@note This branch is now permanently end of life. No bug fixes or + security fixes will be performed for this branch. @code git clone git@github.com:FreeRADIUS/freeradius-server.git @@ -64,8 +76,7 @@ git checkout v2.x.x @subsection branch_1xx 1.1.x EOL branch @note This branch is now permanently end of life. No bug fixes or - security fixes will be performed for this branch. New features - or modules should be submitted against the v4.0.x branch. + security fixes will be performed for this branch. @code git clone git@github.com:FreeRADIUS/freeradius-server.git