[parted-devel] GNU Parted Official Repository: Changes to 'refs/remotes/origin/stable-1.8.x'

Leslie P. Polzer dejari-guest at alioth.debian.org
Sat Dec 9 19:59:29 CET 2006


Rebased ref, commits from common ancestor:
commit 612acebd4f5c19797e258c47a16bebe9abcded65
Author: Leslie P. Polzer <polzer at gnu.org>
Date:   Sat Dec 9 10:51:43 2006 +0100

    Release script: cannot call "return" from top level;  replaced with "exit".

commit 4005d75a05b7d043c285479f73fbb9cecfd92b70
Author: Debarshi Ray <rishi at gnu.org>
Date:   Fri Dec 8 00:51:06 2006 +0530

    Zero sized device is shown as 0.00B and not -0.00kB.

commit 53195acd3d8ce1af9188a68a179955cf8e35a938
Author: Otavio Salvador <otavio at debian.org>
Date:   Wed Dec 6 23:33:52 2006 -0200

    libparted/exception.c: Dynamically allow space of exception message.

commit 14ff7f8e10ea3034f35c96ec9050561697204f3a
Author: Otavio Salvador <otavio at debian.org>
Date:   Wed Dec 6 22:44:40 2006 -0200

    Output a backtrace when catching SEGV_MAPERR or a general SIGSEGV signals.

commit 38d2355c2d2550aa0e70a2c8d7df49e8286f7d49
Author: Debarshi Ray <rishi at gnu.org>
Date:   Thu Dec 7 07:31:39 2006 +0530

    Implement 'print devices'.

commit e4777a8008ef2689451c3e6cd07bd041e6f14f8c
Author: Benno Schulenberg <bensberg at justemail.net>
Date:   Wed Dec 6 00:00:04 2006 +0100

    Add a missing space, and quotes for consistencey

commit efe6c7cbe0a6bf397d8a71e38462d93b951b87f9
Author: Benno Schulenberg <bensberg at justemail.net>
Date:   Wed Dec 6 00:00:03 2006 +0100

    Translate the copyright message, and hard wrap it

commit bba602738804241613ea21cd48899beab78d3ab8
Author: Otavio Salvador <otavio at debian.org>
Date:   Tue Dec 5 14:12:24 2006 -0200

    parted/parted.c: Remove useless line break

commit b885ee06b10912c6bfa7e788050c5a2f7476150e
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Sun Dec 3 22:21:12 2006 -0500

    Fix the upload script to correctly reference the sig files.

commit 2f78207a075556057410ab0549e2d76c84c3f540
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Sun Dec 3 20:29:24 2006 -0500

    Remove ChangeLog, doc/mdate-sh, and doc/texinfo.tex which are all unmanaged files now since they are automatically generated at release time.

commit b129e24751b2aaf74e711391841981bdf8272881
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Sun Dec 3 20:28:34 2006 -0500

    Generate a ChangeLog before running the autogen tools since we need a file called 'ChangeLog' to exist when running those tools.

commit ae5858d4ea8a90578be9aca4bd2b11f32f467056
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Sun Dec 3 18:42:05 2006 -0500

    Updated NEWS file for the 1.8.1 release.

commit 475b9e4e6a26097c1b31aa04a5f66e49eed8e205
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Sun Dec 3 18:36:49 2006 -0500

    Pass git changelog through 'fold -s' to wrap long lines.

commit 3c2427a7c6441def3d1e779073e88b70dc3d16f0
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Sun Dec 3 18:22:44 2006 -0500

    Added the --enable-selinux switch for the configure script.  If set, it will add -lselinux and -lsepol to the list of libraries to link with.

commit 1a3c4bd246942bd3bafe90c3d28409417fa34776
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Sun Dec 3 18:18:14 2006 -0500

    Rename all old ChangeLog files to ChangeLog.0 since we are using git to store changelog info now.

commit 35a96a5c4ea86b3e6ec88ce097440ad351d716db
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Sun Dec 3 18:08:00 2006 -0500

    Check for git before running.  Generate a ChangeLog file when making the archive.

commit de275c913158391667998f082b70e5c1eac75e7c
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Sun Dec 3 17:55:18 2006 -0500

    Disable ext2fs resizing, tell user to run resize2fs instead.

commit 07712ab07a5beddf8b8c2e7fd7238d42cb174dd1
Author: Leslie P. Polzer <polzer at gnu.org>
Date:   Sat Dec 2 21:43:02 2006 +0100

    Updated URL of static parted in docs.

