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