~ubuntu-branches/ubuntu/karmic/exo/karmic

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-08-21 14:28:56 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821142856-xp7o7hl7x9xa2213
Tags: 0.3.102-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/rules:
    + Removed mangling of helpers.rc
    + Add --enable-gtk-doc switch to configure
  - debian/control:
    + Add build-dep on gtk-doc-tools
    + Update Vcs-* fields
  - debian/patches:
    + 04_update_helpers.patch: patched libexo's firefox helper desktop file
      to use firefox-3.0 icon instead of firefox icon
    + xubuntu-default-mount-options.patch: change default mount options for
      vfat, iso9660, ntfs
    + series: refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.3.102
 
2
=======
 
3
- Allow all arguments in the terminal parameters (part of bug #5301).
 
4
- Fix some issues in exo-open with spaces in arguments.
 
5
- Properly handle NULL pixbufs in the toolbars code.
 
6
- Make sure the ui-manager is up2date when creating the exo toolbar.
 
7
- Fix possible segfault in exo_icon_view_get_item_at_pos (bug #5633).
 
8
- Do not escape commas in urls (bug #5654).
 
9
- Lookup the hardcoded paths for (u)mount during configure (bug #3717).
 
10
- Fix missing include for strftime (bug #3751).
 
11
- Prefer getvfsstat over getfsstat (bug #3718).
 
12
- Don't abort if python is not found (bug #3751).
 
13
 
1
14
0.3.101
2
15
=======
3
16
- Quote arguments passed to exo-open (bug #5132).