diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/v2.14.1-ReleaseNotes | 55 | ||||
-rw-r--r-- | docs/v2.14.2-ReleaseNotes | 99 | ||||
-rw-r--r-- | docs/v2.15.1-ReleaseNotes | 49 | ||||
-rw-r--r-- | docs/v2.16.1-ReleaseNotes | 57 | ||||
-rw-r--r-- | docs/v2.16.2-ReleaseNotes | 49 |
5 files changed, 309 insertions, 0 deletions
diff --git a/docs/v2.14.1-ReleaseNotes b/docs/v2.14.1-ReleaseNotes new file mode 100644 index 00000000..be25adaf --- /dev/null +++ b/docs/v2.14.1-ReleaseNotes @@ -0,0 +1,55 @@ +Util-linux-ng 2.14.1 Release Notes (10-Aug-2008) +================================================ + +ChangeLog between v2.14 and v2.14.1 +----------------------------------- + + For more details see ChangeLog files at: + ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.14/ + +build-sys: + - cleanup sys-utils/Makefile.am [Karel Zak] + - fix dmesg.1 installation [Karel Zak] + - release++ (v2.14.1-rc1) [Karel Zak] + - release++ (v2.14.1-rc2) [Karel Zak] + - tgets is not in ncurses but in tinfo [Arkadiusz Miskiewicz] +docs: + - update AUTHORS file [Karel Zak] + - update v2.14.1 ReleaseNotes [Karel Zak] +fdisk: + - don't check for GPT when asked for disk size only [Karel Zak] +hwclock: + - omit warning about drift if --noadjfile given [Matthias Koenig] + - unshadow a diagnostic printf [Kalev Soikonen] +ipcs: + - ungettextize the spacing of the table headers [Benno Schulenberg] +losetup: + - remove unnecessary minor number check [Karel Zak] +mount: + - add docs about utf8=0 for vfat [Karel Zak] + - add fallback for versionsort() [Karel Zak] + - add info about tz=UTC option for FAT to mount.8 [Karel Zak] + - add norealtime to mount.8 [Karel Zak] +po: + - add zh_CN.po (from translationproject.org) [Ray Wang] + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Pisar] + - update fi.po (from translationproject.org) [Lauri Nurmi] + - update id.po (from translationproject.org) [Arif E. Nugroho] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update vi.po (from translationproject.org) [Clytie Siddall] + - update zh_CN.po (from translationproject.org) [Ray Wang] +rtcwake: + - cleanup return codes [Karel Zak] + - prefer RTC_WKALM_SET over RTC_ALM_SET [Gabriel Burt] +scriptreplay: + - new implementation is out-of-sync [Karel Zak] +selinux: + - is_selinux_enabled() returns 0, 1 and -1 [Karel Zak] +sfdisk: + - print version should end with a newline [Denis ChengRq] +umount: + - improve "-d" option for autoclear loops [Karel Zak] +write: + - doesn't check for tty group [Karel Zak] + diff --git a/docs/v2.14.2-ReleaseNotes b/docs/v2.14.2-ReleaseNotes new file mode 100644 index 00000000..922bdd75 --- /dev/null +++ b/docs/v2.14.2-ReleaseNotes @@ -0,0 +1,99 @@ +Util-linux-ng 2.14.2 Release Notes (9-Feb-2009) +================================================ + +ChangeLog between v2.14.1 and v2.14.2 +------------------------------------- + + For more details see ChangeLog files at: + ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.14/ + +build-sys: + - add -luuid to BLKID_LIBS [Karel Zak] + - release++ (v2.14.2-rc1) [Karel Zak] + - release++ (v2.14.2-rc2) [Karel Zak] +cfdisk: + - accept yes/no as fallback [Matthias Koenig] +chrt: + - output buglet when reporting scheduling class [Karel Zak] + - support CFS SCHED_IDLE priority and document it [Martin Steigerwald] +docs: + - update AUTHORS file [Karel Zak] + - update v2.14.2 ReleaseNotes [Karel Zak] +fdisk: + - add some missing includes [Matthias Koenig] + - cannot create partition with starting beyond 1 TB [Karel Zak] + - fix man page typo [Karel Zak] + - remove obsolete information from man page [Karel Zak] + - remove unnecessary gettext call [Karel Zak] + - several strings without gettext calls [Pedro Ribeiro] + - support +cylinder notation [Karel Zak] +hwclock: + - remove "cli" and "sti" from i386 CMOS code [Karel Zak] + - remove x86_64-specific bogon [David Brownell] +include: + - use __BYTE_ORDER rather than AC specific WORDS_BIGENDIAN [Karel Zak] +ionice: + - Extend the man page to explain the "none" class and cpu-nice inheritance [Jakob Unterwurzacher] + - a little cleanup of "none" description [Karel Zak] +ldattach: + - don't compile for non-linux systems [Samuel Thibault] +lib: + - add __BYTE_ORDER to md5.c [Karel Zak] +logger: + - several strings without gettext calls [Pedro Ribeiro] +login: + - fix compiler warning (int32 time() arg) [Karel Zak] + - fix warning "dereferencing type-punned pointer will break strict-aliasing rules" [Karel Zak] +losetup: + - add warning about read-only mode [Karel Zak] + - missing EBUSY error hint message [Karel Zak] + - several strings without gettext strings [Pedro Ribeiro] + - try to set up loop readonly if EACCES [Matthias Koenig] +mkfs.cramfs: + - several strings without gettext calls [Pedro Ribeiro] +mkfs.minix: + - fix size detection [Matthias Koenig] +more: + - dont use a.out.h [Mike Frysinger] + - minor fixes to magic() [James Youngman] +mount: + - add i_version support [Karel Zak] + - add info about /proc/mounts to mount.1 [Karel Zak] + - add info about semantics of read-only mount to mount.8 [Karel Zak] + - add rootcontext= SELinux mount option [Karel Zak] + - clean up SPEC canonicalization [Karel Zak] + - cleans up mount(8) troff markup [Sam Varshavchik] + - create separate section for fs-independent options in mount.8 [Karel Zak] + - finalize support of quoted LABELs/UUIDs [Karel Zak] + - fix mount_static_LDADD [Karel Zak] + - fix typo [Guan Xin] + - fix typo [Karel Zak] + - fix typo in volume_id code [Karel Zak] + - make file_t SELinux warning optional and shorter [Karel Zak] + - mtab created multiple times with -a option [Karel Zak] + - remove link to namesys.com [Karel Zak] + - remove spurious newline from mount.8 [Mike Frysinger] + - reorder list of options in mount.8 [Karel Zak] + - retry on ENOMEDIUM [Matthias Koenig] + - suggest to use blockdev --setro rather than losetup [Karel Zak] + - sundries.h add klibc support [maximilian attems] + - sync FAT info in mount.8 with Documentation/filesystems/vfat.txt [Karel Zak] + - sync tmpfs info in mount.8 with Documentation/filesystems/tmpfs.txt [Karel Zak] + - use subsections in mount.8 DESCRIPTION [Karel Zak] + - warn on "file_t" selinux context [Karel Zak] +po: + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Pisar] + - update fr.po (from translationproject.org) [Nicolas Provost] + - update ja.po (from translationproject.org) [Makoto Kato] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update pt_BR.po (from translationproject.org) [Rodrigo Stulzer Lopes] + - update sv.po (from translationproject.org) [Daniel Nylander] + - update vi.po (from translationproject.org) [Clytie Siddall] +readprofile: + - several strings without gettext calls [Pedro Ribeiro] +setterm: + - fix -blank man page [Karel Zak] + +- refresh gitignore [Karel Zak] +- use getpagesize() [maximilian attems] diff --git a/docs/v2.15.1-ReleaseNotes b/docs/v2.15.1-ReleaseNotes new file mode 100644 index 00000000..98de1797 --- /dev/null +++ b/docs/v2.15.1-ReleaseNotes @@ -0,0 +1,49 @@ +Util-linux-ng 2.15.1 Release Notes +================================== + +Changes since v2.15 +------------------- + + For more details see ChangeLog files at: + ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.15/ + +build-sys: + - add UTIL_{SET,RESTORE}_FLAGS [Karel Zak] + - fix "make -C" bug [Karel Zak] + - fix blkid detection in configure.ac [Karel Zak] + - fix blkid.h include for old e2fsprogs [Karel Zak] +cal: + - Highlight today even when month or year specified [Rajeev V. Pillai] + - uClibc has langinfo.h but not _NL_TIME_WEEK_1STDAY. [Tom Prince] +chrt: + - don't assume SCHED_BATCH and SCHED_IDLE exist [Aurelien Jarno] +docs: + - update AUTHORS file [Karel Zak] +fdisk: + - (and cfdisk) fix to be consistent about maximum heads [Chris Webb] +libblkid: + - fix reiserfs name [Karel Zak] + - update man page [Karel Zak] + - blkid_do_safeprobe() has to be tolerant to RAIDs [Karel Zak] + - cleanup debug messages and return codes in blkid_do_probe() [Karel Zak] + - fix "hangs forever with partition type mdraid" [Karel Zak] + - make libuuid optional [Karel Zak] +losetup: + - handle symlinks in /dev/loop/ [Mike Frysinger] +lscpu: + - fix cpuid code on x86/PIC [Mike Frysinger] +mount: + - fix undefined reference to `security_get_initial_context' [Karel Zak] + - move MS_{PROPAGATION,BIND,MOVE} detection [Karel Zak] + - use "none" fstype for MS_PROPAGATION mounts [Karel Zak] +po: + - merge changes [Karel Zak] + - update vi.po (from translationproject.org) [Clytie Siddall] +tests: + - add mdraid libblkid test [Karel Zak] + - don't run some mount tests for non-root users [Karel Zak] + - fix reiserfs test [Karel Zak] + - fix script that creates lscpu dumps [Karel Zak] + - move lscpu /proc and /sys dumps to tarballs [Karel Zak] + - remove broken Xen dumps for lscpu [Karel Zak] + 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] |