]> err.no Git - util-linux/log
util-linux
17 years agochangelog
LaMont Jones [Mon, 27 Aug 2007 15:39:10 +0000 (09:39 -0600)]
changelog

17 years agoMerge commit 'origin'
LaMont Jones [Mon, 27 Aug 2007 15:35:12 +0000 (09:35 -0600)]
Merge commit 'origin'

Conflicts:

schedutils/Makefile.am
sys-utils/setarch.c

17 years agodocs: update AUTHORS file
Karel Zak [Mon, 27 Aug 2007 13:37:05 +0000 (15:37 +0200)]
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agoRevert "mount: improve error message when helper program not present"
Karel Zak [Mon, 27 Aug 2007 11:16:08 +0000 (13:16 +0200)]
Revert "mount: improve error message when helper program not present"

This reverts commit f8988ebf89c65b624ee19c685d15cab6c77fd9df that
breaks new PO translation. The code is currently in "string freeze"
state. The patch will be applied to 2.14 and 2.13.1.

17 years agochangelog
LaMont Jones [Mon, 27 Aug 2007 09:43:47 +0000 (03:43 -0600)]
changelog

17 years agoRevert "umount: only call update_mtab if mtab_is_writable()."
LaMont Jones [Mon, 27 Aug 2007 09:37:33 +0000 (03:37 -0600)]
Revert "umount: only call update_mtab if mtab_is_writable()."

This reverts commit 4279d8b105d3dfcafcf6d190c8f6fd60a14eaece.

There is a check at the top of update_mtab() that makes this unnecessary.

17 years agochangelog
LaMont Jones [Sun, 26 Aug 2007 17:21:09 +0000 (11:21 -0600)]
changelog

17 years agopo: update sv.po (from translationproject.org)
Daniel Nylander [Mon, 27 Aug 2007 09:12:14 +0000 (11:12 +0200)]
po: update sv.po (from translationproject.org)

17 years agopo: update cs.po (from translationproject.org)
Petr Pisar [Mon, 27 Aug 2007 09:10:06 +0000 (11:10 +0200)]
po: update cs.po (from translationproject.org)

17 years agotaskset: check for existence of sched_getaffinity
Mike Frysinger [Sun, 26 Aug 2007 11:22:56 +0000 (07:22 -0400)]
taskset: check for existence of sched_getaffinity

Some architectures do no reliably provide sched_getaffinity, so make sure the
define exists before we try using it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17 years agosetarch: add parisc/parisc64 support
LaMont Jones [Tue, 21 Aug 2007 16:19:19 +0000 (10:19 -0600)]
setarch: add parisc/parisc64 support

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agomount: free loop device on failure
Sascha Sommer [Tue, 21 Aug 2007 13:13:43 +0000 (15:13 +0200)]
mount: free loop device on failure

Testcase:
$ mount -oloop /etc/group /mnt
ioctl: LOOP_CLR_FD: Device or resource busy
mount: you must specify the filesystem type
$ losetup /dev/loop0
/dev/loop0: [0803]:1931929 (/etc/group)

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
17 years agobuild: /usr/bin/rename needs to be an alternative. Closes: #439647
LaMont Jones [Sun, 26 Aug 2007 17:20:53 +0000 (11:20 -0600)]
build: /usr/bin/rename needs to be an alternative.  Closes: #439647

17 years agobuild: fdisk (and therefore the udebs) do not get built on m68k.
LaMont Jones [Sun, 26 Aug 2007 17:04:38 +0000 (11:04 -0600)]
build: fdisk (and therefore the udebs) do not get built on m68k.

17 years agodebian/rules: cleanup and support nostrip option
LaMont Jones [Sun, 26 Aug 2007 05:49:01 +0000 (23:49 -0600)]
debian/rules: cleanup and support nostrip option

17 years agocontrol: add vcs-* fields to source
LaMont Jones [Sun, 26 Aug 2007 04:33:30 +0000 (22:33 -0600)]
control: add vcs-* fields to source

17 years agometadata: reorder fields in debian/control
LaMont Jones [Sun, 26 Aug 2007 04:18:42 +0000 (22:18 -0600)]
metadata: reorder fields in debian/control

17 years agobuild: build-dep lsb-release
LaMont Jones [Sun, 26 Aug 2007 04:13:35 +0000 (22:13 -0600)]
build: build-dep lsb-release

17 years agotypo
LaMont Jones [Sun, 26 Aug 2007 03:46:22 +0000 (21:46 -0600)]
typo

17 years agochangelog
LaMont Jones [Sun, 26 Aug 2007 03:43:43 +0000 (21:43 -0600)]
changelog

17 years agobuild: switch back to libblkid-dev for Debian. Closes: #439617
LaMont Jones [Sun, 26 Aug 2007 03:38:50 +0000 (21:38 -0600)]
build: switch back to libblkid-dev for Debian.  Closes: #439617

17 years agotaskset: Don't deliver taskset on m68k.
LaMont Jones [Sun, 26 Aug 2007 03:12:54 +0000 (21:12 -0600)]
taskset: Don't deliver taskset on m68k.

m68k doesn't have SYS_sched_getaffinity and friends, so taskset not only
makes no sense, it fails to build.

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agoumount: only call update_mtab if mtab_is_writable().
LaMont Jones [Sun, 26 Aug 2007 02:27:42 +0000 (20:27 -0600)]
umount: only call update_mtab if mtab_is_writable().

There are several calls to update_mtab() which are not guarded by
mtab_is_writable().  Reported by: Daniel Jacobowitz <dan@debian.org>

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338803

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agobuild: finish replacing linux32
LaMont Jones [Sat, 25 Aug 2007 06:20:08 +0000 (00:20 -0600)]
build: finish replacing linux32

- put the man pages where it thinks they belong
- util-linux now Conflicts/Provides: linux32

17 years agosetarch: also deliver man page links for all the variants
LaMont Jones [Sat, 25 Aug 2007 06:13:04 +0000 (00:13 -0600)]
setarch: also deliver man page links for all the variants

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agobuild: convert to debhelper, deliver more stuff that was being built.
LaMont Jones [Sat, 25 Aug 2007 05:37:41 +0000 (23:37 -0600)]
build: convert to debhelper, deliver more stuff that was being built.

17 years agomount: avoid duplicates for root fs in mtab
Matthias Koenig [Fri, 24 Aug 2007 11:05:27 +0000 (13:05 +0200)]
mount: avoid duplicates for root fs in mtab

If the root fs is defined with LABEL or UUID in fstab, avoid
a duplicate entry in mtab when calling mount without existing
mtab.
A mount -f / creates two entries, one for LABEL and another
for the devicename, because canonicalize does not expand the
LABEL or UUID tags.

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
17 years agochangelog
LaMont Jones [Fri, 24 Aug 2007 07:10:35 +0000 (01:10 -0600)]
changelog

17 years agosetarch: Add SETARCH_LINKS for parisc, too.
LaMont Jones [Fri, 24 Aug 2007 07:09:53 +0000 (01:09 -0600)]
setarch: Add SETARCH_LINKS for parisc, too.

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agocontrol: extend package descriptions
Branden Robinson [Fri, 24 Aug 2007 06:41:51 +0000 (00:41 -0600)]
control: extend package descriptions

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agocytune.8: make the oneliner more specific the cyclades hw in question
Justin B Rye [Fri, 24 Aug 2007 06:36:24 +0000 (00:36 -0600)]
cytune.8: make the oneliner more specific the cyclades hw in question

See http://bugs.debian.org/375150

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agocopyright: document git repository location
LaMont Jones [Thu, 23 Aug 2007 14:13:42 +0000 (08:13 -0600)]
copyright: document git repository location

