mirror of
https://github.com/systemd/systemd
synced 2026-03-18 19:14:46 +01:00
Compare commits
2 Commits
fd8a1deb0b
...
f056560da7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f056560da7 | ||
|
|
615dfad334 |
7
NEWS
7
NEWS
@ -1,5 +1,12 @@
|
|||||||
systemd System and Service Manager
|
systemd System and Service Manager
|
||||||
|
|
||||||
|
CHANGES WITH 260 in spe:
|
||||||
|
|
||||||
|
Feature Removals and Incompatible Changes:
|
||||||
|
|
||||||
|
* Meson options '-Dintegration-tests=' and '-Dcryptolib=' (deprecated
|
||||||
|
in v258) have been removed.
|
||||||
|
|
||||||
CHANGES WITH 259:
|
CHANGES WITH 259:
|
||||||
|
|
||||||
Announcements of Future Feature Removals and Incompatible Changes:
|
Announcements of Future Feature Removals and Incompatible Changes:
|
||||||
|
|||||||
@ -450,7 +450,6 @@ option('gnutls', type : 'feature', deprecated : { 'true' : 'enabled', 'false' :
|
|||||||
description : 'gnutls support')
|
description : 'gnutls support')
|
||||||
option('openssl', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
|
option('openssl', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
|
||||||
description : 'openssl support')
|
description : 'openssl support')
|
||||||
option('cryptolib', type : 'combo', choices : ['auto', 'openssl', 'gcrypt'], deprecated : true)
|
|
||||||
option('p11kit', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
|
option('p11kit', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
|
||||||
description : 'p11kit support')
|
description : 'p11kit support')
|
||||||
option('libfido2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
|
option('libfido2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
|
||||||
@ -528,8 +527,6 @@ option('install-tests', type : 'boolean', value : false,
|
|||||||
description : 'install test executables')
|
description : 'install test executables')
|
||||||
option('log-message-verification', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
|
option('log-message-verification', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
|
||||||
description : 'do fake printf() calls to verify format strings')
|
description : 'do fake printf() calls to verify format strings')
|
||||||
option('integration-tests', type : 'boolean', value : false, deprecated : true,
|
|
||||||
description : 'run the integration tests')
|
|
||||||
|
|
||||||
option('ok-color', type : 'combo',
|
option('ok-color', type : 'combo',
|
||||||
choices : ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan',
|
choices : ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan',
|
||||||
|
|||||||
@ -9,5 +9,5 @@ Environment=
|
|||||||
GIT_URL=https://salsa.debian.org/systemd-team/systemd.git
|
GIT_URL=https://salsa.debian.org/systemd-team/systemd.git
|
||||||
GIT_SUBDIR=debian
|
GIT_SUBDIR=debian
|
||||||
GIT_BRANCH=debian/master
|
GIT_BRANCH=debian/master
|
||||||
GIT_COMMIT=d9f2aa1704bc98d1aec6519a863a07eaf12b76ad
|
GIT_COMMIT=f05328feafba2156f31e17e0e2c144cfa7c66e72
|
||||||
PKG_SUBDIR=debian
|
PKG_SUBDIR=debian
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user