1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-31 16:21:11 +03:00

update configure and NEWS

This commit is contained in:
Kay Sievers 2008-12-02 01:10:24 +01:00
parent e2c9d3c36f
commit ae0f55cb86
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -1,3 +1,10 @@
udev 135
========
Bugfixes.
Fix for a possible segfault while swapping network interface names in udev
versions 131-134.
udev 134
========
Bugfixes.

View File

@ -1,5 +1,5 @@
AC_INIT([udev],
[134],
[135],
[linux-hotplug@vger.kernel.org])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR([udev/udevd.c])