/[radius]/radius/NEWS
ViewVC logotype

Diff of /radius/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by gray, Fri Oct 24 14:05:57 2003 UTC revision 1.50 by gray, Sat Oct 25 20:45:30 2003 UTC
# Line 1  Line 1 
1  GNU Radius NEWS -- history of user-visible changes. 2003-10-24  GNU Radius NEWS -- history of user-visible changes. 2003-10-25
2  Copyright (C) 2002,2003 Free Software Foundation, Inc.  Copyright (C) 2002,2003 Free Software Foundation, Inc.
3  See the end of file for copying conditions.  See the end of file for copying conditions.
4    
# Line 6  Please send radius bug reports to <bug-g Line 6  Please send radius bug reports to <bug-g
6    
7  Version 1.1.91:  Version 1.1.91:
8    
 * Bugfixes  
 ** Renamed LIST to RAD_LIST to eliminate possible name clashes with the  
 other libraries (namely, libmysqlclient)  
 ** Choose the strictest timeout value between the one imposed by Login-Time  
 attribute and the one set using Session-Timeout attribute.  
 ** Use sigaction for signal handling whenever it is available.  
 ** Fixed coredumps after unsuccessful error recovery in raddb/users  
 file.  
   
9  * New features:  * New features:
10    
11  ** Support for Status-Server request.  ** Support for Status-Server request.
# Line 31  configuration rules that were used when Line 22  configuration rules that were used when
22  ** Test shell mode considerably improved.  ** Test shell mode considerably improved.
23    
24  ** Rewrite: new builtin functions:  ** Rewrite: new builtin functions:
25    
26  *** gsub(R,S,T)  *** gsub(R,S,T)
27  For each substring matching the regular expression R in the string  For each substring matching the regular expression R in the string
28  T, substitute the string s, and return the resulting string.  T, substitute the string s, and return the resulting string.
29    
30  *** qprn(S)  *** qprn(S)
31  Replace all non-printable characters in string S by their  Replace all non-printable characters in string S by their
32  corresponding hex value preceeded by a percent sign. Return the  corresponding hex value preceeded by a percent sign. Return the
33  resulting string.  resulting string.
34    
35    ** Rewrite: #pragma regexp allows to alter the type of regular expressions
36    used. By default, basic regular expressions are used. The rest of
37    line following #pragma regexp must consist of whitespace-separated
38    regexp modifiers. Each regexp modifier is one of the following
39    keywords:
40    
41      extended      Use extended regular expressions
42      icase         Ignore case
43      newline       Match-any-character operators don't match a newline.
44    
45    optionally preceeded by plus, indicating enabling the feature, or
46    minus, indicating disabling it.
47    
48  * Emacs files: Improved radconf-mode.el  * Emacs files: Improved radconf-mode.el
49    
50  * Deprecated features:  * Deprecated features:
51    
52  ** Explicit use of Add-Port-To-IP-Address is no longer allowed.  ** Explicit use of Add-Port-To-IP-Address is no longer allowed.
53    
54    * Bugfixes
55    ** Renamed LIST to RAD_LIST to eliminate possible name clashes with the
56    other libraries (namely, libmysqlclient)
57    ** Choose the strictest timeout value between the one imposed by Login-Time
58    attribute and the one set using Session-Timeout attribute.
59    ** Use sigaction for signal handling whenever it is available.
60    ** Fixed coredumps after unsuccessful error recovery in raddb/users
61    file.
62    
63    
64  Version 1.1:  Version 1.1:
65    

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26