~ubuntu-branches/ubuntu/utopic/pcmanfm/utopic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee, Lu, Chao-Ming (Tetralet), Andrew Lee
  • Date: 2006-12-26 23:28:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061226232833-8d2ooh0v2m772zlc
Tags: 0.3.2.2-1
[ Lu, Chao-Ming (Tetralet) ]
* New upstream release 0.3.2.2.
  - Block unnecessary signal handlers to fix the performance problem
    caused when doing invert selection.
  - Fix a segfault in on_file_propertiesDlg_response triggered on 
    chown.
  - Fix let to avoid SegFault when file monitoring.
  - Mark some functions as static to avoid conflicts.
  - Invoke vfs_file_monitor_remove() with care.
  - Fix #ifdef EACCESS for FreeBSD.
  - Little fix for opening terminal with popup menu of desktop.
  - Skip desktop window in Alt+Tab.
* Applied a patch for "FTBFS on GNU/kFreeBSD (due to unsatisfied 
  Build-Depends on libhal-dev)" by 
  Petr Salinger <Petr.Salinger@seznam.cz> (Closes:#404050)

[ Andrew Lee ]
* Taken a entry from Enrico Zini's blog to README.Debian for how to
  replace nautilus with pcmanfm and provide genconf.sh 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
pcmanfm (0.3.2.2-1) unstable; urgency=low
 
2
 
 
3
  [ Lu, Chao-Ming (Tetralet) ]
 
4
  * New upstream release 0.3.2.2.
 
5
    - Block unnecessary signal handlers to fix the performance problem
 
6
      caused when doing invert selection.
 
7
    - Fix a segfault in on_file_propertiesDlg_response triggered on 
 
8
      chown.
 
9
    - Fix let to avoid SegFault when file monitoring.
 
10
    - Mark some functions as static to avoid conflicts.
 
11
    - Invoke vfs_file_monitor_remove() with care.
 
12
    - Fix #ifdef EACCESS for FreeBSD.
 
13
    - Little fix for opening terminal with popup menu of desktop.
 
14
    - Skip desktop window in Alt+Tab.
 
15
  * Applied a patch for "FTBFS on GNU/kFreeBSD (due to unsatisfied 
 
16
    Build-Depends on libhal-dev)" by 
 
17
    Petr Salinger <Petr.Salinger@seznam.cz> (Closes:#404050)
 
18
 
 
19
  [ Andrew Lee ]
 
20
  * Taken a entry from Enrico Zini's blog to README.Debian for how to
 
21
    replace nautilus with pcmanfm and provide genconf.sh 
 
22
 
 
23
 -- Andrew Lee <andrew@linux.org.tw>  Tue, 26 Dec 2006 23:28:33 +0800
 
24
 
1
25
pcmanfm (0.3.2.1-2) unstable; urgency=low
2
26
 
3
27
  [ Lu, Chao-Ming (Tetralet) ]
4
 
  * Split to two binary packages(and conflict each other):
 
28
  * Split to two binary packages (and conflict each other):
5
29
    - pcmanfm (HAL enabled).
6
30
    - pcmanfm-nohal (HAL disabled).
7
31
  * debian/controls: build-depends on libhal-dev, libdbus-glib-1-dev,