]> git.ipfire.org Git - thirdparty/cups.git/shortlog
thirdparty/cups.git
2008-10-17  mikeAdd start of PostScript printer driver docos.
2008-10-17  mikeLoad both UIConstraints and cupsUIConstraints from...
2008-10-17  mikeAdd "Introduction to the PPD Compiler" document.
2008-10-16  mikeFix banner PostScript output and font embeddeding.
2008-10-15  mikeDon't set app preference for AppleLanguages.
2008-10-15  mikeUpdate ppdFindAttr and ppdFindNextAttr to return named...
2008-10-15  mike"offline*" is another "printer offline" state...
2008-10-15  mikeRename testprint.ps to testprint to avoid mis-typing...
2008-10-13  mikeRemove dead store.
2008-10-11  mikeFix cupsaccept/cupsreject man pages.
2008-10-10  mikeUpdate API documentation.
2008-10-10  mikePrep for CUPS 1.4b1 release.
2008-10-10  mikeThe PPD compiler now allows local message catalogs...
2008-10-10  mikeThe ppdmerge command did not merge custom option string...
2008-10-10  mikeRemove all of the current message catalogs - after...
2008-10-10  mikeAdd charset lines to top.
2008-10-10  mikeMerge PPD compiler localization with CUPS (STR #2826)
2008-10-10  mikeLocalize all user messages.
2008-10-10  mikeAdd program to generate localization file that GNU...
2008-10-10  mikeThe scheduler now supports the Hold-New-Jobs and Releas...
2008-10-10  mikeThe lpstat command is now much faster when displaying...
2008-10-10  mikeFix cached load of filters.
2008-10-09  mikeSecurity-related integer overflow fixes (STR #2911...
2008-10-09  mikeChangelog.
2008-10-09  mikeImplement PPD caching.
2008-10-08  mikeRemove generated package files.
2008-10-08  mikeDon't ignore PS and HTML files here.
2008-10-08  mikeAlso remove unit test directories with "make distclean".
2008-10-08  mike"make distclean" did not remove the "clang" directory.
2008-10-08  mikeCUPS-Get-Driver now provides much better driver matchin...
2008-10-08  mikeFix OpenSSL compile problems.
2008-10-08  mikeDon't support the SSLOptions directive when there is...
2008-10-08  mikeFirst half of PPD/attributes caching (STR #1293)
2008-10-07  mikeAllow device-uri to point to DNS-SD CUPS URI and still...
2008-10-07  mikeMake sure images_width is initialized.
2008-10-07  mikeUse DNSServiceConstructFullName to construct fullName.
2008-10-06  mikeDon't collect supply levels via SNMP if cupsSNMPSupplie...
2008-10-06  mikeDoco changes.
2008-10-06  mikeDon't build USB backend with raw ARCHFLAGS.
2008-10-06  mikeUpdate overview page.
2008-10-06  mikeDon't allow hostname lookups to fail the HTTP tests...
2008-10-05  mikeOnly show activity image when job is active.
2008-10-05  mikeDon't need to set "cupscommand" variable anymore.
2008-10-05  mikeMore web UI cleanup.
2008-10-05  mikeDon't send device updates all at once. Instead, limit...
2008-10-05  mikeGet/set port-monitor instead of old cupsProtocol attribute.
2008-10-04  mikeMake auto-configure wait for auto-configure job to...
2008-10-04  mikeChange animation speed so that it works with more brows...
2008-10-04  mikeUpdate wait image and position of it and the text.
2008-10-03  mikeFix issues with the server settings web UI:
2008-10-03  mikeAdd animated "wait" image for restart.
2008-10-03  mikeTest page results were not formatted correctly.
2008-10-03  mikeDon't disable installation of fonts.
2008-10-03  mikeFix NULL printer name bug.
2008-10-03  mikeDon't set document format of test page now that it...
2008-10-03  mikeTweak stylesheet.
2008-10-02  mikeDon't ignore bytes written when we get a timeout -...
2008-10-02  mikeFix transcoding bug caused by removal of BOM in UTF32...
2008-10-02  mikeDeprecate "columns" attribute.
2008-10-02  mikeAdd image support to bannertops filter.
2008-10-01  mikePreliminary implementation of new bannertops filter...
2008-10-01  mikePrint the value of TMPDIR in the test notifier (used...
2008-10-01  mikeSave work on banners.
2008-10-01  mikeAdd application/vnd.cups-banner MIME type and filter.
2008-09-29  mikeAdd special handling for the "none" reason.
2008-09-29  mikeTransition to the Vera-based Monospace font for text...
2008-09-29  mikeRename accept sources to cupsaccept.
2008-09-28  mikeAdd start of CUPS banner file spec.
2008-09-28  mikeThe ippRead*() and ippWrite*() functions no longer...
2008-09-27  mikeFix test script.
2008-09-27  mikeAdd support for setting printer-state-reasons via CUPS...
2008-09-26  mikeThe IPP backend did not retry print jobs when the print...
2008-09-26  mikeAdd support for setting MaxClients from the admin page.
2008-09-26  mikeThe "Set Allowed Users" web interface did not handle...
2008-09-25  mikeFix GSSAPI builds.
2008-09-24  mikeFix typos.
2008-09-24  mikeAdd support for auto-configuration (STR #1440)
2008-09-23  mikeFix bug in classes.conf error handling.
2008-09-23  mikeFix typo.
2008-09-23  mikeThe PostScript filter did not work with Adobe applicati...
2008-09-23  mikeThe Mac OS X USB backend did not work with some printer...
2008-09-20  mikeAdd advanced server settings form/support.
2008-09-20  mikeAvoid writing Browse*Protocols twice.
2008-09-20  mikeFix parsing error in scheduler.
2008-09-20  mikeThe web interface's "modify printer" pages now make...
2008-09-19  mikeMinor improvements to the printcap support.
2008-09-19  mikeSave and restore printer-state-reasons.
2008-09-19  mikeDon't stop reading printer config files on syntax errors.
2008-09-19  mikeInitialize KerberosContext prior to first use.
2008-09-19  mikeAdd plist PrintcapFormat support.
2008-09-18  mikeThe scheduler now supports multiple addresses in Allow...
2008-09-18  mikeAdded CUPS_JOBTYPE environment variable for job filters...
2008-09-17  mikeMissed removing drv.man on a "make distclean".
2008-09-17  mikeFix some bugs in the PAM configure stuff..
2008-09-17  mikeRedo previous change, since pam_opendirectory.so is...
2008-09-17  mikeUse opendirectory PAM plug-in on Mac OS X.
2008-09-17  mikeChangelog
2008-09-17  mikeFix search template width.
2008-09-17  mikeFix POSIX attribute calls.
2008-09-17  mikeFix clang-reported errors.
next