mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 23:21:22 +03:00
commit
738ab7502a
1
.mailmap
1
.mailmap
@ -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>
|
||||
|
21
NEWS
21
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user