Commit graph

167 commits

Author SHA1 Message Date
Curtis Gedak
a593579d91 Append -git to version for continuing development 2012-04-09 13:46:54 -06:00
Curtis Gedak
d6315941b0 ========== gparted-0.12.1 ========== 2012-04-09 13:24:56 -06:00
Curtis Gedak
0fda1d011d Enable new fs resize library available with parted-3.1 (#668281)
The parted-3.1 release brings back FAT16/FAT32 and HFS/HFS+ file
system resize capabilities in a new libparted fs resize library.

The following operations are again available when GParted is linked
with parted-3.1:

   FAT16 - grow and shrink
   FAT32 - grow and shrink
   HFS   - shrink
   HFS+  - shrink

Note that there is a difference in how move actions are handled for
FAT16/FAT32 file systems based on parted version.

When GParted is linked with parted >= 3.0:

   FAT16 - move performed internally by GParted
   FAT32 - move performed internally by GParted

When GParted is linked with parted < 3.0:

   FAT16 - move performed by libparted
   FAT32 - move performed by libparted

Thanks goes to Jim Meyering for restoring these file system resizing
capabilities in Parted 3.1 with a new libparted fs resize library.

Closes Bug #668281 - minimal file-system resize API? (FAT and HFS*
                     only)
2012-03-03 11:55:20 -07:00
Curtis Gedak
81d5bb5ead Append -git to version for continuing development 2012-02-21 10:37:27 -07:00
Curtis Gedak
08fc3832c5 ========== gparted-0.12.0 ========== 2012-02-21 10:05:58 -07:00
Vincent Untz
e52384b258 build: Correctly link to gthread
https://bugzilla.gnome.org/show_bug.cgi?id=667412
2012-01-06 12:42:31 -07:00
Curtis Gedak
46973f8721 Append -git to version for continuing development 2011-12-13 10:31:19 -07:00
Curtis Gedak
3f9a11df0a ========== gparted-0.11.0 ========== 2011-12-13 09:27:29 -07:00
Curtis Gedak
2a9c13e6e1 Append -git to version for continuing development 2011-11-01 10:32:12 -06:00
Curtis Gedak
3251cc1618 ========== gparted-0.10.0 ========== 2011-11-01 10:11:12 -06:00
Curtis Gedak
7533a153bb Append -git to version for continuing development 2011-09-19 14:09:23 -06:00
Curtis Gedak
ee555227c7 ========== gparted-0.9.1 ========== 2011-09-19 13:24:18 -06:00
Curtis Gedak
e7a0fa05ea Append -git to version for continuing development 2011-07-18 13:27:26 -06:00
Curtis Gedak
16e2cb1b23 ========== gparted-0.9.0 ========== 2011-07-18 10:42:32 -06:00
Curtis Gedak
13568bcee7 Add configure check for libparted version 3.0.0 or higher
This enhancement is in preparation for addressing the following bug
report:
Bug #651559 - Doesn't compile against parted 3.0
2011-06-08 10:38:55 -06:00
Curtis Gedak
9cdd6c0092 Minor format changes to final configuration summary 2011-06-07 11:01:13 -06:00
Curtis Gedak
c21146c547 Append -git to version for continuing development 2011-05-23 10:39:29 -06:00
Curtis Gedak
899d226793 ========== gparted-0.8.1 ========== 2011-05-23 09:46:51 -06:00
Curtis Gedak
2f99511228 Add flag --enable-libparted-dmraid to use native libparted dmraid
The new configure option --enable-libparted-dmraid enables the native
use of /dev/mapper dmraid support in the libparted library.

If this option is not specified, or is disabled, then gparted code
will be used to support dmraid.  The gparted code uses the old dmraid
partition naming scheme of always appending the partition number to
the device name.  The letter 'p' is not inserted between the device
name and the partition number.  The gparted code is particularly
useful when used with older versions of libparted that do not support
/dev/mapper dmraid.

Ubuntu launchpad bug 719129 - [Natty] Gparted duplicates dmraid
                              partition devices
