]> git.ipfire.org Git - thirdparty/cups.git/history - CHANGES.txt
Merge changes from 1.1.x into 1.2 devel.
[thirdparty/cups.git] / CHANGES.txt
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-05-13  mikeMerge changes from 1.1 tree.
2001-03-30  mikeGUI madness.
2001-03-30  mikeChangelog update.
2001-03-30  mikeDocumentation update.
2001-03-29  mikeThe ESC/P decoder didn't report FF's in the print file.
2001-03-27  mikeFix a memory alignment bug in pstoraster that would...
2001-03-23  mikeAdded META variable to prevent caching of the CGI pages...
2001-03-23  mikeDon't list "file" device.
2001-03-21  mikeSupport printer instances in LPDEST and PRINTER.
2001-03-19  mikeAdd "--with-docdir=/dir" option to configure script...
2001-03-16  mike - Added support for the following printers:
2001-03-14  mikeAdd Classification directive and page-label attribute...
2001-03-10  mikeAdd support for HTTPS environment variable in CGIs...
2001-03-09  mikeFix for pstops filter.
2001-03-09  mikeSend requesting-user-name attribute for set-job-attribu...
2001-03-08  mikeSanitize job title in LPD backend.
2001-03-08  mikeFix % complete reporting in lpd backend so it doesn...
2001-03-07  mikeFix for netatalk example in SAMs.
2001-03-06  mikeDrop infodir stuff (not needed)
2001-03-06  mikeAdd order=xxx,yyy option to LPD backend.
2001-03-06  mikeBug fix for httpGetSubField() - the whitespace skipping...
2001-03-06  mikeUse /dev/urandom to avoid blocking.
2001-03-05  mikelpoptions -l saved the options after listing them.
2001-03-05  mikeFix MIME type rule for Sun Raster files.
2001-03-02  mikeFinal fixes to pass all tests in the STP.
2001-03-02  mikeFixed a bug in UpdateJob() - the check for EINTR was...
2001-03-02  mikeBetter JCL support.
2001-03-01  mikeDon't block on reconnects...
2001-03-01  mike"Final" test plan and testing scripts.
2001-02-28  mikeAdd support for Linux 2.4.x devfs filenames...
2001-02-28  mikeWhen looking up "localhost", try "127.0.0.1" if localho...
2001-02-25  mikeAdd call to httpFlush() after sending an IPP request...
2001-02-22  mikeCopyright updates.
2001-02-21  mikeDocumentation updates...
2001-02-21  mikeUpdated to v1.1.7/4.1.7
2001-02-20  mikeHandle more manpage nonsense for System V...
2001-02-19  mikeLoadAllJobs() was looking for job-sheets-completed...
2001-02-15  mikeMore SuSE fixes.
2001-02-14  mikeRedHat patches to GNU Ghostscript...
2001-02-14  mikeHandle version-not-suppported errors.
2001-02-13  mikeMore BSD compatibility stuff...
2001-02-13  mikeUpdate cups-lpd man page for "-o" option.
2001-02-13  mikeUse Level 2/3 setpagedevice command to set number of...
2001-02-13  mikeChangelog...
2001-02-09  mikeFixes for implicit classes and classes when printers...
2001-02-09  mikeMore SuSE fixes.
2001-02-08  mikeConfigure script changes - remove extra libraries from...
2001-02-07  mikeNew SuSE version of lppasswd.
2001-02-07  mikeChangelog...
2001-02-06  mikeNew cupsTempFd() function to work around glibc fopen...
2001-02-02  mikemime.types fixes.
2001-02-02  mikeNetBSD changes, including support for BSD style init...
2001-01-26  mikeUse CUPS_STRFTIME_FORMAT instead of NULL.
2001-01-24  mikeFix version number for segment filenames.
2001-01-24  mikeAdd -E support to GUI commands.
2001-01-24  mikeFixed bug in HTTP upgrade code - wasn't consuming the...
2001-01-23  mike"-E" option for all commands (use encryption.)
2001-01-23  mikeMan page updates.
2001-01-23  mikeMaxJobs is an integer, not a boolean...
2001-01-19  mikeChanges for PostInstall script (remove old client/serve...
2001-01-18  mikeRemove trailing whitespace from client.conf...
2001-01-12  mikeSGIs support a maximum of 38400 baud on the older ports.
2001-01-12  mikeUse NULL for the date/time format instead of "%c" to...
2001-01-12  mikeMap job-printer-uri to job-printer-name
2001-01-11  mikeprinters.conf and classes.conf security update
2001-01-09  mikeRemove -g3 from GCC options.
2001-01-08  mikeStylus 680/777 drivers.
2001-01-03  mikeCUPS source distribution fixes.
2001-01-03  mikeStart of portability fixes.
2000-12-20  mikeUpdate announcement.
2000-12-20  mikeAdded ENCRYPTION readme file.
2000-12-15  mikeChangelog update.
2000-12-14  mikeFixes for segfaults in printer manager.
2000-12-12  mikeAdded kernel patch stuff for DII COE.
2000-12-06  mikeUse GetTempPath() under Windows...
2000-12-06  mikelpmove wasn't sending the requesting user name.
2000-11-29  mikeChanged default configuration of CUPS to not enable...
2000-11-21  mikeAdded "lpstat printername" support.
2000-11-20  mikeChangelog update.
2000-11-20  mikeFixed bug in lpc program - was using the same attribute...
2000-11-18  mikeDropped K adjustment code - it all goes in the driver...
2000-11-17  mikeFirst half of quota stuff.
2000-11-12  mikeAdded install README.
2000-11-12  mikeAdded check against FD_SETSIZE for MaxFDs computation.
2000-11-11  mikeUpdated man page for lp.
2000-11-10  mikeDistribution updates.
2000-11-10  mikeExpanded click area in navbar.
2000-11-10  mikejob-originating-host-name attribute support.
2000-11-10  mikeAdded DTR/DSR flow control to GUI and web interfaces.
2000-11-10  mikeThe serial backend didn't support the flow control...
2000-11-10  mikeGUI code fixes to eliminate some Sun compiler warnings...
2000-11-07  mikeDidn't handle 0 PPD files right.
2000-11-06  mikeFix for "contains()" rule...
2000-11-06  mikeAdded rules for PCL and ESC/P jobs, and updated CUPS...
2000-11-06  mikesnprintf instead of sprintf whenever a string argument...
2000-11-03  mikeReverted snprintf's to using just sizeof(); a quick...
2000-11-02  mikesnprintf() calls with size - 1; trying to nail down...
2000-11-01  mikeUpdate to build patch release.
2000-10-20  mikeFixes to httpSeparate() for the username:password proce...
next