From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Date: Tue, 14 Apr 2009 13:09:54 +0000 Subject: libudev major number not increased Message-Id: <49E48B22.9020701@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org The _major_ number of libudev has to be increased, because several symbols were removed (e.g. udev_device_new_from_devpath()) from the library in the changes from 128 to 129. Which means, that every application, which linked to a udev version prior to udev-129 has to be recompiled to work with newer libudev versions and unfortunately there is now no way to install compat libs anymore.