Changeset 254

Show
Ignore:
Timestamp:
09/01/05 04:13:43 (3 years ago)
Author:
athomas
Message:
  • Updated changelog to 1.31
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • op/trunk/ChangeLog

    r248 r254  
    1  27/05/05- op 1.30 
     101/09/05 - op 1.31 
     2================== 
     3 
     4The biggest change is the move to the autotools. 
     5 
     6Broken down changes. 
     7 
     8  * Trailing args are now expanded from the last numbered argument encountered. 
     9    eg. with {{{/bin/echo $1 $*}}}, the {{{$*}}} will expand to arguments 2 and on. 
     10  * Fixed usage of snprintf. 
     11  * Renamed fowner to fowners to be more consistent with the rest of the op commands. 
     12  * Fixed long standing bug where the incorrect user is reported in the logs. 
     13  * Added fperms and fowner constraints thanks to Pierre. 
     14  * Logging beautification. 
     15  * More automake/autoconf additions and cleanup. 
     16  * Cleaned up ChangeLog, README, AUTHORS and NEWS. 
     17  * Added man page. 
     18  * Merged autoconf branch into trunk. 
     19  * Fixed build errors on AIX reported by Pierre. 
     20  * {{{make clean}}} cleans up {{{lex.c}}}. 
     21  * Some configure fixes for crypt and pam fallback. 
     22  * Added --with-shadow. 
     23  * Added patch from Pierre that automatically reduces commands in the form "op 
     24    /bin/ksh" to "op ksh" if the target is a valid executable. Convenience only. 
     25  * Added a log prettification patch from Pierre. Also removed "=>" as it was 
     26    ugly. This may break log parsers. 
     27  * Added xauth support back in with {{{--enable-xauth=<xauth-binary>}}}. 
     28 
     29 
     30 27/05/05 - op 1.30 
    231================== 
    332Fixed use of DEFAULT section, closes #5. Quite a pain in the arse actually.