2006-06-27:
- Version 0.3.2:
- Re-add the copyright notice of the original cvspadm author.
It has been removed by a lack of knowledge about license stuff.
2006-02-16:
- Cvsdadm can now be obtained as a rpm package.
Many thanks to Iain Lea <iain@bricbrac.de>
2006-02-14:
2006-02-11:
- Version 0.3:
- Add -l option that print a listing of all CVS user.
2006-02-08:
- Version 0.2.4:
- Fix a bug in Disable_cvsuser function that can harm seriously the passwd file.
2006-02-07:
- Version 0.2.3:
- Query search is now more accurate.
- Fix some minors bugs.
2006-02-04:
- Version 0.2.2:
- Query the passwd, writers and readers files if $user is already in there
before attempting to adding him/her.
- Exit status with 0 instead of 1 when exiting in interactive mode.
- Fix a bug crash with 'disable' function. Look if user is already
disable before attempting to disable him/her again.
- Print if user is 'enable' or 'disable' in Query mode.
- Fix some others minors bugs.
- I'm considering, now, that cvsdadm have passed from alpha state to
beta. It is more stable than before, but not complete.
2006-01-31:
- Version 0.2.1:
- Add Query [-q] to interactive mode.
- Minor fix in interactive mode.
2006-01-30:
- Version 0.2:
- If no -R are given, cvsdadm will try to check if the repository is in
the cwd.
- &Init_repository: Verify if the repository is in a sane state _before_
attempting any operation. The difference between this behavior and the
old one is that cvsdadm will not stop in the middle of an operation
(eg: adding a user) and let the repository almost ready.
- New command [-C]. If this command is given with -R and nothing else,
it will create a new repository. It means CVSROOT dir, passwd, readers and
writers files.
If -C is given with any other flags -[adekq], it will create the repository
file(s) if they are missing. Your repository files will not be overwritten
if they already created.
Cvsdadm is gentle for your repository...
This option can be given with interactive [-i] mode too.
- Better handling and logic with interactive mode.
- Remove some redundant lines of code that do the same things
unnecessarily.
2006-01-19
- Update to 0.1.3:
- Don't quit in interactive mode if user press return without choosing an option but reprint the menu.
- Remove trailing '\n' in a string in Query mode to make the output nicer.
- Reprint the menu at the end of an operation in interactive mode.
|