~mitya57/ubuntu/precise/nautilus/desktop-window-fixes

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Jeremy Bicha, Sebastien Bacher
  • Date: 2011-09-30 12:23:46 UTC
  • Revision ID: package-import@ubuntu.com-20110930122346-1ta7yqhz30g6fv9d
Tags: 1:3.2.0-0ubuntu5
[ Jeremy Bicha ]
* debian/patches/05_desktop_menu_export.patch:
  - Disable a few more items that don't work right in desktop mode

[ Sebastien Bacher ]
* git_handle_missing_icon.patch:
  - don't segfault on missing icon (lp: #860659)
* git_gsettings_signals.patch:
  - don't segfault on preferences changes (lp: #807234)
* git_no_typeahead_timeout_segfault.patch:
  - better handle the flush timeout, should avoid segfaults (lp: #804133) 
* git_dont_preview_empty_selection.patch:
  - check that the selection is non empty to avoid a segfault (lp: #812015)  
* git_correct_signal_handling.patch,
  git_no_signal_order_assert.patch,
  git_slot_closing.patch:
  - clean some signal handling issues leading to segfaults (lp: #795708)
* git_close_pane_cleaning.patch:
  - needed changes for the previous patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
nautilus (1:3.2.0-0ubuntu5) oneiric; urgency=low
 
2
 
 
3
  [ Jeremy Bicha ]
 
4
  * debian/patches/05_desktop_menu_export.patch:
 
5
    - Disable a few more items that don't work right in desktop mode
 
6
 
 
7
  [ Sebastien Bacher ]
 
8
  * git_handle_missing_icon.patch:
 
9
    - don't segfault on missing icon (lp: #860659)
 
10
  * git_gsettings_signals.patch:
 
11
    - don't segfault on preferences changes (lp: #807234)
 
12
  * git_no_typeahead_timeout_segfault.patch:
 
13
    - better handle the flush timeout, should avoid segfaults (lp: #804133) 
 
14
  * git_dont_preview_empty_selection.patch:
 
15
    - check that the selection is non empty to avoid a segfault (lp: #812015)  
 
16
  * git_correct_signal_handling.patch,
 
17
    git_no_signal_order_assert.patch,
 
18
    git_slot_closing.patch:
 
19
    - clean some signal handling issues leading to segfaults (lp: #795708)
 
20
  * git_close_pane_cleaning.patch:
 
21
    - needed changes for the previous patch
 
22
 
 
23
 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 30 Sep 2011 12:23:46 +0200
 
24
 
1
25
nautilus (1:3.2.0-0ubuntu4) oneiric; urgency=low
2
26
 
3
27
  * debian/patches/05_desktop_menu_export.patch: