linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] util-linux-ng 2.13.1-rc2
@ 2008-01-02 21:10 Karel Zak
  2008-01-05  9:31 ` Andrew Morton
  0 siblings, 1 reply; 13+ messages in thread
From: Karel Zak @ 2008-01-02 21:10 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel, util-linux-ng



 The second util-linux-ng 2.13.1 release candidate is available at

    ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/

 (Note, 2.13.1 is stable maintenance release.)

 Feedback and bug reports, as always, are welcomed.

	Karel


v2.13.1-rc2 Changelog:
----------------------

blockdev:
   - add --getsz to blockdev.8  [Karel Zak]
build-sys:
   - release++ (-rc2)  [Karel Zak]
   - remove hardcoded _GNU_SOURCE  [Karel Zak]
docs:
   - add note about incorrect tag 2.13.1  [Karel Zak]
   - update AUTHORS file, add all translators  [Karel Zak]
   - update ReleaseNotes  [Karel Zak]
getopt:
   - fix path to examples in getopt.1  [Karel Zak]
hwclock:
   - check for ENODEV  [David Woodhouse]
mount:
   - don't call canonicalize(SPEC) for cifs, smbfs and nfs  [Karel Zak]
   - fix fd leak  [Matthias Koenig]
po:
   - add eu.po (from translationproject.org)  [Mikel Olasagasti]
   - add pl.po (from translationproject.org)  [Andrzej Krzysztofowicz]
   - update ca.po (from translationproject.org)  [Josep Puigdemont]
   - update cs.po (from translationproject.org)  [Petr Pisar]
   - update da.po (from translationproject.org)  [Claus Hindsgaul]
   - update de.po (from translationproject.org)  [Michael Piefel]
   - update es.po (from translationproject.org)  [Santiago Vila Doncel]
   - update et.po (from translationproject.org)  [Meelis Roos]
   - update fi.po (from translationproject.org)  [Lauri Nurmi]
   - update fr.po (from translationproject.org)  [Michel Robitaille]
   - update hu.po (from translationproject.org)  [Gabor Kelemen]
   - update id.po (from translationproject.org)  [Arif E. Nugroho]
   - update it.po (from translationproject.org)  [Marco Colombo]
   - update ja.po (from translationproject.org)  [Daisuke Yamashita]
   - update nl.po (from translationproject.org)  [Benno Schulenberg]
   - update po files  [Karel Zak]
   - update pt_BR.po (from translationproject.org)  [Rodrigo Stulzer Lopes]
   - update ru.po (from translationproject.org)  [Pavel Maryanov]
   - update sl.po (from translationproject.org)  [Simon Mihevc]
   - update sv.po (from translationproject.org)  [Daniel Nylander]
   - update tr.po (from translationproject.org)  [Nilgün Belma Bugüner]
   - update uk.po (from translationproject.org)  [Maxim V. Dziumanenko]
   - update vi.po (from translationproject.org)  [Clytie Siddall]
sfdisk:
   - allow partitioning drives of over 2^31 sectors.  [Kunihiko IMAI]



v2.13.1-rc2 diffstat:
---------------------

 AUTHORS                   |   38 +-
 NEWS                      |    5 +
 README.devel              |    4 +
 configure.ac              |    2 +-
 disk-utils/blockdev.8     |    9 +-
 disk-utils/fsck.cramfs.c  |    1 -
 docs/v2.13.1-ReleaseNotes |   36 +-
 fdisk/sfdisk.c            |    3 +-
 getopt/getopt.1           |    5 +-
 hwclock/rtc.c             |    2 +-
 mount/lomount.c           |    1 +
 mount/mount.c             |   21 +-
 po/ca.po                  |  258 +-
 po/cs.po                  |  324 +-
 po/da.po                  |  256 +-
 po/de.po                  |  540 ++--
 po/es.po                  |  275 +-
 po/et.po                  |  441 +--
 po/eu.po                  | 9466 ++++++++++++++++++++++++++++++++++++++++++++
 po/fi.po                  |  240 +-
 po/fr.po                  |  281 +-
 po/hu.po                  | 1735 +++++----
 po/id.po                  |  291 +-
 po/it.po                  |  306 +-
 po/ja.po                  |  501 +--
 po/nl.po                  |  328 +-
 po/pl.po                  | 9467 +++++++++++++++++++++++++++++++++++++++++++++
 po/pt_BR.po               |  708 ++--
 po/ru.po                  |  280 +-
 po/sl.po                  |  260 +-
 po/sv.po                  |  291 +-
 po/tr.po                  |  286 +-
 po/uk.po                  |  274 +-
 po/util-linux-ng.pot      |  240 +-
 po/vi.po                  |  310 +-
 schedutils/chrt.c         |    2 -
 schedutils/taskset.c      |    2 -
 sys-utils/setarch.c       |    4 -
 38 files changed, 23079 insertions(+), 4414 deletions(-)

-- 
 Karel Zak  <kzak@redhat.com>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2
  2008-01-02 21:10 [ANNOUNCE] util-linux-ng 2.13.1-rc2 Karel Zak
@ 2008-01-05  9:31 ` Andrew Morton
  2008-01-05 13:13   ` Andrey Borzenkov
                     ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Andrew Morton @ 2008-01-05  9:31 UTC (permalink / raw)
  To: Karel Zak; +Cc: linux-kernel, linux-fsdevel, util-linux-ng

On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak <kzak@redhat.com> wrote:

> 
> 
>  The second util-linux-ng 2.13.1 release candidate is available at
> 
>     ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
> 

Interesting.  Thanks.  Which distros are using this, or plan to do so?

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2
  2008-01-05  9:31 ` Andrew Morton
@ 2008-01-05 13:13   ` Andrey Borzenkov
  2008-01-05 14:51   ` Clemens Koller
                     ` (7 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Andrey Borzenkov @ 2008-01-05 13:13 UTC (permalink / raw)
  To: Andrew Morton, kzak, linux-kernel

Andrew Morton wrote:

> On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak <kzak@redhat.com> wrote:
> 
>> 
>> 
>>  The second util-linux-ng 2.13.1 release candidate is available at
>> 
>>     ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
>> 
> 
> Interesting.  Thanks.  Which distros are using this, or plan to do so?
>

Do you mean specific release or util-linux-ng in general? Mandriva has been
using util-linux-ng for quite some time.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2
  2008-01-05  9:31 ` Andrew Morton
  2008-01-05 13:13   ` Andrey Borzenkov
@ 2008-01-05 14:51   ` Clemens Koller
  2008-01-05 15:03     ` Samuel Thibault
  2008-01-05 17:28   ` Gabriel C
                     ` (6 subsequent siblings)
  8 siblings, 1 reply; 13+ messages in thread
From: Clemens Koller @ 2008-01-05 14:51 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Karel Zak, linux-kernel, linux-fsdevel, util-linux-ng

Andrew Morton schrieb:
> On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak <kzak@redhat.com> wrote:
> 
>>
>>  The second util-linux-ng 2.13.1 release candidate is available at
>>
>>     ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
>>
> 
> Interesting.  Thanks.  Which distros are using this, or plan to do so?

We (CRUX community, http://crux.nu ) just switched to the -ng.
The old non -ng version doesn't seem to be maintained well.

Regards,
-- 
Clemens Koller
_______________________________
R&D Imaging Devices
Anagramm GmbH
Rupert-Mayer-Str. 45/1
81379 Muenchen
Germany

http://www.anagramm-technology.com
Phone: +49-89-741518-50
Fax: +49-89-741518-19

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2
  2008-01-05 14:51   ` Clemens Koller
@ 2008-01-05 15:03     ` Samuel Thibault
  2008-01-05 16:21       ` Mike Frysinger
  0 siblings, 1 reply; 13+ messages in thread
From: Samuel Thibault @ 2008-01-05 15:03 UTC (permalink / raw)
  To: Clemens Koller
  Cc: Andrew Morton, Karel Zak, linux-kernel, linux-fsdevel, util-linux-ng