17 years agorelease 2.13~rc3-6
LaMont Jones [Tue, 21 Aug 2007 17:11:21 +0000 (11:11 -0600)]
release 2.13~rc3-6

17 years agoMerge commit 'd76ec69bd75e039ecc7eddaca265fc6a49e2a472'
LaMont Jones [Tue, 21 Aug 2007 16:47:19 +0000 (10:47 -0600)]
Merge commit 'd76ec69bd75e039ecc7eddaca265fc6a49e2a472'

Fixing setarch.

Conflicts:

sys-utils/setarch.c

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agosetarch: add parisc/parisc64 support
LaMont Jones [Tue, 21 Aug 2007 16:19:19 +0000 (10:19 -0600)]
setarch: add parisc/parisc64 support

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agochangelog
LaMont Jones [Tue, 21 Aug 2007 16:25:25 +0000 (10:25 -0600)]
changelog

17 years agobuild: deliver setarch
LaMont Jones [Tue, 21 Aug 2007 16:25:05 +0000 (10:25 -0600)]
build: deliver setarch

17 years agocopyright: migrate copyright changes from README.licensing
LaMont Jones [Tue, 21 Aug 2007 16:21:24 +0000 (10:21 -0600)]
copyright: migrate copyright changes from README.licensing

17 years agosetarch: add parisc/parisc64 support
LaMont Jones [Tue, 21 Aug 2007 16:19:19 +0000 (10:19 -0600)]
setarch: add parisc/parisc64 support

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agoMerge commit 'origin'
LaMont Jones [Tue, 21 Aug 2007 16:04:13 +0000 (10:04 -0600)]
Merge commit 'origin'

17 years agosetarch: cleanup licensing note
Karel Zak [Tue, 21 Aug 2007 08:52:02 +0000 (10:52 +0200)]
setarch: cleanup licensing note

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agodocs: update AUTHORS file
Karel Zak [Tue, 21 Aug 2007 08:32:41 +0000 (10:32 +0200)]
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agopo: update vi.po (from translationproject.org)
Phan Vinh Thinh [Tue, 21 Aug 2007 08:27:27 +0000 (10:27 +0200)]
po: update vi.po (from translationproject.org)

Signed-off-by: Phan Vinh Thinh <teppi82@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agopo: update nl.po (from translationproject.org)
Benno Schulenberg [Tue, 21 Aug 2007 08:25:25 +0000 (10:25 +0200)]
po: update nl.po (from translationproject.org)

Signed-off-by: Benno Schulenberg <benno@vertaalt.nl>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agosetarch: add __alpha__ support
Balint Cristian [Tue, 21 Aug 2007 08:00:58 +0000 (10:00 +0200)]
setarch: add __alpha__ support

Signed-off-by: Balint Cristian <cbalint@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agosetarch: add sparc32bash alias to keep compatibility with sparc32
Dennis Gilmore [Tue, 21 Aug 2007 07:55:28 +0000 (09:55 +0200)]
setarch: add sparc32bash alias to keep compatibility with sparc32

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agodocs: add DEPRECATED to EXTRA_DIST
Karel Zak [Mon, 20 Aug 2007 12:37:52 +0000 (14:37 +0200)]
docs: add DEPRECATED to EXTRA_DIST

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agometadata: Essential packages need to Pre-Depend on their libs.
LaMont Jones [Mon, 20 Aug 2007 12:05:11 +0000 (06:05 -0600)]
metadata: Essential packages need to Pre-Depend on their libs.

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agometadata: had multiple depends: lines
LaMont Jones [Sun, 19 Aug 2007 20:51:09 +0000 (14:51 -0600)]
metadata: had multiple depends: lines

17 years agoslang: switch back to slang2
LaMont Jones [Sun, 19 Aug 2007 19:11:58 +0000 (13:11 -0600)]
slang: switch back to slang2

17 years agochangelog
LaMont Jones [Sun, 19 Aug 2007 18:50:56 +0000 (12:50 -0600)]
changelog

