1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-11 04:58:19 +03:00

meson: bump version for 249-rc1 release

This commit is contained in:
Lennart Poettering 2021-06-15 21:54:11 +02:00
parent 558a9af70f
commit ca1e8584c6
2 changed files with 37 additions and 22 deletions

53
NEWS
View File

@ -125,6 +125,12 @@ CHANGES WITH 249 in spe:
gained a new parameter --uuid that prints the UUID for each generated gained a new parameter --uuid that prints the UUID for each generated
uevent. uevent.
* sd-device also gained new APIs sd_device_new_from_ifname() and
sd_device_new_from_ifindex() for allocating an sd-device object for
the specified network interface. The former accepts an interface name
(either a primary or an alternative name), the latter an interface
index.
* The native Journal protocol has been documented. Clients may talk * The native Journal protocol has been documented. Clients may talk
this as alternative to the classic BSD syslog protocol for locally this as alternative to the classic BSD syslog protocol for locally
delivering log records to the Journal. The protocol has been stable delivering log records to the Journal. The protocol has been stable
@ -466,33 +472,42 @@ CHANGES WITH 249 in spe:
* The WakeOnLan= setting in .link files now accepts a list of flags * The WakeOnLan= setting in .link files now accepts a list of flags
instead of a single one, to configure multiple wake-on-LAN policies. instead of a single one, to configure multiple wake-on-LAN policies.
* User-space defined tracepoints (USDT) have been added to udev at
strategic locations. This is useful for tracing udev behaviour and
performance with bpftrace and similar tools.
* systemd-journald-upload gained a new NetworkTimeoutSec= option for
setting a network timeout time.
Contributions from: Aakash Singh, adrian5, Alexander Sverdlin, Contributions from: Aakash Singh, adrian5, Alexander Sverdlin,
alexlzhu, Allen Webb, Alvin Šipraga, Alyssa Ross, Anita Zhang, asavah, alexlzhu, Allen Webb, Alvin Šipraga, Alyssa Ross, Anita Zhang, asavah,
Balint Reczey, Bertrand Jacquin, borna-blazevic, caoxia2008cxx, Balint Reczey, Bertrand Jacquin, borna-blazevic, caoxia2008cxx,
Carlo Teubner, Christian Göttsche, Christian Hesse, Dan Streetman, Carlo Teubner, Christian Göttsche, Christian Hesse, Daniel Schaefer,
David Santamaría Rogado, David Tardon, Deepak Rawat, Dan Streetman, David Santamaría Rogado, David Tardon, Deepak Rawat,
Dimitri John Ledkov, ei-ke, Emilio Herrera, Emil Renner Berthing, Dimitri John Ledkov, ei-ke, Emilio Herrera, Emil Renner Berthing,
Flos Lonicerae, Franck Bui, Francois Gervais, Frantisek Sumsal, Flos Lonicerae, Franck Bui, Francois Gervais, Frantisek Sumsal,
Gibeom Gwon, gitm0, Hans de Goede, Harsh Barsaiyan, Henri Chain, Gibeom Gwon, gitm0, Hans de Goede, Harsh Barsaiyan, Henri Chain,
Igor Zhbanov, imayoda, Jakub Warczarek, James Buren, Jan Janssen, Igor Zhbanov, imayoda, Jakub Warczarek, James Buren, Jan Janssen,
Jan Synacek, Jason Francis, Jérôme Carretero, jiangchuangang, Jan Synacek, Jason Francis, Jayanth Ananthapadmanaban,
Joerg Behrmann, Jóhann B. Guðmundsson, Jörg Deckert, Jörg Thalheim, Jérôme Carretero, jiangchuangang, Joerg Behrmann,
Julia Kartseva, Kai-Heng Feng, Khem Raj, KoyamaSohei, Jóhann B. Guðmundsson, Jörg Deckert, Jörg Thalheim, Julia Kartseva,
Lennart Poettering, LetzteInstanz, Luca Adrian L, Luca Boccassi, Kai-Heng Feng, Khem Raj, KoyamaSohei, Lennart Poettering,
Lucas Magasweran, Mantas Mikulėnas, Marco Antonio Mauro, Mark Wielaard, LetzteInstanz, Luca Adrian L, Luca Boccassi, Lucas Magasweran,
Masahiro Matsuya, Michael Catanzaro, Mike Kazantsev, Milan, Mantas Mikulėnas, Marco Antonio Mauro, Mark Wielaard, Masahiro Matsuya,
Miroslav Suchý, Morten Linderud, Noah Meyerhans, Oleg Popov, Matt Johnston, Michael Catanzaro, Michal Koutný, Michal Sekletár,
Olle Lundberg, Ondrej Kozina, Perry.Yuan, Peter Hutterer, Mike Kazantsev, Milan, Miroslav Suchý, Morten Linderud, nerdopolis,
Peter Kjellerstedt, Peter Morrow, Phaedrus Leeds, Roman Beranek, nl6720, Noah Meyerhans, Oleg Popov, Olle Lundberg, Ondrej Kozina,
Roshan Shariff, Ryan Hendrickson, Samuel BF, scootergrisen, Perry.Yuan, Peter Hutterer, Peter Kjellerstedt, Peter Morrow,
Sebastian Blunt, Seong-ho Cho, Sergey Bugaev, Sevan Janiyan, Sibo Dong, Phaedrus Leeds, Roman Beranek, Roshan Shariff, Ryan Hendrickson,
simmon, Simon Watts, Srinidhi Kaushik, Štěpán Němec, Steve Bonds, Samuel BF, scootergrisen, Sebastian Blunt, Seong-ho Cho, Sergey Bugaev,
Susant Sahani, sverdlin, syyhao1994, Takashi Sakamoto, Topi Miettinen, Sevan Janiyan, Sibo Dong, simmon, Simon Watts, Srinidhi Kaushik,
tramsay, Uwe Kleine-König, Viktor Mihajlovski, Vincent Dechenaux, Štěpán Němec, Steve Bonds, Susant Sahani, sverdlin, syyhao1994,
Vito Caputo, William A. Kennington III, Yangyang Shen, Yegor Alexeyev, Takashi Sakamoto, Topi Miettinen, tramsay, Uwe Kleine-König,
Yi Gao, Yu Watanabe, Zbigniew Jędrzejewski-Szmek, zsien, наб Viktor Mihajlovski, Vincent Dechenaux, Vito Caputo,
William A. Kennington III, Yangyang Shen, Yegor Alexeyev, Yi Gao,
Yu Watanabe, Zbigniew Jędrzejewski-Szmek, zsien, наб
— Berlin, 2021-06-XX — Berlin, 2021-06-15
CHANGES WITH 248: CHANGES WITH 248:

View File

@ -1,7 +1,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later # SPDX-License-Identifier: LGPL-2.1-or-later
project('systemd', 'c', project('systemd', 'c',
version : '248', version : '249',
license : 'LGPLv2+', license : 'LGPLv2+',
default_options: [ default_options: [
'c_std=gnu99', 'c_std=gnu99',
@ -13,8 +13,8 @@ project('systemd', 'c',
meson_version : '>= 0.46', meson_version : '>= 0.46',
) )
libsystemd_version = '0.31.0' libsystemd_version = '0.32.0'
libudev_version = '1.7.1' libudev_version = '1.7.2'
conf = configuration_data() conf = configuration_data()
conf.set_quoted('PROJECT_URL', 'https://www.freedesktop.org/wiki/Software/systemd') conf.set_quoted('PROJECT_URL', 'https://www.freedesktop.org/wiki/Software/systemd')