Skip to content

xfce4-appfinder: Add version 4.10.1 #1

Closed
wants to merge 2 commits into from

Commits on Jun 9, 2016

  1. Do initial commit

    Copy the files from the directory `/src/mariux/beeroot/bee-files`, change the
    permissions, run `git init` to create a repository with all the bee files.
    pmenzel committed Jun 9, 2016
    Copy the full SHA
    d9667b7 View commit details
    Browse the repository at this point in the history
  2. xfce4-appfinder: Add version 4.10.1

    Logging out from an XFCE session, the app finder terminates with the
    segmentation fault below.
    
    ```
    [87035.640468] xfce4-appfinder[1210]: segfault at 31 ip 000000000040c7c0 sp 00007ffd6b3092f0 error 4 in xfce4-appfinder[400000+1d000]
    ```
    
    Updating from version 4.10.0 to 4.10.1 fixes the problem [1].
    
    > 4.10.1
    > ======
    > - Use new glib 2.32 api.
    > - Autotools updates.
    > - Detatch from icon theme to avoid segfault (bug #9730).
    > - Protect against possible null pointers (bug #9109).
    > - Translation updates: Arabic, Bulgarian, Croatian, Indonesian, Dutch
    >   (Flemish), Serbian, Swedish, Turkish, Uyghur
    
    [1] https://bugzilla.xfce.org/show_bug.cgi?id=9730
    pmenzel committed Jun 9, 2016
    Copy the full SHA
    a3a59ce View commit details
    Browse the repository at this point in the history