Created at 01:03 Aug 01, 2008 by mike, last modified at 01:03 Aug 01, 2008
A new development snapshot of CUPS 1.4svn (r7820) is now available on the download page:
http://www.cups.org/software.php
This snapshot contains pre-release software and should not be used on production systems.
Commit Log:
------------------------------------------------------------------------
r7819 | mike | 2008-07-31 17:27:24 -0700 (Thu, 31 Jul 2008) | 22 lines
Custom options with multiple parameters were not emitted correctly.
cups/emit.c:
- ppdEmitString(): Sort custom parameters in the order specified in
the PPD file.
- ppd_compare_cparams(): Added.
cups/mark.c:
- ppdMarkOption(): Pass full choice string to cupsParseOptions for
"{param=value ... param=value}" choices.
cups/options.c:
- cupsParseOptions(): Handle "{param=value ... param=value}" strings
properly.
cups/test.ppd:
- Add second parameter to custom StringOption with reversed order.
cups/testppd.c:
- Add custom StringOption to custom option test.
------------------------------------------------------------------------
r7818 | mike | 2008-07-31 10:16:48 -0700 (Thu, 31 Jul 2008) | 2 lines
Add datarootdir to SMF file to silence autoconf warning.
------------------------------------------------------------------------
r7817 | mike | 2008-07-30 16:40:24 -0700 (Wed, 30 Jul 2008) | 2 lines
More clang fixes.
------------------------------------------------------------------------
r7816 | mike | 2008-07-30 13:53:31 -0700 (Wed, 30 Jul 2008) | 2 lines
Don't need to increment pointer (dead store).
------------------------------------------------------------------------
r7815 | mike | 2008-07-30 13:52:07 -0700 (Wed, 30 Jul 2008) | 2 lines
Don't leak the memory used by the network name.
------------------------------------------------------------------------
r7814 | mike | 2008-07-30 11:53:57 -0700 (Wed, 30 Jul 2008) | 2 lines
Add "-Werror-implicit-function-declaration" to developer mode compiler
flags.
------------------------------------------------------------------------
r7813 | mike | 2008-07-30 11:17:20 -0700 (Wed, 30 Jul 2008) | 3 lines
Use AvailabilityMacros.h on Mac OS X so that both the minimum and maximum
OS
versions are accounted for.
------------------------------------------------------------------------
r7812 | mike | 2008-07-30 09:26:10 -0700 (Wed, 30 Jul 2008) | 6 lines
Remove deprecated hue and saturation options from the printing options
help.
Mark brightness, gamma, hue, and saturation options as deprecated in the
CUPS IPP spec.
------------------------------------------------------------------------
r7811 | mike | 2008-07-28 21:55:49 -0700 (Mon, 28 Jul 2008) | 2 lines
Fix cups-deviced - was chopping up the wrong string.
------------------------------------------------------------------------
r7810 | mike | 2008-07-28 18:11:15 -0700 (Mon, 28 Jul 2008) | 9 lines
Add device-location attribute.
Add cupsBackendReport() API.
Update cupsGetDevices() to pass device-location.
Update cups-deviced to support quoted strings and device-location.
------------------------------------------------------------------------
r7808 | mike | 2008-07-28 15:03:45 -0700 (Mon, 28 Jul 2008) | 2 lines
Changelog.
------------------------------------------------------------------------
r7807 | mike | 2008-07-28 14:54:24 -0700 (Mon, 28 Jul 2008) | 12 lines
Don't add "custom" choice more than once.
Refine cupstestppd:
- Only fail duplex checks for Duplex keyword.
- Change the warning message for non-Duplex duplex keywords.
- Add checks for option duplicates - mainly for "Foo" and "foo"
(not allowed!), but it looks like we have PPDs with real duplicate
choices.
- Disable translation checks for numbers - in most cases we don't need
to localize them.
------------------------------------------------------------------------
r7805 | mike | 2008-07-28 14:14:34 -0700 (Mon, 28 Jul 2008) | 2 lines
One more spot to not copy testnotifier.
------------------------------------------------------------------------
r7803 | mike | 2008-07-28 13:51:49 -0700 (Mon, 28 Jul 2008) | 2 lines
Don't install "testnotifier".
------------------------------------------------------------------------
r7802 | mike | 2008-07-28 11:50:45 -0700 (Mon, 28 Jul 2008) | 4 lines
Update all usage of _cupsSetError to result in a localized message.
Use string pool for message.
------------------------------------------------------------------------
r7801 | mike | 2008-07-25 16:50:14 -0700 (Fri, 25 Jul 2008) | 2 lines
Add support for custom options in the web interface (STR #1729)
------------------------------------------------------------------------
r7800 | mike | 2008-07-25 14:01:34 -0700 (Fri, 25 Jul 2008) | 4 lines
Added support for Mozilla LDAP, reconnection to LDAP servers, and improved
LDAP
performance (STR #1962)
------------------------------------------------------------------------
r7799 | mike | 2008-07-25 13:06:08 -0700 (Fri, 25 Jul 2008) | 2 lines
Added Solaris SMF support (STR #1477)
------------------------------------------------------------------------
r7798 | mike | 2008-07-25 12:47:20 -0700 (Fri, 25 Jul 2008) | 2 lines
Add TCP wrapper support (STR #263)
------------------------------------------------------------------------
r7797 | mike | 2008-07-25 10:12:35 -0700 (Fri, 25 Jul 2008) | 2 lines
Update Kerberos help.
------------------------------------------------------------------------
Download · Home Page · Listing