Version 3.0.0 has been released
After many years of development, the FreeRADIUS team is happy to announce Version 3 of the world's most popular server. The release was delayed from June in order to track down and solve a number of last-minute issues. We'd like to thank all of the beta testers for helping with that process. The release announcement is available on the web site: http://freeradius.org/press/index.html#3.0.0 In short, it's simpler, easier to use, and better organized. Upgrading instructions are available here: https://github.com/FreeRADIUS/freeradius-server/blob/release_branch_3.0.0/ra... As this is a major version, you CANNOT just use your 2.x configuration files. Sorry, but many of the new features require changes which aren't compatible with 2.x. See the LDAP and SQL modules for new connection pools, for example. The debug output is colorized, with yellow WARNINGS and red ERRORS. This should help people understand which messages are important and need attention. RADIUS over TLS (RadSec) is supported. This means RADIUS has actual security, instead of the 20 year-old MD5 weirdness. Many configuration errors are caught at startup, rather than run time. Helpful messages are printed, including a pointer to which character caused the error. The raddb/ directory has been re-organized. The files should now be easier to find, as they use a consistent layout. DHCP and VMPS are still supported, but their code has been moved to plug-in modules. We expect to continue this process for the 3.1 release. The goal is to move RADIUS to a plug-in module. The server will then be capable of handling many more protocols. We have a number of new protocols in development, and will be announcing them later this year. SNMP traps are now supported. You can trigger a trap when a home server goes down, and when it comes back up again! While supporting many new features, the code is almost 10% smaller than version 2.2. In addition, it has daily builds on multiple platforms, including automatic static source code analysis. This means that the code is smaller, more secure, and easier to maintain. We'd like to add a special thanks to the Samba project, for the talloc library. Many of the new features we made possible by talloc. We expect more features in the future. Alan DeKok. FreeRADIUS Project Leader
Congratulations Alan, Arran for pushing this out of the nest, all the while being so attentive on the mailing list, along with Phil and "the other Alan" :-) You guys are truly obsessed. I get exhausted just reading your commit logs. :-)
On 7 Oct 2013, at 23:00, Alan DeKok <aland@deployingradius.com> wrote:
Brian Julin wrote:
You guys are truly obsessed. I get exhausted just reading your commit logs. :-)
It's what I do.
I'm just in it for the groupies. Everyone knows girls dig guys who have a working knowledge of OpenLDAP client library. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
On 7 Oct 2013, at 23:23, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 7 Oct 2013, at 23:00, Alan DeKok <aland@deployingradius.com> wrote:
Brian Julin wrote:
You guys are truly obsessed. I get exhausted just reading your commit logs. :-)
It's what I do.
I'm just in it for the groupies. Everyone knows girls dig guys who have a working knowledge of OpenLDAP client library.
release_branch_3.0.0 has now been renamed v3.0.x and will be used for bugfixes in v3.0.x. Major new development will now be done in master, which will be branched again before the release of v3.1.0. git branch -m release_branch_3.0.0 v3.0.x Should be sufficient to update your local repositories. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
Congratulations! Thank you again for all of the countless hours you spend on improving the best and most flexible RADIUS server. One question though - is there a typo in the V2 upgrade link below? When I click on it I get a 404 error..
Upgrading instructions are available here:
https://github.com/FreeRADIUS/freeradius-server/blob/release_branch_3.0.0/ra...
Neal wrote:
When I click on it I get a 404 error..
Upgrading instructions are available here:
https://github.com/FreeRADIUS/freeradius- server/blob/release_branch_3.0.0/raddb/README.rst
That link would have changed when the release was officially renamed from release_branch_3.0.0 to v3.0.x, so use: https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/raddb/README.rst Basically it is just a link into a web view of the git repository, so you could also just pull the source and you'd have it.
Congratulations! Thank you again for all of the countless hours you spend on improving the best and most flexible RADIUS server. One question though - is there a typo in the V2 upgrade link below? When I click on it I get a 404 error..
Upgrading instructions are available here:
https://github.com/FreeRADIUS/freeradius- server/blob/release_branch_3.0.0/raddb/README.rst
That's because the branch has been renamed. The file you want is: https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/raddb/README.rst :-) Stefan -- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message. Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
On 8 Oct 2013, at 14:09, "Garber, Neal" <Neal.Garber@iberdrolausa.com> wrote:
Congratulations! Thank you again for all of the countless hours you spend on improving the best and most flexible RADIUS server. One question though - is there a typo in the V2 upgrade link below? When I click on it I get a 404 error..
Upgrading instructions are available here:
https://github.com/FreeRADIUS/freeradius-server/blob/release_branch_3.0.0/ra...
Ok, no more renaming branches for me :( Upgrade instructions are here: https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/raddb/README.rst Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
On 10/07/2013 04:18 PM, Alan DeKok wrote:
After many years of development, the FreeRADIUS team is happy to announce Version 3 of the world's most popular server. The release was delayed from June in order to track down and solve a number of last-minute issues. We'd like to thank all of the beta testers for helping with that process.
The release announcement is available on the web site:
3.0 is not on the download page http://freeradius.org/download.html nor is there a download link on the above announcement page. BTW, I do know I can get it directly from ftp://ftp.freeradius.org/pub/freeradius/ but there should be links. -- John
John Dennis wrote:
3.0 is not on the download page http://freeradius.org/download.html nor is there a download link on the above announcement page.
The announcement says: Version 3.0.0 (sig) has been released... The 3.0.0 is a link. I've added a link on the download page. Alan DeKok.
participants (6)
-
Alan DeKok -
Arran Cudbard-Bell -
Brian Julin -
Garber, Neal -
John Dennis -
stefan.paetow@diamond.ac.uk