17 years agohwclock.sh: correct message
LaMont Jones [Sun, 19 Aug 2007 18:50:48 +0000 (12:50 -0600)]
hwclock.sh: correct message

17 years agobuild: can't strip perl scripts.
LaMont Jones [Sun, 19 Aug 2007 18:41:39 +0000 (12:41 -0600)]
build: can't strip perl scripts.
build: deliver flock and flock.1.  Closes: #435272

17 years agosfdisk: allow partitioning drives of over 2^31 sectors.
Kunihiko IMAI [Sun, 19 Aug 2007 18:28:37 +0000 (12:28 -0600)]
sfdisk: allow partitioning drives of over 2^31 sectors.

sfdisk would incorrectly complain that there was no room when partitioning
a drive over 2^31 sectors in size.

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agochangelog
LaMont Jones [Sun, 19 Aug 2007 18:28:08 +0000 (12:28 -0600)]
changelog

17 years agobuild: Deliver the right scriptreplay. Closes: #438771
LaMont Jones [Sun, 19 Aug 2007 18:25:59 +0000 (12:25 -0600)]
build: Deliver the right scriptreplay.  Closes: #438771

17 years agochangelog
LaMont Jones [Sun, 19 Aug 2007 16:06:23 +0000 (10:06 -0600)]
changelog

17 years agodrop arch.1 man page as well.
LaMont Jones [Sun, 19 Aug 2007 16:06:16 +0000 (10:06 -0600)]
drop arch.1 man page as well.

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agodocs: fix BSD licence name in README.licensing
Karel Zak [Fri, 17 Aug 2007 11:02:03 +0000 (13:02 +0200)]
docs: fix BSD licence name in README.licensing

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agodocs: fix authorship of 8-bit cleanup agetty patch
Karel Zak [Fri, 17 Aug 2007 10:44:57 +0000 (12:44 +0200)]
docs: fix authorship of 8-bit cleanup agetty patch

The patch:

commit 6a4c63d9d90b24d770f887f8cd89fd20f8378267
Author: Moritz Muehlenhoff <jmm@inutil.org>
Date:   Thu Jul 19 00:29:13 2007 +0200

agetty: 8 bit characters on the Linux console lead to input
corruption

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
has been posted and committed with wrong "Author" field.

Sorry to Samuel Thibault who is original author of the patch.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agochangelog
LaMont Jones [Wed, 15 Aug 2007 20:22:57 +0000 (14:22 -0600)]
changelog

17 years agoMerge commit 'origin'
LaMont Jones [Wed, 15 Aug 2007 12:50:40 +0000 (06:50 -0600)]
Merge commit 'origin'

Conflicts:

schedutils/taskset.1

17 years agopo: update de.po (from translationproject.org)
Karel Zak [Wed, 15 Aug 2007 10:26:46 +0000 (12:26 +0200)]
po: update de.po (from translationproject.org)

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agodocs: add note about http://translationproject.org
Karel Zak [Wed, 15 Aug 2007 10:10:13 +0000 (12:10 +0200)]
docs: add note about http://translationproject.org

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agoman-pages: cleanup of chrt.1 and taskset.1
LaMont Jones [Tue, 14 Aug 2007 13:28:14 +0000 (07:28 -0600)]
man-pages: cleanup of chrt.1 and taskset.1

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agomount: improve error message when helper program not present
LaMont Jones [Thu, 9 Aug 2007 19:37:22 +0000 (13:37 -0600)]
mount: improve error message when helper program not present

"missing codepage" is a bit confusing to many people, so include
"helper program" in the error message when we fail to mount something.

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agochangelog, and fix rules check for distro
LaMont Jones [Wed, 15 Aug 2007 06:17:40 +0000 (00:17 -0600)]
changelog, and fix rules check for distro