Clemens Koller, le Sat 05 Jan 2008 15:51:57 +0100, a écrit :
> Andrew Morton schrieb:
> >On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak <kzak@redhat.com> wrote:
> >
> >>
> >> The second util-linux-ng 2.13.1 release candidate is available at
> >>
> >>    ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
> >>
> >
> >Interesting.  Thanks.  Which distros are using this, or plan to do so?
> 
> We (CRUX community, http://crux.nu ) just switched to the -ng.

debian has switched since July 2007 at least.

Samuel

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2
  2008-01-05 15:03     ` Samuel Thibault
@ 2008-01-05 16:21       ` Mike Frysinger
  0 siblings, 0 replies; 13+ messages in thread
From: Mike Frysinger @ 2008-01-05 16:21 UTC (permalink / raw)
  To: Samuel Thibault
  Cc: Clemens Koller, Andrew Morton, Karel Zak, linux-kernel,
	linux-fsdevel, util-linux-ng

[-- Attachment #1: Type: text/plain, Size: 661 bytes --]

On Saturday 05 January 2008, Samuel Thibault wrote:
> Clemens Koller, le Sat 05 Jan 2008 15:51:57 +0100, a écrit :
> > Andrew Morton schrieb:
> > >On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak <kzak@redhat.com> wrote:
> > >> The second util-linux-ng 2.13.1 release candidate is available at
> > >>
> > >>    ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
> > >
> > >Interesting.  Thanks.  Which distros are using this, or plan to do so?
> >
> > We (CRUX community, http://crux.nu ) just switched to the -ng.
>
> debian has switched since July 2007 at least.

Gentoo is in about the same time frame ... we moved it to stable in ~October
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2
  2008-01-05  9:31 ` Andrew Morton
  2008-01-05 13:13   ` Andrey Borzenkov
  2008-01-05 14:51   ` Clemens Koller
@ 2008-01-05 17:28   ` Gabriel C
  2008-01-05 17:48   ` Jan Engelhardt
                     ` (5 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Gabriel C @ 2008-01-05 17:28 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Karel Zak, linux-kernel, linux-fsdevel, util-linux-ng

Andrew Morton wrote:
> On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak <kzak@redhat.com> wrote:
> 
>>
>>  The second util-linux-ng 2.13.1 release candidate is available at
>>
>>     ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
>>
> 
> Interesting.  Thanks.  Which distros are using this, or plan to do so?

We use util-linux-ng in Frugalware Linux for quite some time now.

Gabriel

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2
  2008-01-05  9:31 ` Andrew Morton
                     ` (2 preceding siblings ...)
  2008-01-05 17:28   ` Gabriel C
@ 2008-01-05 17:48   ` Jan Engelhardt
  2008-01-05 18:01   ` Ismail Dönmez
                     ` (4 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Jan Engelhardt @ 2008-01-05 17:48 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Karel Zak, linux-kernel, linux-fsdevel, util-linux-ng


On Jan 5 2008 01:31, Andrew Morton wrote:
>>  The second util-linux-ng 2.13.1 release candidate is available at
>> 
>>     ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
>> 
>
>Interesting.  Thanks.  Which distros are using this, or plan to do so?

SUSE does. Practically, the first util-linux-ng already
replaced util-linux.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2
  2008-01-05  9:31 ` Andrew Morton
                     ` (3 preceding siblings ...)
  2008-01-05 17:48   ` Jan Engelhardt
@ 2008-01-05 18:01   ` Ismail Dönmez
  2008-01-05 18:23   ` Josh Boyer
                     ` (3 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Ismail Dönmez @ 2008-01-05 18:01 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Karel Zak, linux-kernel, linux-fsdevel, util-linux-ng

Saturday 05 January 2008 11:31:21 tarihinde şunları yazmıştınız:
> On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak <kzak@redhat.com> wrote:
> >  The second util-linux-ng 2.13.1 release candidate is available at
> >
> >     ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
>
> Interesting.  Thanks.  Which distros are using this, or plan to do so?

Pardus Linux switched to -ng for upcoming 2008 release.

Regards,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2
  2008-01-05  9:31 ` Andrew Morton
                     ` (4 preceding siblings ...)
  2008-01-05 18:01   ` Ismail Dönmez
@ 2008-01-05 18:23   ` Josh Boyer
  2008-01-05 20:59   ` Leon Woestenberg
                     ` (2 subsequent siblings)
  8 siblings, 0 replies; 13+ messages in thread
From: Josh Boyer @ 2008-01-05 18:23 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Karel Zak, linux-kernel, linux-fsdevel, util-linux-ng

On Sat, 5 Jan 2008 01:31:21 -0800
Andrew Morton <akpm@linux-foundation.org> wrote:

> On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak <kzak@redhat.com> wrote:
> 
> > 
> > 
> >  The second util-linux-ng 2.13.1 release candidate is available at
> > 
> >     ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
> > 
> 
> Interesting.  Thanks.  Which distros are using this, or plan to do so?

Fedora switched quite a bit ago.  That shouldn't be a surprise given
the maintainer's affiliation :)

josh

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2
  2008-01-05  9:31 ` Andrew Morton
                     ` (5 preceding siblings ...)
  2008-01-05 18:23   ` Josh Boyer
@ 2008-01-05 20:59   ` Leon Woestenberg
  2008-01-06 15:27   ` Karel Zak
  2008-01-07  3:03   ` LaMont Jones
  8 siblings, 0 replies; 13+ messages in thread
From: Leon Woestenberg @ 2008-01-05 20:59 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Karel Zak, linux-kernel, linux-fsdevel, util-linux-ng

Hello,

On Jan 5, 2008 10:31 AM, Andrew Morton <akpm@linux-foundation.org> wrote:
> On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak <kzak@redhat.com> wrote:
> >  The second util-linux-ng 2.13.1 release candidate is available at
> >
> >     ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
> >
>
> Interesting.  Thanks.  Which distros are using this, or plan to do so?
>
I have added util-linux-ng to the OpenEmbedded project a few days ago,
so any distro in there can switch over.

Regards,
-- 
Leon

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2
  2008-01-05  9:31 ` Andrew Morton
                     ` (6 preceding siblings ...)
  2008-01-05 20:59   ` Leon Woestenberg
@ 2008-01-06 15:27   ` Karel Zak
  2008-01-07  3:03   ` LaMont Jones
  8 siblings, 0 replies; 13+ messages in thread
From: Karel Zak @ 2008-01-06 15:27 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-fsdevel, util-linux-ng

On Sat, Jan 05, 2008 at 01:31:21AM -0800, Andrew Morton wrote:
> On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak <kzak@redhat.com> wrote:
> 
> > 
> > 
> >  The second util-linux-ng 2.13.1 release candidate is available at
> > 
> >     ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
> > 
> 
> Interesting.  Thanks.  Which distros are using this, or plan to do so?

 According to Mr.Google:

    Ubuntu, Debian, Mandriva, Gentoo, Fedora, Suse, Frugalware,
    Archlinux, ...

 Thanks to people from Debian, Gentoo, Suse, Red Hat and the others who
 actively help with util-linux-ng project in last year.

 $ git log --pretty=format:"%an" | sort -u | wc -l
 50

 ;-)

    Karel

-- 
 Karel Zak  <kzak@redhat.com>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2
  2008-01-05  9:31 ` Andrew Morton
                     ` (7 preceding siblings ...)
  2008-01-06 15:27   ` Karel Zak
@ 2008-01-07  3:03   ` LaMont Jones
  8 siblings, 0 replies; 13+ messages in thread
From: LaMont Jones @ 2008-01-07  3:03 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Karel Zak, linux-kernel, linux-fsdevel, util-linux-ng

On Sat, Jan 05, 2008 at 01:31:21AM -0800, Andrew Morton wrote:
> On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak <kzak@redhat.com> wrote:
> >  The second util-linux-ng 2.13.1 release candidate is available at
> >     ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
> Interesting.  Thanks.  Which distros are using this, or plan to do so?

Debian's 2.13-13 version is actually 2.13.1-rc2 (looking at
git://git.debian.org/~lamont/util-linux.git) minus the pofile
changes (plus some debian-local stuff), and has been in unstable
since 5 December 2007.  2.13~rc2-3 was the first non-experimental
upload (28 July 2007)

lamont

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-01-07  3:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-02 21:10 [ANNOUNCE] util-linux-ng 2.13.1-rc2 Karel Zak
2008-01-05  9:31 ` Andrew Morton
2008-01-05 13:13   ` Andrey Borzenkov
2008-01-05 14:51   ` Clemens Koller
2008-01-05 15:03     ` Samuel Thibault
2008-01-05 16:21       ` Mike Frysinger
2008-01-05 17:28   ` Gabriel C
2008-01-05 17:48   ` Jan Engelhardt
2008-01-05 18:01   ` Ismail Dönmez
2008-01-05 18:23   ` Josh Boyer
2008-01-05 20:59   ` Leon Woestenberg
2008-01-06 15:27   ` Karel Zak
2008-01-07  3:03   ` LaMont Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).