Changeset 1490

Show
Ignore:
Timestamp:
05/21/04 23:02:56 (20 years ago)
Author:
jalet
Message:

The pykota filter is now deprecated

Location:
pykota/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pykota

    r1483 r1490  
    2424# 
    2525# $Log$ 
     26# Revision 1.59  2004/05/21 21:02:56  jalet 
     27# The pykota filter is now deprecated 
     28# 
    2629# Revision 1.58  2004/05/18 14:48:47  jalet 
    2730# Big code changes to completely remove the need for "requester" directives, 
     
    357360             
    358361if __name__ == "__main__" :     
     362    sys.stderr.write("ERROR : pykota is now deprecated. With CUPS use cupspykota instead.\n") 
     363    sys.stderr.write("ERROR : pykota is now deprecated. With LPRng please wait for a new version.\n") 
     364    sys.stderr.flush() 
     365    sys.exit(-1) 
     366     
     367    ############## 
     368    #            # 
     369    # DEPRECATED # 
     370    #            # 
     371    ############## 
    359372    retcode = -1 
    360373    try : 
  • pykota/trunk/NEWS

    r1488 r1490  
    2222PyKota NEWS : 
    2323 
     24    - 1.19alpha11 : 
     25     
     26        - The pykota filter is now completely deprecated and 
     27          can't be used anymore. LPRng users MUST download  
     28          an older version of PyKota. CUPS users MUST use 
     29          cupspykota. Better support for LPRng will come 
     30          in the near future. 
     31           
    2432    - 1.19alpha10 : 
    2533     
  • pykota/trunk/pykota/version.py

    r1483 r1490  
    2222# 
    2323 
    24 __version__ = "1.19alpha10_unofficial" 
     24__version__ = "1.19alpha11_unofficial" 
    2525 
    2626__doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""