~ubuntu-branches/ubuntu/karmic/file-roller/karmic

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-04-14 09:53:33 UTC
  • mfrom: (1.2.59 upstream)
  • Revision ID: james.westby@ubuntu.com-20090414095333-d626n6h12gor3fv3
Tags: 2.26.1-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-04-14  Paolo Bacchilega  <paobac@svn.gnome.org>
 
2
 
 
3
        [ File Roller 2.26.1 released ]
 
4
 
 
5
        * NEWS: updated
 
6
 
 
7
2009-04-09  Paolo Bacchilega  <paobac@svn.gnome.org>
 
8
 
 
9
        * copy-n-paste/eggdesktopfile.c: 
 
10
        * copy-n-paste/eggsmclient.c: 
 
11
        * copy-n-paste/eggsmclient-xsmp.c: 
 
12
 
 
13
        updated from libegg
 
14
 
 
15
2009-04-02  Paolo Bacchilega  <paobac@svn.gnome.org>
 
16
 
 
17
        * src/fr-command-rar.c (fr_command_rar_extract): 
 
18
        
 
19
        added switch to keep broken extracted files (-kb).
 
20
        
 
21
2009-04-02  Paolo Bacchilega  <paobac@svn.gnome.org>
 
22
 
 
23
        * src/fr-command-rar.c (fr_command_rar_handle_error): 
 
24
        
 
25
        A CRC error isn't always caused by a password request.
 
26
        Fixes bug #574657 – support corrupted rar archives.
 
27
        
 
28
        * src/gtk-utils.c (_gtk_error_dialog_new): 
 
29
        
 
30
        Expand the command line output if the secondary text is null.
 
31
        
 
32
        * src/fr-window.c: 
 
33
        * src/dlg-extract.c: 
 
34
        * src/dlg-batch-add.c: 
 
35
        * src/actions.c: 
 
36
        
 
37
        Always use a c-formatted string as 5th argument of 
 
38
        _gtk_error_dialog_new().
 
39
 
 
40
2009-03-31  Paolo Bacchilega  <paobac@svn.gnome.org>
 
41
 
 
42
        * src/file-utils.c (get_file_size): init size to 0
 
43
        
 
44
        Fixes bug #576960 – file-roller shows random filesize for 
 
45
        zero bytes files.
 
46
        
 
47
2009-03-31  Paolo Bacchilega  <paobac@svn.gnome.org>
 
48
 
 
49
        * src/file-utils.h: 
 
50
        * src/file-utils.c: 
 
51
        
 
52
        added a parent_folder argument to get_temp_work_dir
 
53
        
 
54
        * src/fr-archive.c (fr_archive_extract_to_local): 
 
55
        
 
56
        create the temp dir in the destination folder to make the mv 
 
57
        operation faster.
 
58
 
 
59
        * src/fr-command-unstuff.c: 
 
60
        * src/fr-command-jar.c: 
 
61
        * src/fr-window.c: 
 
62
        * src/fr-command-cfile.c: 
 
63
        
 
64
        updated calls to get_temp_work_dir
 
65
 
 
66
        * src/glib-utils.h: 
 
67
        * src/glib-utils.c: 
 
68
        * src/fr-window.c: 
 
69
        * src/fr-command.c: 
 
70
        * src/fr-archive.c: 
 
71
        * src/file-data.h: 
 
72
        * src/file-data.c: 
 
73
        
 
74
        sort the files array after getting the list and search a path using 
 
75
        a binary search to speed up the operation.
 
76
        
 
77
        Fixes bug #577389 – File roller hangs and leaks memory when file is 
 
78
        dragged / dropped from archive
 
79
 
1
80
2009-03-16  Paolo Bacchilega  <paobac@svn.gnome.org>
2
81
 
3
82
        [ File Roller 2.26.0 released ]