summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/v2.16.1-ReleaseNotes57
-rw-r--r--docs/v2.16.2-ReleaseNotes49
2 files changed, 106 insertions, 0 deletions
diff --git a/docs/v2.16.1-ReleaseNotes b/docs/v2.16.1-ReleaseNotes
new file mode 100644
index 00000000..c61c3ddd
--- /dev/null
+++ b/docs/v2.16.1-ReleaseNotes
@@ -0,0 +1,57 @@
+Util-linux-ng 2.16.1 Release Notes
+==================================
+
+Changes since v2.16
+-------------------
+
+ For more details see ChangeLog files at:
+ ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/
+
+build-sys:
+ - don't distribute generated *.pc files [Karel Zak]
+cal:
+ - fix (harmless) typo [Peter Breitenlohner]
+ - fix broken computation for Sep 1752 [Peter Breitenlohner]
+dmesg:
+ - add -r to help output [Karel Zak]
+docs:
+ - update "The Perfect Patch" URL [Karel Zak]
+ - update AUTHORS file [Karel Zak]
+libblkid:
+ - add *.ko.gz support to modules.dep parser [Karel Zak]
+ - allow linking with uClibc [Daniel Mierswa]
+ - fix FALSE definition [Karel Zak]
+ - fix buffer overflow in blkid_encode_string() [Florian Zumbiehl]
+ - fix cache->probe memory leak [Karel Zak]
+ - fix ext2 detection on systems with ext4 only [Karel Zak]
+mkswap:
+ - fix memory leaks, cleanup check_blocks() [Karel Zak]
+ - unbreak -c ("check") option. [Peter De Wachter]
+mount:
+ - add info about ext{3,4} barriers to mount.8 [Karel Zak]
+ - clean up mount.8 [Karel Zak]
+ - mention mtab for single mount point mount in mount.8 [Peter Volkov]
+pg:
+ - compiler warning with NLS disabled [Peter Breitenlohner]
+po:
+ - fix grammar glitch in german translation [Hendrik Lönngren]
+ - merge changes [Karel Zak]
+ - update ja.po (from translationproject.org) [Makoto Kato]
+scriptreplay:
+ - fix typo in error message [Karel Zak]
+tailf:
+ - report inotify_add_watch() problems [Karel Zak]
+
+
+cal.1 cfdisk.8 chfn.1 chsh.1 ctrlaltdel.8 cytune.8 ddate.1 delpart.8 dmesg.1
+elvtune.8 fdformat.8 fdisk.8 fsck.8 fsck.minix.8 fstab.5 getopt.1 hexdump.1
+hwclock.8 initctl.8 ionice.1 ipcmk.1 ipcrm.1 ipcs.1 isosize.8 kill.1 last.1
+ldattach.8: losetup.8: lscpu.1: mcookie.1: mesg.1: mkfs.8: mkfs.bfs.8:
+mkfs.minix.8: mkswap.8: more.1: addpart.8: blockdev.8: mount.8: namei.1:
+newgrp.1: partx.8: pg.1: pivot_root.8: rdev.8: readprofile.1: rename.1:
+renice.1: reset.1: rtcwake.8: scriptreplay.1: setarch.8: setsid.1: setterm.1:
+sfdisk.8: shutdown.8: simpleinit.8: swapon.8: switch_root.8: tunelp.8: ul.1:
+umount.8: uuidd.8: uuidgen.1: vipw.8: whereis.1: write.1:
+
+ - formatting [Peter Breitenlohner]
+
diff --git a/docs/v2.16.2-ReleaseNotes b/docs/v2.16.2-ReleaseNotes
new file mode 100644
index 00000000..8084d841
--- /dev/null
+++ b/docs/v2.16.2-ReleaseNotes
@@ -0,0 +1,49 @@
+Util-linux-ng 2.16.2 Release Notes
+==================================
+
+Changes since v2.16.1
+---------------------
+
+ For more details see ChangeLog files at:
+ ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/
+
+docs:
+ - update AUTHORS file [Karel Zak]
+fdformat:
+ - fix memory leak in verify_disk() [Cristian RodrĂ­guez]
+fsck.minix:
+ - fix broken zone checking [Karel Zak]
+hwclock:
+ - do not access hardware clock when using --systz [Scott James Remnant]
+ - set kernel timezone with --systz --utc [Scott James Remnant]
+lib:
+ - fix file descriptor leak in is_mounted() [Theodore Ts'o]
+libblkid:
+ - add missing packed attributes, add new UFS magic strings [Karel Zak]
+ - fix FAT super block definition [Lawrence Rust]
+ - fix blkid_probe_set_utf8label() call for Joliet [Karel Zak]
+ - fix the default cache file path [Karel Zak]
+ - fix typo (swsupend -> swsuspend) [Karel Zak]
+ - prefer ISO9660 PVD Label to Joliet Label [Karel Zak]
+ - trim tailing whitespace from unicode LABELs [Karel Zak]
+libuuid:
+ - remove .UE macro from libuuid man pages. [Milan Broz]
+mkswap:
+ - restore device argument in mkswap.8 synopsis [Peter Breitenlohner]
+mount:
+ - document changed semantics of tmpfs size option in mount.8 [kevin.granade@gmail.com]
+ - more explicitly explain 'strictatime' in mount.8 [Karel Zak]
+ - update list of pseudo filesystems [Karel Zak]
+po:
+ - merge changes [Karel Zak]
+ - update id.po (from translationproject.org) [Arif E. Nugroho]
+ - update pl.po (from translationproject.org) [Jakub Bogusz]
+ - update vi.po (from translationproject.org) [Clytie Siddall]
+sfdisk:
+ - dump has to be $LANG insensitive [Karel Zak]
+swapon:
+ - handle <=linux-2.6.19 bug in /proc/swaps [Mike Frysinger]
+switch_root:
+ - remove TIOCSCTTY and setsid() [Karel Zak]
+tailf:
+ - fix printf format [Mike Frysinger]