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