17 years agomount: Use Breaks: control file syntax where possible, instead of preinst.
LaMont Jones [Wed, 15 Aug 2007 06:15:31 +0000 (00:15 -0600)]
mount: Use Breaks: control file syntax where possible, instead of preinst.

17 years agofinish merge from ubuntu-v2.13 to master, release
LaMont Jones [Tue, 14 Aug 2007 18:59:44 +0000 (12:59 -0600)]
finish merge from ubuntu-v2.13 to master, release

build: merge ubuntu and debian trees, do the right thing at build time
And yes, udev versions differ, so ubuntu's build-depends are a tad broken.  bummer.

control: Depend, not Pre-Depend.  Transition to libc5 is _LONG_ over.

17 years agoMerge branch 'master' into ubuntu-v2.13
LaMont Jones [Tue, 14 Aug 2007 18:32:46 +0000 (12:32 -0600)]
Merge branch 'master' into ubuntu-v2.13

17 years agochangelog
LaMont Jones [Tue, 14 Aug 2007 18:24:55 +0000 (12:24 -0600)]
changelog

17 years agocopyright: reflect README.licensing
LaMont Jones [Tue, 14 Aug 2007 18:24:40 +0000 (12:24 -0600)]
copyright: reflect README.licensing

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agoMerge commit 'origin'
LaMont Jones [Tue, 14 Aug 2007 15:54:08 +0000 (09:54 -0600)]
Merge commit 'origin'

17 years agochangelog
LaMont Jones [Tue, 14 Aug 2007 13:46:11 +0000 (07:46 -0600)]
changelog

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agomanpages: cleanup of chrt.1 and taskset.1
LaMont Jones [Tue, 14 Aug 2007 13:28:14 +0000 (07:28 -0600)]
manpages: cleanup of chrt.1 and taskset.1

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agopo: gettextizing some overlooked messages.
Benno Schulenberg [Sun, 12 Aug 2007 09:48:34 +0000 (11:48 +0200)]
po: gettextizing some overlooked messages.

Gettextize three new strings, make two strings indentical to two others,
and gettextize three strings that are already gettextized elsewhere.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agobuild-sys: add --disable-makeinstall-chown
Karel Zak [Tue, 14 Aug 2007 12:32:45 +0000 (14:32 +0200)]
build-sys: add --disable-makeinstall-chown

A chown-like operations are unexpected when you execute "make install"
as non-root user. For example RPM defines owner+permissions in .spec
file -- you needn't to use root account to create useful RPM package.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agodocs: add README.licensing
Karel Zak [Tue, 14 Aug 2007 10:27:55 +0000 (12:27 +0200)]
docs: add README.licensing

There is not only one unique license for all code in utl-linux-ng. We
have mix of utils with Public Domain, BSD, GPLv2 or GPLv2+. This thing
should be more transparent to avoid misunderstanding.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agotests: fix ULONG_MAX usage on 32bit machines
Karel Zak [Tue, 14 Aug 2007 10:05:29 +0000 (12:05 +0200)]
tests: fix ULONG_MAX usage on 32bit machines

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agochsh: don't use empty shell field in /etc/passwd
Karel Zak [Tue, 14 Aug 2007 10:04:09 +0000 (12:04 +0200)]
chsh: don't use empty shell field in /etc/passwd

