Show
Ignore:
Timestamp:
09/08/05 20:56:44 (19 years ago)
Author:
jerome
Message:

pkturnkey now simulates by default, instead of modifying the database.
The --dryrun command line switch was replaced by the --force command line
switch, which does exactly the opposite : allows the database to be modified.
Now pkturnkey sends all the informations about what it does to the
screen (but on stderr).
Severity : now you can play with this without risking to loose your datas :-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/version.py

    r2425 r2432  
    2222# 
    2323 
    24 __version__ = "1.23alpha26_unofficial" 
     24__version__ = "1.23alpha27_unofficial" 
    2525 
    2626__doc__ = "PyKota : a complete Printing Quota Solution for CUPS and LPRng."