[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
parted-3.0 released [stable]
From: |
Jim Meyering |
Subject: |
parted-3.0 released [stable] |
Date: |
Mon, 30 May 2011 14:23:23 +0200 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
This is to announce parted-3.0, a release that removes
the deprecated file-system-manipulation capabilities.
See the NEWS below for a summary of noteworthy changes.
Here is Parted's home page:
http://www.gnu.org/software/parted/
For a summary of all changes and contributors, see:
http://git.debian.org/?p=parted/parted.git;a=shortlog;h=v3.0
or run this command from a git-cloned parted directory:
git shortlog v2.4..v3.0
To summarize the gnulib-related changes, run these commands
from a git-cloned parted directory:
git checkout v3.0
git submodule summary v2.4
Here are the compressed sources:
ftp://ftp.gnu.org/gnu/parted/parted-3.0.tar.gz (2.8MB)
ftp://ftp.gnu.org/gnu/parted/parted-3.0.tar.xz (1.4MB)
Here are the GPG detached signatures[*]:
ftp://ftp.gnu.org/gnu/parted/parted-3.0.tar.gz.sig
ftp://ftp.gnu.org/gnu/parted/parted-3.0.tar.xz.sig
To reduce load on the main server, use a mirror listed at:
http://www.gnu.org/order/ftp.html
[*] You can use either of the above signature files to verify that
the corresponding file (without the .sig suffix) is intact. First,
be sure to download both the .sig file and the corresponding tarball.
Then, run a command like this:
gpg --verify parted-3.0.tar.gz.sig
If that command fails because you don't have the required public key,
then run this command to import it:
gpg --keyserver keys.gnupg.net --recv-keys 000BEEEE
and rerun the `gpg --verify' command.
This release was bootstrapped with the following tools:
Autoconf 2.68.68-2105
Automake 1.11a
Gettext 0.18.1
Gnulib v0.0-5386-g3532d15
Gperf 3.0.4
NEWS
* Noteworthy changes in release 3.0 (2011-05-30) [stable]
** Bug fixes
Fix numerous small leaks in both the library and the UI.
** Changes in behavior
Remove all FS-related (file system-related) sub-commands; these commands
are no longer recognized because they were all dependent on parted "knowing"
too much about file system: mkpartfs, mkfs, cp, move, check, resize.
This change removes not just the user interface bits, but also the
library functions and nearly all of the underlying FS-munging code.
The code embedded in Parted by which it knew about those file systems
was so old, unmaintainable and buggy that while seemingly drastic,
this change is like removing a gangrenous toe.
Here is the list of removed functions:
ped_file_system_clobber
ped_file_system_open
ped_file_system_create
ped_file_system_close
ped_file_system_check
ped_file_system_copy
ped_file_system_resize
ped_file_system_get_create_constraint
ped_file_system_get_resize_constraint
ped_file_system_get_copy_constraint
This change also removes the corresponding function members
from "struct _PedFileSystemOps":
clobber open create close check copy resize get_create_constraint
get_resize_constraint get_copy_constraint
- -----
also posted as: https://savannah.gnu.org/forum/forum.php?forum_id=6837
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJN44vwAAoJEH/Z/MsAC+7uD7sQAJJ7u0LdZjfbV7z8kz+yFokb
OjmIA70TW+K2dhUlm+7hJWGD9HxUOtwv//8L/4JfC15OHqa7JTQAc4mEwUlYT4Su
NAO26JwMBydFLftKX2UxPYXU1u8dzkTKdXagUcCc6E1PncoEFKGgCq9GY7+89A4C
eC0U4amVEEGOzdAzyhXsiDorQ4dtOWhrbBvOfEonlKaGTu+reXzDEzQ41cj2hO1Y
N8VSJ4FriC6/ZGuxQ8pMTwb9qWIN/9PJlrjnpgTIALofRB0ihhuDUwmmUK/7fQKN
wK6D2soAicRlm7VclVo6o07HWDZ6xzqJvRLaayrWXJUd6yNBunB9BGMVpq3m62zu
qLE3Lo+Lutddkiku0eP3JVKjTmkTPBlCVBbRIusJEhfRrLt3D1X8fKlirV7eGOUf
ftfQe62237UhWS6UBQstNi23EmE/osNiLUxKLfOy9+pMh2zv7GEiqLbxOXKnakgD
QSlE4l1OSdyA47bShlsS2gVsCTkcCAxCoq2F2qccTuPraqG3dNPbBIbRz0WHPYs/
opUrY1yCHnHTSj0mgPP2Fj2WMISgz5c3Uvs9cN/2xRqJ/hKZvMfMh5OO1lrx56lJ
km47PT7JEjPh/OMX4pGPOAn5zCgCtxffM//uiSMORl8C8X8sJgAMyHoaxbV8cDvO
HmprtU9TxZI6TV6YCEwg
=aVxD
-----END PGP SIGNATURE-----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- parted-3.0 released [stable],
Jim Meyering <=