]> git.ipfire.org Git - thirdparty/cups.git/history - config-scripts
Use job-authorization-uri from Validate-Job request, if present.
[thirdparty/cups.git] / config-scripts /
2013-01-31  mikeAdd another workaround for LSB on 64-bit Intel.
2013-01-31  mikeAdd hook for building LSB binaries.
2013-01-30  mikeChanges to support building against the LSB - check...
2013-01-08  mikeDon't need ugly header hacks on OS X anymore...
2012-12-17  mikeClean up Kerberos support to only need GSSAPI.
2012-12-07  mikeFix AC_MSG call.
2012-12-07  mikeFix some clang errors.
2012-11-26  mikeMove file, directory, user, and group configuration...
2012-10-01  mikeDrop support for IRIX (STR #4092)
2012-10-01  mikeFix builds on OpenBSD (STR #4195)
2012-10-01  mikeCheck whether we are building on 32-bit Debian (STR...
2012-08-10  mikeStart CUPS 1.7.x development.
2012-07-27  mikeBump for 1.6.1.
2012-07-16  mikePrep for 1.6.0 release.
2012-06-15  mikeDrop unused configure test.
2012-05-25  mikePrep for CUPS 1.6b1 release.
2012-05-22  mikeUpdate the CUPS developer guide to document what is...
2012-05-18  mikeReally fix configure script errors with OpenSSL (STR...
2012-05-18  mikePossible fix for STR #4084...
2012-05-16  mikeCleanup builds without DNS-SD (STR #4087)
2012-04-23  mikeUpdate copyrights on all documentation.
2012-04-23  mikeMake sure we use DNS-SD sharing with Avahi by default.
2012-04-13  mikeFix compile issues, actually define HAVE_ABS.
2012-04-13  mikeDo a best-match of media sizes, add unit tests to verif...
2012-03-22  mikeFix more Linux/OpenSSL compile issues.
2012-03-21  mikeFixed compile problem with old versions of OpenSSL...
2012-03-05  mikeAdd --with-cupsd-perm configure option for cupsd permis...
2012-03-01  mikeInstall large ipptool test files compressed.
2012-02-29  mikeLook for <xpc/private.h>.
2012-02-27  mikeFix typo in configure script.
2012-02-16  mikeStart integrating Avahi support (STR #3066)
2012-02-15  mikeDrop support for 10.5 and earlier ColorSync APIs.
2012-02-14  mikeEnable libusb by default.
2012-02-12  mikeThe USB backend now uses and requires LIBUSB 1.0 or...
2012-01-20  mikeAdd Mini-XML check for xmltotest program so that we...
2012-01-20  mikeDrop support for building separate 32-bit and 64-bit...
2011-12-02  mikeRemove extra semicolon.
2011-11-30  mikeThe scheduler now supports a DefaultAuthType of "auto...
2011-11-04  mikeDrop support for CUPS, LDAP, and SLP browsing (STR...
2011-10-19  mikeDon't forget to tell users to make the PrivateHeaders...
2011-10-19  mikeFix GSS header check.
2011-10-12  mikeFix build problems on Mac OS X 10.7.
2011-09-09  mikeFix a bunch of warnings on Linux.
2011-09-07  mikeMerge changes from "write-timeout" branch.
2011-08-27  mikeDropped the PHP module (STR #3932)
2011-08-27  mikeDrop the bannertops, commandtoescpx, commandtopclx...
2011-08-27  mikeDrop serial and parallel backends (STR #3935)
2011-08-18  mikeBump version to 1.6svn.
2011-08-06  mikeBump version to 1.5.1.
2011-06-19  mikeBump version to CUPS 1.5.0 (so I don't forget later...
2011-06-16  mikeMore cleanup - SSLSetProtocolVersionMax isn't always...
2011-06-10  mikeFix Febdora compile problems (STR #3849)
2011-06-05  mikeBump version to 1.5rc1.
2011-05-26  mikeUpdate templates (STR #3845)
2011-05-26  mikeFix compile issues with GCC on Linux (STR #3846)
2011-05-20  mikeUse strcasecmp and strncasecmp emulation functions...
2011-05-18  mikeThe scheduler now sets the process group for child...
2011-05-12  mikeUpdate documentation and dependencies for 1.5b1.
2011-05-12  mikeUpdate all source headers to use "CUPS" instead of...
2011-05-12  mikeFix compiler warnings and clean up the Xcode project...
2011-05-11  mikeUse SecureTransportPriv.h header as needed.
2011-05-06  mikeRestored support for GNU TLS and OpenSSL with threading...
2011-05-06  mikeRoute MIME errors to the error_log file (STR #2410)
2011-05-06  mikeUpdated PDF filter to support new Ghostscript ps2write...
2011-05-06  mikeUpdate PDF filter to support new Poppler option to...
2011-05-04  mikeAdd XPC support for IPP backend, allowing it to get...
2011-05-01  mikeUse GSS framework, when available, and support acquisit...
2011-04-22  mikeClang doesn't support "-pie", so just pass as "-Wl...
2011-03-21  mikeMerge some changes from bug fix branch.
2011-03-18  mikeDon't use sandboxing until Snow Leopard.
2011-03-18  mikeSome more fixes to get CUPS compiling on Leopard again.
2011-03-16  mikeFix some build errors on Leopard.
2011-01-14  mikeFix dbus check in configure script (STR #3774)
2011-01-12  mikeFix some compilation fixes (STR #3771)
2011-01-11  mikeRevert previous change for STR #3691.
2011-01-11  mikeFail if SSL is requested and unavailable (STR #3659)
2011-01-10  mikeDon't depend on having a SecItem.h header.
2011-01-07  mikeAttempt to fix PIE support on Linux (STR #3691)
2011-01-07  mikeFixed the configure script to always look for the pkg...
2010-12-03  mikeOne more try...
2010-12-03  mikeFix bundle directory path (need to drill down deeper...)
2010-12-01  mikeMake sure the default web interface state is reflected...
2010-12-01  mikeThe web interface can now be disabled using the WebInte...
2010-11-30  mikeUse new ColorSync APIs when present.
2010-11-21  mikeMore bundle localization changes:
2010-11-20  mikeSave work on localization changes - prep for new bundle...
2010-08-10  mikeUnfortunately, the ctype macros follow the current...
2010-08-10  mikeSync up IPP and HTTP conformance changes, IPP->PPD...
2010-06-30  mikeUse SecPolicyCreateSSL API when possible.
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  mikeThe cups-config utility did not return the correct...
2010-06-16  mikeSTR #3461: Don't allow GNU TLS to be used when threadin...
2010-05-10  mikeUse iconv() for all character set support (STR #3097)
2010-04-23  mikeAdd Windows SSL support.
2010-04-12  mikeMake the GNU TLS and OpenSSL interfaces thread-safe...
2010-04-11  mikeAdd support for multi-threaded apps on Windows.
2010-03-24  mikeFix --with-privateinclude.
2010-03-24  mikeChange all private headers to foo-private.h, and option...
next