chsh(1) uses empty shell setting (pw->pw_shell="") as a synonym for
/bin/sh. This convention is silly and unnecessary. (The vsftpd server
will not run if the shell assigned to user "ftp" is a null string --
according to bug rh#103004).

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agomore: fix underlining for multibyte chars
Karel Zak [Tue, 14 Aug 2007 09:51:19 +0000 (11:51 +0200)]
more: fix underlining for multibyte chars

Try:
$ printf "aaa _\bŽ_\bŽ_\bŽ bbb\n" | more
aaa ŽŽŽ bbb

(ŽŽŽ has to be three underlined chars on terminal).

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agologin: replace /usr/spool/mail with /var/spool/main in man page
Karel Zak [Tue, 14 Aug 2007 08:58:57 +0000 (10:58 +0200)]
login: replace /usr/spool/mail with /var/spool/main in man page

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agoMerge branch 'master' into ubuntu-v2.13
LaMont Jones [Thu, 9 Aug 2007 22:00:25 +0000 (16:00 -0600)]
Merge branch 'master' into ubuntu-v2.13

Conflicts:

debian/changelog

17 years agochangelog
LaMont Jones [Thu, 9 Aug 2007 19:49:52 +0000 (13:49 -0600)]
changelog

17 years agohwclock.sh: only report hwclock updated if we did that. Closes: #436873
LaMont Jones [Thu, 9 Aug 2007 19:49:24 +0000 (13:49 -0600)]
hwclock.sh: only report hwclock updated if we did that.  Closes: #436873

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agomount: improve error message when helper program not present
LaMont Jones [Thu, 9 Aug 2007 19:37:22 +0000 (13:37 -0600)]
mount: improve error message when helper program not present

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agobuild: add lpia support back in
LaMont Jones [Thu, 9 Aug 2007 14:48:53 +0000 (08:48 -0600)]
build: add lpia support back in

17 years agobuild: add lpia support back in
LaMont Jones [Thu, 9 Aug 2007 14:48:53 +0000 (08:48 -0600)]
build: add lpia support back in

17 years agoMerge branch 'master' into ubuntu-v2.13
LaMont Jones [Wed, 8 Aug 2007 19:46:38 +0000 (13:46 -0600)]
Merge branch 'master' into ubuntu-v2.13

fix hurd-i386 build-depends

Conflicts:

debian/control

17 years agobuild: no libselinux on hurd-i386 either
LaMont Jones [Wed, 8 Aug 2007 19:35:14 +0000 (13:35 -0600)]
build: no libselinux on hurd-i386 either

17 years agoMerge branch 'master' into ubuntu-v2.13
LaMont Jones [Wed, 8 Aug 2007 19:22:37 +0000 (13:22 -0600)]
Merge branch 'master' into ubuntu-v2.13

Conflicts:

debian/changelog

17 years agomount: suggest rather than recommend nfs-common
LaMont Jones [Wed, 8 Aug 2007 19:18:23 +0000 (13:18 -0600)]
mount: suggest rather than recommend nfs-common

17 years agoMerge branch 'master' into ubuntu-v2.13
LaMont Jones [Wed, 8 Aug 2007 17:58:04 +0000 (11:58 -0600)]
Merge branch 'master' into ubuntu-v2.13

Conflicts:

debian/changelog

17 years agochangelog
LaMont Jones [Wed, 8 Aug 2007 17:54:07 +0000 (11:54 -0600)]
changelog

17 years agoMerge commit 'origin'
LaMont Jones [Wed, 8 Aug 2007 17:47:10 +0000 (11:47 -0600)]
Merge commit 'origin'

Conflicts:

configure.ac

17 years agotests: add warning "For development purpose only."
Karel Zak [Tue, 7 Aug 2007 22:42:29 +0000 (00:42 +0200)]
tests: add warning "For development purpose only."

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agobuild-sys: release++
Karel Zak [Tue, 7 Aug 2007 22:15:52 +0000 (00:15 +0200)]
build-sys: release++

Increment release number to v2.13-rc3.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agodocs: update AUTHORS file
Karel Zak [Tue, 7 Aug 2007 22:13:54 +0000 (00:13 +0200)]
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agodocs: update ReleaseNotes
Karel Zak [Tue, 7 Aug 2007 22:07:57 +0000 (00:07 +0200)]
docs: update ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agopo: update po/ stuff
Karel Zak [Tue, 7 Aug 2007 21:34:52 +0000 (23:34 +0200)]
po: update po/ stuff

Signed-off-by: Karel Zak <kzak@redhat.com>