summaryrefslogtreecommitdiff
path: root/ChangeLog.0
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-05 19:22:39 +0100
committerJim Meyering <meyering@redhat.com>2009-03-05 20:45:57 +0100
commit099eaa4acd0d8ca10ec48f67c13382ffb556b703 (patch)
tree258d566cf610167d1433f3e7431bc1ed7b520c9d /ChangeLog.0
parentbcc72af3370b9511351b451e3c96c8375346ff7c (diff)
downloadparted-099eaa4acd0d8ca10ec48f67c13382ffb556b703.tar.gz
remove all trailing blanks
...by running these commands: t=$'\t' git grep -l "[ $t]\$"|xargs perl -pi -e 's/[ \t]+$//'
Diffstat (limited to 'ChangeLog.0')
-rw-r--r--ChangeLog.082
1 files changed, 41 insertions, 41 deletions
diff --git a/ChangeLog.0 b/ChangeLog.0
index e23f547..237776b 100644
--- a/ChangeLog.0
+++ b/ChangeLog.0
@@ -12,13 +12,13 @@ See libparted/ChangeLog and parted/ChangeLog.
* ltmain.sh, m4/*, po/Makefile.in.in, po/Rules-quot: those files
has been removed since them are autogenerated or installed by
autogen.sh.
-
+
* configure.ac: add -rdynamic on CFLAGS.
-
+
2006-11-08 Otavio Salvador <otavio@debian.org>
* doc/C/parted.8: small documentation simplification.
-
+
2006-10-11 David Cantrell <dcantrell@redhat.com>
* include/parted/device.h: Add PED_DEVICE_DM if device-mapper is
enabled.
@@ -76,16 +76,16 @@ See libparted/ChangeLog and parted/ChangeLog.
2006-05-21 Otavio Salvador <otavio@debian.org>
* doc/*: add suport to use po4a to translate the manpages.
-
+
2006-05-18 Otavio Salvador <otavio@debian.org>
* Makefile.am: add scripts and data need for abi checking. It'll
be used to avoid ABI broken packages;
improve logic to detect ABI brokeness;
-
+
2006-05-08 Otavio Salvador <otavio@debian.org>
* doc/parted.texi: Rephrase some parted documentation based on
patches sent to Debian.
-
+
2006-04-26 Otavio Salvador <otavio@debian.org>
* po/it.po: Update Italian translation. Thanks to Giuseppe Sacco
<giuseppe@eppesuigoccas.homedns.org> for the po file.
@@ -96,7 +96,7 @@ See libparted/ChangeLog and parted/ChangeLog.
* scripts/data/abi/baseline_symbols.txt: First version of our
controled symbols.
-
+
2006-03-13 Ithamar Adema <ithamar@unet.nl>
* configure.ac, libparted/Makefile.am, libparted/libparted.c,
libparted/arch/beos.c, include/parted/beos.h: Added
@@ -107,7 +107,7 @@ See libparted/ChangeLog and parted/ChangeLog.
* libparted/fs/hfs/hfs.c, libparted/fs/xfs/xfs.c, libparted/fs/jfs/jfs.c,
libparted/fs/reiserfs/reiserfs.c, libparted/fs/linux_swap/linux_swap.c,
- libparted/fs/ntfs/ntfs.c, libparted/fs/ufs/ufs.c,
+ libparted/fs/ntfs/ntfs.c, libparted/fs/ufs/ufs.c,
libparted/fs/amiga/affs.c: Explicit block_sizes initialization in
PedFileSystemType declarations (needed to satisfy gcc2 compiler).
@@ -176,29 +176,29 @@ See libparted/ChangeLog and parted/ChangeLog.
2006-01-11 Leslie Polzer <leslie.polzer@gmx.net>
* libparted/fs/Makefile.am: removed BFS until it is ready.
-
+
* include/parted/parted.h: added ped_calloc prototype.
-
+
* libparted/arch/linux.c (struct hd_driveid): added ATAPI/ATA7 words
106, 117, 118.
2006-01-02 Leslie Polzer <leslie.polzer@gmx.net>
* libparted/labels/gpt.c (pth_free): fixed assertion's return statement.
-
- * libparted/libparted.c (ped_calloc): added.
+
+ * libparted/libparted.c (ped_calloc): added.
2005-12-25 Harley D. Eades III <hde@foobar-qux.org>
* libparted/labels/gpt.c (pth_free): New function.
-* libparted/labels/gpt.c (gpt_probe): Added a call to pth_free().
-* libparted/labels/gpt.c (gpt_clobber): Now calls pth_free() on gpt
- before returning and calls pth_free() on error_free_with_gpt instead
+* libparted/labels/gpt.c (gpt_probe): Added a call to pth_free().
+* libparted/labels/gpt.c (gpt_clobber): Now calls pth_free() on gpt
+ before returning and calls pth_free() on error_free_with_gpt instead
of ped_free().
2005-12-25 Harley D. Eades III <hde@foobar-qux.org>
* libparted/labels/gpt.c (pth_free): New function.
-* libparted/labels/gpt.c (gpt_probe): Added a call to pth_free().
-* libparted/labels/gpt.c (gpt_clobber): Now calls pth_free() on gpt
- before returning and calls pth_free() on error_free_with_gpt instead
+* libparted/labels/gpt.c (gpt_probe): Added a call to pth_free().
+* libparted/labels/gpt.c (gpt_clobber): Now calls pth_free() on gpt
+ before returning and calls pth_free() on error_free_with_gpt instead
of ped_free().
2005-12-25 Leslie Polzer <leslie.polzer@gmx.net>
@@ -223,7 +223,7 @@ See libparted/ChangeLog and parted/ChangeLog.
* libparted/labels/gpt.c (struct _GuidPartitionEntryAttributes_t):
added fallback structure for non-GCC compilers (with #warning).
-2005-12-25 Leslie Polzer <leslie.polzer@gmx.net>
+2005-12-25 Leslie Polzer <leslie.polzer@gmx.net>
* include/parted/debug.h: made PED_DEBUG a function if GCC is not being
used (which means the compiler might not support C99, where variadic
macros were introduced).
@@ -270,7 +270,7 @@ See libparted/ChangeLog and parted/ChangeLog.
whether it makes sense to use this command in non-interactive mode.
* parted/command.h, parted/command.h: changed signature and body of
command_create to match new field 'non_interactive'.
-* parted/ui.c (non_interactive_mode): honor 'non_interactive' field.
+* parted/ui.c (non_interactive_mode): honor 'non_interactive' field.
* parted/parted.c (do_print): removed display of start (should be always
equal to zero).
* parted/parted.c (do_print): changed some wordings.
@@ -349,7 +349,7 @@ See libparted/ChangeLog and parted/ChangeLog.
2005-11-10 Leslie Polzer <leslie.polzer@gmx.net>
* include/parted/debug.h: added 'PedDebugHandler' type.
-* include/parted/debug.h: added 'PED_DEBUG' macro.
+* include/parted/debug.h: added 'PED_DEBUG' macro.
* include/parted/debug.h, include/parted/debug.c: added ped_debug
and ped_debug_set_handler.
* include/parted/debug.h: added some documentation.
@@ -358,7 +358,7 @@ See libparted/ChangeLog and parted/ChangeLog.
* libparted/disk_amiga.c: replaced 'dev->sector_size' with
'PED_SECTOR_SIZE_DEFAULT' (first see whether Amiga PTs support bs != 512).
* libparted/linux.c (init_generic): replaced dev->sector_size with
- 'PED_SECTOR_SIZE_DEFAULT' (non-initialized).
+ 'PED_SECTOR_SIZE_DEFAULT' (non-initialized).
* libparted/linux.c (_device_probe_geometry): make cylinder size calculation
right.
* libparted/debug.c (ped_debug): calls 'debug_handler' now instead of
@@ -417,10 +417,10 @@ See libparted/ChangeLog and parted/ChangeLog.
* libparted/linux.c (_device_probe_geometry): calls 'device_set_sector_size'
now.
* libparted/linux.c (init_ide): added stub for setup of
- 'PedDevice.phys_sector_size'.
-* libparted/linux.c (_blkpg_add_partition): added assertion for 'disk'.
+ 'PedDevice.phys_sector_size'.
+* libparted/linux.c (_blkpg_add_partition): added assertion for 'disk'.
* doc/parted.texi (Related Software and Info): updated URLs for 'yaboot'
- and 'ybin'.
+ and 'ybin'.
* doc/parted.texi (Related Software and Info): parted@gnu.org ->
bug-parted@gnu.org.
* doc/parted.texi (unit): corrected note on sector size.
@@ -481,7 +481,7 @@ See libparted/ChangeLog and parted/ChangeLog.
2005-10-03 Otavio Salvador <otavio@debian.org>
* po/es.po: updated
-
+
2005-10-03 Guillaume Knispel <k_guillaume@libertysurf.fr>
Applied patch from Colin Watson <cjwatson@debian.org>:
* libparted/linux.c (_device_get_part_path): check for devfs-style /disc
@@ -567,7 +567,7 @@ CHANGE SUMMARY:
* libparted/fs_hfs/Makefile.am: journal.c and journal.h added.
* libparted/fs_hfs/cache.h: new tags for journal info block (CR_BTREE_CAT_JIB)
and journal (CR_BTREE_CAT_JL)
-* libparted/fs_hfs/hfs.h: journal structs (HfsJJournalInfoBlock,
+* libparted/fs_hfs/hfs.h: journal structs (HfsJJournalInfoBlock,
HfsJJournalHeader, HfsJBlockInfo, HfsJBlockListHeader) described.
HFSJ_JOURN_IN_FS, HFSJ_JOURN_OTHER_DEV, HFSJ_JOURN_NEED_INIT,
HFSJ_HEADER_MAGIC, HFSJ_ENDIAN_MAGIC, HFSX_CASE_FOLDING, HFSX_BINARY_COMPARE
@@ -583,7 +583,7 @@ CHANGE SUMMARY:
* libparted/fs_hfs/reloc.c (hfs_effect_move_extent): don't save the allocation
map anymore.
(hfs_move_extent_starting_at): save it here.
-* libparted/fs_hfs/reloc_plus.c (hfsplus_do_move): handle journal and bitmap
+* libparted/fs_hfs/reloc_plus.c (hfsplus_do_move): handle journal and bitmap
reloc.
(hfsplus_move_extent_starting_at): call to the new hfsplus_save_allocation
added.
@@ -1045,7 +1045,7 @@ CHANGE SUMMARY:
2004-12-14 Harley D. Eades III <hde@grics.net>
* libparted/disk_dos.c (msdos_probe): Fixed typo changed strcmp to
strncmp.
-
+
2004-12-08 Andrew Clausen <clausen@gnu.org>
* libparted/disk_dvh.c (_generate_boot_file): zero out the boot file name
record before writing the name in. Previously, there was a misplaced
@@ -1137,7 +1137,7 @@ CHANGE SUMMARY:
* released 1.6.15
2004-09-13 Harley D. Eades III <hde@grics.net>
-* libparted/gnu.c (_device_probe_geometry): Variable declaration had
+* libparted/gnu.c (_device_probe_geometry): Variable declaration had
wrong name.
2004-09-08 Andrew Clausen <clausen@gnu.org>
@@ -1669,8 +1669,8 @@ strncmp (x, "FAT", 3)... stupid bug
madness, RFC-defined UUIDs and GUIDs and Intel's specification
of efi_guid_t aren't quite the same. Close, but no cigar...
So, uuid_generate(uuid) gives a perfectly valid big-endian uuid, but needs
- to have some fields byte-swapped to be considered an efi_guid_t. Likewise,
- an efi_guid_t needs to be byte-swapped back to a big-endian uuid prior to
+ to have some fields byte-swapped to be considered an efi_guid_t. Likewise,
+ an efi_guid_t needs to be byte-swapped back to a big-endian uuid prior to
calling uuid_unparse() on it.
2002-01-20 Andrew Clausen <clausen@gnu.org>
@@ -1879,15 +1879,15 @@ CHANGE SUMMARY:
- (_get_linux_version): modified to use uname(2), rather than probing
/proc/sys/kernel/osrelease. Kernel version checking is done using by
using the KERNEL_VERSION() macro in <linux/version.h>
- Affected functions are (_device_get_sector_size, _have_blkpg).
- - (linux_probe_all): if (_probe_proc_partitions) fails, resort
+ Affected functions are (_device_get_sector_size, _have_blkpg).
+ - (linux_probe_all): if (_probe_proc_partitions) fails, resort
to doing a blind device probe (_probe_standard_devices). Since
/proc/partitions contains all the block devices and partitions that
the kernel has detected and is currently using, I do not see why we
have to waste time probing for devices that do not exist, or devices
that have already been probed. A few seconds in initialisation time
can be saved if we avoid the blind device probe.
-
+
2001-12-17 Andrew Clausen <clausen@gnu.org>
* include/parted/disk.h (set_system): added to interface
* (set_extended_system): removed from interface
@@ -1966,9 +1966,9 @@ not just "operating system".
* include/parted/device_gnu.h, include/parted/device_linux.h:
renamed to gnu.h and linux.h respectively
-* include/parted/device.h (_arch_device_new, _arch_device_destroy,
-_arch_device_open, _arch_device_refresh_open, _arch_device_close,
-_arch_device_refresh_close, _arch_device_read, _arch_device_write,
+* include/parted/device.h (_arch_device_new, _arch_device_destroy,
+_arch_device_open, _arch_device_refresh_open, _arch_device_close,
+_arch_device_refresh_close, _arch_device_read, _arch_device_write,
_arch_device_check, _arch_device_sync, _arch_device_probe_all):
removed these functions, and added them as fields to the new vtable
"struct _PedDeviceArchOps". Also, a device_is_busy() method was added.
@@ -1994,7 +1994,7 @@ libparted/gnu.c and libparted/linux.c respectively
* libparted/device.c (ped_device_get_part_path): removed. Use
ped_partition_get_path() instead
* libparted/disk.c: s/_arch_/ped_architecture->disk_ops->/g
-* libparted/disk.c (ped_disk_is_busy): removed (use ped_device_is_busy instead)
+* libparted/disk.c (ped_disk_is_busy): removed (use ped_device_is_busy instead)
* libparted/disk.c (ped_partition_get_path): new function
* libparted/parted.c (ped_set_architecture): new function
* libparted/parted.c (ped_architecture): new global variable
@@ -2965,7 +2965,7 @@ December 7th 1999 - Andrew Clausen <clausen@alphalink.com.au>
* released 1.0.0-pre9
November 8th 1999 - Andrew Clausen <clausen@alphalink.com.au>
-* fixed gettext issues: includes intl/ when using included gettext, and
+* fixed gettext issues: includes intl/ when using included gettext, and
--disable-nls works
* released 1.0.0-pre6
@@ -3011,7 +3011,7 @@ October 16th 1999 - Andrew Clausen <clausen@alphalink.com.au>
* ext2 mkfs support
* manipulation of partition flags
* better error handling (particularly ext2)
-* lots of bug fixes.
+* lots of bug fixes.
October 7th 1999 - Andrew Clausen <clausen@alphalink.com.au>
* released 0.0.6