diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-05 23:16:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 23:16:37 +0100 |
commit | 738ab7502afb7663d9aacdd73e79025aa7cd0a9b (patch) | |
tree | 627d6c5463c0e6ac9f4f6243a9c9274acdae197d | |
parent | Merge pull request #8358 from fbuihuu/tmpfiles-dont-resolve-pathnames-when-tr... (diff) | |
parent | NEWS: bump version and add contributors (diff) | |
download | systemd-238.tar.xz systemd-238.zip |
Merge pull request #8362 from keszybz/release-238v238
Release 238
-rw-r--r-- | .mailmap | 1 | ||||
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | meson.build | 6 |
3 files changed, 24 insertions, 4 deletions
@@ -150,3 +150,4 @@ Vladislav Vishnyakov <split7fire@yandex.ru> Robert Kolchmeyer <rkolchmeyer@google.com> <rkolchmeyer@users.noreply.github.com> George Gaydarov <git@gg7.io> <gg7@users.noreply.github.com> Bill Yodlowsky <bill@redhat.com> <itsbill@users.noreply.github.com> +Mao Huang <littlecvr@gmail.com> @@ -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 <http://www.gnu.org/licenses/>. 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 |