[797] | 1 | # $Id$ |
---|
| 2 | |
---|
[2478] | 3 | PyKota - Print Quotas for CUPS and LPRng |
---|
[797] | 4 | |
---|
[2622] | 5 | (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> |
---|
[873] | 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. |
---|
[797] | 10 | |
---|
[873] | 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. |
---|
[797] | 15 | |
---|
[873] | 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 |
---|
[2303] | 18 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
[873] | 19 | |
---|
[797] | 20 | ============================================================ |
---|
| 21 | |
---|
| 22 | PyKota NEWS : |
---|
[2044] | 23 | |
---|
[3086] | 24 | - 1.25alpha18 (2006-11-30) : |
---|
| 25 | |
---|
| 26 | - Fixed a severe bug in the LDAP backend wrt the overcharging factor. |
---|
| 27 | |
---|
[3073] | 28 | - 1.25alpha17 (2006-11-27) : |
---|
| 29 | |
---|
[3084] | 30 | - pkrefund can now create receipts in the PDF format. |
---|
| 31 | |
---|
[3079] | 32 | - The code was changed to accomodate ReportLab 2.x in pkbanner |
---|
| 33 | and pkinvoice. ReportLab v1.x is now only supported with |
---|
| 34 | an english or C locale. |
---|
| 35 | |
---|
[3075] | 36 | - pknotify now accepts the --noremote command line option to |
---|
| 37 | decide what has to be done when there's no PyKotIcon running |
---|
| 38 | or accepting connections from the print server on the client host. |
---|
| 39 | |
---|
[3073] | 40 | - pkprinters now only modifies CUPS' printers.conf when the |
---|
| 41 | -C | --cups command line switch is used. |
---|
| 42 | |
---|
| 43 | - 1.25alpha16 (2006-11-12) : |
---|
| 44 | |
---|
| 45 | - Several fixes to CGI scripts wrt i18n. |
---|
| 46 | |
---|
| 47 | - Introduced the pkrefund command line tool to refund jobs. |
---|
| 48 | |
---|
| 49 | - Several i18n fixes. |
---|
| 50 | |
---|
| 51 | - Several minor fixes to documentation and translations. |
---|
| 52 | |
---|
[3048] | 53 | - 1.25alpha15 (2006-11-06) : |
---|
| 54 | |
---|
[3052] | 55 | - pkprinters --add and --delete now automatically reroutes CUPS |
---|
| 56 | print queues through PyKota or through CUPS only. |
---|
| 57 | |
---|
[3050] | 58 | - Fixed date and time parsing problems. |
---|
| 59 | |
---|
[3048] | 60 | - Finally simplified the locking code again, and checked that no |
---|
| 61 | stalled lock can persist. The lock files remain on disk though, |
---|
| 62 | but it is a small price to pay. |
---|
| 63 | |
---|
[3036] | 64 | - 1.25alpha14 (2006-10-13) : |
---|
| 65 | |
---|
[3040] | 66 | - Removed some locking code which would have prevented multi-server |
---|
| 67 | configuration to work correctly with a shared lock directory. |
---|
| 68 | |
---|
[3036] | 69 | - First useable release with the computation of ink |
---|
| 70 | usage, through the introduction of the 'ink(cspace, resolution)' |
---|
| 71 | value for the 'preaccounter' and 'accounter' directives in |
---|
| 72 | pykota.conf |
---|
| 73 | |
---|
[3025] | 74 | - 1.25alpha13 (2006-10-04) : |
---|
| 75 | |
---|
[3032] | 76 | - The dumpykota.cgi script now does basic form checking |
---|
| 77 | to immediately avoid incompatible dump options and |
---|
| 78 | alerts the end user if Javascript is enabled. |
---|
| 79 | |
---|
[3030] | 80 | - The filter keys in dumpykota can now be specified in |
---|
| 81 | lower or upper case. |
---|
| 82 | |
---|
[3025] | 83 | - Introduced the 'noprintingmaxdelay' directive to workaround |
---|
| 84 | some buggy printers when hardware accounting is used. |
---|
| 85 | |
---|
| 86 | - Improved the reliability of hardware accounting. |
---|
| 87 | |
---|
[3018] | 88 | - 1.25alpha12 (2006-09-15) : |
---|
| 89 | |
---|
| 90 | - Fixes encoding of username and billingcode when they |
---|
| 91 | are overwritten by a subprocess. |
---|
| 92 | |
---|
[3012] | 93 | - 1.25alpha11 (2006-09-06) : |
---|
| 94 | |
---|
| 95 | - Now fails in an helpful manner if python-mysqldb is too old. |
---|
| 96 | |
---|
| 97 | - Now exports the original username and billing code (i.e. |
---|
| 98 | their values before they are eventually overwritten) in |
---|
| 99 | two additionnal environment variables. |
---|
| 100 | |
---|
[3007] | 101 | - 1.25alpha10 (2006-09-03) : |
---|
| 102 | |
---|
[3008] | 103 | - Rewrote the locking mechanism to try to fix the problem |
---|
| 104 | some people reported. |
---|
| 105 | |
---|
[3007] | 106 | - Permissions on cupspykota are now correctly set after |
---|
| 107 | installation. |
---|
| 108 | |
---|
| 109 | - Added a workaround to incorrect charset through the add |
---|
| 110 | of the python-chardet module as a dependency. |
---|
| 111 | |
---|
[2983] | 112 | - 1.25alpha9 (2006-08-10) : |
---|
| 113 | |
---|
| 114 | - Fixed a problem when an SMTP error occured and the recovery |
---|
| 115 | routine failed to handle it correctly. |
---|
| 116 | |
---|
[2974] | 117 | - 1.25alpha8 (2006-07-11) : |
---|
| 118 | |
---|
| 119 | - Fixed a problem in the MySQL schema. |
---|
| 120 | |
---|
[2953] | 121 | - 1.25alpha7 (2006-06-20) : |
---|
| 122 | |
---|
| 123 | - Fixed some date formatting problems when retrieving the |
---|
| 124 | printing history with MySQL. |
---|
| 125 | |
---|
| 126 | - Began code cleaning. |
---|
| 127 | |
---|
[2937] | 128 | - 1.25alpha6 (2006-06-13) : |
---|
| 129 | |
---|
| 130 | - pkusers now supports the --email command line switch. |
---|
| 131 | The old method to set the email address is still supported, |
---|
| 132 | but the new one allows the email address to be modified |
---|
| 133 | as well. |
---|
| 134 | |
---|
[2929] | 135 | - 1.25alpha6 (2006-06-09) : |
---|
| 136 | |
---|
| 137 | - Fixed the incorrect overwriting of the original billing |
---|
| 138 | code if the overwrite_jobticket directive was used. |
---|
| 139 | |
---|
[2913] | 140 | - 1.25alpha5 (2006-06-03) : |
---|
[2904] | 141 | |
---|
[2913] | 142 | - Fixed minor issues with pkipplib's usage. |
---|
| 143 | |
---|
[2904] | 144 | - Fixed MySQL schema to workaround some "features"... |
---|
| 145 | |
---|
[2896] | 146 | - 1.25alpha4 (2006-05-23) : |
---|
[2891] | 147 | |
---|
[2895] | 148 | - Introduced the 'askconfirmation' directive to interact with |
---|
| 149 | the end user through any script (pknotify is recommended) |
---|
| 150 | and see if he really wants to print when knowing the cost |
---|
| 151 | of the job. |
---|
| 152 | |
---|
[2891] | 153 | - Now uses pkipplib if present to directly retrieve the job |
---|
| 154 | information from the CUPS server over IPP. |
---|
| 155 | |
---|
[2882] | 156 | - 1.25alpha3 (2006-05-11) : |
---|
| 157 | |
---|
[2883] | 158 | - Added a lock to ensure that a single cupspykota backend |
---|
| 159 | is processing datas for a particular print queue at any |
---|
| 160 | given time. |
---|
| 161 | |
---|
[2882] | 162 | - Now exports more environment variables for the subprocesses. |
---|
| 163 | |
---|
[2877] | 164 | - 1.25alpha2 (2006-05-03) : |
---|
| 165 | |
---|
[2880] | 166 | - Fixed some problems with DateTime objects. |
---|
| 167 | |
---|
[2877] | 168 | - Added support for PySNMP v4.x in addition to 3.4.x. |
---|
| 169 | |
---|
[2868] | 170 | - 1.25alpha1 (2006-04-14) : |
---|
[2857] | 171 | |
---|
[2867] | 172 | - Make the MySQL schema work with old releases of MySQL. |
---|
| 173 | |
---|
| 174 | - Fixed several character encoding problems. |
---|
[2864] | 175 | |
---|
[2857] | 176 | - Ensures that the denied banners counter is properly initialized |
---|
| 177 | with relationnal databases. |
---|
| 178 | |
---|
[2856] | 179 | - 1.24 (2006-04-08) : |
---|
| 180 | |
---|
| 181 | - Improved documentation and packaging stuff. |
---|
| 182 | |
---|
[2808] | 183 | - 1.24beta (2006-03-26) : |
---|
| 184 | |
---|
| 185 | - Finalized the pknotify command. |
---|
| 186 | |
---|
| 187 | - Updated the messages catalogs for translations. |
---|
| 188 | |
---|
[2795] | 189 | - 1.24alpha18 (2006-03-15) : |
---|
| 190 | |
---|
| 191 | - Now uses MIME encapsulation for email messages to avoid |
---|
| 192 | some problems with 8 bits messages being rejected. |
---|
| 193 | |
---|
[2791] | 194 | - 1.24alpha17 (2006-03-06) : |
---|
| 195 | |
---|
| 196 | - Fixed a major problem in the PostgreSQL backend. |
---|
| 197 | |
---|
| 198 | - pknotify can now check a remote user's name and password. |
---|
| 199 | |
---|
[2779] | 200 | - 1.24alpha16 (2006-03-02) : |
---|
| 201 | |
---|
| 202 | - Introduced the pknotify command line tool to dialog |
---|
| 203 | with remote PyKotIcon applications. |
---|
| 204 | |
---|
[2773] | 205 | - 1.24alpha15 (2006-03-02) : |
---|
[2760] | 206 | |
---|
[2773] | 207 | - optimized pkbcodes, pkprinters and pkusers using edpykota as |
---|
| 208 | the model. |
---|
[2765] | 209 | |
---|
[2762] | 210 | - 'edpykota --list' and 'pkusers --list' are now authorized |
---|
| 211 | to mere mortal users, but the list is restricted to informations |
---|
| 212 | about the current user. |
---|
| 213 | |
---|
[2759] | 214 | - Extended the functionnality of the 'onbackenderror' directive to |
---|
| 215 | allow for configurable retries. |
---|
| 216 | |
---|
[2755] | 217 | - 1.24alpha14 : |
---|
| 218 | |
---|
| 219 | - Finished optimizations in edpykota and fixed some minor |
---|
| 220 | problems with LDAP. |
---|
| 221 | |
---|
[2746] | 222 | - 1.24alpha13 : |
---|
| 223 | |
---|
| 224 | - Introduced the pkusers command line tool to manage users and |
---|
| 225 | users groups. This command doesn't deal with print quota entries, |
---|
| 226 | which continue to be managed through the edpykota command line |
---|
| 227 | tool. |
---|
| 228 | |
---|
| 229 | - Major rewrite and incompatible changes to command line options |
---|
| 230 | in edpykota. This command now only deals with print quota |
---|
| 231 | entries. Printers, users (or users groups) now have to be created |
---|
| 232 | first using pkprinters or pkusers. |
---|
| 233 | |
---|
[2692] | 234 | - 1.24alpha12 : |
---|
| 235 | |
---|
| 236 | - Introduced the 'duplicatesdelay' directive to specify after |
---|
| 237 | which duration two duplicate jobs are not considered duplicate |
---|
| 238 | jobs anymore. |
---|
| 239 | |
---|
| 240 | - Introduced the 'balancezero' directive to specify any value |
---|
| 241 | as the balance limit instead of 0.0. This can allow admins to |
---|
| 242 | give a few free credits to users, for example. |
---|
| 243 | |
---|
[2668] | 244 | - 1.24alpha11 : |
---|
| 245 | |
---|
[2686] | 246 | - Huge speed improvements when modifying billing codes and |
---|
| 247 | printers. |
---|
[2677] | 248 | |
---|
[2675] | 249 | - Both pkbcodes and pkprinters now display the percent done |
---|
| 250 | for all actions. |
---|
| 251 | |
---|
[2668] | 252 | - The pkinvoice invoice generator command line utility is now |
---|
| 253 | included. |
---|
| 254 | |
---|
[2659] | 255 | - 1.24alpha10 : |
---|
| 256 | |
---|
| 257 | - Huge speed improvements when deleting users, printers, and |
---|
| 258 | billing codes. |
---|
| 259 | |
---|
[2641] | 260 | - 1.24alpha9 : |
---|
| 261 | |
---|
| 262 | - Preliminary support for MySQL, thanks to Matt Hyclak. |
---|
| 263 | |
---|
[2631] | 264 | - 1.24alpha8 : |
---|
| 265 | |
---|
[2635] | 266 | - The 'preaccounter' configuration directive was introduced to control |
---|
| 267 | which parser to use for precomputation of the job's size. When unset, |
---|
| 268 | the internal parser is used just like it was previously. See |
---|
| 269 | conf/pykota.conf.sample for more details. |
---|
| 270 | |
---|
[2631] | 271 | - Now subprocesses launched through the overwrite_jobticket directive |
---|
| 272 | can also output 'CANCEL', to represent the user's own choice to |
---|
| 273 | cancel the print job. |
---|
| 274 | |
---|
[2622] | 275 | - 1.24alpha7 : |
---|
| 276 | |
---|
[2627] | 277 | - pkbanner now handles new print limiting modes correctly. |
---|
| 278 | |
---|
[2624] | 279 | - The cupspykota backend wrapper now accepts to be interrupted |
---|
| 280 | with a kill -INT. This causes an immediate and clean abort |
---|
| 281 | of the current print job. |
---|
| 282 | |
---|
[2623] | 283 | - Matt Hyclak contributed the possibility to store the printing |
---|
| 284 | history in a MySQL database. See the contributed/ directory |
---|
| 285 | for details. |
---|
| 286 | |
---|
[2622] | 287 | - Added 2006 to the copyright's years. |
---|
| 288 | |
---|
[2609] | 289 | - 1.24alpha6 : |
---|
| 290 | |
---|
[2615] | 291 | - Fixed internal SNMP and PJL handling code for very fast |
---|
| 292 | printers : PyKota didn't see them going from 'idle' |
---|
| 293 | to 'printing' to 'idle' again. |
---|
| 294 | |
---|
[2614] | 295 | - Now waitprinter.sh accepts SNMP version number and |
---|
| 296 | community name as arguments, thanks to Brandon |
---|
| 297 | Holbrook. |
---|
| 298 | |
---|
[2609] | 299 | - Now command line errors and Ctrl+C repectively cause |
---|
| 300 | PyKota commands to exit with status -2 and -3. |
---|
| 301 | |
---|
[2600] | 302 | - 1.24alpha5 : |
---|
| 303 | |
---|
[2605] | 304 | - All command line tools now accept -A | --arguments filename.args |
---|
| 305 | as a way to bypass the shell's maximal command line size : |
---|
| 306 | just put each argument on a line by itself in a file, and |
---|
| 307 | pass the file's name as the -A | --arguments command line |
---|
| 308 | option's argument. For now this won't be documented in |
---|
| 309 | commands' helps. |
---|
| 310 | |
---|
[2600] | 311 | - dumpykota can now dump the complete database in XML |
---|
| 312 | format. |
---|
| 313 | |
---|
[2593] | 314 | - 1.24alpha4 : |
---|
| 315 | |
---|
| 316 | - Added support for the SQLite3 backend. |
---|
| 317 | See pykota/initscripts/sqlite/README.sqlite |
---|
| 318 | |
---|
[2588] | 319 | - 1.24alpha3 : |
---|
| 320 | |
---|
| 321 | - Fix for mailandpopup.sh : smbstatus can't be run setuid, |
---|
| 322 | so we regain priviledges before running an external |
---|
| 323 | mailto directive. |
---|
| 324 | |
---|
[2584] | 325 | - 1.24alpha2 : |
---|
| 326 | |
---|
| 327 | - Introduce the "onbackenderror" directive in pykota.conf, to |
---|
| 328 | control if the user must be charged or not whenever a real |
---|
| 329 | CUPS backend fails. The default value is 'nocharge'. |
---|
| 330 | Set it to 'charge' if you think your users can cause a CUPS |
---|
| 331 | backend to fail. |
---|
| 332 | |
---|
| 333 | - Now mark original backends related problems as such in the |
---|
| 334 | printing history. Modified printquota.cgi and pykota.css |
---|
| 335 | to make them be more visible. |
---|
| 336 | |
---|
[2576] | 337 | - 1.24alpha1 : |
---|
| 338 | |
---|
[2581] | 339 | - Fixed a problem which caused backend errors to be ignored. |
---|
| 340 | |
---|
[2576] | 341 | - The sample LDIF file now contains the two necessary user |
---|
| 342 | entries to have an LDAP PyKota Admin and an LDAP PyKota |
---|
| 343 | ReadOnly user. The sample configuration files were updated |
---|
| 344 | to contain the default passwords used in the LDIF file. |
---|
| 345 | |
---|
| 346 | - dumpykota is now more strict when checking arguments. |
---|
| 347 | |
---|
[2562] | 348 | - 1.23 : |
---|
| 349 | |
---|
| 350 | - Many minor bug fixes and code cleaning. |
---|
| 351 | |
---|
| 352 | - Improved documentation. |
---|
| 353 | |
---|
| 354 | - Added Polish translation. |
---|
| 355 | |
---|
| 356 | - Improved French and Swedish translations. |
---|
| 357 | |
---|
[2474] | 358 | - 1.23beta : |
---|
| 359 | |
---|
| 360 | - Now the mailto directive is honored in all cases where the job is |
---|
| 361 | denied or a warning has to be issued, and the correct reason |
---|
| 362 | can be sent back to the user. |
---|
| 363 | |
---|
| 364 | - The PYKOTAREASON environment variable, if defined, contains the |
---|
| 365 | textual reason why the job was denied or a warning has to be |
---|
| 366 | issued. |
---|
| 367 | |
---|
[2465] | 368 | - 1.23alpha31 : |
---|
| 369 | |
---|
| 370 | - Added support for --maxjobsize, --passthrough and --nopassthrough |
---|
| 371 | in pkprinters. These modes are now also honored when printing. |
---|
| 372 | |
---|
[2466] | 373 | - Allows the admin to restrict the number of print queues which will |
---|
| 374 | be treated by pkturnkey by passing queues' names as additionnal |
---|
| 375 | arguments on pkturnkey's command line. |
---|
| 376 | |
---|
[2467] | 377 | - pkturnkey now supersedes pkhint with the help of the -c | --doconf |
---|
| 378 | command line option. |
---|
| 379 | |
---|
[2452] | 380 | - 1.23alpha30 : |
---|
| 381 | |
---|
| 382 | - Database changes : you MUST use upgrade-to-1.23.sql again if you |
---|
| 383 | use PostgreSQL, or copy the new schema and restart your LDAP |
---|
| 384 | server if you use LDAP. |
---|
| 385 | |
---|
| 386 | - The -C | --comment command line switch was added to edpykota to |
---|
| 387 | attach textual information to modifications done to a user's |
---|
| 388 | account balance. |
---|
| 389 | |
---|
| 390 | - The -l | --limitby command line switch to edpykota was modified |
---|
| 391 | to allow 'noquota', 'nochange', and 'noprint'. See the edpykota |
---|
| 392 | command's help or manual page for details. |
---|
| 393 | |
---|
| 394 | - The -i | --ingroups command line switch to repykota allows |
---|
| 395 | PyKota Administrators to only lists members of the specified |
---|
| 396 | group or groups (separated with commas). |
---|
| 397 | |
---|
[2454] | 398 | - The -I | --increase command line switch to edpykota allows |
---|
| 399 | to increase or decrease page limits. |
---|
| 400 | |
---|
[2455] | 401 | - Added the precomputed job's size and price to the history |
---|
| 402 | for controlling purpose. |
---|
| 403 | |
---|
[2447] | 404 | - 1.23alpha29 : |
---|
| 405 | |
---|
[2449] | 406 | - Fixed a small problem with billing codes. |
---|
| 407 | |
---|
[2448] | 408 | - Exports some environment variables earlier, to render the script |
---|
| 409 | launched by the overwrite_jobticket directive more powerful. |
---|
| 410 | |
---|
[2447] | 411 | - Now autopykota also creates print quota entries for the user on the |
---|
| 412 | printers groups the current printer is a member of. |
---|
| 413 | |
---|
[2435] | 414 | - 1.23alpha28 : |
---|
| 415 | |
---|
[2436] | 416 | - Added users groups management to pkturnkey. |
---|
[2435] | 417 | |
---|
| 418 | - Fixed umask in setup script. |
---|
| 419 | |
---|
[2432] | 420 | - 1.23alpha27 : |
---|
| 421 | |
---|
| 422 | - Replaced the --dryrun command line option by the --force |
---|
| 423 | command line option in pkturnkey, with exactly the opposite |
---|
| 424 | effect (for security reasons). |
---|
| 425 | |
---|
[2425] | 426 | - 1.23alpha26 : |
---|
| 427 | |
---|
| 428 | - Allows parametrized pjl and snmp hardware accounting methods, |
---|
| 429 | to be able to respectively set the TCP port and the SNMP |
---|
| 430 | community. |
---|
| 431 | |
---|
[2420] | 432 | - 1.23alpha25 : |
---|
| 433 | |
---|
| 434 | - Added a --dryrun command line switch to pkturnkey. |
---|
| 435 | |
---|
| 436 | - Improved pkturnkey's general usability. |
---|
| 437 | |
---|
| 438 | - Added a manpage for pkturnkey. |
---|
| 439 | |
---|
[2418] | 440 | - 1.23alpha24 : |
---|
| 441 | |
---|
| 442 | - Allows different databases to be used depending on the |
---|
| 443 | user's rights. This allows PyKota admins to directly |
---|
| 444 | use a master LDAP server for read+write, while letting |
---|
| 445 | normal users using the replicas for readonly access. |
---|
| 446 | NB : using different storage backends is also possible, |
---|
| 447 | but you're on your own there. |
---|
| 448 | |
---|
[2413] | 449 | - 1.23alpha23 : |
---|
| 450 | |
---|
[2414] | 451 | - Fixed a problem with banner accounting. |
---|
| 452 | |
---|
[2413] | 453 | - Introduction of the new 'pkturnkey' command line tool. |
---|
| 454 | |
---|
[2409] | 455 | - 1.23alpha22 : |
---|
| 456 | |
---|
| 457 | - The cupspykota backend was almost entirely rewritten from scratch. |
---|
| 458 | It's now much more readable, maintainable, etc... |
---|
| 459 | |
---|
| 460 | - LPRng support is OFFICIALLY dropped for now. LPRng users are |
---|
| 461 | advised to download earlier releases or purchase the |
---|
| 462 | PyKota v1.22HotFix1 Official release. LPRng support |
---|
| 463 | MIGHT be re-added later. |
---|
| 464 | |
---|
[2399] | 465 | - 1.23alpha21 : |
---|
| 466 | |
---|
| 467 | - Fix for IPP requests which contain more than a single |
---|
| 468 | job-originating-host-name attribute. |
---|
| 469 | |
---|
[2393] | 470 | - 1.23alpha20 : |
---|
| 471 | |
---|
| 472 | - Added the overwrite_jobticket directive. See pykota.conf.sample |
---|
| 473 | for how to use it. |
---|
| 474 | |
---|
[2389] | 475 | - 1.23alpha19 : |
---|
| 476 | |
---|
[2390] | 477 | - Fixed an LDAP filtering problem when managing billing codes. |
---|
[2389] | 478 | |
---|
| 479 | - Added the unknown_billingcode directive. See pykota.conf.sample |
---|
| 480 | for how to use it. |
---|
| 481 | |
---|
[2365] | 482 | - 1.23alpha18 : |
---|
| 483 | |
---|
[2383] | 484 | - Added the dump_bfd.php contribution. |
---|
| 485 | |
---|
| 486 | - Several fixes in the internal PJL accounter. |
---|
| 487 | |
---|
[2366] | 488 | - Now autopykota doesn't create unneeded print quota entries anymore. |
---|
| 489 | |
---|
[2365] | 490 | - Increased the timeout in the PJL hardware accounting code to |
---|
| 491 | accomodate some printers (HP5000 at least). |
---|
| 492 | |
---|
[2345] | 493 | - 1.23alpha17 : |
---|
| 494 | |
---|
| 495 | - pkpgcounter is now distributed separately only. This |
---|
| 496 | means that people must now download and install pkpgcounter |
---|
| 497 | v1.56 or higher prior to being able to run PyKota. |
---|
| 498 | |
---|
| 499 | - Removed all the autoconf/automake stuff which was outdated |
---|
| 500 | and confusing. |
---|
| 501 | |
---|
[2344] | 502 | - 1.23alpha16 : |
---|
| 503 | |
---|
| 504 | - Extracted the GPL blurb from all commands' help, and use |
---|
| 505 | a static version only once. This saves space big time, and |
---|
| 506 | eases future translations. |
---|
| 507 | |
---|
[2342] | 508 | - 1.23alpha15 : |
---|
| 509 | |
---|
| 510 | - pkbcodes now works with the PostgreSQL backend. |
---|
| 511 | NB : PLEASE RUN upgrade-to-1.23.sql AGAIN !!! |
---|
| 512 | |
---|
[2323] | 513 | - 1.23alpha14 : |
---|
| 514 | |
---|
| 515 | - Logs a warning when the user/group doesn't exist when running |
---|
| 516 | edpykota. |
---|
| 517 | |
---|
[2320] | 518 | - 1.23alpha13 : |
---|
| 519 | |
---|
| 520 | - Minor fix for user groups because of latest database changes. |
---|
| 521 | |
---|
[2317] | 522 | - 1.23alpha12 : |
---|
| 523 | |
---|
| 524 | - Big database changes, use the migration scripts ! |
---|
| 525 | |
---|
[2316] | 526 | - 1.23alpha11 : |
---|
| 527 | |
---|
| 528 | - Small fix to the PCL3/4/5 parser for some drivers. |
---|
| 529 | |
---|
[2311] | 530 | - 1.23alpha10 : |
---|
| 531 | |
---|
| 532 | - Fixed a bad exception name in cupspykota when parsing IPP messages. |
---|
| 533 | |
---|
| 534 | - Improved the IPP messages module : it can now generate IPP messages |
---|
| 535 | in addition to parsing them. |
---|
| 536 | |
---|
[2305] | 537 | - 1.23alpha9 : |
---|
| 538 | |
---|
[2308] | 539 | - The denyduplicates directive now accepts a command line as an |
---|
| 540 | argument beside yes/no. The command is launched and must |
---|
| 541 | print either ALLOW or DENY to its standard output. Then the |
---|
| 542 | job gets allowed or denied by PyKota. |
---|
| 543 | This will allow user interaction in the near future. |
---|
| 544 | |
---|
[2307] | 545 | - Introduced the new 'striptitle' directive to remove ugly prefixes |
---|
| 546 | from print job's titles whenever a new print job is submitted. |
---|
| 547 | |
---|
[2305] | 548 | - Fixed internal SNMP accounter for printers which only have a life time |
---|
| 549 | page counter, and not a volatile page counter. |
---|
| 550 | |
---|
[2295] | 551 | - 1.23alpha8 : |
---|
| 552 | |
---|
| 553 | - The data dumper can now summarize payments and history with the |
---|
| 554 | help of the --sum command line option (or checkbox in the CGI). |
---|
| 555 | |
---|
| 556 | - The message used when the job's filename, title and options are |
---|
| 557 | hidden because of the privacy directive is now translated at |
---|
| 558 | retrieval time, instead of at saving time. |
---|
| 559 | |
---|
| 560 | - Minor fix in the LDAP backend code. |
---|
| 561 | |
---|
[2277] | 562 | - 1.23alpha7 : |
---|
| 563 | |
---|
| 564 | - Improvements to the internal PJL and SNMP accounter : now should |
---|
| 565 | support more printers and waste less time. |
---|
| 566 | |
---|
[2276] | 567 | - 1.23alpha6 : |
---|
| 568 | |
---|
| 569 | - The data dumper's start= and end= date filtering options now |
---|
| 570 | accept a positive or negative offset to be added to the special |
---|
| 571 | keywords 'yesterday', 'today', 'now', 'tomorrow'. |
---|
| 572 | e.g. : dumpykota --data history start=yesterday-5 end=today |
---|
| 573 | |
---|
[2268] | 574 | - 1.23alpha5 : |
---|
| 575 | |
---|
| 576 | - The data dumper's start= and end= date filtering options now accept |
---|
| 577 | the special keywords 'yesterday', 'today', 'now' and 'tomorrow'. |
---|
| 578 | |
---|
[2266] | 579 | - 1.23alpha4 : |
---|
| 580 | |
---|
| 581 | - The data dumper now accept start= and end= to specify the starting |
---|
| 582 | and ending dates to dump the history. |
---|
| 583 | |
---|
[2262] | 584 | - 1.23alpha3 : |
---|
| 585 | |
---|
[2265] | 586 | - The destination link for the logo used in CGI scripts is |
---|
| 587 | configurable. |
---|
| 588 | |
---|
[2264] | 589 | - Data dumper improved : it's faster and now datas are correctly |
---|
| 590 | escaped. |
---|
| 591 | |
---|
[2262] | 592 | - The URL to the logo displayed in the CGI scripts is configurable. |
---|
| 593 | |
---|
[2254] | 594 | - 1.23alpha2 : |
---|
| 595 | |
---|
[2257] | 596 | - Fixed edpykota --prototype with balance. |
---|
| 597 | |
---|
[2254] | 598 | - Major rewrite of the IPP message parsing code to definitely |
---|
| 599 | fix the job-originating-hostname IPP attribute problem. |
---|
| 600 | |
---|
[2239] | 601 | - 1.23alpha1 : |
---|
| 602 | |
---|
[2241] | 603 | - Sets current username to the user CUPS runs as instead of "root" |
---|
| 604 | when printing test pages from CUPS' web interface (because |
---|
| 605 | the username is empty in this case). |
---|
| 606 | |
---|
[2239] | 607 | - Fix for strange values in job-originating-hostname |
---|
| 608 | |
---|
[2237] | 609 | - 1.22 : |
---|
| 610 | |
---|
| 611 | - Big improvements to the documentation. |
---|
| 612 | |
---|
[2228] | 613 | - 1.22beta : |
---|
| 614 | |
---|
[2232] | 615 | - Improved stability in pykotme and pykotme.cgi. |
---|
| 616 | |
---|
| 617 | - Fixed a permission problem in pykotme and pykosd. |
---|
| 618 | |
---|
[2228] | 619 | - Fixed an inconsitency between SQL and LDAP backends' |
---|
| 620 | behavior in edpykota. |
---|
| 621 | |
---|
[2229] | 622 | - Improved stability and allowed tracebacks in CGI scripts. |
---|
| 623 | |
---|
| 624 | - Improved pykotme.cgi |
---|
| 625 | |
---|
[2214] | 626 | - 1.22alpha8 : |
---|
| 627 | |
---|
[2222] | 628 | - Fixed history retrieval for nonexisting printers or users. |
---|
| 629 | |
---|
[2220] | 630 | - Clicking on the billing code in printquota.cgi's job history |
---|
| 631 | now shows all jobs matching this billing code. |
---|
| 632 | |
---|
[2219] | 633 | - Fixed the dump in CUPS' page_log format which didn't |
---|
| 634 | dump the oldest entry. |
---|
| 635 | |
---|
[2218] | 636 | - The data dumper now accepts billingcode= and hostname= as |
---|
| 637 | filters when dumping the job history. |
---|
| 638 | |
---|
[2217] | 639 | - The job billing code if present is now saved into the database, |
---|
| 640 | and exported to subprocesses as the PYKOTAJOBBILLING environment |
---|
| 641 | variable. |
---|
| 642 | |
---|
[2216] | 643 | - Ctrl+C now makes PyKota commands exit without a traceback. |
---|
| 644 | |
---|
[2214] | 645 | - Fixed an i18n problem with Python 2.1 |
---|
| 646 | |
---|
[2211] | 647 | - 1.22alpha7 : |
---|
| 648 | |
---|
| 649 | - Fixed some problems with the retrieval of the history from LDAP. |
---|
| 650 | |
---|
[2210] | 651 | - 1.22alpha6 : |
---|
| 652 | |
---|
| 653 | - Early errors now produce meaningful error messages (finally !) |
---|
| 654 | |
---|
[2202] | 655 | - 1.22alpha5 : |
---|
| 656 | |
---|
| 657 | - SNMP and PJL improvements with regard to PowerSave / StandBy. |
---|
| 658 | |
---|
[2193] | 659 | - 1.22alpha4 : |
---|
| 660 | |
---|
[2195] | 661 | - Fixed charset problem under MacOSX. |
---|
| 662 | |
---|
[2193] | 663 | - Allows pkbanner to accept more info to display on its |
---|
| 664 | command line. |
---|
| 665 | |
---|
[2179] | 666 | - 1.22alpha3 : |
---|
| 667 | |
---|
[2188] | 668 | - Fixes some case related problems with some LDAP backends. |
---|
| 669 | |
---|
[2180] | 670 | - Fixes some problem for printers which directly go from |
---|
| 671 | "idle" to "warmup" and never to "printing" before |
---|
| 672 | returning to "idle". |
---|
| 673 | |
---|
[2179] | 674 | - Some permissions settings may have prevented cupspykota |
---|
| 675 | from parsing cupsd.conf, this is now fixed. |
---|
| 676 | |
---|
[2167] | 677 | - 1.22alpha2 : |
---|
| 678 | |
---|
[2173] | 679 | - Introduction of the web enabled print quote generator. |
---|
| 680 | |
---|
[2167] | 681 | - Fixed a potential race condition when several backend |
---|
| 682 | wrappers were present in CUPS' backend directory. |
---|
| 683 | |
---|
| 684 | - Fixed dumpykota's output in CUPS' page_log format to better |
---|
| 685 | match CUPS format. |
---|
| 686 | |
---|
[2133] | 687 | - 1.22alpha1 : |
---|
| 688 | |
---|
| 689 | - Import into Subversion. |
---|
| 690 | |
---|
[2127] | 691 | - 1.21 : |
---|
| 692 | |
---|
| 693 | - Improved documentation. |
---|
| 694 | |
---|
| 695 | - Improved dependencies checker. |
---|
| 696 | |
---|
| 697 | - Updated some translation files. |
---|
| 698 | |
---|
[2121] | 699 | - 1.21beta2 : |
---|
| 700 | |
---|
| 701 | - Fixed an LPRng specific bug. |
---|
| 702 | |
---|
| 703 | - Several improvements on stability issues with manually modified |
---|
| 704 | LDAP trees. |
---|
| 705 | |
---|
| 706 | - Documentation improvements. |
---|
| 707 | |
---|
[2087] | 708 | - 1.21beta : |
---|
| 709 | |
---|
| 710 | - Prepared translation files for next release. |
---|
| 711 | |
---|
[2073] | 712 | - 1.21alpha27 : |
---|
| 713 | |
---|
[2074] | 714 | - Allows software() (no arguments) to the software accounting |
---|
| 715 | directive. This saves a lot of CPU since the job is not |
---|
| 716 | parsed again : the precomputed size is used directly in this |
---|
| 717 | case. |
---|
| 718 | |
---|
[2073] | 719 | - epykota's --prototype option now works fine with accounts |
---|
| 720 | limited by balance. |
---|
| 721 | |
---|
[2066] | 722 | - 1.21alpha26 : |
---|
| 723 | |
---|
| 724 | - Fixed the handling of the 'maxdenybanners' directive. |
---|
| 725 | |
---|
| 726 | - Introduced the 'denyduplicates' directive. |
---|
| 727 | |
---|
| 728 | - Fixed some database related glitches. |
---|
| 729 | |
---|
[2062] | 730 | - 1.21alpha25 : |
---|
| 731 | |
---|
| 732 | - The job's size is now always precomputed, even when |
---|
| 733 | 'enforcement' is not set to 'strict'. |
---|
| 734 | |
---|
| 735 | - Introduction of the new 'trustjobsize' configuration directive |
---|
| 736 | to workaround some problematic printers. See the sample |
---|
| 737 | configuration file for details. |
---|
| 738 | |
---|
[2054] | 739 | - 1.21alpha24 : |
---|
| 740 | |
---|
| 741 | - Big database structure changes. An upgrade script |
---|
| 742 | is now included for PostgreSQL. LDAP users may just |
---|
| 743 | want to copy the new schema in place. |
---|
| 744 | |
---|
| 745 | - edpykota now recognizes the -o | --overcharge command line |
---|
| 746 | option to set an overcharging or undercharging factor |
---|
| 747 | on each print job's cost for a particular user. |
---|
| 748 | |
---|
| 749 | - repykota's output format has changed an is not limited to |
---|
| 750 | 80 characters wide anymore. People who used to parse |
---|
| 751 | repykota's output in their own tools are strongly advised |
---|
| 752 | to parse dumpykota's output instead. |
---|
| 753 | |
---|
| 754 | - Introduction of the new 'maxdenybanners' configuration directive |
---|
| 755 | to allow up to N (the directive's value) deny banners to be |
---|
| 756 | printed even if the print account is forbidden to print. |
---|
| 757 | |
---|
| 758 | - Better detection of the number of copies in the PostScript parser. |
---|
| 759 | |
---|
[2044] | 760 | - 1.21alpha23 : |
---|
| 761 | |
---|
| 762 | - Traditional Chinese translation added. |
---|
| 763 | |
---|
| 764 | - Several fixes and performance improvements with the LDAP backend. |
---|
| 765 | |
---|
[2036] | 766 | - 1.21alpha22 : |
---|
| 767 | |
---|
| 768 | - edpykota's --delete command line option doesn't consider |
---|
| 769 | '*' to be the default argument anymore :-) |
---|
| 770 | |
---|
[2032] | 771 | - 1.21alpha21 : |
---|
[2030] | 772 | |
---|
[2032] | 773 | - dumpykota.cgi can now be run as a normal user as opposed to |
---|
| 774 | a PyKota administrator. No read access to pykotadmin.conf is |
---|
| 775 | necessary anymore. This CGI scripts now honors the REMOTE_USER |
---|
| 776 | environment variable just like printquota.cgi does, see |
---|
| 777 | the file cgi-bin/README for details. |
---|
| 778 | The command line tool dumpykota must still be run by a PyKota |
---|
| 779 | administrator. |
---|
[2030] | 780 | |
---|
[2032] | 781 | - Fix exception's name error due to a change in recent versions |
---|
| 782 | of PygreSQL. |
---|
| 783 | |
---|
| 784 | - 1.21alpha20 : |
---|
| 785 | |
---|
| 786 | - Big bug fix wrt the datelimit field which was never reset. |
---|
| 787 | |
---|
[2020] | 788 | - 1.21alpha19 : |
---|
| 789 | |
---|
| 790 | - Introduction of the new dumpykota.cgi CGI script, which |
---|
| 791 | allows third party tools like phpPrintAnalyzer to be |
---|
| 792 | interfaced in real time with PyKota. To use it you |
---|
| 793 | may have to change your web server's configuration, |
---|
| 794 | please see pykota/cgi-bin/README |
---|
| 795 | |
---|
[2013] | 796 | - 1.21alpha18 : |
---|
| 797 | |
---|
[2014] | 798 | - Now dumpykota can dump the job history into CUPS' page_log |
---|
[2013] | 799 | format (even when the printing system is LPRng). This allows |
---|
| 800 | people to use tools like PrintAnalyzer or phpPrintAnalyzer |
---|
| 801 | (two completely different beasts) with PyKota. |
---|
| 802 | |
---|
[2002] | 803 | - 1.21alpha17 : |
---|
| 804 | |
---|
[2010] | 805 | - Fixed field type's name in XML dumps. |
---|
| 806 | |
---|
[2006] | 807 | - Now drops priviledges to user 'pykota' when launched as root |
---|
| 808 | (directly or as a CUPS backend), if such an user exists. |
---|
| 809 | |
---|
[2002] | 810 | - Fixed PCL3/4/5 parser for some drivers' output. |
---|
| 811 | |
---|
[1998] | 812 | - 1.21alpha16 : |
---|
| 813 | |
---|
| 814 | - fixed several recently introduced bugs in LDAP backend code, |
---|
| 815 | thanks to Matt Hyclak. |
---|
| 816 | |
---|
[1993] | 817 | - 1.21alpha15 : |
---|
| 818 | |
---|
[1995] | 819 | - Normalized field names between LDAP and PostgreSQL backends |
---|
| 820 | in dumpykota's output. |
---|
| 821 | |
---|
[1993] | 822 | - dumpykota filtering capabilities are now supported within |
---|
| 823 | the LDAP backend too. |
---|
| 824 | |
---|
[1991] | 825 | - 1.21alpha14 : |
---|
| 826 | |
---|
| 827 | - dumpykota now supports extended filtering possibilities |
---|
| 828 | with the PostgreSQL backend (LDAP support will come soon). |
---|
| 829 | |
---|
[1980] | 830 | - 1.21alpha13 : |
---|
| 831 | |
---|
| 832 | - Added a --debug command line option to pkpgcounter, so |
---|
| 833 | that people may see what really happens, and what will |
---|
| 834 | be available in the future :-) |
---|
| 835 | |
---|
[1974] | 836 | - 1.21alpha12 : |
---|
| 837 | |
---|
[1977] | 838 | - Fixed a bug with non standard pkbanner command lines. |
---|
| 839 | |
---|
[1974] | 840 | - Now logs as errors the differences between precomputed and |
---|
[1975] | 841 | computed job sizes. **CUPS only for now** |
---|
[1974] | 842 | |
---|
[1967] | 843 | - 1.21alpha11 : |
---|
| 844 | |
---|
[1969] | 845 | - Now user and group print quota entries can be stored directly |
---|
| 846 | below the user or group with the LDAP backend, using them |
---|
| 847 | as branches. Thanks to Stefan Wold for the patch. |
---|
| 848 | See the sample configuration file for details. |
---|
| 849 | |
---|
[1968] | 850 | - TLS is now supported with the LDAP backend. Thanks to Stefan |
---|
| 851 | Wold for the patch. |
---|
[1969] | 852 | See the sample configuration file for details. |
---|
[1968] | 853 | |
---|
[1967] | 854 | - edpkota now accepts the -U | --used value command line argument |
---|
| 855 | to preset the page counters to an initial value. Thanks to |
---|
| 856 | Wilson Roberto Afonso and Matt Hyclak for the patch. |
---|
| 857 | |
---|
[1966] | 858 | - 1.21alpha10 : |
---|
| 859 | |
---|
| 860 | - Now automatically reconnects up to three times if the LDAP server |
---|
| 861 | returned an error, possibly due to a timeout. |
---|
| 862 | |
---|
[1961] | 863 | - 1.21alpha9 : |
---|
| 864 | |
---|
[1962] | 865 | - Now searches the configuration files in 'pykota' system user's |
---|
[1961] | 866 | home directory. The 'pykota' system user and group have |
---|
| 867 | to be created by the system administrator, and given |
---|
| 868 | sufficient permissions to PyKota's configuration files. |
---|
| 869 | |
---|
[1956] | 870 | - 1.21alpha8 : |
---|
| 871 | |
---|
| 872 | - Added the new reject_unknown directive to reject the |
---|
| 873 | creation of user or groups which are unknown to the system. |
---|
| 874 | |
---|
[1952] | 875 | - 1.21alpha7 : |
---|
| 876 | |
---|
| 877 | - Introduction of the pkmail email gateway. |
---|
| 878 | |
---|
[1941] | 879 | - 1.21alpha6 : |
---|
| 880 | |
---|
[1943] | 881 | - Fix for LPRng filenames. |
---|
| 882 | |
---|
[1941] | 883 | - Added Turkish translation thanks to Baris Cicek. |
---|
| 884 | |
---|
[1936] | 885 | - 1.21alpha5 : |
---|
| 886 | |
---|
[1940] | 887 | - Improved ESC/P2 miniparser for Stylus Photo printers. |
---|
| 888 | |
---|
[1936] | 889 | - Implemented the --savetoner command line option to pkbanner. |
---|
| 890 | |
---|
| 891 | - Improved pkbanner's help and messages. |
---|
| 892 | |
---|
[1933] | 893 | - 1.21alpha4 : |
---|
| 894 | |
---|
| 895 | - Fixed job's data file detection code for LPRng. |
---|
| 896 | |
---|
| 897 | - Fixed a problem with PJL and PowerSave mode, |
---|
| 898 | thanks to Wilson Roberto Afonso. |
---|
| 899 | |
---|
[1923] | 900 | - 1.21alpha3 : |
---|
| 901 | |
---|
| 902 | - PyKota can now generate its own banners, and either account |
---|
| 903 | for them or not, depending on newly introduced directives |
---|
| 904 | in pykota.conf |
---|
| 905 | Thanks to Matt Hyclak for the patch. |
---|
| 906 | |
---|
[1905] | 907 | - 1.21alpha2 : |
---|
| 908 | |
---|
[1913] | 909 | - Installation script is now non interactive again, as it should |
---|
[1905] | 910 | have stayed from the beginning. Dependencies checking can |
---|
| 911 | be done by launching the checkdeps.py command. |
---|
| 912 | |
---|
[1901] | 913 | - 1.21alpha1 : |
---|
| 914 | |
---|
[1903] | 915 | - added an IPP messages miniparser. Extraction of the client |
---|
| 916 | hostname is now considered to be fiable, at least until |
---|
| 917 | the CUPS developpers change something... |
---|
[1901] | 918 | |
---|
[1894] | 919 | - 1.20 : |
---|
| 920 | |
---|
| 921 | - Version number changed. |
---|
| 922 | |
---|
[1868] | 923 | - 1.20beta : |
---|
| 924 | |
---|
[1891] | 925 | - Norwegian (Bokm� preliminary translation added. |
---|
| 926 | |
---|
[1885] | 927 | - German translation was finalized. |
---|
| 928 | |
---|
[1879] | 929 | - Greek translation was finalized. |
---|
| 930 | |
---|
[1875] | 931 | - For urgent legal reasons, a "privacy" directive has been added |
---|
| 932 | to pykota.conf, to hide jobs' title, filename and options |
---|
| 933 | in the history. |
---|
| 934 | |
---|
[1868] | 935 | - Minor changes in the debian directory. |
---|
| 936 | |
---|
[1867] | 937 | - 1.20alpha27 : |
---|
| 938 | |
---|
| 939 | - Fixed many problems with translation files. In particular |
---|
[2119] | 940 | the Brazilian Portuguese translation file was incorrectly |
---|
[1867] | 941 | installed into the french "breton" locale directory. |
---|
| 942 | |
---|
| 943 | - Finished French translation. |
---|
| 944 | |
---|
[1847] | 945 | - 1.20alpha26 : |
---|
| 946 | |
---|
[1850] | 947 | - LPRng support code should now better detect network |
---|
| 948 | printers' hostnames or IP addresses. |
---|
| 949 | |
---|
[1848] | 950 | - Fix for recently introduced bug in LPRng support. |
---|
| 951 | |
---|
[1847] | 952 | - Fix for incorrect locale setting when starting. |
---|
| 953 | |
---|
[1814] | 954 | - 1.20alpha25 : |
---|
| 955 | |
---|
[1821] | 956 | - pkprinters allows --list to normal users, but require user |
---|
| 957 | to be a PyKota administrator when another command line |
---|
| 958 | option is used. |
---|
| 959 | |
---|
[1814] | 960 | - pkhint doesn't use absolute path to search for helper commands |
---|
| 961 | anymore. |
---|
| 962 | |
---|
| 963 | - Spanish translation ready for 1.20. |
---|
| 964 | |
---|
[1806] | 965 | - 1.20alpha24 : |
---|
| 966 | |
---|
[1807] | 967 | - Now warnpykota only warns users limited by balance once. |
---|
| 968 | |
---|
[1806] | 969 | - Now warnpykota only warns users who have ever printed, |
---|
| 970 | to not cause confusion to users who have just opened |
---|
| 971 | their account. |
---|
| 972 | |
---|
| 973 | - Prepared help messages for translations. |
---|
| 974 | |
---|
[1791] | 975 | - 1.20alpha23 : |
---|
| 976 | |
---|
| 977 | - Add workaround for locale problem. |
---|
| 978 | |
---|
[1788] | 979 | - 1.20alpha22 : |
---|
| 980 | |
---|
[1790] | 981 | - Hopefully final fix for data encoding charset. |
---|
| 982 | |
---|
[1789] | 983 | - edpykota now refuse to work if the user is not a PyKota admin. |
---|
| 984 | |
---|
[1788] | 985 | - Fixes a recently introduced bug with users groups and PostgreSQL. |
---|
| 986 | |
---|
[1785] | 987 | - 1.20alpha21 : |
---|
| 988 | |
---|
| 989 | - Now dumpykota refuses to launch if the current user is not |
---|
| 990 | a PyKota administrator (a PyKota administrator is an user |
---|
| 991 | allowed to read the pykotadmin.conf file). |
---|
| 992 | |
---|
| 993 | - Now any PyKota administrator can use repykota and warnpykota |
---|
| 994 | with additionnal arguments, not only the root user. |
---|
| 995 | |
---|
| 996 | - Improved documentation a bit. |
---|
| 997 | |
---|
[1771] | 998 | - 1.20alpha20 : |
---|
| 999 | |
---|
[1774] | 1000 | - Reduced delay in internal SNMP and PJL_over_TCP handlers |
---|
| 1001 | from 2 to 1 second. |
---|
| 1002 | |
---|
[1771] | 1003 | - dumpykota can now output XML. |
---|
| 1004 | |
---|
[1761] | 1005 | - 1.20alpha19 : |
---|
| 1006 | |
---|
[1769] | 1007 | - Improved user groups and user groups quotas dumps in dumpykota. |
---|
| 1008 | |
---|
[1768] | 1009 | - Finished implementation of LDAP support in dumpykota. |
---|
| 1010 | |
---|
[1766] | 1011 | - The md5 sum of the job's datas is now available as an |
---|
| 1012 | hexadecimal digest in the PYKOTAMD5SUM environment variable. |
---|
| 1013 | |
---|
[1761] | 1014 | - The description, filename, title, and options fields |
---|
| 1015 | are now stored as UTF-8 strings in both LDAP and PostgreSQL. |
---|
| 1016 | Proper charset is used during extraction from the database. |
---|
| 1017 | |
---|
[1757] | 1018 | - 1.20alpha18 : |
---|
| 1019 | |
---|
[1758] | 1020 | - Experimental autopykota command to initialize user |
---|
| 1021 | account and quota entries on first print while not |
---|
| 1022 | resetting the balance value if not needed. |
---|
| 1023 | |
---|
[1757] | 1024 | - Added the new "winbind_separator" directive to strip |
---|
| 1025 | out the Samba/Winbind domain name while printing if |
---|
| 1026 | needed (Off by default). |
---|
| 1027 | |
---|
[1751] | 1028 | - 1.20alpha17 : |
---|
| 1029 | |
---|
[1755] | 1030 | - Added --hardreset command line option to edpykota. |
---|
| 1031 | |
---|
[1751] | 1032 | - Fixed problem with accented chars in title, filename |
---|
| 1033 | or options and LDAP backend. |
---|
| 1034 | |
---|
[1746] | 1035 | - 1.20alpha16 : |
---|
| 1036 | |
---|
| 1037 | - Internal handling of socket based PJL queries over |
---|
| 1038 | port tcp/9100 is now available with the magic |
---|
| 1039 | 'pjl' value in the hardware accounter. |
---|
| 1040 | |
---|
[1742] | 1041 | - 1.20alpha15 : |
---|
| 1042 | |
---|
| 1043 | - LDAP pykotaAccountBalance objects were always created |
---|
| 1044 | attached to the pykotaUser objects. This is now |
---|
| 1045 | fixed and the value of balancebase in pykota.conf |
---|
| 1046 | is now correctly used. |
---|
| 1047 | |
---|
[1740] | 1048 | - 1.20alpha14 : |
---|
| 1049 | |
---|
[1741] | 1050 | - Belgian translations added (copy of the french ones). |
---|
| 1051 | |
---|
[1740] | 1052 | - External hardware accounter now loops until |
---|
| 1053 | a result can be read correctly. |
---|
| 1054 | |
---|
| 1055 | - pkhint now suggest the internal snmp handling instead |
---|
| 1056 | of the external one. |
---|
| 1057 | |
---|
[1729] | 1058 | - 1.20alpha13 : |
---|
| 1059 | |
---|
| 1060 | - Hardware accounter now accepts the special |
---|
| 1061 | 'snmp' value, meaning ALL is done from main code |
---|
| 1062 | without launching any subprocess. |
---|
| 1063 | You need the http://pysnmp.sf.net Python module |
---|
| 1064 | for this to work (tested with v3.4.2) |
---|
| 1065 | |
---|
[1731] | 1066 | - Increased delay between two loops iterations |
---|
| 1067 | to 2 seconds in waitprinter.sh to diminish |
---|
| 1068 | CPU load. |
---|
| 1069 | |
---|
[1723] | 1070 | - 1.20alpha12 : |
---|
| 1071 | |
---|
| 1072 | - waitprinter.sh rewritten from scratch to wait |
---|
| 1073 | for printer status stabilization. |
---|
| 1074 | |
---|
[1717] | 1075 | - 1.20alpha11 : |
---|
| 1076 | |
---|
| 1077 | - Generic data dumper 'dumpykota' introduced. |
---|
| 1078 | Works only with PostgreSQL backend for now. |
---|
| 1079 | |
---|
[1713] | 1080 | - 1.20alpha10 : |
---|
| 1081 | |
---|
| 1082 | - Added fix for incorrect job's size computation when |
---|
| 1083 | hardware accounting fails. |
---|
| 1084 | |
---|
[1705] | 1085 | - 1.20alpha9 : |
---|
| 1086 | |
---|
| 1087 | - Small fixes wrt subprocesses. |
---|
| 1088 | |
---|
[1701] | 1089 | - 1.20alpha8 : |
---|
| 1090 | |
---|
| 1091 | - Added full support of PCL3 : HP Deskjet printers are now |
---|
| 1092 | supported. |
---|
| 1093 | |
---|
[1699] | 1094 | - 1.20alpha7 : |
---|
| 1095 | |
---|
| 1096 | - First draft of PCL3GUI (Deskjet 640C for example) analyzer. |
---|
| 1097 | Needs more work, but no documentation is available. |
---|
| 1098 | |
---|
[1692] | 1099 | - 1.20alpha6 : |
---|
| 1100 | |
---|
[1697] | 1101 | - Improved mailandpopup.sh script. |
---|
| 1102 | |
---|
[1696] | 1103 | - Small fixes for LPRng. |
---|
[1695] | 1104 | |
---|
[1694] | 1105 | - Now exports PYKOTAPRINTERHOSTNAME for network printers' |
---|
| 1106 | hostname or IP address. Set to 'localhost' when not |
---|
| 1107 | meaningful. |
---|
| 1108 | |
---|
[1693] | 1109 | - Fixed issue with how mod_auth_ldap Apache modules |
---|
| 1110 | fills the REMOTE_USER environment variable. |
---|
| 1111 | |
---|
[1692] | 1112 | - Fixed a bug in LDAP user deletion code. |
---|
| 1113 | |
---|
[1687] | 1114 | - 1.20alpha5 : |
---|
| 1115 | |
---|
| 1116 | - Introduces the new configuration directive 'onaccountererror' |
---|
| 1117 | to specify what must be done whenever the software or |
---|
| 1118 | hardware accounter fails. Allowed values are 'continue' and |
---|
| 1119 | 'stop' (default). |
---|
| 1120 | |
---|
| 1121 | - Minor fix in software accounter for a recently introduced |
---|
| 1122 | problem. |
---|
| 1123 | |
---|
[1686] | 1124 | - 1.20alpha4 : |
---|
| 1125 | |
---|
| 1126 | - Added support for more ghostscript devices in ESC/P2 |
---|
| 1127 | analyzer : stcolor, st800, escp, escpc are now supported. |
---|
| 1128 | |
---|
[1680] | 1129 | - 1.20alpha3 : |
---|
| 1130 | |
---|
[1683] | 1131 | - Small improvement in PostScript parser to avoid being |
---|
| 1132 | fooled by a change in number of copies : |
---|
| 1133 | The user can't ask for 200 copies of page 1 and 1 copy |
---|
| 1134 | of page 2 to fool PyKota anymore : |
---|
| 1135 | this would have been accounted for as 1 copy only, but |
---|
| 1136 | now the maximum value seen is used. |
---|
| 1137 | |
---|
[1681] | 1138 | - Relax checks for PCL5 header to accomodate some strange |
---|
| 1139 | printer drivers. |
---|
| 1140 | |
---|
[1680] | 1141 | - Now hardware accounting method works like software |
---|
| 1142 | accounting method wrt the subprocess' output. |
---|
| 1143 | |
---|
[1681] | 1144 | - Hardware and Software accounting stop the print queue |
---|
| 1145 | when the accounting subprocess didn't work. This will |
---|
| 1146 | be configurable in the near future. |
---|
| 1147 | |
---|
[1676] | 1148 | - 1.20alpha2 : |
---|
| 1149 | |
---|
[1678] | 1150 | - Now software accounting method reads accounter's |
---|
| 1151 | answer until a line with a single integer is |
---|
| 1152 | obtained or until all of its output has been read. |
---|
| 1153 | This should fix the problem some people have |
---|
| 1154 | when strange locale related messages are sent |
---|
| 1155 | when running subprocesses (Solaris only ?). |
---|
| 1156 | |
---|
[1676] | 1157 | - First version of ESC/P2 analyzer. Seems to work |
---|
| 1158 | ok at least with 'epson', 'epsonc', 'eps9mid' |
---|
| 1159 | and 'esp9high' ghostscript devices. Needs more |
---|
| 1160 | work to correctly analyze other devices. |
---|
| 1161 | |
---|
[1665] | 1162 | - 1.20alpha1 : |
---|
| 1163 | |
---|
[1675] | 1164 | - Fixed problem with number of copies in PCLXL parser. |
---|
| 1165 | |
---|
[1674] | 1166 | - Fixed problem with number of copies in PCL5 parser, |
---|
| 1167 | when number of copies was set outside of and before first |
---|
| 1168 | page. |
---|
| 1169 | |
---|
[1673] | 1170 | - Added workaround for number of copies directly set in |
---|
| 1171 | PostScript code. |
---|
| 1172 | |
---|
[1671] | 1173 | - Added german translation. |
---|
| 1174 | |
---|
[1665] | 1175 | - Fixed problem on first print for user group quota when |
---|
| 1176 | "enforcement: strict" is used. |
---|
| 1177 | |
---|
| 1178 | - Fixed interpolation problem in french translation. |
---|
| 1179 | |
---|
[1664] | 1180 | - 1.19 : |
---|
| 1181 | |
---|
| 1182 | - Updated existing translations. |
---|
| 1183 | |
---|
| 1184 | - Added final Thai and Greek translations. |
---|
| 1185 | |
---|
| 1186 | - Minor last minute bug fixes. |
---|
| 1187 | |
---|
[1629] | 1188 | - 1.19beta : |
---|
| 1189 | |
---|
| 1190 | - LPRng support for both software and hardware accounting seems |
---|
| 1191 | to be OK. |
---|
| 1192 | |
---|
| 1193 | - Translation files fixed because of fuzzy matching problem. |
---|
| 1194 | |
---|
[1639] | 1195 | - Fixed path to Swedish translation: 'sv' instead of 'se'. |
---|
[1633] | 1196 | |
---|
[1639] | 1197 | - Added first draft of Thai translation. |
---|
| 1198 | |
---|
| 1199 | - Fixed some minor bugs with Pychecker. |
---|
| 1200 | |
---|
[1622] | 1201 | - 1.19alpha35 : |
---|
| 1202 | |
---|
| 1203 | - Generic PDL analyzer now supports Binary PostScript documents |
---|
| 1204 | in addition to DSC compliant ones. |
---|
| 1205 | |
---|
[1611] | 1206 | - 1.19alpha34 : |
---|
| 1207 | |
---|
| 1208 | - LPRng support : software accounting seems to work fine, |
---|
| 1209 | but hardware accounting doesn't work yet. |
---|
| 1210 | |
---|
[1605] | 1211 | - 1.19alpha33 : |
---|
| 1212 | |
---|
| 1213 | - pykosd now accepts command line arguments. Enjoy ! |
---|
| 1214 | NB : due to a bug in xosd, you need xosd version 2.2.8 |
---|
| 1215 | or higher if you don't use the default C locale. |
---|
| 1216 | |
---|
[1600] | 1217 | - 1.19alpha32 : |
---|
| 1218 | |
---|
[1604] | 1219 | - Early (not working) version of the LPRng support rewrite. |
---|
[1600] | 1220 | |
---|
[1604] | 1221 | - Saner default configuration file. |
---|
| 1222 | |
---|
[1599] | 1223 | - 1.19alpha31 : |
---|
| 1224 | |
---|
| 1225 | - Fixed a double Python2.1 incompatibility with newer versions, |
---|
| 1226 | which prevented the PCL5 and the PCLXL parsers to work with |
---|
| 1227 | this older version of Python. |
---|
| 1228 | |
---|
[1592] | 1229 | - 1.19alpha30 : |
---|
| 1230 | |
---|
[1595] | 1231 | - Introduction of preliminary version of the pykosd command |
---|
| 1232 | |
---|
[1593] | 1233 | - Usernames, Groupnames and Printernames can now contain |
---|
| 1234 | ANY character, expected '/' and '@'. |
---|
| 1235 | |
---|
[1592] | 1236 | - Integrated most of the Debian work from Sergio |
---|
| 1237 | Gonz�z Gonz�z |
---|
| 1238 | |
---|
[1584] | 1239 | - 1.19alpha29 : |
---|
| 1240 | |
---|
[1591] | 1241 | - PCLXL parser should now correctly handle number of |
---|
| 1242 | copies set for each page. |
---|
| 1243 | |
---|
[1588] | 1244 | - Added testsuite for generic PDL analyzer. |
---|
| 1245 | |
---|
| 1246 | - Typo fixed in PCLXL parser. |
---|
| 1247 | |
---|
[1584] | 1248 | - Correctly dispatches error messages depending on the |
---|
| 1249 | situation : tools which can be run interactively will |
---|
| 1250 | ALWAYS output their logs to stderr, excepted for |
---|
| 1251 | their DEBUG messages, for which the "logger:" |
---|
| 1252 | directive as set in pykota.conf will be honored. |
---|
| 1253 | Tools which can't be run interactively will ALWAYS |
---|
| 1254 | honor the "logger:" directive as set in pykota.conf |
---|
| 1255 | |
---|
[1575] | 1256 | - 1.19alpha28 : |
---|
| 1257 | |
---|
[1582] | 1258 | - The description field for printers can now be set, |
---|
| 1259 | and is displayed in reports. |
---|
| 1260 | |
---|
| 1261 | - Fixed a small problem in SQL backend code. |
---|
| 1262 | |
---|
[1578] | 1263 | - Improved pkhint |
---|
| 1264 | |
---|
[1575] | 1265 | - First working PCL6 (aka PCLXL) parser ! |
---|
| 1266 | Doesn't handle copies yet. |
---|
| 1267 | |
---|
[1570] | 1268 | - 1.19alpha27 : |
---|
| 1269 | |
---|
[1573] | 1270 | - Additionnal 10% speed increase in PCL5 parser for GhostScript |
---|
| 1271 | generated files (untested yet with other PCL files). |
---|
| 1272 | |
---|
[1572] | 1273 | - Reintroduced the use of mmap in PCL5 parser : this speedups |
---|
| 1274 | PCL5 parsing by almost 4 times. |
---|
| 1275 | This 4x with the 3x below give us in fact a twelvefold increase |
---|
| 1276 | in performance for PCL5 parsing ! |
---|
| 1277 | |
---|
[1570] | 1278 | - The Python accelerator Psyco is now used if available |
---|
| 1279 | in the generic PDL parser : it speedups PCL5 parsing by |
---|
[1572] | 1280 | almost three times automagically. |
---|
[1570] | 1281 | |
---|
[1564] | 1282 | - 1.19alpha26 : |
---|
| 1283 | |
---|
| 1284 | - Fixed PCL5 parser according to the sources of rastertohp. |
---|
| 1285 | |
---|
[1566] | 1286 | - Fixed number of copies handling in PCL5 parser : the number |
---|
| 1287 | of copies could vary from page to page. |
---|
[1568] | 1288 | |
---|
| 1289 | - Added more debug information to PCLXL parser. |
---|
[1566] | 1290 | |
---|
[1556] | 1291 | - 1.19alpha25 : |
---|
| 1292 | |
---|
[1558] | 1293 | - Added new "description" field to printers in both |
---|
[1556] | 1294 | PostgreSQL and LDAP. No code to handle this yet. |
---|
| 1295 | |
---|
[1558] | 1296 | - Reversed the fix for power save mode in printers : |
---|
[1557] | 1297 | no paper or tray open would have caused people to |
---|
| 1298 | be undercharged. |
---|
| 1299 | |
---|
[1558] | 1300 | - Preliminary version of MySQL initialization script. |
---|
| 1301 | |
---|
[1552] | 1302 | - 1.19alpha24 : |
---|
| 1303 | |
---|
| 1304 | - Native PDF parsing code now works perfectly with |
---|
| 1305 | Python 2.1 and above, and is way faster than before. |
---|
| 1306 | GhostScript is not used anymore to convert PDF to PS, |
---|
| 1307 | because PDF is parsed directly. |
---|
| 1308 | |
---|
[1545] | 1309 | - 1.19alpha23 : |
---|
| 1310 | |
---|
[1549] | 1311 | - Fixed waitprinter.sh wrt PowerSave mode and some |
---|
| 1312 | printers. Thanks to Ryan Suarez. |
---|
| 1313 | |
---|
[1550] | 1314 | - Smart PDL analyzer now recognizes PDF too : two |
---|
| 1315 | PDF parsing methods are used : a native one which |
---|
| 1316 | is very fast but requires Python 2.3 or above, and |
---|
| 1317 | a slower one which uses Ghostscript. PyKota detects |
---|
| 1318 | automatically which method to use depending on your |
---|
| 1319 | version of Python. |
---|
[1547] | 1320 | |
---|
[1546] | 1321 | - All tracebacks now include PyKota's version number. |
---|
[1545] | 1322 | |
---|
[1542] | 1323 | - 1.19alpha22 : |
---|
| 1324 | |
---|
[1544] | 1325 | - Ensures that the file pointer for job's data is |
---|
| 1326 | reset to the start of the job's datas after the |
---|
| 1327 | job's size pre-computation phase. |
---|
| 1328 | |
---|
[1543] | 1329 | - Improved PostScript detection code for bad drivers |
---|
| 1330 | which don't correctly switch languages between PJL |
---|
| 1331 | and PS. |
---|
| 1332 | |
---|
[1542] | 1333 | - Even better debugging code. |
---|
| 1334 | |
---|
[1541] | 1335 | - 1.19alpha21 : |
---|
| 1336 | |
---|
[1542] | 1337 | - Additionnal check. |
---|
[1541] | 1338 | |
---|
[1536] | 1339 | - 1.19alpha20 : |
---|
| 1340 | |
---|
| 1341 | - More complete logging messages wrt accounters. |
---|
| 1342 | |
---|
[1539] | 1343 | - Now catches early failures occuring when the configuration |
---|
| 1344 | files are parsed. |
---|
| 1345 | |
---|
[1526] | 1346 | - 1.19alpha19 : |
---|
| 1347 | |
---|
| 1348 | - Fixed over-verbose exits when displaying help |
---|
| 1349 | or version. |
---|
[1527] | 1350 | |
---|
| 1351 | - Extended some PATH in the shell scripts |
---|
[1532] | 1352 | |
---|
| 1353 | - Deleting an user now also deletes his payments history. |
---|
| 1354 | |
---|
| 1355 | - Doesn't explicitely ignore SIGCHLD anymore. This seems to |
---|
| 1356 | cause problems. |
---|
[1500] | 1357 | |
---|
[1522] | 1358 | - 1.19alpha18 : |
---|
| 1359 | |
---|
| 1360 | - History of payments is now stored in the database, and |
---|
| 1361 | updated each time an user's balance is modified with |
---|
| 1362 | edpykota --balance. This history represents each time |
---|
| 1363 | the user was given some positive or negative credit, |
---|
| 1364 | but doesn't reflect price paid for jobs, which appear |
---|
| 1365 | in the jobs history instead. |
---|
| 1366 | |
---|
[1524] | 1367 | - Jobs history web reports now include the job's size in |
---|
| 1368 | bytes. Also columns were reordered to render the report |
---|
| 1369 | more easily readable. |
---|
| 1370 | |
---|
[1517] | 1371 | - 1.19alpha17 : |
---|
| 1372 | |
---|
| 1373 | - Mysterious bug (program exited unexpectedly without leaving |
---|
| 1374 | any log message) which occured once in a while when |
---|
| 1375 | cancelling jobs should be fixed now. |
---|
| 1376 | |
---|
| 1377 | - New 'crashrecipient' directive. Disabled by |
---|
| 1378 | default. See sample configuration file to see how |
---|
| 1379 | to activate it. It is suggested that you activate it. |
---|
| 1380 | |
---|
| 1381 | - New PYKOTAJOBSIZEBYTES environment variable exported, |
---|
[1519] | 1382 | which contains the job's size in bytes. Empty jobs |
---|
[1521] | 1383 | are now denied. This value is now stored in the job |
---|
| 1384 | history (but not yet displayed from the web interface) |
---|
[1517] | 1385 | |
---|
[1521] | 1386 | - Preliminary work on payments storage : the PostgreSQL |
---|
| 1387 | and LDAP schemas should be OK now, but no code is written |
---|
| 1388 | yet to support this functionnality. |
---|
| 1389 | |
---|
[1502] | 1390 | - 1.19alpha16 : |
---|
| 1391 | |
---|
[1510] | 1392 | - the newuser and newgroup LDAP specific directives now accept |
---|
| 1393 | a second parameter to attach(), "fail" or "warn". If no entry |
---|
| 1394 | is found to attach PyKota attributes to, and "fail" was used, |
---|
| 1395 | then action is aborted and program exits in error. If "warn" |
---|
| 1396 | is used, a new entry is created but a warning message is logged. |
---|
| 1397 | |
---|
[1502] | 1398 | - The job's originating hostname is now stored in the database, |
---|
| 1399 | and exported as PYKOTAJOBORIGINATINGHOSTNAME in the environment. |
---|
| 1400 | |
---|
[1500] | 1401 | - 1.19alpha15 : |
---|
| 1402 | |
---|
| 1403 | - The old pykota filter is now removed. This means that |
---|
| 1404 | currently PyKota doesn't support LPRng anymore, but |
---|
| 1405 | LPRng support will be re-added, improved, in the near future. |
---|
| 1406 | |
---|
[1495] | 1407 | - 1.19alpha14 : |
---|
| 1408 | |
---|
[1499] | 1409 | - PYKOTAPRECOMPUTEDJOBSIZE and PYKOTAPRECOMPUTEDJOBPRICE |
---|
| 1410 | are now exported as environment variables. |
---|
| 1411 | |
---|
[1498] | 1412 | - Heavy CPU usage is now completely fixed it seems, by |
---|
| 1413 | introducing some 0.01 second sleeping when nothing to do. |
---|
| 1414 | |
---|
[1497] | 1415 | - Pre-computation of the job's size is now only |
---|
| 1416 | done when enforcement is "STRICT", this saves |
---|
| 1417 | CPU for people who don't want to use this new |
---|
| 1418 | feature. |
---|
| 1419 | |
---|
[1495] | 1420 | - New 'enforcement' directive which accepts either |
---|
| 1421 | STRICT or LAXIST. See sample configuration file |
---|
| 1422 | for details. |
---|
| 1423 | |
---|
[1494] | 1424 | - 1.19alpha13 : |
---|
| 1425 | |
---|
| 1426 | - Get back to an old version of the polling loop which |
---|
| 1427 | worked fine, but non-optimally. Will be optimized |
---|
| 1428 | as time permits. |
---|
| 1429 | |
---|
[1492] | 1430 | - 1.19alpha12 : |
---|
| 1431 | |
---|
| 1432 | - Job's size is now precomputed unconditionnally using |
---|
| 1433 | the generic PDL analyzer. |
---|
| 1434 | NB : This value is not yet used to pre-allow/deny the |
---|
| 1435 | job. |
---|
| 1436 | |
---|
[1490] | 1437 | - 1.19alpha11 : |
---|
| 1438 | |
---|
| 1439 | - The pykota filter is now completely deprecated and |
---|
| 1440 | can't be used anymore. LPRng users MUST download |
---|
| 1441 | an older version of PyKota. CUPS users MUST use |
---|
| 1442 | cupspykota. Better support for LPRng will come |
---|
| 1443 | in the near future. |
---|
| 1444 | |
---|
[1483] | 1445 | - 1.19alpha10 : |
---|
| 1446 | |
---|
[1488] | 1447 | - pykotme now uses generic PDL Analyzer directly instead |
---|
| 1448 | of spawning a new process. |
---|
| 1449 | |
---|
[1487] | 1450 | - Improvements to generic PDL Analyzer. |
---|
| 1451 | |
---|
[1485] | 1452 | - 25% Speedup in PCL parser. Getting more of the Python version |
---|
| 1453 | will probably be difficult, since the completely table driven |
---|
| 1454 | parser I wrote is slower than the original algorithm. Then, |
---|
| 1455 | the original algorithm is still used for now. |
---|
| 1456 | Probable that more speed could be achieved using mmap, at the |
---|
| 1457 | expense of severe memory consumption. |
---|
| 1458 | |
---|
[1483] | 1459 | - configuration simplifications : the "accounter" directive's |
---|
| 1460 | 'hardware' arguments now accepts what was in the "requester" |
---|
| 1461 | directive as it's content. The "requester" directive is not |
---|
| 1462 | supported anymore. See sample configuration file for details. |
---|
| 1463 | |
---|
[1478] | 1464 | - 1.19alpha9 : |
---|
| 1465 | |
---|
[1482] | 1466 | - pkpgcounter is now just a wrapper around the PDLAnalyzer class |
---|
| 1467 | |
---|
[1480] | 1468 | - pykotaOptions LDAP attribute now accepts non-ascii characters |
---|
| 1469 | too. |
---|
| 1470 | |
---|
[1478] | 1471 | - First try at cupspykota main loop rewrite |
---|
| 1472 | |
---|
[1475] | 1473 | - 1.19alpha8 : |
---|
| 1474 | |
---|
| 1475 | - 'querying' accounting method is now called 'hardware' |
---|
| 1476 | |
---|
| 1477 | - 'external' accounting method is now called 'software' |
---|
| 1478 | |
---|
| 1479 | - 'stupid' accounting method doesn't exist anymore |
---|
| 1480 | |
---|
| 1481 | - 'snmp' requester doesn't exist anymore |
---|
| 1482 | |
---|
| 1483 | - code simplifications in external requester |
---|
| 1484 | |
---|
[1473] | 1485 | - 1.19alpha7 : |
---|
| 1486 | |
---|
| 1487 | - Database schema change (both LDAP and PostgreSQL) to |
---|
| 1488 | allow storage of the job-originating-hostname attribute. |
---|
| 1489 | An SQL upgrade script is present. The code is not yet |
---|
| 1490 | capable of setting/retrieving this attribute. Support |
---|
| 1491 | for this functionnality will be added in the future. |
---|
| 1492 | |
---|
[1463] | 1493 | - 1.19alpha6 : |
---|
| 1494 | |
---|
[1471] | 1495 | - problems connecting to SMTP servers are now catched. |
---|
| 1496 | |
---|
[1463] | 1497 | - pykotme now uses pkpgcounter to compute the size of the |
---|
| 1498 | job. This modification adds PCL5 and soon PCLXL (PCL6) |
---|
| 1499 | support. You can now get quotes for PCL in addition to |
---|
| 1500 | PostScript. |
---|
| 1501 | |
---|
[1464] | 1502 | - pkpgcounter now includes first try at PCLXL parser. |
---|
| 1503 | It is currently disabled until it's finished. |
---|
| 1504 | |
---|
[1451] | 1505 | - 1.19alpha5 : |
---|
| 1506 | |
---|
[1458] | 1507 | - cupspykota polling loop fix for MacOSX (at least) |
---|
| 1508 | |
---|
[1459] | 1509 | - logging subsystem now logs PID too, to ease diagnosing |
---|
| 1510 | problems under heavy load. |
---|
| 1511 | |
---|
[1456] | 1512 | - pkpgcounter enhancements. |
---|
| 1513 | |
---|
[1453] | 1514 | - pkprinters --skipexisting now tells pkprinters to not |
---|
| 1515 | modify existing printers when --add is used. |
---|
| 1516 | pkprinters logs a warning message whenever --add is |
---|
| 1517 | used and a printer already exists. |
---|
[1451] | 1518 | |
---|
[1455] | 1519 | - LDAP schema now allows accented chars in pykotaFileName |
---|
| 1520 | and pykotaTitle attributes. |
---|
| 1521 | |
---|
[1447] | 1522 | - 1.19alpha4 : |
---|
| 1523 | |
---|
| 1524 | - a bad copy&paste prevented pkpgcounter to work at all, this |
---|
| 1525 | is now fixed. |
---|
| 1526 | |
---|
[1451] | 1527 | - improved PCL support in pkpgcounter, with the use of |
---|
| 1528 | HP PCL/PJL Reference Set |
---|
| 1529 | PCL5 Printer Language Technical Quick Reference Guide |
---|
[1449] | 1530 | |
---|
| 1531 | - pkpgcounter now uses mmap to speed things up : duration |
---|
[1450] | 1532 | is halved with the sample 87 pages PCL document I use for |
---|
| 1533 | testing. |
---|
[1448] | 1534 | |
---|
[1437] | 1535 | - 1.19alpha3 : |
---|
| 1536 | |
---|
| 1537 | - pkprinters now accepts the --list command line argument |
---|
| 1538 | to list informations about printers. |
---|
| 1539 | |
---|
[1430] | 1540 | - 1.19alpha2 : |
---|
| 1541 | |
---|
| 1542 | - pkpgcounter is now included as a smart external |
---|
| 1543 | accounter which can handle both PostScript and PCL. |
---|
| 1544 | |
---|
[1417] | 1545 | - 1.19alpha1 : |
---|
| 1546 | |
---|
[1421] | 1547 | - PYKOTALIMITBY environment variable is now exported too. |
---|
| 1548 | |
---|
[1417] | 1549 | - Inclusion of Michele Baldessari's work on autotools. |
---|
| 1550 | |
---|
[1415] | 1551 | - 1.18 : |
---|
| 1552 | |
---|
| 1553 | - Improved documentation |
---|
| 1554 | |
---|
[1411] | 1555 | - 1.18beta2 : |
---|
| 1556 | |
---|
| 1557 | - Fix for raw jobs with cupspykota |
---|
| 1558 | |
---|
[1404] | 1559 | - 1.18beta : |
---|
| 1560 | |
---|
[1405] | 1561 | - Small fix for new waitprinter.sh script |
---|
| 1562 | |
---|
[1404] | 1563 | - Better tracebacks on error conditions |
---|
| 1564 | |
---|
| 1565 | - Improved translations |
---|
| 1566 | |
---|
| 1567 | - Improved documentation |
---|
| 1568 | |
---|
[1396] | 1569 | - 1.18alpha15 : |
---|
[1398] | 1570 | |
---|
| 1571 | - waitprinter.sh replaced by a new and possibly faster |
---|
[1404] | 1572 | and more powerful one. |
---|
[1396] | 1573 | |
---|
| 1574 | - Names can now begin with a digit. |
---|
| 1575 | |
---|
[1398] | 1576 | - Stability improvement for quotas set on printers groups. |
---|
[1396] | 1577 | |
---|
[1381] | 1578 | - 1.18alpha14 : |
---|
| 1579 | |
---|
[1384] | 1580 | - Catches more (all ?) problems with SMTP servers instead |
---|
| 1581 | of breaking. |
---|
| 1582 | |
---|
[1381] | 1583 | - Italian translation added. |
---|
| 1584 | |
---|
[1376] | 1585 | - 1.18alpha13 : |
---|
| 1586 | |
---|
| 1587 | - Pre and Post hooks are now available in the pykota |
---|
| 1588 | filter as well. |
---|
| 1589 | |
---|
| 1590 | - The pykota filter doesn't check last user's quota |
---|
[1377] | 1591 | anymore when delayed hardware accounting is used : |
---|
| 1592 | this will be done anyway the next time the last |
---|
| 1593 | user will print again. This saves some database |
---|
| 1594 | queries which are unneeded. |
---|
[1376] | 1595 | |
---|
[1372] | 1596 | - 1.18alpha12 : |
---|
| 1597 | |
---|
[1376] | 1598 | - Pre and Post hooks to external commands with many |
---|
[1372] | 1599 | many environment variables available are useable |
---|
| 1600 | from the cupspykota backend. |
---|
| 1601 | See sample configuration file for details and help. |
---|
| 1602 | |
---|
[1368] | 1603 | - 1.18alpha11 : |
---|
| 1604 | |
---|
| 1605 | - Hopefully final fix wrt groups (users and printers) |
---|
| 1606 | |
---|
[1365] | 1607 | - 1.18alpha10 : |
---|
| 1608 | |
---|
| 1609 | - Fixed nested printer groups accounting. |
---|
| 1610 | |
---|
| 1611 | - Fixed user groups + printer groups problem. |
---|
| 1612 | |
---|
[1360] | 1613 | - 1.18alpha9 : |
---|
| 1614 | |
---|
[1363] | 1615 | - Fix for LDAP problem when job price was 0. |
---|
| 1616 | |
---|
[1362] | 1617 | - Fix for empty user groups with LDAP. |
---|
| 1618 | |
---|
[1360] | 1619 | - Preliminary version of the snmpprinterstatus command added. |
---|
| 1620 | |
---|
[1358] | 1621 | - 1.18alpha8 : |
---|
| 1622 | |
---|
| 1623 | - Don't retrieve data when not needed. |
---|
| 1624 | This avoids many database queries. |
---|
| 1625 | |
---|
[1356] | 1626 | - 1.18alpha7 : |
---|
| 1627 | |
---|
| 1628 | - New experimental ldapcache directive to improve |
---|
| 1629 | LDAP caching. |
---|
| 1630 | |
---|
[1353] | 1631 | - 1.18alpha6 : |
---|
| 1632 | |
---|
| 1633 | - New configuration directive added : maildomain |
---|
| 1634 | to specify the domain to send mail to when user |
---|
| 1635 | email address is not set in PyKota database. |
---|
| 1636 | |
---|
| 1637 | - More complete email message headers. |
---|
| 1638 | |
---|
[1351] | 1639 | - 1.18alpha5 : |
---|
| 1640 | |
---|
| 1641 | - Debian packaging specific files, contributed by |
---|
| 1642 | Peter Hawkins are now included in the project's tree. |
---|
| 1643 | |
---|
| 1644 | - Preliminary work on future low-level LDAP caching to speed |
---|
| 1645 | up modifications (at least). |
---|
| 1646 | |
---|
[1338] | 1647 | - 1.18alpha4 : |
---|
| 1648 | |
---|
[1345] | 1649 | - Applied some of the modifications suggested by |
---|
| 1650 | Peter Hawkins, for better Debian integration. |
---|
| 1651 | Most notably cupspykota, pykota, and the shell |
---|
| 1652 | scripts are now installed into /usr/share/pykota |
---|
| 1653 | instead of into /usr/bin |
---|
| 1654 | BEWARE : double check that your symbolic link |
---|
| 1655 | to cupspykota is correct, and that your pykota.conf |
---|
| 1656 | file use correct path for the shell scripts like |
---|
| 1657 | waitprinter.sh and al. |
---|
| 1658 | |
---|
[1338] | 1659 | - pkhint command added, to help in configuring correct |
---|
| 1660 | accounting method for PyKota. |
---|
| 1661 | |
---|
[1336] | 1662 | - 1.18alpha3 : |
---|
| 1663 | |
---|
| 1664 | - Fixed a rare bug in cupspykota backend which gave |
---|
| 1665 | incorrect "CUPS backend died abnormally" messages. |
---|
| 1666 | |
---|
[1330] | 1667 | - 1.18alpha2 : |
---|
| 1668 | |
---|
| 1669 | - Added the pkprinters command line tool to manage printers |
---|
| 1670 | exclusively. |
---|
| 1671 | |
---|
[1328] | 1672 | - 1.18alpha1 : |
---|
| 1673 | |
---|
| 1674 | - Preliminary work on Relationnal Database Independance. |
---|
| 1675 | |
---|
| 1676 | - Sample report made from OpenOffice.org added as PDF and SXC. |
---|
| 1677 | |
---|
[1323] | 1678 | - 1.17 : |
---|
| 1679 | |
---|
| 1680 | - Finalized release. |
---|
| 1681 | |
---|
[1321] | 1682 | - 1.17alpha2 : |
---|
| 1683 | |
---|
| 1684 | - Fix stupid software accounting bug in the CUPS backend. |
---|
| 1685 | |
---|
[1318] | 1686 | - 1.17alpha1 : |
---|
| 1687 | |
---|
| 1688 | - User/Group deletion code in edpykota rewritten. |
---|
| 1689 | |
---|
[1308] | 1690 | - 1.16 : |
---|
| 1691 | |
---|
| 1692 | - Preliminary documentation on how to use OpenOffice.org |
---|
| 1693 | to create personnalized reports for PyKota + PostgreSQL. |
---|
| 1694 | |
---|
| 1695 | - Spanish installation guide for CUPS+PyKota+PostgreSQL |
---|
| 1696 | added to the documentation. Doesn't yet document v1.16 |
---|
| 1697 | though. |
---|
| 1698 | |
---|
[2119] | 1699 | - Portuguese Portuguese translation replaces Brazilian |
---|
| 1700 | Portuguese Translation. Brazilian portuguese |
---|
[1308] | 1701 | translation is still available under the 'br' locale. |
---|
| 1702 | |
---|
[1301] | 1703 | - 1.16beta3 : |
---|
| 1704 | |
---|
| 1705 | - Swedish translation added. |
---|
| 1706 | |
---|
| 1707 | - Small fix in documentation. |
---|
| 1708 | |
---|
[1291] | 1709 | - 1.16beta2 : |
---|
| 1710 | |
---|
| 1711 | - Small fix for job cancelling code while job already |
---|
| 1712 | printing in CUPS backend. |
---|
[1293] | 1713 | |
---|
| 1714 | - Big fix wrt printing policies for unknown users. |
---|
[1291] | 1715 | |
---|
[1287] | 1716 | - 1.16beta1 : |
---|
| 1717 | |
---|
| 1718 | - Manpages upgraded. |
---|
| 1719 | |
---|
[1285] | 1720 | - 1.16alpha26 : |
---|
| 1721 | |
---|
| 1722 | - Job price is now computed like this : |
---|
| 1723 | |
---|
| 1724 | SUM((NbPages * PricePerPage) + PricePerJob) |
---|
| 1725 | |
---|
| 1726 | For current printer and all the printers groups it is |
---|
[1286] | 1727 | a member of, if any. |
---|
[1285] | 1728 | |
---|
| 1729 | This may be difficult to grasp, but offers unprecedented |
---|
| 1730 | flexibility. |
---|
| 1731 | |
---|
[1284] | 1732 | - 1.16alpha25 : |
---|
| 1733 | |
---|
| 1734 | - Email address can be set at user creation time, |
---|
| 1735 | using the following syntax : |
---|
| 1736 | |
---|
| 1737 | $ edpykota --add username/email@yourdomain.com |
---|
| 1738 | |
---|
[1271] | 1739 | - 1.16alpha24 : |
---|
| 1740 | |
---|
[1274] | 1741 | - CGI script now can show the printing history. |
---|
| 1742 | |
---|
[1272] | 1743 | - Bug wrt number of copies should be fixed. |
---|
| 1744 | |
---|
[1271] | 1745 | - Major code refactoring => It is now possible to |
---|
| 1746 | automatically add printers on first print. |
---|
| 1747 | |
---|
[1269] | 1748 | - 1.16alpha23 : |
---|
| 1749 | |
---|
[1270] | 1750 | - Fixed potential accuracy problem if a user printed on |
---|
| 1751 | several printers at the very same time. |
---|
[1269] | 1752 | |
---|
[1258] | 1753 | - 1.16alpha22 : |
---|
| 1754 | |
---|
| 1755 | - edpykota now allows adding printers to printer groups |
---|
| 1756 | |
---|
[1248] | 1757 | - 1.16alpha21 : |
---|
| 1758 | |
---|
| 1759 | - Allows the dot in user and printer names. |
---|
| 1760 | |
---|
[1249] | 1761 | - Printer groups are now cached too. |
---|
| 1762 | |
---|
[1240] | 1763 | - 1.16alpha20 : |
---|
| 1764 | |
---|
| 1765 | - Fixed several small bugs with the help of PyChecker. |
---|
| 1766 | |
---|
| 1767 | - 1.16alpha19 : |
---|
| 1768 | |
---|
| 1769 | - Fixed a bug in PostgreSQL backend's code. |
---|
| 1770 | |
---|
| 1771 | - 1.16alpha18 : |
---|
| 1772 | |
---|
| 1773 | - Initial code for printer groups support. Printer groups have |
---|
| 1774 | to be added with external tools like psql or gq for example. |
---|
| 1775 | Printer groups seems to work fine with users. Untested with user |
---|
| 1776 | groups for now. |
---|
| 1777 | |
---|
| 1778 | - Several minor visual problems fixed in reports. |
---|
| 1779 | |
---|
| 1780 | - Fixed a bug in LDAP date handling. |
---|
| 1781 | |
---|
| 1782 | - Fix for LDAP problem with some combination of OpenLDAP + Python-LDAP |
---|
| 1783 | + some particular settings. |
---|
| 1784 | |
---|
| 1785 | - mailandpopup.sh shell script added. See sample configuration file |
---|
| 1786 | for details. |
---|
| 1787 | |
---|
| 1788 | - Several environment variables are now exported when executing |
---|
| 1789 | external commands (accounters, requesters, mailers) : |
---|
| 1790 | |
---|
| 1791 | PYKOTAUSERNAME => user who is printing |
---|
| 1792 | PYKOTAPRINTERNAME => printer on which the job is being sent |
---|
| 1793 | PYKOTATITLE => Job's title |
---|
| 1794 | PYKOTAFILENAME => Job's filename |
---|
| 1795 | PYKOTACOPIES => number of copies asked |
---|
| 1796 | PYKOTAOPTIONS => print command options (-o with CUPS) |
---|
| 1797 | |
---|
[1239] | 1798 | - 1.16alpha17 : |
---|
[1227] | 1799 | |
---|
[1239] | 1800 | - Added portugues translation. |
---|
| 1801 | |
---|
| 1802 | - Major code refactoring in accounters. |
---|
| 1803 | |
---|
| 1804 | - 1.16alpha16 : |
---|
| 1805 | |
---|
[1235] | 1806 | - Code refactoring, and addition of a real HTML reporter, to |
---|
| 1807 | have nice looking and useful web based reports (in the future). |
---|
| 1808 | |
---|
[1227] | 1809 | - Added utolower configuration option to convert all usernames |
---|
| 1810 | to lowercase during printing. |
---|
| 1811 | |
---|
[1226] | 1812 | - 1.15alpha15 : |
---|
| 1813 | |
---|
| 1814 | - Now includes the papwaitprinter.sh shell script to wait for |
---|
| 1815 | AppleTalk enabled printers. |
---|
| 1816 | |
---|
[1221] | 1817 | - 1.16alpha14 : |
---|
| 1818 | |
---|
| 1819 | - Now printing on a printer not defined in the Quota Storage, |
---|
| 1820 | results in the job being cancelled or stopped, depending |
---|
| 1821 | on the printing system. |
---|
| 1822 | |
---|
[1212] | 1823 | - 1.16alpha13 : |
---|
| 1824 | |
---|
| 1825 | - Small bugfix wrt Python v2.1 |
---|
| 1826 | |
---|
[1215] | 1827 | - If username is an empty string, user root is assumed. |
---|
[1220] | 1828 | |
---|
| 1829 | - 'postgresql' is not recognized anymore as a storage backend, |
---|
| 1830 | you have to use 'pgstorage' instead. 'postgresql' used to |
---|
| 1831 | be supported for compatibility with very old PyKota versions, |
---|
| 1832 | this is not the case anymore. |
---|
[1212] | 1833 | |
---|
[1203] | 1834 | - 1.16alpha12 : |
---|
| 1835 | |
---|
| 1836 | - Job price added to job history, to keep accounting correct |
---|
| 1837 | if a printer price per page or per job is modified and the |
---|
| 1838 | history is not reset : the history would have given a false |
---|
| 1839 | amount of money charged before the printer's prices were |
---|
| 1840 | modified, this addition solves the problem. |
---|
| 1841 | |
---|
[1200] | 1842 | - 1.16alpha11 : |
---|
| 1843 | |
---|
| 1844 | - Some preliminary modifications to the database structure for |
---|
| 1845 | PostgreSQL and OpenLDAP. A script to upgrade a PostgreSQL |
---|
| 1846 | database is now provided. LDAP attributes now support |
---|
| 1847 | eq, pres and sub indexes. |
---|
| 1848 | |
---|
| 1849 | - Job history now contains additional informations : |
---|
| 1850 | number of copies, filename, title and print options. |
---|
| 1851 | |
---|
[1194] | 1852 | - 1.16alpha10 : |
---|
[1196] | 1853 | |
---|
| 1854 | - Some modifications done to external policy handling. |
---|
| 1855 | See sample configuration file for details. |
---|
[1194] | 1856 | |
---|
| 1857 | - Spanish translation added. |
---|
| 1858 | |
---|
[1192] | 1859 | - 1.16alpha9 : |
---|
| 1860 | |
---|
| 1861 | - mailto can be set to external(...) to warn users above |
---|
| 1862 | quota with any command of your choice (e.g. linpopup). |
---|
| 1863 | Several parameters are available, see sample configuration |
---|
| 1864 | file for details. |
---|
| 1865 | |
---|
[1189] | 1866 | - 1.16alpha8 : |
---|
| 1867 | |
---|
[1191] | 1868 | - Now cupspykota transmits SIGTERMS to the original |
---|
| 1869 | backend when the user deletes a job being processed. |
---|
| 1870 | |
---|
[1189] | 1871 | - The documentation is now licensed under the terms of the |
---|
| 1872 | GNU GPL too. |
---|
| 1873 | |
---|
[1185] | 1874 | - 1.16alpha7 : |
---|
| 1875 | |
---|
| 1876 | - The CUPS backend is now fully functionnal (it seems). |
---|
| 1877 | |
---|
| 1878 | - From now on, the use of the pykota filter with CUPS |
---|
| 1879 | is deprecated. The pykota filter still has to be |
---|
| 1880 | used with LPRng though. |
---|
| 1881 | |
---|
[1179] | 1882 | - 1.16alpha6 : |
---|
| 1883 | |
---|
| 1884 | - Bug fixed : when edpykota was used to add a printer |
---|
| 1885 | with no user or group name, a bad user/group name "*" was |
---|
| 1886 | added to the database. |
---|
| 1887 | |
---|
[1178] | 1888 | - 1.16alpha5 : |
---|
| 1889 | |
---|
| 1890 | - New CUPS backend supports device enumeration ! |
---|
| 1891 | This means that NO manual CUPS configuration has to |
---|
| 1892 | be done. All can now be done from CUPS web interface. |
---|
| 1893 | |
---|
[1177] | 1894 | - 1.16alpha4 : |
---|
| 1895 | |
---|
| 1896 | - New CUPS backend added. |
---|
| 1897 | |
---|
[1175] | 1898 | - 1.16alpha3 : |
---|
| 1899 | |
---|
| 1900 | - Minimal FAQ document added. |
---|
| 1901 | |
---|
[1172] | 1902 | - 1.16alpha2 : |
---|
| 1903 | |
---|
| 1904 | - CGI script now partially supports browser's language preference |
---|
| 1905 | |
---|
[1170] | 1906 | - 1.16alpha1 : |
---|
| 1907 | |
---|
| 1908 | - Ensures that the LDAP connection is really closed at end. |
---|
| 1909 | |
---|
| 1910 | - More complete error messages in case of LDAP operation failure. |
---|
| 1911 | |
---|
[1168] | 1912 | - 1.15 : |
---|
| 1913 | |
---|
| 1914 | - Documentation improved. |
---|
| 1915 | |
---|
[1156] | 1916 | - 1.15beta : |
---|
| 1917 | |
---|
| 1918 | - Command line tools now accept multiple printer |
---|
| 1919 | names or wildcards, separated with commas. |
---|
| 1920 | |
---|
[1152] | 1921 | - 1.15alpha9 : |
---|
| 1922 | |
---|
| 1923 | - External policy can be used to auto-add unknown users |
---|
| 1924 | and any other interesting things you may want to do. |
---|
| 1925 | WARNING : You can't auto-add printers for now. |
---|
| 1926 | They have to be created manually before. |
---|
| 1927 | Look at sample configuration file for examples. |
---|
| 1928 | |
---|
[1149] | 1929 | - 1.15alpha8 : |
---|
| 1930 | |
---|
| 1931 | - Job history can be disabled if needed. |
---|
| 1932 | This feature may be useful for people who use the LDAP |
---|
| 1933 | backend and don't want their LDAP tree to grow out of |
---|
| 1934 | control. |
---|
| 1935 | |
---|
[1138] | 1936 | - 1.15alpha7 : |
---|
| 1937 | |
---|
| 1938 | - More work done on caching wrt groups. |
---|
| 1939 | |
---|
[1135] | 1940 | - 1.15alpha6 : |
---|
| 1941 | |
---|
| 1942 | - Performance bottleneck with LDAP solved. |
---|
| 1943 | |
---|
[1130] | 1944 | - 1.15alpha5 : |
---|
| 1945 | |
---|
| 1946 | - Caching mechanism for all database queries. |
---|
| 1947 | |
---|
[1123] | 1948 | - 1.15alpha4 : |
---|
| 1949 | |
---|
| 1950 | - Problem with Python 2.3 fixed. Needs some definitive |
---|
| 1951 | modification. |
---|
| 1952 | |
---|
[1121] | 1953 | - 1.15alpha3 : |
---|
| 1954 | |
---|
| 1955 | - CGI script now tries to restrict view when the |
---|
| 1956 | REMOTE_USER environment variable is set. This allows |
---|
| 1957 | people to protect its use with .htaccess files. |
---|
| 1958 | When unprotected, or if REMOTE_USER is 'root', then |
---|
| 1959 | unrestricted access is granted. |
---|
[1122] | 1960 | NB : REMOTE_USER is automatically set by the web server |
---|
| 1961 | (e.g. Apache) when a page with restricted access is viewed. |
---|
[1121] | 1962 | |
---|
[1116] | 1963 | - 1.15alpha2 : |
---|
| 1964 | |
---|
| 1965 | - Better detection of LPRng. |
---|
| 1966 | |
---|
| 1967 | - Outputs a warning if printing system is unknown. |
---|
| 1968 | |
---|
[1115] | 1969 | - 1.15alpha1 : |
---|
| 1970 | |
---|
| 1971 | - Bug fix in SQL code. |
---|
| 1972 | |
---|
[1113] | 1973 | - 1.14 : |
---|
| 1974 | |
---|
| 1975 | - The PostgreSQL database connection is now always closed before |
---|
| 1976 | exit. The LDAP database connection too, but it didn't suffer |
---|
| 1977 | from the problem anyway, AFAICT. |
---|
| 1978 | |
---|
[1111] | 1979 | - 1.14beta2 : |
---|
| 1980 | |
---|
| 1981 | - An LDAP-specific configuration field was introduced, usermail. |
---|
| 1982 | Use it to specify which LDAP attribute contains a valid email |
---|
| 1983 | address for the user. See sample configuration file for |
---|
| 1984 | details. |
---|
| 1985 | |
---|
[1105] | 1986 | - 1.14beta : |
---|
| 1987 | |
---|
| 1988 | - Two new LDAP-specific configuration fields were introduced, |
---|
| 1989 | newuser and newgroup. Use them to specify if you want to add |
---|
| 1990 | quota information to existing entries or elsewhere. |
---|
| 1991 | See sample configuration file for details. |
---|
| 1992 | |
---|
[1099] | 1993 | - 1.14alpha9 : |
---|
| 1994 | |
---|
| 1995 | - Documentation improved. |
---|
| 1996 | |
---|
| 1997 | - pykotme now also prints the user's account balance value |
---|
| 1998 | if the user is registered in the Quota Storage and his |
---|
| 1999 | limiting factor is "balance". |
---|
| 2000 | |
---|
[1095] | 2001 | - 1.14alpha8 : |
---|
| 2002 | |
---|
| 2003 | - bin/waitprinter.sh is now included to wait for |
---|
| 2004 | SNMP enabled printers to be idle again before |
---|
| 2005 | asking for their internal page counter. |
---|
| 2006 | See sample configuration file for details. |
---|
| 2007 | |
---|
[1089] | 2008 | - 1.14alpha7 : |
---|
| 2009 | |
---|
| 2010 | - edpykota now doesn't check if the user/group is above |
---|
| 2011 | quota. The check is only done at print time. This |
---|
| 2012 | prevents the sending of email messages when creating |
---|
| 2013 | user quotas if quota is already reached at creation |
---|
| 2014 | time. |
---|
| 2015 | |
---|
[1087] | 2016 | - 1.14alpha6 : |
---|
| 2017 | |
---|
| 2018 | - Configuration file split and moved to /etc/pykota/pykota.conf |
---|
| 2019 | and /etc/pykota/pykotadmin.conf to prevent simple users to |
---|
| 2020 | have Read/Write access to the Quota Database. |
---|
| 2021 | Don't forget to : |
---|
| 2022 | |
---|
| 2023 | $ chmod 640 /etc/pykota/pykotadmin.conf |
---|
| 2024 | |
---|
| 2025 | - storageuser and storageuserpw configuration fields reintroduced |
---|
| 2026 | for the same reason. |
---|
| 2027 | |
---|
| 2028 | - Code cleaning for future implementation of email addresses |
---|
| 2029 | support in the PostgreSQL and LDAP backends. |
---|
| 2030 | |
---|
[1085] | 2031 | - 1.14alpha5 : |
---|
| 2032 | |
---|
| 2033 | - Big bug fixed when changing the prices for a printer |
---|
| 2034 | |
---|
[1082] | 2035 | - 1.14alpha4 : |
---|
| 2036 | |
---|
| 2037 | - When adding an user, the user itself and its account balance |
---|
| 2038 | are now added in the same LDAP entry. Before they were added |
---|
| 2039 | as two different LDAP entries. |
---|
| 2040 | |
---|
[1079] | 2041 | - 1.14alpha3 : |
---|
| 2042 | |
---|
| 2043 | - Email field added to PostgreSQL database. An upgrade script |
---|
| 2044 | is included in initscripts/postgresql. |
---|
| 2045 | |
---|
[1078] | 2046 | - 1.14alpha2 : |
---|
| 2047 | |
---|
| 2048 | - Typo fixed when using the --prototype option to edpykota |
---|
| 2049 | |
---|
[1077] | 2050 | - 1.14alpha1 : |
---|
| 2051 | |
---|
| 2052 | - Poor man's treshold included : users with a low account |
---|
| 2053 | balance (below 1.0 by default, configurable) are sent |
---|
| 2054 | a warning message. |
---|
| 2055 | |
---|
| 2056 | - All warning messages to users are now configurable. |
---|
| 2057 | NB : Warning messages to the administrator are not. |
---|
| 2058 | |
---|
[1068] | 2059 | - 1.13 : |
---|
| 2060 | |
---|
[1072] | 2061 | - Some small fixes wrt group handling. |
---|
| 2062 | |
---|
[1068] | 2063 | - The whole module code was passed through PyChecker and |
---|
| 2064 | several small code inconsistencies were fixed, |
---|
| 2065 | as well as a bug in the groups code. |
---|
| 2066 | |
---|
[1067] | 2067 | - 1.13alpha1 : |
---|
| 2068 | |
---|
| 2069 | - Bug fix wrt LDAP. |
---|
| 2070 | |
---|
[1065] | 2071 | - 1.12 : |
---|
| 2072 | |
---|
| 2073 | - More complete test added in edpykota. |
---|
| 2074 | |
---|
[1062] | 2075 | - 1.12alpha2 : |
---|
| 2076 | |
---|
| 2077 | - The previous bug fix was incomplete. This is corrected. |
---|
| 2078 | |
---|
[1061] | 2079 | - 1.12alpha1 : |
---|
| 2080 | |
---|
| 2081 | - Small bug fix. |
---|
| 2082 | |
---|
[1057] | 2083 | - 1.11 : |
---|
| 2084 | |
---|
| 2085 | - Now includes the pykotme command line tool, to produce |
---|
| 2086 | printing quotes for users. |
---|
| 2087 | |
---|
[1056] | 2088 | - 1.10 : |
---|
| 2089 | |
---|
| 2090 | - Bug fixed wrt quota reports when print limiting is by |
---|
| 2091 | account balance. |
---|
| 2092 | |
---|
[1052] | 2093 | - 1.09 : |
---|
| 2094 | |
---|
| 2095 | - Translations finalized. |
---|
| 2096 | |
---|
| 2097 | - Manpages updated. |
---|
| 2098 | |
---|
| 2099 | - Installation documentation improved wrt LDAP support. |
---|
| 2100 | |
---|
[1049] | 2101 | - 1.09beta2 : |
---|
| 2102 | |
---|
| 2103 | - The CGI script for quota reports works again, and |
---|
| 2104 | is much more powerful. |
---|
| 2105 | |
---|
[1043] | 2106 | - 1.09beta : |
---|
| 2107 | |
---|
| 2108 | - edpykota finalized |
---|
| 2109 | |
---|
[1041] | 2110 | - 1.09alpha2 : |
---|
| 2111 | |
---|
| 2112 | - LDAP schema modified a bit. Please upgrade. |
---|
| 2113 | |
---|
| 2114 | - LDAP backend works ! |
---|
| 2115 | |
---|
| 2116 | - repykota and warnpykota allow the root user to pass |
---|
| 2117 | users or groups names on the command line. Users |
---|
| 2118 | and groups names may contain wildcards. |
---|
| 2119 | |
---|
| 2120 | - repykota and warnpykota only reports or warns the |
---|
| 2121 | current user when launched by non-root users. |
---|
| 2122 | |
---|
| 2123 | - Minor bug fixes. |
---|
| 2124 | |
---|
[1029] | 2125 | - 1.09alpha1 : |
---|
| 2126 | |
---|
| 2127 | - More work on LDAP storage backend. Many options |
---|
| 2128 | were added to /etc/pykota.conf to give some |
---|
| 2129 | hints to the LDAP storage backend. |
---|
[1044] | 2130 | |
---|
| 2131 | - Severe database access optimizations were done by |
---|
| 2132 | rewriting most of the Quota Storage backends drivers. |
---|
[1029] | 2133 | |
---|
[1027] | 2134 | - 1.08 : |
---|
| 2135 | |
---|
| 2136 | - Major bug fix wrt LPRng support for remote jobs. |
---|
[1029] | 2137 | |
---|
[1027] | 2138 | - Major bug fix wrt increase/decrease account balances. |
---|
| 2139 | |
---|
[1021] | 2140 | - 1.08alpha8 : |
---|
| 2141 | |
---|
| 2142 | - Code refactoring. |
---|
[1029] | 2143 | |
---|
[1021] | 2144 | - A single user/password pair is used to connect |
---|
| 2145 | to the database backend. The storageuser configuration |
---|
| 2146 | field, and its associated passwords storageuserpw, are |
---|
| 2147 | not used anymore. |
---|
[1029] | 2148 | |
---|
[1022] | 2149 | - You can now set PyKota in debug mode, see sample configuration |
---|
| 2150 | file for details. |
---|
| 2151 | WARNING : only Quota Storage backend queries are logged in |
---|
| 2152 | debug mode, for now. |
---|
[1021] | 2153 | |
---|
[1019] | 2154 | - 1.08alpha7 : |
---|
| 2155 | |
---|
| 2156 | - Very latest LDAP schema. |
---|
[1029] | 2157 | |
---|
[1019] | 2158 | - Code enhancement wrt easy pluggability of PyKota attributes |
---|
| 2159 | and object classes into an existing LDAP directory. |
---|
| 2160 | |
---|
[1017] | 2161 | - 1.08alpha6 : |
---|
| 2162 | |
---|
| 2163 | - Minor bug corrections |
---|
[1029] | 2164 | |
---|
[1017] | 2165 | - More work on LDAP : new schema |
---|
| 2166 | |
---|
[1016] | 2167 | - 1.08alpha5 : |
---|
| 2168 | |
---|
[1017] | 2169 | - More good work on LDAP storage. |
---|
| 2170 | repykota now works reasonably well with the sample LDAP directory. |
---|
[1016] | 2171 | |
---|
[1014] | 2172 | - 1.08alpha4 : |
---|
| 2173 | |
---|
| 2174 | - LDAP schema included. |
---|
| 2175 | THIS IS JUST FOR PEOPLE TO DISCUSS ABOUT THIS. |
---|
| 2176 | LDAP SUPPORT DOESN'T WORK YET, AND THE SCHEMA |
---|
| 2177 | MAY CHANGE IN THE FUTURE. PLEASE TELL US |
---|
| 2178 | WHAT YOU THINK ABOUT THIS SCHEMA ON THE |
---|
| 2179 | MAILING LIST. |
---|
| 2180 | |
---|
[1000] | 2181 | - 1.08alpha3 : |
---|
| 2182 | |
---|
| 2183 | - External accounting methods were partly rewritten : |
---|
| 2184 | |
---|
| 2185 | - No more "broken pipe" should happen. |
---|
| 2186 | |
---|
| 2187 | - They now take care of the number of copies |
---|
| 2188 | This may be unneeded though, if the postscript |
---|
| 2189 | file already does this, because this would |
---|
| 2190 | overcharge users (number of copies counted |
---|
| 2191 | two times). NEEDS MORE TESTING. |
---|
| 2192 | |
---|
| 2193 | - The sample configuration file now contains |
---|
| 2194 | an external accounting method example which should |
---|
| 2195 | work with all DSC compliant Postscript files. |
---|
| 2196 | |
---|
| 2197 | - Some small bugs were fixed. |
---|
| 2198 | |
---|
[998] | 2199 | - 1.08alpha2 : |
---|
| 2200 | |
---|
| 2201 | - Now works with net-snmp v5.0 and above. |
---|
| 2202 | It already worked, but the sample configuration |
---|
[1000] | 2203 | file didn't contain appropriate values... |
---|
[998] | 2204 | |
---|
[991] | 2205 | - 1.07 : Release of the Shame ! |
---|
| 2206 | |
---|
| 2207 | - The external accounting methods driver was left out of |
---|
| 2208 | the CVS tree. Nobody could use it since it wasn't included ! |
---|
| 2209 | |
---|
[989] | 2210 | - 1.06 : |
---|
| 2211 | |
---|
| 2212 | - Severe bug fixed : if you had a printer in |
---|
| 2213 | power saving state which couldn't answer immediately, |
---|
| 2214 | a bug was triggered. |
---|
| 2215 | It was caused by a bad copy/paste which |
---|
| 2216 | forgot to import a Python module at run time. |
---|
| 2217 | |
---|
[980] | 2218 | - 1.05 : |
---|
| 2219 | |
---|
| 2220 | - External accounters are finally available ! |
---|
| 2221 | This means that you can plug any page accounting |
---|
| 2222 | method you like by setting the appropriate |
---|
| 2223 | 'accounter' field in /etc/pykota.conf |
---|
| 2224 | See the sample conf/pykota.conf.sample to |
---|
| 2225 | learn how to do. |
---|
| 2226 | |
---|
| 2227 | NB : Both 'external' and 'stupid' accounting methods |
---|
| 2228 | account a job size just before *this* job is |
---|
| 2229 | sent to the printer. |
---|
| 2230 | The original 'querying' method accounts a job |
---|
| 2231 | size just before *the next* job is sent to |
---|
| 2232 | the printer. |
---|
| 2233 | |
---|
[976] | 2234 | - 1.05alpha3 : |
---|
| 2235 | |
---|
| 2236 | - A 'stupid' and unreliable accounting method was |
---|
| 2237 | implemented to serve as an example on how to |
---|
| 2238 | do this sort of things. This method only counts |
---|
| 2239 | the 'showpage' statements in the input data. |
---|
| 2240 | See sample configuration file for details. |
---|
| 2241 | Pluggable accounting methods work, but I advise |
---|
| 2242 | you TO NOT USE THIS ONE WHICH IS JUST AN EXAMPLE. |
---|
| 2243 | It is not reliable enough to be used. |
---|
[978] | 2244 | Use the 'querying' accounting method instead. |
---|
[976] | 2245 | |
---|
[973] | 2246 | - 1.05alpha2 : |
---|
| 2247 | |
---|
| 2248 | - Pluggable accounting methods. |
---|
| 2249 | |
---|
[975] | 2250 | - Better error handling. |
---|
| 2251 | |
---|
[962] | 2252 | - 1.05alpha1 : |
---|
| 2253 | |
---|
[969] | 2254 | - SECURITY file added to help improve PyKota's security. |
---|
| 2255 | |
---|
[962] | 2256 | - Extracting the printer's internal page counter is now |
---|
| 2257 | tried several times, waiting several seconds between |
---|
| 2258 | two tries. This lets the time to warm up for some printers |
---|
| 2259 | which don't answer when they are sleeping (my Apple |
---|
| 2260 | LaserWriter 16/600 PS is in this case, maybe others too) |
---|
| 2261 | |
---|
[970] | 2262 | - Small display bug fixed in repykota |
---|
| 2263 | |
---|
[960] | 2264 | - 1.04 : |
---|
[956] | 2265 | |
---|
| 2266 | - Default print policy for users/groups unknown from |
---|
| 2267 | the print quota system is now DENY instead of ALLOW, |
---|
| 2268 | since ALLOW can generate inaccurate results |
---|
| 2269 | (incorrect job sizes charged to the wrong persons) |
---|
| 2270 | |
---|
[954] | 2271 | - LPRng support works ! |
---|
| 2272 | |
---|
[953] | 2273 | - A bug was introduced some time ago wrt printers' default |
---|
| 2274 | policy for unknown users. It is now corrected. |
---|
| 2275 | |
---|
[950] | 2276 | - repykota now displays prices per job and per page for each |
---|
| 2277 | printer, if they are defined. |
---|
| 2278 | |
---|
[947] | 2279 | - Minor display bug fixed in repykota. |
---|
| 2280 | |
---|
| 2281 | - Problem when running repykota with an empty database was fixed. |
---|
| 2282 | |
---|
[942] | 2283 | - 1.03 : |
---|
| 2284 | |
---|
| 2285 | - Upgrade script included for earlier versions. |
---|
| 2286 | Please look inside the initscripts subdirectory. |
---|
[965] | 2287 | THE DATABASE SCHEMA HAS CHANGED, PLEASE UPGRADE. |
---|
[942] | 2288 | |
---|
[932] | 2289 | - repykota now reports account balances too. |
---|
[929] | 2290 | |
---|
[932] | 2291 | - PyKota now has a nice logo, see the logos |
---|
| 2292 | subdirectory. |
---|
| 2293 | |
---|
[936] | 2294 | - Manual pages were finally updated. |
---|
| 2295 | |
---|
[927] | 2296 | - Group quotas seem to work now ! |
---|
| 2297 | |
---|
[910] | 2298 | - The new database schema allows to keep an history of all |
---|
| 2299 | jobs as well as charge users per page and/or per job, |
---|
| 2300 | and track users' account balance. |
---|
| 2301 | |
---|
[917] | 2302 | - edpykota now accepts much more command line options to |
---|
| 2303 | use the new functionnalities. See edpykota --help for |
---|
| 2304 | details. |
---|
| 2305 | |
---|
[885] | 2306 | - The installation script now allows to install the sample |
---|
| 2307 | configuration file during first installation. |
---|
[892] | 2308 | |
---|
| 2309 | - More group quota code works, but still not finished. |
---|
[885] | 2310 | |
---|
[894] | 2311 | - The CGI script displays a link to PyKota's website. |
---|
| 2312 | |
---|
[899] | 2313 | - The job history is now kept, this will allow per-period |
---|
| 2314 | reports in the future. |
---|
[900] | 2315 | |
---|
| 2316 | - After having modified the quota for an user with edpykota, |
---|
| 2317 | a quota check is done to eventually warn the user/admin about |
---|
| 2318 | a quota which is too low to print. |
---|
| 2319 | |
---|
[901] | 2320 | - A workaround is provided for HP Printers : their internal |
---|
| 2321 | page counter is only saved to NVRAM in a 10 increment, so |
---|
| 2322 | if you switch them off and then on, the reported page counter |
---|
| 2323 | may be lower than the real number of pages printed. |
---|
| 2324 | See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html |
---|
[909] | 2325 | We unconditionnally set the last job's page count to |
---|
| 2326 | abs(int((10 - abs(lastcounter(snmp) - lastcounter(storage)) / 2)) |
---|
| 2327 | in this case. |
---|
[908] | 2328 | For a more accurate accounting, never switch your HP printers |
---|
| 2329 | off. |
---|
[901] | 2330 | |
---|
| 2331 | - A fix is provided for printers which only have a volatile |
---|
| 2332 | page counter (reset to 0 every time you switch the printer on) |
---|
[908] | 2333 | This should allow PyKota to work reasonably fine with HP Laserjet |
---|
| 2334 | 4L/5L/6L, not perfect, but better than nothing. |
---|
[901] | 2335 | See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html |
---|
[908] | 2336 | For a more accurate accounting, never switch your HP printers |
---|
[925] | 2337 | off. This is untested, please report any problem. |
---|
[901] | 2338 | |
---|
[907] | 2339 | - A bug was fixed when edpykota --add was used with users who already |
---|
| 2340 | had a quota on the specified printer. |
---|
| 2341 | |
---|
[913] | 2342 | - A small display bug in repykota was introduced in preliminary |
---|
| 2343 | 1.03 versions, and fixed later on. |
---|
[915] | 2344 | |
---|
| 2345 | - Some minor bugs which happened in rare situations were fixed. |
---|
[913] | 2346 | |
---|
[919] | 2347 | - Support for AppleTalk printers was added, see sample configuration |
---|
| 2348 | file for details. |
---|
[925] | 2349 | |
---|
| 2350 | - Users and group printing can now be controlled (limited) either by |
---|
| 2351 | print quota or by account balance. |
---|
[919] | 2352 | |
---|
[877] | 2353 | - 1.02 : |
---|
[859] | 2354 | |
---|
[871] | 2355 | - The installation script now checks for software availability |
---|
| 2356 | and in case a software is missing asks the user if he |
---|
| 2357 | wants to continue with the installation or abort it. |
---|
| 2358 | |
---|
[872] | 2359 | - The configuration file pykota.conf is now expected to be |
---|
| 2360 | found in /etc instead of in /etc/cups |
---|
| 2361 | The installation script prompts the user to see if he |
---|
| 2362 | wants to move an old configuration file to the new location |
---|
| 2363 | if needed. |
---|
| 2364 | |
---|
[859] | 2365 | - Improved documentation. |
---|
| 2366 | |
---|
| 2367 | - You can now set the tcp/ip port on which the Quota Storage |
---|
| 2368 | Server is listening, see sample configuration file for details. |
---|
| 2369 | |
---|
[872] | 2370 | - Better general error handling. |
---|
[859] | 2371 | |
---|
[875] | 2372 | - Upgrade script for pre 1.01 PostgreSQL database schema is now |
---|
| 2373 | included as well. |
---|
| 2374 | |
---|
[852] | 2375 | - 1.01 : |
---|
| 2376 | |
---|
| 2377 | - The configuration file now accepts an option |
---|
| 2378 | to choose the recipient(s) of the email messages : |
---|
| 2379 | |
---|
| 2380 | - DevNull means no one will receive them. |
---|
| 2381 | - User means only the user will receive them. |
---|
| 2382 | - Admin means only the admin will receive them. |
---|
| 2383 | - Both means the User and the Admin will receive them. |
---|
| 2384 | |
---|
[853] | 2385 | - The configuration file now uses hard-coded default values |
---|
| 2386 | when an option is not set. See sample configuration file |
---|
| 2387 | for details. |
---|
| 2388 | |
---|
[852] | 2389 | - Manual pages are included since 1.00, but I forgot to |
---|
| 2390 | add this information to this file. |
---|
| 2391 | |
---|
[855] | 2392 | - Redistribution terms for the official package have |
---|
| 2393 | softened and are now fully GPL compatible : |
---|
| 2394 | unrestricted modification is now allowed even for |
---|
| 2395 | the version number. |
---|
| 2396 | |
---|
[846] | 2397 | - 1.00 : |
---|
| 2398 | |
---|
| 2399 | - edpykota now accepts a --noquota option. This |
---|
| 2400 | disable quota checking while still doing page |
---|
| 2401 | accounting. This is really useful for people |
---|
| 2402 | who don't want to limit their users but want |
---|
| 2403 | to know how much pages they print. |
---|
| 2404 | |
---|
| 2405 | - Some untested scripts were added to retrieve |
---|
| 2406 | the life time page counter of non-SNMP printers. |
---|
| 2407 | |
---|
| 2408 | - Every directory now has a specific README file. |
---|
| 2409 | |
---|
[833] | 2410 | - 0.99 : |
---|
| 2411 | |
---|
| 2412 | - Under some circumstances while the user wasn't allowed |
---|
| 2413 | to print, he didn't receive any email message. It is |
---|
| 2414 | now fixed. |
---|
| 2415 | |
---|
| 2416 | - When an user wasn't allowed to print, the quota for |
---|
[835] | 2417 | the previous user wasn't updated. This is now fixed. |
---|
[833] | 2418 | |
---|
[827] | 2419 | - 0.98 : |
---|
| 2420 | |
---|
| 2421 | - Correctly handle the case where the printer is switched off. |
---|
| 2422 | |
---|
[828] | 2423 | - Small bug wrt syslog fixed. |
---|
| 2424 | |
---|
[819] | 2425 | - 0.97 : |
---|
| 2426 | |
---|
| 2427 | - edpykota accepts wildcards on its command line for users/groups too |
---|
| 2428 | if the --add option is not set, e.g. : |
---|
| 2429 | |
---|
| 2430 | $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*" |
---|
| 2431 | |
---|
[821] | 2432 | - If no user name is passed at all, then a default wildcard of "*" |
---|
[819] | 2433 | which means apply the command on ALL users for this printer is used. |
---|
| 2434 | |
---|
| 2435 | - Small bug fixes. |
---|
| 2436 | |
---|
[803] | 2437 | - 0.96 : |
---|
| 2438 | |
---|
[808] | 2439 | - Options requester, policy, admin, adminmail and gracedelay can now |
---|
[807] | 2440 | be set either globally or per printer. The printer option has |
---|
| 2441 | priority if both are defined. |
---|
[803] | 2442 | |
---|
[807] | 2443 | - More powerful configuration parser. |
---|
| 2444 | |
---|
| 2445 | - If all options are defined globally, there's no need to |
---|
| 2446 | define a section for each printer in the configuration |
---|
| 2447 | file anymore. Just define a [global] section and it's ok. |
---|
[803] | 2448 | |
---|
[797] | 2449 | - 0.95 : |
---|
| 2450 | |
---|
[798] | 2451 | - External requesters for printers finally added. |
---|
[797] | 2452 | |
---|
| 2453 | - Full internationalization (english and french are supported) |
---|
| 2454 | |
---|
| 2455 | - More complete quota usage report |
---|
| 2456 | |
---|
| 2457 | - CGI script to access to the quota usage report |
---|
| 2458 | |
---|
| 2459 | - Several bugs fixed. |
---|
| 2460 | |
---|
| 2461 | |
---|
| 2462 | - 0.9 : |
---|
| 2463 | |
---|
| 2464 | - First public version |
---|