diff --git a/.mailmap b/.mailmap index fab8e18621..5c825d43a8 100644 --- a/.mailmap +++ b/.mailmap @@ -150,3 +150,4 @@ Vladislav Vishnyakov Robert Kolchmeyer George Gaydarov Bill Yodlowsky +Mao Huang diff --git a/NEWS b/NEWS index f7b716319b..9ea239cc6c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ systemd System and Service Manager -CHANGES WITH 238 in spe: +CHANGES WITH 238: * The MemoryAccounting= unit property now defaults to on. After discussions with the upstream control group maintainers we learnt @@ -137,6 +137,25 @@ CHANGES WITH 238 in spe: * INCOMPATIBILITY: as announced in the NEWS for 237, systemd-tmpfiles will not exclude read-only files owned by root from cleanup. + Contributions from: Alan Jenkins, Alexander F Rødseth, Alexis Jeandet, + Andika Triwidada, Andrei Gherzan, Ansgar Burchardt, antizealot1337, + Batuhan Osman Taşkaya, Beniamino Galvani, Bill Yodlowsky, Caio Marcelo + de Oliveira Filho, CuBiC, Daniele Medri, Daniel Mouritzen, Daniel + Rusek, Davide Cavalca, Dimitri John Ledkov, Douglas Christman, Evgeny + Vereshchagin, Faalagorn, Filipe Brandenburger, Franck Bui, futpib, + Giacomo Longo, Gunnar Hjalmarsson, Hans de Goede, Hermann Gausterer, + Iago López Galeiras, Jakub Filak, Jan Synacek, Jason A. Donenfeld, + Javier Martinez Canillas, Jérémy Rosen, Lennart Poettering, Lucas + Werkmeister, Mao Huang, Marco Gulino, Michael Biebl, Michael Vogt, + MilhouseVH, Neal Gompa (ニール・ゴンパ), Oleander Reis, Olof Mogren, + Patrick Uiterwijk, Peter Hutterer, Peter Portante, Piotr Drąg, Robert + Antoni Buj Gelonch, Sergey Ptashnick, Shawn Landden, Shuang Liu, Simon + Fowler, SjonHortensius, snorreflorre, Susant Sahani, Sylvain + Plantefève, Thomas Blume, Thomas Haller, Vito Caputo, Yu Watanabe, + Zbigniew Jędrzejewski-Szmek, Марко М. Костић (Marko M. Kostić) + + — Warsaw, 2018-03-05 + CHANGES WITH 237: * Some keyboards come with a zoom see-saw or rocker which until now got diff --git a/meson.build b/meson.build index ae989e12e5..30b7f1bafa 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with systemd; If not, see . project('systemd', 'c', - version : '237', + version : '238', license : 'LGPLv2+', default_options: [ 'c_std=gnu99', @@ -27,8 +27,8 @@ project('systemd', 'c', meson_version : '>= 0.41', ) -libsystemd_version = '0.21.0' -libudev_version = '1.6.9' +libsystemd_version = '0.22.0' +libudev_version = '1.6.10' # We need the same data in three different formats, ugh! # Also, for hysterical reasons, we use different variable