summaryrefslogtreecommitdiff
path: root/parted/ChangeLog.0
blob: 5d5f0f2c367f32a5126bb1b9c054bcd654eb0621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
2006-10-31  David Cantrell  <dcantrell@redhat.com>
	* parted.c (do_print): Add device-mapper type to the transport type
	list (from Debarshi Ray).

2006-10-09  David Cantrell  <dcantrell@redhat.com>
	* parted.c (do_print): Define transport type list and display disk
	model type and transport type (from Debarshi Ray).

2006-09-12  Anant Narayanan <anant@kix.in>
	* ui.c (sig*_handler): fallback to signal() if sigaction() is not
	available

2006-09-01  David Cantrell  <dcantrell@redhat.com>
	* parted.c (do_print): wrap assignment-as-test in while statement.

2006-09-01  Darren Lavender  <dl1@hppine99.gbr.hp.com>
	* ui.c  (command_line_get_ex_opt): fix SIGSEGV in parted 1.6.19
	and assertion error in 1.7.0

2006-07-31  Leslie P. Polzer <polzer@gnu.org>
	* parted.c (do_print): simplified a loop.

2006-05-15  Leslie P. Polzer <polzer@gnu.org>
	* parted.c: fixed spelling of non-root message and made it non-fatal.

2006-05-13  Anant Narayanan <anant@kix.in>
	* parted.c: Show a friendly message if parted is run as a non-root
	user

	* ../configure.ac: Check for presence of getuid()

2006-04-06  Leslie P. Polzer <polzer@gnu.org>
	* ui.c (sigsegv_handler, sigfpe_handler, sigsegv_handler):
	abort() immediately after printing error message.

	* ui.c (sigint_handler, exception_handler):
	return PED_EXCEPTION_UNHANDLED on SIGINT.

2006-04-04  Anant Narayanan <anant@kix.in>
	* ui.c (sigint_handler, _readline): fall back to old signal API
	for operating systems without sigaction().

2006-03-21  Anant Narayanan <anant@kix.in>
	* ui.c: Added 'default' cases for Signal type handlers.

2006-03-13  Anant Narayanan <anant@kix.in>
	* ui.c: Switched to sigaction() from signal() and catch SIGFPE
	and SIGILL too.

2006-03-13  Anant Narayanan <anant@kix.in>
	* parted.c: Intoduced a new "toggle" command, and reverted the
	"set" command back to its old semantics.

2006-03-11  Leslie P. Polzer <polzer@gnu.org>
	* parted.c (partition_print_flags): added some pointer juggling to
	avoid problems with -fstrict-aliasing enabled.

2006-03-09  Leslie P. Polzer <polzer@gnu.org>
	* parted.c (do_mkpart, do_mkpartfs): catch exceptions that occur.

2006-03-08  Leslie P. Polzer <polzer@gnu.org>
	* table.h, table.c: use wide character version with ENABLE_NLS.
	* parted.c: print wide character table with ENABLE_NLS.

2006-03-05 Anant Narayanan <anant@kix.in>
	* ui.c: Added a SIGSEGV handler, implemented signal masking and
	slightly modified the default bug message.

2006-02-27 Anant Narayanan <anant@kix.in>
	* ui.c (command_line_get_partition): Automatically select the
	partition if only one is present.

2006-02-25  Leslie P. Polzer <polzer@gnu.org>
	* parted.c (do_mkpart, do_mkpartfs): offer the user an alternative
	when his constraints can't be satisfied (this was the behaviour
	before the introduction of PedUnit in 1.6.24).

	* parted.c (partition_print_flags, do_print): fixed memory leak and
	adapted function call to new signature.

	* table.c (table_add_row): row vector is allocated correctly now.

2006-02-23  Leslie P. Polzer <polzer@gnu.org>
	* parted.c: MEGABYTE_SECTORS is a function now, taking a PedDevice
	and thereby returning the correct size for devices with block size
	!= 2^9.

2006-02-22  Leslie P. Polzer <polzer@gnu.org>
	* table.h, table.c: added.
	* parted.c (do_print): uses the table formatter now.
	* parted.c (partition_print_flags): changed signature; this function
	now returns a string instead of printing to stdout.

2006-02-20  Leslie P. Polzer <polzer@gnu.org>
	* parted.c (do_mkpart): added new constraint from
	ped_device_get_constraint

2006-02-14  Anant Narayanan <anant@kix.in>
	* parted/parted.c: The "set" command now inverts the flags state
	automatically, instead of prompting for its state.

2006-02-14  Anant Narayanan <anant@kix.in>
	* parted/parted.c: Merged the "print-all" command into do_print
	with [all] as an optional parameter to the "print" command.

2006-02-13  Anant Narayanan <anant@kix.in>
	* parted/parted.c: Implemented the "print-all" command and fixed
	indentation of commands and their descriptions.

2006-02-13  Anant Narayanan <anant@kix.in>
	* parted/parted.c: Fixed 80-line breaks and copyright message.

	* parted/ui.c: Modified bug message to point to website instead
	of the mailing list.

2006-02-06  Anant Narayanan <anant@kix.in>
	* parted/parted.c: Implemented the "version" command that displays
	copyright and version info instead of at the beginning.

	* parted/ui.c: Removed initial copyright message and created a
	welcome	message instead.
-----------------------------------------------------------------------------

This file is part of GNU Parted
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation Inc.

This file may be modified and/or distributed without restriction.  This is
not an invitation to misrepresent the history of GNU Parted.