[606] | 1 | # $Id$ |
---|
| 2 | |
---|
| 3 | Tea4CUPS : Tee for CUPS |
---|
| 4 | |
---|
[611] | 5 | (c) 2005 Jerome Alet <alet@librelogiciel.com> |
---|
[606] | 6 | This program is free software; you can redistribute it and/or modify |
---|
| 7 | it under the terms of the GNU General Public License as published by |
---|
| 8 | the Free Software Foundation; either version 2 of the License, or |
---|
| 9 | (at your option) any later version. |
---|
| 10 | |
---|
| 11 | This program is distributed in the hope that it will be useful, |
---|
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 14 | GNU General Public License for more details. |
---|
| 15 | |
---|
| 16 | You should have received a copy of the GNU General Public License |
---|
| 17 | along with this program; if not, write to the Free Software |
---|
| 18 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. |
---|
| 19 | |
---|
| 20 | ============================================================================= |
---|
| 21 | |
---|
| 22 | Tea4CUPS News : |
---|
| 23 | |
---|
[625] | 24 | * 2.11 : |
---|
| 25 | |
---|
| 26 | - Ignores errors in posthooks because the job was probably |
---|
| 27 | successfully printed so no need to stop the print queue. |
---|
| 28 | We log a warning instead in this case. |
---|
| 29 | |
---|
[615] | 30 | * 2.10 : |
---|
| 31 | |
---|
| 32 | - Makes the IPP message filename and the Job's billing code available. |
---|
| 33 | |
---|
[606] | 34 | * 2.00 : |
---|
| 35 | |
---|
| 36 | - Introduces the notions of pre and post hooks. |
---|
| 37 | |
---|
| 38 | - Prehooks can decide to entirely cancel the print job if needed. |
---|
| 39 | |
---|
| 40 | - Original CUPS backend's exit code is available in posthooks. |
---|
| 41 | |
---|
| 42 | - prehooks, posthooks and tees are now launched in alphabetical order. |
---|
| 43 | |
---|
| 44 | * 1.00 : |
---|
| 45 | |
---|
| 46 | - First Official release. |
---|