~ubuntu-branches/ubuntu/saucy/gparted/saucy

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Anibal Monsalve Salazar
  • Date: 2011-11-13 09:45:30 UTC
  • mfrom: (6.3.18)
  • Revision ID: package-import@ubuntu.com-20111113094530-bpv6kjk4rwozc1jf
Tags: 0.10.0-1
* New upstream release

  GParted 0.10.0  (2011-11-01)

  * Merge overlapping operations
  * Add ability to resize btrfs file systems
  * Add detection of exfat file systems

  GParted 0.9.1   (2011-09-19)

  * Fix NTFS partition resize fail problem
  * Fix some compiler warnings

  GParted 0.9.0   (2011-07-18)

  * Fix size off by one sector with unrecognized disk label
  * Fix GParted crashes with assertion (head_size <= 63)
    - Requires libparted-2.4 or higher
    - LP: #545911

* Fix out-of-date-standards-version
* Fix debian-rules-missing-recommended-target

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        OperationLabelPartition.$(OBJEXT) Partition.$(OBJEXT) \
71
71
        Proc_Partitions_Info.$(OBJEXT) SWRaid.$(OBJEXT) \
72
72
        TreeView_Detail.$(OBJEXT) Utils.$(OBJEXT) \
73
 
        Win_GParted.$(OBJEXT) btrfs.$(OBJEXT) ext2.$(OBJEXT) \
74
 
        ext3.$(OBJEXT) ext4.$(OBJEXT) fat16.$(OBJEXT) fat32.$(OBJEXT) \
75
 
        hfs.$(OBJEXT) hfsplus.$(OBJEXT) jfs.$(OBJEXT) \
 
73
        Win_GParted.$(OBJEXT) btrfs.$(OBJEXT) exfat.$(OBJEXT) \
 
74
        ext2.$(OBJEXT) ext3.$(OBJEXT) ext4.$(OBJEXT) fat16.$(OBJEXT) \
 
75
        fat32.$(OBJEXT) hfs.$(OBJEXT) hfsplus.$(OBJEXT) jfs.$(OBJEXT) \
76
76
        linux_swap.$(OBJEXT) main.$(OBJEXT) ntfs.$(OBJEXT) \
77
77
        reiser4.$(OBJEXT) reiserfs.$(OBJEXT) ufs.$(OBJEXT) \
78
78
        xfs.$(OBJEXT)
294
294
        Utils.cc                        \
295
295
        Win_GParted.cc                  \
296
296
        btrfs.cc                        \
 
297
        exfat.cc                        \
297
298
        ext2.cc                         \
298
299
        ext3.cc                         \
299
300
        ext4.cc                         \
435
436
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Utils.Po@am__quote@
436
437
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Win_GParted.Po@am__quote@
437
438
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/btrfs.Po@am__quote@
 
439
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exfat.Po@am__quote@
438
440
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ext2.Po@am__quote@
439
441
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ext3.Po@am__quote@
440
442
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ext4.Po@am__quote@