~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-proposed

« back to all changes in this revision

Viewing changes to doc/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-22 08:42:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922084202-eyjprg3z55481ha5
Tags: 2.1.0+dfsg-0ubuntu1
* New upstream release.
* Fixes FTBFS issue with new libtool.
* Fixes listen on random port. (LP: #261809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
FreeRADIUS 2.0.4 ; $Date: 2008/04/30 08:56:40 $ , urgency=medium
 
1
FreeRADIUS 2.1.0 Fri Sep  5 13:20:01 CEST 2008;  , urgency=medium
 
2
        Feature improvements
 
3
        * Clients may now be defined dynamically, based on IP address.
 
4
          See raddb/sites-available/dynamic-clients.
 
5
        * SNMP support is now available through an experimental Perl script.
 
6
          See scripts/snmp-proxy/README
 
7
        * SNMP statistics are available through Status-Server packets.
 
8
          See raddb/sites-available/status
 
9
        * Added more Microsoft attributes from bug #568.
 
10
        * The "linelog" module has more functionality and flexibility.
 
11
          See raddb/modules/linelog.
 
12
        * The debugging output has been sanitized.  It should be much
 
13
          more readable.
 
14
        * Debug logs can now be turned on/off while the server is running, for
 
15
          a user, group, realm, etc.  See the "log" section of radiusd.conf.
 
16
        * Added support for WiMAX Forum attributes.  The dynamic keys
 
17
          are not yet calculated.  See share/dictionary.wimax
 
18
        * Added session resumption for PEAP and TTLS.
 
19
          See raddb/eap.conf, "cache" sub-section.
 
20
        * Added "radmin" command-line tool for administering a running server.
 
21
          See "man radmin" and raddb/sites-available/control-socket.
 
22
 
 
23
        Bug fixes
 
24
        * Double escaping of '\\' in the "users" (and some other) files
 
25
          has been fixed.  If you have '\\' in the "users" file, your
 
26
          configuration WILL NEED TO BE CHECKED, AND FIXED!
 
27
        * Parse "security" section in radiusd.conf.  This was accidentally
 
28
          deleted in 2.0.5.  Closes bug #566.
 
29
        * Bind to interface before IP, which allows DHCP sockets to
 
30
          listen on "*" for multiple interfaces.
 
31
        * Fix handling of giaddr in DHCP responses.
 
32
        * Corrected parsing of status_check in home_server so that it works.
 
33
        * Fix hints so that "Puser" works again.
 
34
        * Removed length restrictions on attribute names in the dictionaries.
 
35
        * Update socket code to avoid C compiler optimizations.
 
36
 
 
37
FreeRADIUS 2.0.5 ; Date: 2008/06/07 17:17:00 , urgency=medium
 
38
        Feature improvements
 
39
        * Permit SQL authorize_reply_query to be empty.
 
40
        * Allow setting response packet type in Post-Proxy-Type Fail
 
41
          handler.
 
42
        * Added install-chown target to set correct permission and ownership
 
43
          make RADMIN=radmin RGROUP=radius install-chown
 
44
        * Support for LDAP-Group and other dynamic comparison attributes
 
45
          in unlang.  Developed from a patch by Jason Alderfer.
 
46
        * Added chroot support.  See radiusd.conf for comments.
 
47
        * Allow clients of 0/0.  We do not recommend using this, though.
 
48
        * Moved many module configurations into raddb/modules/*
 
49
        
 
50
        Bug fixes
 
51
        * Allow proxying to virtual servers for accounting packets, too.
 
52
        * Added "num fields" function to PostgreSQL client.
 
53
        * Updated proxy fallback mechanism to validate fallback servers,
 
54
          and to process fallback requests in a child thread.
 
55
        * rlm_realm returns "ok" for LOCAL realms, not "noop".
 
56
        * Fixed some DHCP code handling.  The examples should now work.
 
57
 
 
58
FreeRADIUS 2.0.4 ; Date: 2008/04/30 08:56:40  , urgency=medium
2
59
        Feature improvements
3
60
        * Allow "virtual_server" in "realm" and "home_server" sections.
4
61
          See raddb/proxy.conf and raddb/sites-available/virtual.example.com.