Re: [ANNOUNCE] util-linux v2.25-rc1

2014-06-18 Thread Anca Emanuel
Can you help debian people (on the testing realm) to test this on all
architectures ?

On Wed, Jun 18, 2014 at 6:01 PM, Bruce Dubbs  wrote:
> Karel Zak wrote:
>>
>>
>> The util-linux release v2.25 is available at
>>
>>ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25
>>
>> Feedback and bug reports, as always, are welcomed.
>
>
> In an LFS build environment, the configure, make, and make check are all
> clean.  It is especially nice the way you tell us why some tests are not run
> (mostly not root permissions).
>
> In prior releases, the last/ipv6 and last/last tests did not pass in the LFS
> environment, but they now do pass.
>
> It would be nice if we could set the adjtime path in configure.  Right now
> we do:
>
> sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
>   $(grep -rl '/etc/adjtime' .)
>
>   -- Bruce
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [ANNOUNCE] util-linux v2.25-rc1

2014-06-18 Thread Bruce Dubbs

Karel Zak wrote:


The util-linux release v2.25 is available at

   ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25

Feedback and bug reports, as always, are welcomed.


In an LFS build environment, the configure, make, and make check are all 
clean.  It is especially nice the way you tell us why some tests are not 
run (mostly not root permissions).


In prior releases, the last/ipv6 and last/last tests did not pass in the 
LFS environment, but they now do pass.


It would be nice if we could set the adjtime path in configure.  Right 
now we do:


sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
  $(grep -rl '/etc/adjtime' .)

  -- Bruce

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[ANNOUNCE] util-linux v2.25-rc1

2014-06-18 Thread Karel Zak

The util-linux release v2.25 is available at

  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25

Feedback and bug reports, as always, are welcomed.

Karel



Util-linux 2.25 Release Notes
=

The command cytune(8) has been REMOVED from util-linux.

The non-libmount mount(8) implementation has been REMOVED from util-linux.

Release highlights
--

libsmartcols:
 - this NEW SHARED LIBRARY (but with stable API) allows to print data in
   tables, trees or parsable formats, support colors, sorting etc. The code has
   been originally developed for lsblk(8) and findmnt(8).

cfdisk(8):
 - the code been completely rewritten, now it uses libfdisk and libsmartcols, 
   supports GPT, SUN, SGI and BSD disk labels
 - the command is no more based on CHS addressing

fdisk(8):
 - no more print sizes in 1024-byte blocks, but in real sectors or human 
   readable sizes (MiB, TiB, etc.)
 - allows to modify GPT partition attributes 

lslogins(1):
 - this NEW COMMAND list information about users, groups and system accounts,
   provides  data from last, wtmp, btmp, hust status, password expiration
   settings, SELinux context, nologin setting, etc. 

terminal-colors.d(5):
 - this new directory controls output colorization for various utilities
 - now dmesg(1) supports colors customization, for example
echo 'alert 37;41' >> /etc/terminal-colors.d/dmesg.scheme
   sets red background for alert messages.

cal(1):
  - supports new option --week to show week numbers

fallocate(1):
  - supports new option --dig-holes to detect and dig holes, it makes the 
file sparse in-place, without using extra disk space.

fstrim(1):
  - supports new option --all to discard all filesystem on devices that supports
TRIM operation.

hexdump(1):
  - the original very old BSD has been refactored
  - the output format units support colors now, the colorized regions could be
specified by value or offset.

libmount:
  - the library allows to use -s (sloppy) mount command line option for all 
external
mount helpers. The option was originally NFS specific.

logger(1):
  - supports new option --journald to send structured messages to systemd 
journal

lsblk(8):
  - supports new command line option --sort  to sort output

kill(1) and setterm(1):
  - the commands have been refactored to be more robust
 

The build system has been improved to support to build only explicitly specified
utils or libs (e.g. --disable-all-programs --enable-libblkid to build only 
libblkid).

The project test suite has been improved to be more portable and robust, project
uses travis-ci service now.


Stable maintenance releases between v2.24 and v2.25
---

util-linux 2.24.1 [Jan 20 2014]

 * ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.1-ReleaseNotes
   ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.1-ChangeLog

util-linux 2.24.2 [Apr 24 2014]

 * ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.2-ReleaseNotes
   ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.2-ChangeLog


Changes between v2.24 and v2.25
---

 For more details see ChangeLog files at:
 ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/


