diff options
author | LaMont Jones <lamont@debian.org> | 2009-05-07 07:22:27 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2009-05-07 07:22:27 -0600 |
commit | 2b2c31ef51d436a97dabe951d6abdd546e0855f0 (patch) | |
tree | 23cfb6b33df99c184d83f80a24acd60b9f645074 | |
parent | 1ed87670d79580d3e849f1d0c847eb11ec20b316 (diff) | |
parent | c8ab7ee0921a25f9807933f145efc2f5322b6fd4 (diff) | |
download | util-linux-old-2b2c31ef51d436a97dabe951d6abdd546e0855f0.tar.gz |
Merge commit 'keybuk/master'
-rw-r--r-- | debian/changelog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 85389c25..af2fc86f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +util-linux (2.15-1) unstable; urgency=low + + [Aurelien Jarno] + + * chrt: add a comment about non POSIX 1003.1b attributes in chrt.1 + * agetty: IUCLC and OLCUC are Linux extensions + + [Eric Sandeen] + + * blkid: remove whole-disk entries from cache when partitions are found + + [Karel Zak] + + * docs: add a note about /proc/sys/kernel/random/uuid + * ionice: change Jens Axboe's email + * losetup: mount endless loop hang. novell: #449646 + * cfdisk: fix "cannot seek on disk drive" bug. Closes: #511161 + * blkid: split SONAME and LIBBLKID_VERSION + * blockdev: fix possible buffer overflow + * fdisk: fix max. ptname + * sfdisk: fix possible buffer overflow + * docs: add entry about /proc/partitions parsing + * blkid: rename blkid_evaluate_spec to blkid_evaluate_tag + * tests: fix -regex in run.sh + * blkid: linux_raid - fix logic for volumes with size == 0 + * blkid: use /dev/mapper/<name> rather than /dev/dm-<N>. red: #497259 + * blkid: use /sys/block/dm-<N>/dm/name + * docs: update AUTHORS file + * docs: update v2.15 ReleaseNotes + * build-sys: release++ (v2.15) + * po: merge changes + + [localization folks] + + * po: update fr.po (from translationproject.org) (Nicolas Provost) + * po: update cs.po (from translationproject.org) (Petr Pisar) + * po: update id.po (from translationproject.org) (Arif E. Nugroho) + + -- Scott James Remnant <scott@ubuntu.com> Thu, 07 May 2009 12:36:41 +0100 + util-linux (2.15~rc2-1) experimental; urgency=low [Aurelien Jarno] |