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