commit 7b4eca1969473423aa604d2b56705ac5fbc80e84
Author: Debarshi Ray <rishi at gnu.org>
Date:   Thu Nov 30 08:09:08 2006 +0530

    Cleanup _partition_warn_busy, _disk_warn_busy, _partition_warn_loss and _disk_warn_loss.

commit d6dda771b80bb99a88c636056393420202488a47
Author: Otavio Salvador <otavio at debian.org>
Date:   Tue Nov 28 22:26:50 2006 -0200

    Proper print when there're no extended partitions, but partition names (patch from Sven Luther)

commit 1dc978b56644a2ac54bab87b29aee04f72c6bd65
Author: Otavio Salvador <otavio at debian.org>
Date:   Tue Nov 28 17:36:03 2006 -0200

    libparted/arch/linux.c: initialize task point to please GCC

commit cc3d9b962e8a0746a483437f033c43851a49850e
Author: Otavio Salvador <otavio at debian.org>
Date:   Tue Nov 28 17:35:00 2006 -0200

    Don't enforce libselinux and libsepol linking when using device-mapper support

commit 9fe3e315603f469f86234602f65e2e397950e486
Author: Debarshi Ray <rishi at gnu.org>
Date:   Wed Nov 29 03:43:05 2006 +0530

    Warn before mklabel and mkfs.

commit fd2b4a0babaa3592911c521be8bf4432f075f3bf
Author: Debarshi Ray <rishi at gnu.org>
Date:   Wed Nov 29 00:10:04 2006 +0530

    Make mktable aliased to mklabel.

commit 8399d4a3db801cfabe33baf55b040072dc365a51
Author: Otavio Salvador <otavio at debian.org>
Date:   Mon Nov 27 22:06:20 2006 -0200

    Fix 'print' command help
    
    'print' command help was missing a new line at end and then breaking
    the help printing.

commit 9f5a84848538a4a2241fe6330087e33353bf0ba6
Author: Otavio Salvador <otavio at debian.org>
Date:   Sun Nov 26 23:12:46 2006 -0200

    When doing the version change to 1.8.1 on 2a04be3... miss ABI and API age change

commit fda01e47290b9b7a576d46602447c209e22733a4
Author: Leslie P. Polzer <polzer at gnu.org>
Date:   Mon Nov 27 17:59:14 2006 +0100

    Updated translations.

commit fe82ffd5d1f8f7f812fdc2115e692e95ec9ec56e
Author: Otavio Salvador <otavio at debian.org>
Date:   Sun Nov 26 22:47:11 2006 -0200

    Remove doc/mdate-sh and doc/texinfo.tex since they are included when we run autogen.sh

commit c684f76459b100b081480d98bb92eef7617a9425
Author: Anant Narayanan <anant at kix.in>
Date:   Thu Nov 23 13:46:13 2006 +0530

    Introduce the -list command-line switch, patch by Debarshi Ray

commit 668c81c570c5f30dc4afd5b90d2a3569f39c16f3
Author: Otavio Salvador <otavio at debian.org>
Date:   Wed Nov 22 18:38:59 2006 -0200

    Avoid warning about user permissions when using --version

commit c61a488f24cc309c876e5a34add8390a7da9bedc
Author: Otavio Salvador <otavio at debian.org>
Date:   Wed Nov 22 18:22:39 2006 -0200

    parted/parted.c: Remove redeclaration of current_dev fixing a compilation error

commit 1ec0ac52594d9ed9785ac0e5ef37044ccdc16722
Author: Anant <anant at theghost.(none)>
Date:   Thu Nov 23 01:12:04 2006 +0530

    Fix loop in print_all, thanks to Debarshi Ray for the patch.

commit 0c64a331ec5d3b2ef31b73546634e0f9cf750825
Author: Otavio Salvador <otavio at debian.org>
Date:   Wed Nov 22 15:40:44 2006 -0200

    Readd the 'return 0;' to please GCC
    
    The commit d000de8f062ce070d5310f164ebf4f5ed26fcad0 included a
    compilation warning that makes sense when Parted is built without
    debugging. To solve the warning and ensure that when running without
    debugging we return a sinsible value I've reverted
    d000de8f062ce070d5310f164ebf4f5ed26fcad0 change and added a nice
    comment to avoid misunderstandings again.

commit 2a04be3faa691bb65f0f9c3e8e7908d32a2f674b
Author: Otavio Salvador <otavio at debian.org>
Date:   Tue Nov 21 12:38:17 2006 -0200

    Change version to 1.8.1




More information about the parted-devel mailing list