]> git.ipfire.org Git - thirdparty/cups.git/history - config-scripts
Fix "make check" failure - can't fail on setgroup/setgroups when not root.
[thirdparty/cups.git] / config-scripts /
2009-12-18  mikeUse arc4random, when available.
2009-12-15  mikeDon't allow --with-cups-user or --with-cups-group set...
2009-12-15  mikeThe DBUS notifier did not build (STR #3447)
2009-10-07  mikeThe configure script did not use the --with-xinetd...
2009-10-07  mikeThe configure script incorrectly required glib for...
2009-09-22  mikeThe installed PAM configuration file did not use the...
2009-08-28  mikeThe configure check for dns-sd.h was broken (STR #3297)
2009-08-28  mikeBump version to 1.5svn on trunk.
2009-08-07  mikeThe --with-pdftops configure option did not accept...
2009-06-12  mikeUpdate changelog and bump version to 1.4.0.
2009-06-10  mikeRemove old mkstemp, mkstemps checks.
2009-05-26  mikeStatic libraries could not be installed by a non-root...
2009-05-22  mikeBump version to 1.4rc1, which should be the next releas...
2009-05-18  mikeMultiple Kerberos fixes to get the new "copy credential...
2009-05-17  mikeUse AC_TRY_LINK for -fstack-protector check (STR #3198)
2009-05-11  mikeAdd support for Mac OS X transactions, which allow...
2009-05-04  mikeUse pkg-config for GNU TLS (STR #3178)
2009-04-19  mikeRework Kerberos support to not use delegated credential...
2009-04-19  mikeUse SVN Id keyword in these files.
2009-04-12  mikeRevamp install-sh to do what it is supposed to do.
2009-03-25  mikeMove class_name method to a compile-time debugging...
2009-03-12  mikeDisplay "copying print data" status message when copyin...
2009-02-18  mikeRename CUPS_DEFAULT_PRINTADMIN_AUTH to CUPS_DEFAULT_PRI...
2009-02-10  mikeCleanup configure help, making everything as consistent...
2009-02-05  mikeChange --enable-pdftops to --with-pdftops to allow...
2009-02-03  mikeMatch up configure version with CHANGES.txt.
2009-01-30  mikeand another one...
2009-01-30  mikeAdd a new --enable-debug-guards configure option to...
2009-01-30  mikeRestore previous default config file permissions for...
2009-01-23  mikeThe configure script incorrectly allowed Avahi to be...
2009-01-19  mikeFix PAM module detection on Mac OS X.
2009-01-12  mikeMac OS X uses/supports compressed man pages, so use...
2008-11-19  mikeFix pap auto check.
2008-11-17  mikeFix Expect: response handling - force a reconnect to...
2008-11-11  mikeAdd configure options to omit texttops and bannertops...
2008-10-31  mikeThe IPP, LPD, and socket backends used different "conne...
2008-10-23  mikeAdd --build option for cups-config to show system-speci...
2008-10-23  mikeFix handling of --without-rcdir and --without-xinetd...
2008-10-10  mikePrep for CUPS 1.4b1 release.
2008-10-03  mikeDon't disable installation of fonts.
2008-09-19  mikeAdd plist PrintcapFormat support.
2008-09-17  mikeFix some bugs in the PAM configure stuff..
2008-09-17  mikeRedo previous change, since pam_opendirectory.so is...
2008-09-08  mikeAdd support for FatalErrors directive (STR #2536)
2008-09-07  mikeUse php-cgi if available (STR #2923)
2008-09-06  mikeCUPS now reinitializes the DNS resolver on failures...
2008-09-03  mikeAdd DBUS notifier (STR #2529)
2008-08-29  mikeRename mdns backend to "dnssd".
2008-08-27  mikeMake unit tests a configurable build option.
2008-08-14  mikeMake the default config file permissions 0640 on Mac...
2008-08-13  mikeFix --with-access-log-level configure option.
2008-08-04  mikeUse xdg-open when available (STR #2724)
2008-08-04  mikeAdd --enable/disable-acl configure option so ACL suppor...
2008-08-04  mikeThe scheduler now sets the PAM_TTY parameter and the...
2008-07-30  mikeAdd "-Werror-implicit-function-declaration" to develope...
2008-07-25  mikeAdded support for Mozilla LDAP, reconnection to LDAP...
2008-07-25  mikeAdded Solaris SMF support (STR #1477)
2008-07-25  mikeAdd TCP wrapper support (STR #263)
2008-07-15  mikeAdd new AccessLogLevel directive to limit access_log...
2008-07-14  mikeChange the default LogLevel to "warn", and add a config...
2008-07-14  mikeFix default auth key stuff on Mac OS X, and add --with...
2008-06-26  mikeFirst working USB backend based on libusb 0.1 - no...
2008-06-24  mikeSave work on new libusb-based USB backend.
2008-06-16  mikeAdd Indonesian translation.
2008-06-16  mikeFixed a compile problem with glibc 2.8 (STR #2860)
2008-06-09  mikeSolaris C++ compiler incorrectly passes -Wl arguments...
2008-05-16  mikeMake the dns_sd library test depend on TXTRecordGetValu...
2008-05-16  mikeFix default auth keys depending on Mac OS X release.
2008-05-01  mikeMerge current DNS-SD work from dnssd2 branch - proper...
2008-04-29  mikeEliminate "shadowed" warnings from PHP headers.
2008-04-16  mikeAdd cupsGetDevices API (still issues with streaming).
2008-04-14  mikeAdd support for Ghostscript PDF to PostScript conversion.
2008-04-14  mikeThe default MaxCopies on Mac OS X should be 9999.
2008-04-09  mikeAdd --enable-pap configure option.
2008-04-01  mikeAlways use our own install-sh script which understands...
2008-03-26  mikeUse INSTALL_STRIP to take care of stripping installed...
2008-03-26  mikeFix --with-ldarchflags...
2008-03-21  mikeBuild all support libraries as shared libraries.
2008-03-04  mikeWeak-link to ApplicationServices since that framework...
2008-02-29  mikeAdd --with-ldarchflags configure option.
2008-02-28  mikeSet default LPDConfigFile and SMBConfigFile.
2008-02-28  mikeAdd -Wl,-pie option when building with --enable-pie.
2008-02-27  mikeManage ICC profiles for printers.
2008-02-18  mikeUse pkg-config for DBUS function check - otherwise...
2008-02-15  mikeFix RPM build issues and various makefile buglets.
2008-02-14  mikeAdd missing data files for PPD compiler.
2008-02-13  mikeStart adding PPD compiler to CUPS trunk (not finished!)
2008-02-11  mikeAllow D-BUS to be used on other platforms (STR #2702)
2008-01-23  mikeOnly warn about shadowed variables when building from...
2008-01-22  mikeRemove all references to C++ compiler - it is no longer...
2008-01-09  mikeDump Xpdf pdftops code, replacing it with a wrapper...
2008-01-07  mikeRemove the last vestiges of the "new" (for 10.3) locale...
2008-01-05  mikeTrack the last used printer preference on Mac OS X.
2007-12-19  mikeSet PAM_RHOST on systems that support it (STR #2637)
2007-12-19  mikeMerge Mac OS X seatbelt support onto trunk.
2007-12-17  mikeSince we now always use -pie when it is available,...
2007-12-17  mikeUse -fstack-protector and -pie whenever possible.
2007-12-17  mikeDon't set FD_SETSIZE anymore, and drop CUPS_MAX_FDS...
2007-12-01  mikeFix Kerberos builds on OpenSolaris.
2007-09-18  mikeAdd HP-UX 32/64-bit library support (STR #2520)
next