[Parted-commits] GNU Parted Official Repository: Changes to 'stable-1.8.x'

David Cantrell dcantrell-guest at alioth.debian.org
Tue Mar 20 05:09:11 CET 2007


 .gitignore                        |    2 +-
 NEWS                              |   22 +++++++++++++++++++
 bootstrap                         |   29 ++++++++++++-------------
 configure.ac                      |   12 ++--------
 doc/po4a.mk                       |   17 ++++++++-------
 include/parted/Makefile.am        |    9 +------
 include/parted/disk.h             |   34 +++++++++++++++++------------
 include/parted/fdasd.h            |    2 +
 libparted/arch/linux.c            |   42 ++++++++++--------------------------
 libparted/labels/Makefile.am      |   10 ++------
 libparted/labels/dasd.c           |    5 ++++
 libparted/labels/fdasd.c          |    5 ++++
 libparted/labels/vtoc.c           |    5 ++++
 parted.lsm                        |    6 ++--
 scripts/release/tarball_upload.sh |    1 +
 15 files changed, 107 insertions(+), 94 deletions(-)

New commits:
commit 818404016bddbc929b8165106fa45897bb4a121b
Author: David Cantrell <dcantrell at redhat.com>
Date:   Tue Mar 20 00:09:08 2007 -0400

    Updated file sizes.

commit 1f1c4e94bc2e3994cd8a42d1fcb42f9c3e8250f0
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 22:40:15 2007 -0400

    Update NEWS for 1.8.5.

commit 39ff688b9a3b7d20288373c53d4927e431ee6d48
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 17:26:39 2007 -0400

    Update for version 1.8.5.

commit b8dab26e6d815a86a4cb9b33c4f1a64b51ab1dcc
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 17:25:29 2007 -0400

    wget lies, cheats, and steals.  Use curl to download PO files instead.

commit cb63e683259f9425f8f4949287316503cf929467
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 14:30:27 2007 -0400

    Updated NEWS file for 1.8.4.

commit 028f3b3d8f7ba29bca6117d897faf25fef54c2a7
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 14:20:52 2007 -0400

    Remove GNU make-specific things from po4a.mk.

commit 6e1bad8c99e2a5db61dcb8ad3c8c2ef1ef3dffb8
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 14:02:00 2007 -0400

    Update.

commit c26019b8fdd8fdb2c5f5d4b9978b153f3eced8f8
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 14:01:46 2007 -0400

    Conditionalize the System Z stuff correctly.  We get headers installed on non-System Z platforms, but the code only compiles on that platform.

commit b07405d594cf3110ecf01086819e33924dc16f8f
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 11:22:22 2007 -0400

    Added a section for version 1.8.4 (it's only a minor bug fix release).

commit 82bd95c127e699ea46d83d0ef983bd1bbeddb241
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 11:22:06 2007 -0400

    Update to 1.8.4 for the version number.

commit 26522f85f7f9b03a1273b73bf17cc035ad0d74b2
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 11:20:55 2007 -0400

    Remove the COMPILE_FOR_S390 flag-setting stuff.  It wasn't correct anyway.  Take a kernel-style approach and check uname -m to see if we are on s390.  If so, we build for zSeries.  Otherwise we do not.

commit d5186c9ce91f43e1302a0e3b4edcee08578cac2c
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 11:19:27 2007 -0400

    Include vtoc.h for the format1_label_t typedef.

commit b222813d2c6bd2d48b5c208b0f98ec1c7ddd23c6
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 11:12:11 2007 -0400

    Remove some unused variables, check the return values from fgets() and asprintf(), and remove the unused _dm_remove_map() function.

commit 39b8326cd8d2f720246e30567558860a89afdc13
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 11:10:38 2007 -0400

    Check for tgetent() in libtinfo as well as ncurses, curses, termcap, and termlib.

commit f6ad5d645eb0c41fc55cb52ad901f5661135d29d
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 11:09:25 2007 -0400

    Fix for compile problems with gcc-4.1.2 as indicated here:
    http://lists.gnu.org/archive/html/bug-parted/2007-03/msg00008.html

commit cba88be73e1323cd5ab101eab717a9b56dcacfbf
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Mar 19 10:43:56 2007 -0400

    Sleep for one second after uploading a file to ftp-upload.gnu.org.  Seems transactions need to be spaced out a bit otherwise the server will reject files.




More information about the Parted-commits mailing list