ChangeLog
2017-10-17 - 2.1.11 -> 3.0.15
- Home page link www.freeradius.org -> freeradius.org
- Replaced md5sum & sha1sum checks with sha1sum and sha256sum
- Replaced use of $USER with $(logname) for chown, debatably
more reliable considering all of the choices of shells,
su, sudo, ...
- Updated configure flags that have changed
- Updated prerequisites
2011-08-11 - 2.1.10 -> 2.1.11
2010-10-01 - 2.1.8 -> 2.1.10
2010-03-15 - Added note about libtool
2010-01-27 - 1.1.1 -> 2.1.8
- Updated prerequisites list (lots of changes)
Apr 27, 2006 - Replaced links to postgresql and oracle howtos
(which don't exist) to their web sites
Sep 20, 2005 - 1.0.1 -> 1.0.5
- Removed gcc, binutils, make, and fileutils/sh-utils/
coreutils links
- Changed md5sum verification to output OK (or not)
- Added sha1sum verification
- Moved source directory (see note <a href="howtos.php?msd">here</a>)
- Rearranged options to shut up new version of find
- root.root -> root:root, run when $UID = 0
- Fixed some paths in setting up init script
- Added creation of /etc/rc.d/rc?.d/ symlinks so it'll
actually use the script on boot-up...
Sep 30, 2004 - 0.9.3 -> 1.0.1
- Merged the fileutils and sh-utils prerequisites onto one
line and added ", or coreutils" (which would replace both)
- Updated the note about OpenSSL and LDFLAGS
- Added note where to find the pid file
- Replace using CPPFLAGS and LDFLAGS, to point to a OpenSSL
installation that was installed under /usr/local/ssl, with
the --with-openssl-(includes|libraries) configure flags
- Added installation of a start-up script
Dec 5, 2003 - Remove /usr/local/lib/libradius-* instead of libradius.*
after make before make install
Dec 2, 2003 - 0.9.2 -> 0.9.3
This fixes a remote DoS and possible exploit
- Fixed some typos (in notes)
- Remove old /usr/local/share/doc/freeradius-x.x.x docs
- Added uninstall instructions to the bottom
Oct 20, 2003 - 0.9.1 -> 0.9.2
- Instead of suggesting cd into some buried dir for two bugs
and cd ../../../... to get back, just open the makefile
directly with a relative path
- Fixed up some prerequisites
- Added cleanup of old lib files, running ldconfig
Sep 11, 2003 - First entry