From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karel Zak Subject: libblkid merged into util-linux-ng Date: Mon, 16 Feb 2009 13:09:38 +0100 Message-ID: <20090216120938.GA3217@nb.net.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Theodore Ts'o" , Kay Sievers , Scott James Remnant , Andreas Dilger To: util-linux-ng-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Return-path: Content-Disposition: inline Sender: util-linux-ng-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org I've merged the topic/blkid branch into the master branch (upcoming util-linux-ng 2.15). Note that the library and blkid binary are still "experimental", although I don't expect any API changes. Feedback and bug reports are welcomed... Karel New libblkid features: --------------------- * backwardly compatible ABI and API with old libblkid from e2fsprogs * low-level probing interface: - blkid_probe_* functions - /sbin/blkid -p * vol_id compatible output format (e.g. "ID_FS_LABEL_ENC=\x2fboot"): - blkid -p -o udev * very high-level interface for LABELs/UUIDs evaluation: - blkid_evaluate_spec() - /sbin/blkid -L