Changeset 960
- Timestamp:
- 04/24/03 23:13:40 (22 years ago)
- Location:
- pykota/trunk
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/clean.sh
r876 r960 31 31 find docs -name "*.html" -exec rm -f {} \; 32 32 find docs -name "*.pdf" -exec rm -f {} \; 33 find docs -name "*.tex" -exec rm -f {} \; 33 34 rm -fr docs/pykota/ docs/pykota.junk/ -
pykota/trunk/conf/pykota.conf.sample
r956 r960 119 119 # If the value is not set then the default policy DENY applies. 120 120 # ATTENTION : 121 # Before 1.04 pre4the default value was ALLOW, but unknown users121 # Before 1.04 the default value was ALLOW, but unknown users 122 122 # allowed to print causes accuracy problems : their jobs are 123 123 # charged to the next person who prints on the same printer. -
pykota/trunk/NEWS
r956 r960 22 22 PyKota NEWS : 23 23 24 - 1.04 pre4:24 - 1.04 : 25 25 26 26 - Default print policy for users/groups unknown from … … 29 29 (incorrect job sizes charged to the wrong persons) 30 30 31 - 1.04pre3 :32 33 31 - LPRng support works ! 34 35 - 1.04pre2 :36 37 - Preliminary support for LPRng added (still untested)38 32 39 33 - A bug was introduced some time ago wrt printers' default 40 34 policy for unknown users. It is now corrected. 41 35 42 - 1.04pre1 :43 44 36 - repykota now displays prices per job and per page for each 45 37 printer, if they are defined. 46 38 47 - 1.04pre0 :48 49 39 - Minor display bug fixed in repykota. 50 40 … … 56 46 Please look inside the initscripts subdirectory. 57 47 58 - 1.03beta2 :59 60 48 - repykota now reports account balances too. 61 49 … … 65 53 - Manual pages were finally updated. 66 54 67 - 1.03beta :68 69 55 - Group quotas seem to work now ! 70 56 71 - 1.03alpha :72 73 57 - IMPORTANT : DataBase schema has changed. 74 58 DON'T TRY TO UPGRADE AN EXISTING PYKOTA INSTALLATION ! -
pykota/trunk/pykota/version.py
r956 r960 21 21 # 22 22 23 __version__ = "1.04 pre4-unofficial"23 __version__ = "1.04-unofficial" 24 24 25 25 __doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""