]> git.ipfire.org Git - thirdparty/cups-filters.git/shortlog
thirdparty/cups-filters.git
2010-08-13  mikeThe socket backend could go into an infinite loop with...
2010-08-13  mikeSetting the PRINTER or LPDEST environment variables...
2010-08-13  mikeUse ConfigFilePerm for classes.conf, plus a masked...
2010-08-13  mikeFix URI mapping.
2010-08-13  mikeThe scheduler did not handle the JobRetryLimit setting...
2010-08-13  mikeThe lpstat command always showed a remote job ID of...
2010-08-13  mikeIncreased the write timeout for the libusb-based USB...
2010-08-13  mikeThe USB backend did not check whether the printer has...
2010-08-13  mikePartial fix for STR #3639 - make sure we don't use...
2010-08-13  mikeFix German template error (STR #3635)
2010-08-13  mikeFix Japanese template error (STR #3636)
2010-08-13  mikeThe lpadmin command did not support setting of custom...
2010-08-13  mikeDon't need the LIBZ include anymore.
2010-08-12  mikeThe lpadmin command did not support setting of the...
2010-08-12  mikeThe cupsaddsmb command did not give up after too many...
2010-08-12  mikeCleanup.
2010-08-12  mikeFix mapping from PPD to PWG names.
2010-08-11  mikeMore cleanup.
2010-08-11  mike"IF-NOT-DEFINED" instead of "IF-UNDEFINED" to be consis...
2010-08-11  mikeTune the _cups_isfoo implementation to use inline funct...
2010-08-10  mikeSet output-mode from ColorModel.
2010-08-10  mikeChangelog.
2010-08-10  mikeUnfortunately, the ctype macros follow the current...
2010-08-10  mikeSync up IPP and HTTP conformance changes, IPP->PPD...
2010-08-09  mikeUse filename from command-line for test print.
2010-08-06  mikeAdd support for arbitrary status code numbers.
2010-08-06  mikeMake man page terminology consistent.
2010-08-06  mikeFix some more DEFINE-MATCH/DEFINE-NO-MATCH issues.
2010-08-06  mikeBump man page date.
2010-08-06  mikeFix some bugs in DEFINE- implementation, and don't...
2010-08-06  mikeAdd DEFINE-MATCH, DEFINE-NO-MATCH, DEFINE-VALUE, SKIP...
2010-08-02  mikeAdd IGNORE-ERRORS and SKIP-PREVIOUS-ERROR directives.
2010-08-02  mikeAdd display of size information to check on a bug repor...
2010-07-30  mikeFix compile error, and set media if it isn't already...
2010-07-29  mikeFix crash bugs.
2010-07-27  mikeFix cupsd crasher.
2010-07-27  mikeClean up clang-reported issues.
2010-07-26  mikeBump version of IPP and PWG mapping data caches.
2010-07-26  mikeCleanup.
2010-07-26  mikeSupport both InputSlot and HPPaperSource for media...
2010-07-26  mikePJL value substitution of more than 9 values was broken...
2010-07-26  mikeCustom options with missing string values caused ppdEmi...
2010-07-26  mikeFixed an issue with the Italian version of the web...
2010-07-19  mikeSupport more options to select grayscale output, and...
2010-07-14  mikeFix typo in cupsd.conf reference.
2010-07-09  mikeFix boolean options.
2010-07-08  mikeFixed the Solaris SMF configuration file for cups-lpd...
2010-07-08  mikeThe scheduler did not set the notify-subscribed-event...
2010-07-08  mikeThe mailto notifier could get into an infinite loop...
2010-07-08  mikeDate/time information was not shown in banner pages.
2010-06-30  mikeNormalize connection error messages for all network...
2010-06-30  mikeUse SecPolicyCreateSSL API when possible.
2010-06-30  mikeFix call to CFArrayCreateMutable.
2010-06-25  mikeRelational operators were broken in #if/#elif/#else...
2010-06-25  mikeFix launchd idle exit and keep alive logic to be the...
2010-06-25  mikeGet Kerberos credentials via domain socket on Mac OS X.
2010-06-23  mikeIncrease wait time for a completed job.
2010-06-23  mike_pwgGenerateSize needs to be in pwg-media.c.
2010-06-22  mikeMoving a job via the web interface failed without askin...
2010-06-22  mikeThe scheduler now clears the printer-state-reasons...
2010-06-22  mikeDon't install drv HTML man page.
2010-06-22  mikeRemove drv man page (STR #3542)
2010-06-22  mikeThe web interface did not allow a user to change the...
2010-06-22  mikeThe scheduler was not setting the PATH_INFO environment...
2010-06-22  mikeThe scheduler incorrectly set the CUPSD_AUTH_TYPE envir...
2010-06-22  mikeFix a buffer overrun in the PPD compiler (STR #3594)
2010-06-21  mikeUpdate IPP attribute support so that we resolve the...
2010-06-21  mikeFix path in output.
2010-06-17  mikeFix the fix to make GNU TLS + threading a warning.
2010-06-17  mikeMake the GNU TLS message a warning and then fall back...
2010-06-16  mikeFix some errors in the SSL tests.
2010-06-16  mikeAdd standard and device color spaces to CUPS raster...
2010-06-16  mikeMore fixes for Windows
2010-06-16  mikeMerge some more fixes to get things compiling on Windows.
2010-06-16  mikeThe cups-config utility did not return the correct...
2010-06-16  mikeAnother regression from STR #3498.
2010-06-16  mikeFix regression in STR #3498 (STR #3593)
2010-06-16  mikeSecurity: CUPS could overwrite files as root in directo...
2010-06-16  mikeSecurity: The web admin interface could disclose the...
2010-06-16  mikeSecurity: The texttops filter did not check the results...
2010-06-16  mikeSecurity: The fix for CVE-2009-3553 was incomplete...
2010-06-16  mikeSTR #3461: Don't allow GNU TLS to be used when threadin...
2010-05-21  mikeGive a reason for page_log failures.
2010-05-21  mikeFix link to Apple preset documentation.
2010-05-18  mikeClean up error messages and make some errors DEBUG...
2010-05-18  mikeUpdate version info for APIs/members.
2010-05-13  mikevalidate_job is void, so don't try to return NULL.
2010-05-12  mikeMake Validate-Job use the same policy as Print-Job...
2010-05-12  mikeUse psglyphs instead of the old charmap file that no...
2010-05-10  mikeUse iconv() for all character set support (STR #3097)
2010-05-05  mikeRoll back original STR #3541 change.
2010-05-05  mikeAnother fix for STR #3541.
2010-05-05  mikeFix usage of strdup/free for IPP attribute values ...
2010-05-04  mikeFix character matching - was doing a signed comparison...
2010-05-03  mikeUse numeric addresses for interfaces unless HostNameLoo...
2010-04-29  mikeFix bug when printing from a file.
2010-04-28  mikeFix "media" option support.
2010-04-23  mikePrevent crash for bad ppd.
2010-04-23  mikeAdd sides to outgoing request as needed.
2010-04-23  mikePull sources via HTTP using the bz2 compressed version.
next