~ubuntu-branches/ubuntu/trusty/gparted/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2011-06-25 13:07:40 UTC
  • mfrom: (6.3.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20110625130740-u35z1c2l3fhnv1mg
Tags: 0.8.1-1
* New upstream
  Key changes include:
  + Remove all usage of kpartx to avoid partition entry duplicates
  + Add configure option --enable-libparted-dmraid
  Bug Fixes
  + Remove all usage of kpartx to avoid partition entry duplicates
    LP: #719129
  + Add configure option --enable-libparted-dmraid
    LP: #719129
    Thanks go to Phillip Susi for help with this idea
  + Ensure graphical error message displayed when run by non-root user
    LP: #696937
  + Simplify command output cleanup implementation
    Thanks go to Seth Heeren for this method replacement patch
  + Enable unmount of partition with apostrophe in label
    LP: #151796

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
 
3
2011-05-23  Curtis Gedak <gedakc@gmail.com>
 
4
 
 
5
    ==========   gparted-0.8.1   ==========
 
6
 
 
7
2011-05-04  Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
 
8
 
 
9
    Add Esperanto translation
 
10
 
 
11
2011-04-22  Vincent Blut <vincent.debian@free.fr>
 
12
 
 
13
    Fixed typos in French translation
 
14
 
 
15
2011-04-02  Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
 
16
 
 
17
    Updated Latvian translation.
 
18
 
 
19
2011-03-27  Curtis Gedak <gedakc@gmail.com>
 
20
 
 
21
    Add note to AUTHORS file for Seth's contributions
 
22
 
 
23
2010-12-17  Seth Heeren <sgheeren@hotmail.com>
 
24
 
 
25
    Simplified cleanup_cursor() implementation
 
26
    
 
27
    I hit this performance bug when I cloneda 40G NTFS partition. The actual
 
28
    copy was done in under 11 minutes. After that I was shocked to find that
 
29
    gparted would spend over 12 minutes in cleanup_cursor, pegging a CPU
 
30
    core. (On a quad core desktop...)
 
31
    
 
32
    Simply replacing the ustring with std::string would reduce the time to
 
33
    about 1.5 minutes. Still bad. Also, I didn't want to lose UTF8
 
34
    awareness.
 
35
    
 
36
    So I rewrote the algorithm in 'streaming mode'. This has the (potential)
 
37
    drawback that locale conversions are done, but performs well and
 
38
    - IMHO - is a lot more readable.
 
39
    
 
40
    On a minor note: this implementation correctly handles backspaces at the
 
41
    start of a line.
 
42
 
 
43
2011-03-25  Milo Casagrande <milo@ubuntu.com>
 
44
 
 
45
    [l10n] Updated Italian translation
 
46
 
 
47
2011-03-19  Curtis Gedak <gedakc@gmail.com>
 
48
 
 
49
    Remove one level of quoting when spawning commands
 
50
    
 
51
    Change spawn_command_line_sync to spawn_sync to reduce the level of
 
52
    quoting required when passing commands to the function.  Since
 
53
    spawn_command_line_sync uses the parent's environment, the replacement
 
54
    call also uses the parent's environment.
 
55
    
 
56
    This change permits unmounting of file systems mounted with an
 
57
    apostrophe in the mount point name.
 
58
    
 
59
    Ubuntu launchpad bug 151796 - Can't unmount partition with apostrophe
 
60
                                  in label
 
61
    https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/151796
 
62
 
 
63
2011-03-18  Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
64
 
 
65
    Updated Romanian translation
 
66
 
 
67
2011-03-18  Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
68
 
 
69
    Updated Romanian translation
 
70
 
 
71
2011-02-27  Claude Paroz <claude@2xlibre.net>
 
72
 
 
73
    Updated French translation
 
74
 
 
75
2011-02-27  Curtis Gedak <gedakc@gmail.com>
 
76
 
 
77
    Ensure graphical error message displayed when run by non-root user
 
78
    
 
79
    Ubuntu launchpad bug 696937 - Running gparted as non-root user
 
80
                                  displays no graphical error message
 
81
    https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/696937
 
82
 
 
83
2011-02-26  Curtis Gedak <gedakc@gmail.com>
 
84
 
 
85
    Add openSUSE command to install dependencies to README
 
86
 
 
87
2011-02-26  Ask H. Larsen <asklarsen@gmail.com>
 
88
 
 
89
    Updated Danish translation
 
90
 
 
91
2011-02-26  Ask H. Larsen <asklarsen@gmail.com>
 
92
 
 
93
    Updated Danish translation
 
94
 
 
95
2011-02-22  Curtis Gedak <gedakc@gmail.com>
 
96
 
 
97
    Remove all usage of kpartx to avoid partition entry duplicates
 
98
    
 
99
    Usage of the kpartx package to create partition names has been
 
100
    completely removed.  Hence kpartx is no longer even an optionally used
 
101
    package by gparted.
 
102
    
 
103
    This change is related to the following bug report:
 
104
    
 
105
    Ubuntu launchpad bug 719129 - [Natty] Gparted duplicates dmraid
 
106
                                  partition devices
 
107
    https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/719129
 
108
 
 
109
2011-02-22  Curtis Gedak <gedakc@gmail.com>
 
110
 
 
111
    Add flag --enable-libparted-dmraid to use native libparted dmraid
 
112
    
 
113
    The new configure option --enable-libparted-dmraid enables the native
 
114
    use of /dev/mapper dmraid support in the libparted library.
 
115
    
 
116
    If this option is not specified, or is disabled, then gparted code
 
117
    will be used to support dmraid.  The gparted code uses the old dmraid
 
118
    partition naming scheme of always appending the partition number to
 
119
    the device name.  The letter 'p' is not inserted between the device
 
120
    name and the partition number.  The gparted code is particularly
 
121
    useful when used with older versions of libparted that do not support
 
122
    /dev/mapper dmraid.
 
123
    
 
124
    Ubuntu launchpad bug 719129 - [Natty] Gparted duplicates dmraid
 
125
                                  partition devices
 
126
    https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/719129
 
127
 
 
128
2011-02-19  Hannie Dumoleyn <hannie@ubuntu-nl.org>
 
129
 
 
130
    [l10n] Updated Dutch translation
 
131
 
 
132
2011-02-19  Curtis Gedak <gedakc@gmail.com>
 
133
 
 
134
    Add comment for documentation maximum image width recommendation
 
135
 
 
136
2011-02-18  Hannie Dumoleyn <hannie@ubuntu-nl.org>
 
137
 
 
138
    [l10n] Updated Dutch translation
 
139
 
 
140
2011-02-17  Khaled Hosny <khaledhosny@eglug.org>
 
141
 
 
142
    Updated Arabic translation
 
143
 
 
144
2011-02-15  Curtis Gedak <gedakc@gmail.com>
 
145
 
 
146
    Update NEWS with correct date for 0.8.0 release
 
147
 
 
148
2011-02-15  Curtis Gedak <gedakc@gmail.com>
 
149
 
 
150
    Append -git to version for continuing development
 
151
 
 
152
2011-02-15  Daniel Șerbănescu <cyber19rider@gmail.com>
 
153
 
 
154
    Updated Romanian translation
 
155
 
 
156
2011-02-15  Daniel Șerbănescu <cyber19rider@gmail.com>
 
157
 
 
158
    Updated Romanian translation
 
159
 
3
160
2011-02-15  Curtis Gedak <gedakc@gmail.com>
4
161
 
5
162
    ==========   gparted-0.8.0   ==========