addpart:
   - minor man page improvements  [Ondrej Oprala]
agetty:
   - Fix implementation of option --nonewline. The flag F_NONL was never set.  
[Benjamin Robin]
   - Update help usage function  [Benjamin Robin]
   - avoid that agetty nor sulogin are fooled by a running plymouth  [Werner 
Fink]
   - beside virtual consoles support xvc and hvc device lines as well  [Werner 
Fink]
   - better support of the special system consoles on S390  [Werner Fink]
   - fix odd check for chardev/tty  [Karel Zak]
   - support the special terminal on first serial line on a S/390  [Werner Fink]
   - update man page  [Karel Zak]
   - use the "best" interface for \4 and \6  [Karel Zak]
blkdiscard:
   - BLKSSZGET fills in an int, not a uint64  [Theodore Ts'o]
blkid:
   - convert superblocks to new calling convention  [Hannes Reinecke]
   - escape quotes in the output  [Karel Zak]
   - remove unused variable  [Sami Kerola]
   - simple typo  [Phillip Susi]
   - stop scanning on I/O error  [Hannes Reinecke]
blockdev:
   - Some minor corrections to the manual  [Bjarni Ingi Gislason]
   - don't use HDIO_GETGEO  [Phillip Susi]
buil-sys:
   - disable in UL_BUILD_INIT() on --disable-all-programs  [Karel Zak]
build:
   - fix some compiler warnings  [Ruediger Meier]
build-sys:
   - add --disable-all-programs  [Karel Zak]
   - add --disable-minix  [Karel Zak]
   - add --enable-pylibmount  [Karel Zak]
   - add --with-smack to config-gen.d  [Karel Zak]
   - add BUILD_ vars for all Linux-only utils  [Karel Zak]
   - add BUILD_CHRT  [Karel Zak]
   - add BUILD_GETOPT  [Karel Zak]
   - add BUILD_{BLKID,FINDFS,WIPEFS,FINDMNT}  [Karel Zak]
   - add BUILD_{COL,COLCRT,COLRM,COLUMN,HEXDUMP,REV,TAILF}  [Karel Zak]
   

[ANNOUNCE] util-linux v2.25-rc1

2014-06-18 Thread Karel Zak

The util-linux release v2.25 is available at

  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25

Feedback and bug reports, as always, are welcomed.

Karel



Util-linux 2.25 Release Notes
=

The command cytune(8) has been REMOVED from util-linux.

The non-libmount mount(8) implementation has been REMOVED from util-linux.

Release highlights
--

libsmartcols:
 - this NEW SHARED LIBRARY (but with stable API) allows to print data in
   tables, trees or parsable formats, support colors, sorting etc. The code has
   been originally developed for lsblk(8) and findmnt(8).

cfdisk(8):
 - the code been completely rewritten, now it uses libfdisk and libsmartcols, 
   supports GPT, SUN, SGI and BSD disk labels
 - the command is no more based on CHS addressing

fdisk(8):
 - no more print sizes in 1024-byte blocks, but in real sectors or human 
   readable sizes (MiB, TiB, etc.)
 - allows to modify GPT partition attributes 

lslogins(1):
 - this NEW COMMAND list information about users, groups and system accounts,
   provides  data from last, wtmp, btmp, hust status, password expiration
   settings, SELinux context, nologin setting, etc. 

terminal-colors.d(5):
 - this new directory controls output colorization for various utilities
 - now dmesg(1) supports colors customization, for example
echo 'alert 37;41'  /etc/terminal-colors.d/dmesg.scheme
   sets red background for alert messages.

cal(1):
  - supports new option --week to show week numbers

fallocate(1):
  - supports new option --dig-holes to detect and dig holes, it makes the 
file sparse in-place, without using extra disk space.

fstrim(1):
  - supports new option --all to discard all filesystem on devices that supports
TRIM operation.

hexdump(1):
  - the original very old BSD has been refactored
  - the output format units support colors now, the colorized regions could be
specified by value or offset.

libmount:
  - the library allows to use -s (sloppy) mount command line option for all 
external
mount helpers. The option was originally NFS specific.

logger(1):
  - supports new option --journald to send structured messages to systemd 
journal

lsblk(8):
  - supports new command line option --sort column to sort output

kill(1) and setterm(1):
  - the commands have been refactored to be more robust
 

The build system has been improved to support to build only explicitly specified
utils or libs (e.g. --disable-all-programs --enable-libblkid to build only 
libblkid).

The project test suite has been improved to be more portable and robust, project
uses travis-ci service now.


Stable maintenance releases between v2.24 and v2.25
---

util-linux 2.24.1 [Jan 20 2014]

 * ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.1-ReleaseNotes
   ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.1-ChangeLog

util-linux 2.24.2 [Apr 24 2014]

 * ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.2-ReleaseNotes
   ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.2-ChangeLog


Changes between v2.24 and v2.25
---

 For more details see ChangeLog files at:
 ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/


addpart:
   - minor man page improvements  [Ondrej Oprala]
agetty:
   - Fix implementation of option --nonewline. The flag F_NONL was never set.  
[Benjamin Robin]
   - Update help usage function  [Benjamin Robin]
   - avoid that agetty nor sulogin are fooled by a running plymouth  [Werner 
Fink]
   - beside virtual consoles support xvc and hvc device lines as well  [Werner 
Fink]
   - better support of the special system consoles on S390  [Werner Fink]
   - fix odd check for chardev/tty  [Karel Zak]
   - support the special terminal on first serial line on a S/390  [Werner Fink]
   - update man page  [Karel Zak]
   - use the best interface for \4 and \6  [Karel Zak]
blkdiscard:
   - BLKSSZGET fills in an int, not a uint64  [Theodore Ts'o]
blkid:
   - convert superblocks to new calling convention  [Hannes Reinecke]
   - escape quotes in the output  [Karel Zak]
   - remove unused variable  [Sami Kerola]
   - simple typo  [Phillip Susi]
   - stop scanning on I/O error  [Hannes Reinecke]
blockdev:
   - Some minor corrections to the manual  [Bjarni Ingi Gislason]
   - don't use HDIO_GETGEO  [Phillip Susi]
buil-sys:
   - disable in UL_BUILD_INIT() on --disable-all-programs  [Karel Zak]
build:
   - fix some compiler warnings  [Ruediger Meier]
build-sys:
   - add --disable-all-programs  [Karel Zak]
   - add --disable-minix  [Karel Zak]
   - add --enable-pylibmount  [Karel Zak]
   - add --with-smack to config-gen.d  [Karel Zak]
   - add BUILD_ vars for all Linux-only utils  [Karel Zak]
   - add BUILD_CHRT  [Karel Zak]
   - add BUILD_GETOPT  [Karel Zak]
   - add BUILD_{BLKID,FINDFS,WIPEFS,FINDMNT}  [Karel Zak]
   - add BUILD_{COL,COLCRT,COLRM,COLUMN,HEXDUMP,REV,TAILF}  [Karel Zak]
  

Re: [ANNOUNCE] util-linux v2.25-rc1

2014-06-18 Thread Bruce Dubbs

Karel Zak wrote:


The util-linux release v2.25 is available at

   ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25

Feedback and bug reports, as always, are welcomed.


In an LFS build environment, the configure, make, and make check are all 
clean.  It is especially nice the way you tell us why some tests are not 
run (mostly not root permissions).


In prior releases, the last/ipv6 and last/last tests did not pass in the 
LFS environment, but they now do pass.


It would be nice if we could set the adjtime path in configure.  Right 
now we do:


sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
  $(grep -rl '/etc/adjtime' .)

  -- Bruce

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [ANNOUNCE] util-linux v2.25-rc1

2014-06-18 Thread Anca Emanuel
Can you help debian people (on the testing realm) to test this on all
architectures ?

On Wed, Jun 18, 2014 at 6:01 PM, Bruce Dubbs bruce.du...@gmail.com wrote:
 Karel Zak wrote:


 The util-linux release v2.25 is available at

ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25

 Feedback and bug reports, as always, are welcomed.


 In an LFS build environment, the configure, make, and make check are all
 clean.  It is especially nice the way you tell us why some tests are not run
 (mostly not root permissions).

 In prior releases, the last/ipv6 and last/last tests did not pass in the LFS
 environment, but they now do pass.

 It would be nice if we could set the adjtime path in configure.  Right now
 we do:

 sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
   $(grep -rl '/etc/adjtime' .)

   -- Bruce


 --
 To unsubscribe from this list: send the line unsubscribe linux-kernel in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/