https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/719129
2011-02-22 13:22:49 -07:00
Curtis Gedak
9d0ae38839 Append -git to version for continuing development 2011-02-15 12:05:33 -07:00
Curtis Gedak
1ad6bb68a0 ========== gparted-0.8.0 ========== 2011-02-15 10:16:49 -07:00
Curtis Gedak
a9e080f555 Append -git to version for continuing development 2010-12-13 10:33:26 -07:00
Curtis Gedak
a66f6d542c ========== gparted-0.7.1 ========== 2010-12-13 09:25:25 -07:00
Curtis Gedak
47f1f3d33f Append -git to version for continuing development 2010-10-29 10:09:26 -06:00
Curtis Gedak
75ce6c3729 ========== gparted-0.7.0 ========== 2010-10-29 09:20:06 -06:00
Curtis Gedak
b0e36132b0 Make btrfs support a normal part of gparted
Remove need to configure with the --enable-btrfs option in order
to include btrfs support in gparted.
2010-10-18 15:28:40 -06:00
Luca Bruno
a64cc98bb5 Add --enable-btrfs to ./configure for experimental Btrfs support
This will take care of setting BTRFS_SUPPORT in config.h, included
all around the sources to conditionally enable Btrfs capability.
2010-10-03 17:00:53 +02:00
Curtis Gedak
30efae4b8d Append -git to version for continuing development 2010-10-01 09:36:30 -06:00
Curtis Gedak
a4bbdb0c86 ========== gparted-0.6.4 ========== 2010-10-01 09:08:27 -06:00
Curtis Gedak
e2c0cb6a4b Append -git to version for continuing development 2010-09-23 10:45:42 -06:00
Curtis Gedak
69ba15be35 ========== gparted-0.6.3 ========== 2010-09-23 09:50:02 -06:00
Markus Elfring
c1e72d04ca Bug #622598: Complete quoting for macro parameters
Some square brackets were added to be more explicit where macro expansion
will not be required.
http://autogen.sourceforge.net/acquoting.html
http://www.gnu.org/software/autoconf/manual/m4/Quoting-Arguments.html

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
2010-09-11 16:57:59 -06:00
Curtis Gedak
36c1c1a084 Append -git to version for continuing development 2010-08-01 11:02:38 -06:00
Curtis Gedak
5f04965ae0 ========== gparted-0.6.2 ========== 2010-08-01 10:51:14 -06:00
Curtis Gedak
95adfb30a4 Append -git to version for continuing development 2010-07-08 14:14:05 -06:00
Curtis Gedak
298165511c ========== gparted-0.6.1 ========== 2010-07-08 13:24:25 -06:00
Curtis Gedak
3e0fc23af8 Append -git to version for continuing development 2010-06-18 10:12:51 -06:00
Curtis Gedak
932aaf44fb ========== gparted-0.6.0 ========== 2010-06-18 09:10:11 -06:00
Curtis Gedak
5e5810c13f Add sector size support message to configure script 2010-06-03 16:48:17 -06:00
Curtis Gedak
7e47cf8e96 Append -git to version for continuing development 2010-03-08 10:21:13 -07:00
Curtis Gedak
161c5e4cf0 ========== gparted-0.5.2 ========== 2010-03-08 09:27:39 -07:00
Curtis Gedak
39208ba2af Add check if partition table re-read work around code is needed
A patch to alleviate the "failure to inform kernel of partition
changes problem" (bug #604298) has been included in parted-2.2.
Hence when parted-2.2 or higher is used, the work around code in
GParted is not required.
2010-03-01 11:05:03 -07:00
Curtis Gedak
c4e58e037c Improve logic for libparted minimum version check 2010-02-27 16:28:34 -07:00
Curtis Gedak
32ab5f0ec0 Increase required gtkmm-2.4 version 2.16.0 for gtk_show_uri (#608065)
Building GParted with gtkmm-2.4 version 2.14.0 would fail with:
     error: ‘gtk_show_uri’ was not declared in this scope.
This problem does not occur with version 2.16.0.
2010-01-27 16:33:21 -07:00
Curtis Gedak
c9ab7f26cb Append -git to version for continuing development 2010-01-25 10:10:27 -07:00
Curtis Gedak
569c7b647c ========== gparted-0.5.1 ========== 2010-01-25 09:05:00 -07:00
Curtis Gedak
abc8bf9876 Append -git to version for continuing development 2009-12-02 10:10:00 -07:00
Curtis Gedak
05cf6da4d6 ========== gparted-0.5.0 ========== 2009-12-02 09:12:06 -07:00
Curtis Gedak
e2ef2ca671 Rename NO_DOC to HAVE_DISABLE_DOC for consistency sake 2009-11-03 10:57:15 -07:00
Curtis Gedak
c2d19a8ab4 Replace gnome-open with gtk_show_uri (#600046)
This change was performed to align with a GNOME goal:
http://live.gnome.org/GnomeGoals/RemoveGnomeOpenGnomeHelp

For backwards compatibility, the gnome-open command is used
when gtkmm < 2.14.0.
2009-11-03 10:27:35 -07:00