[606] | 1 | # $Id$ |
---|
| 2 | |
---|
| 3 | Tea4CUPS : Tee for CUPS |
---|
| 4 | |
---|
[611] | 5 | (c) 2005 Jerome Alet <alet@librelogiciel.com> |
---|
[648] | 6 | (c) 2005 Peter Stuge <stuge-tea4cups@cdy.org> |
---|
[606] | 7 | This program is free software; you can redistribute it and/or modify |
---|
| 8 | it under the terms of the GNU General Public License as published by |
---|
| 9 | the Free Software Foundation; either version 2 of the License, or |
---|
| 10 | (at your option) any later version. |
---|
| 11 | |
---|
| 12 | This program is distributed in the hope that it will be useful, |
---|
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 15 | GNU General Public License for more details. |
---|
| 16 | |
---|
| 17 | You should have received a copy of the GNU General Public License |
---|
| 18 | along with this program; if not, write to the Free Software |
---|
[644] | 19 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
[606] | 20 | |
---|
| 21 | ============================================================================= |
---|
| 22 | |
---|
| 23 | Tea4CUPS News : |
---|
[645] | 24 | |
---|
[660] | 25 | * 3.10 : |
---|
[659] | 26 | |
---|
| 27 | - Added filters. |
---|
| 28 | |
---|
[660] | 29 | - Added the "onfail" directive to tea4cups.conf |
---|
| 30 | |
---|
[653] | 31 | * 3.02 : |
---|
| 32 | |
---|
| 33 | - Fixed some problems thanks to pychecker. |
---|
| 34 | |
---|
[652] | 35 | * 3.01 : |
---|
| 36 | |
---|
| 37 | - Fixed an IPP parsing bug in some situations. |
---|
| 38 | |
---|
[648] | 39 | * 3.00 : |
---|
| 40 | |
---|
| 41 | - Tees don't exist anymore. Only prehooks and posthooks remain. |
---|
| 42 | |
---|
| 43 | - Prehooks can now send datas to Posthooks through pipes. |
---|
| 44 | |
---|
| 45 | - Major rewrite of the subprocess management code, thanks to Peter Stuge. |
---|
| 46 | |
---|
[630] | 47 | * 2.12alpha : |
---|
[645] | 48 | |
---|
[631] | 49 | - Greatly improved the IPP parser. |
---|
[645] | 50 | |
---|
[630] | 51 | - When printing test pages from CUPS' web interface, the empty username |
---|
| 52 | is now overwritten with the username CUPS is running as. |
---|
[645] | 53 | |
---|
[625] | 54 | * 2.11 : |
---|
[645] | 55 | |
---|
[627] | 56 | - Now works with old releases of Python (>= 2.1) |
---|
[645] | 57 | |
---|
[626] | 58 | - More powerful error handling at startup time. |
---|
[645] | 59 | |
---|
| 60 | - Ignores errors in posthooks because the job was probably |
---|
[625] | 61 | successfully printed so no need to stop the print queue. |
---|
| 62 | We log a warning instead in this case. |
---|
[645] | 63 | |
---|
| 64 | * 2.10 : |
---|
| 65 | |
---|
[615] | 66 | - Makes the IPP message filename and the Job's billing code available. |
---|
[645] | 67 | |
---|
[606] | 68 | * 2.00 : |
---|
| 69 | |
---|
| 70 | - Introduces the notions of pre and post hooks. |
---|
[645] | 71 | |
---|
[606] | 72 | - Prehooks can decide to entirely cancel the print job if needed. |
---|
| 73 | |
---|
| 74 | - Original CUPS backend's exit code is available in posthooks. |
---|
| 75 | |
---|
| 76 | - prehooks, posthooks and tees are now launched in alphabetical order. |
---|
| 77 | |
---|
| 78 | * 1.00 : |
---|
| 79 | |
---|
| 80 | - First Official release. |
---|