- Fixed A4 support in the `ippevepcl` program (Issue #1544)
- Fixed issues with the environment variable support of CGI programs
(Issue #1547)
+- Fixed potential crash bug in `cupsCheckDestSupported` function.
- Removed hash support for SHA2-512-224 and SHA2-512-256.
- Removed `mantohtml` script for generating html pages (use
`https://www.msweet.org/mantohtml/`)
* Compare values...
*/
- if (!strcmp(option, "media") && !strncmp(value, "custom_", 7))
+ if (!strcmp(option, "media") && (ippGetValueTag(attr) == IPP_TAG_KEYWORD || ippGetValueTag(attr) == IPP_TAG_NAME || ippGetValueTag(attr) == IPP_TAG_NAMELANG) && !strncmp(value, "custom_", 7))
{
/*
* Check range of custom media sizes...