Opened 4 years ago
Closed 4 years ago
#15353 closed enhancement (fixed)
scons-4.2.0
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 11.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 4 years ago
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commit 79fe32decef10ac8de3a228f4ef17bf1664f0005
Package updates. Update to pipewire-0.3.33. Update to glib-networking-2.68.2. Update to SCons-4.2.0.
Note:
See TracTickets
for help on using tickets.
NEW FUNCTIONALITY
DEPRECATED FUNCTIONALITY
CHANGED/ENHANCED EXISTING FUNCTIONALITY
--hash-format
to override the default hash format that SCons uses. It can also be set viaSetOption('hash_format')
. Supported values are:md5
,sha1
, andsha256
. For all hash formats other than the default ofmd5
, the SConsign database will include the name of the hash format. For example,--hash-format=sha256
will create a SConsign with name.sconsign_sha256.dblite.
.FIXES
--md5-chunksize
is now deprecated. Use--hash-chunksize
instead.IMPLICIT_COMMAND_DEPENDENCIES
was not properly disabled when set to any string value (For example ['none','false','no','off']) Also previously 'All' wouldn't have the desired affect.