[LDAPsh-cvs] ldapsh CHANGES,1.1,1.2 README,1.1,1.2 ldapsh,1.38,1.39
Status: Beta
Brought to you by:
rcorvalan
From: <j-d...@us...> - 2003-12-15 12:27:05
|
Update of /cvsroot/ldapsh/ldapsh In directory sc8-pr-cvs1:/tmp/cvs-serv14704 Modified Files: CHANGES README ldapsh Log Message: * Updated for 0.9.4pre1 Index: CHANGES =================================================================== RCS file: /cvsroot/ldapsh/ldapsh/CHANGES,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CHANGES 6 Jun 2002 16:33:54 -0000 1.1 --- CHANGES 15 Dec 2003 12:27:02 -0000 1.2 *************** *** 1,3 **** --- 1,25 ---- ######################## + ## 0.9.3 -> 0.9.4 ## + ######################## + + * File: >> ldapsh << + - new commands: 'cp', 'mv', 'rm', 'mkdir', 'history', + 'add', 'replace', 'delete'. + - 'vi' command now supports editing. + - 'cd' command now supports '-' and two-argument syntaxes. + - system-wide rc files. + - improved GNU Readline support. + - expanded documentation and an enhanced 'help' command. + - improved handling of errors. + - expanded tab-completion. + - an improved mechanism for redirection of output. + - additional pre-set variables. + - ldapsh will interpret expressions given on the command line + (such as the name of a subroutine from your .ldapshrc). + - 'ls' now includes a multi-column format. + - support for enhanced shell-style system via an optional + third-party package. + + ######################## ## 0.9.2 -> 0.9.3 ## ######################## Index: README =================================================================== RCS file: /cvsroot/ldapsh/ldapsh/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 28 May 2002 15:11:48 -0000 1.1 --- README 15 Dec 2003 12:27:02 -0000 1.2 *************** *** 2,6 **** This is an LDAP Shell. The purpose is to give an easy access to an LDAP server, and to make easier the directory content changes. ! See the POD documentation embedded in the sheel itself (using pod2man, pod2text, pod2html or pod2whatever). The HTML version of the documentation is included in the realease (ldapsh.html). Rafael Corvalan --- 2,6 ---- This is an LDAP Shell. The purpose is to give an easy access to an LDAP server, and to make easier the directory content changes. ! See the POD documentation embedded in the shell itself (using pod2man, pod2text, pod2html or pod2whatever). The HTML version of the documentation is included in the release (ldapsh.html). Rafael Corvalan Index: ldapsh =================================================================== RCS file: /cvsroot/ldapsh/ldapsh/ldapsh,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** ldapsh 14 Dec 2003 07:32:16 -0000 1.38 --- ldapsh 15 Dec 2003 12:27:02 -0000 1.39 *************** *** 293,297 **** } ! our $RELEASE = '0.9.3-2'; my $Opts = { --- 293,297 ---- } ! our $RELEASE = '0.9.4pre1'; my $Opts = { |