- Update to version 3.8.2.

OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=130
This commit is contained in:
Alexei Sorokin
2018-05-10 13:12:10 +00:00
committed by Git OBS Bridge
parent 8f67e9f0c8
commit b5ade3f8a6
4 changed files with 62 additions and 6 deletions

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Thu May 8 20:40:20 UTC 2018 - sor.alexei@meowr.ru
- Update to version 3.8.2:
* nemo-places-sidebar.c: Fix potential divide by 0 (found in
virtualbox, guest additions CD returns a GFileInfo, but the
size fields we use for calculating drive full % come back all
0's).
* nemo-places-sidebar.c: Fix some leaks - GFiles must be
unreferenced.
* nemo-list-view.c: Fix list view column ordering in Gtk 3.22.11.
* nemo-icon-container.c: Chain the button release event up when
ending a rubberband selection. This allows the canvas to "pick"
the icon the release is over, and not cause the background
context menu to be used (and all items get deselected) if the
very next event is a right-click.
* Make exempi and libexif dependencies optional.
* Update style of meson build options.
* Disallow bookmarking of search result views.
* Add a symbolic icon for usb and replace bookmark-not-found.
* Fix some compiler warnings.
-------------------------------------------------------------------
Mon Apr 30 20:10:22 UTC 2018 - sor.alexei@meowr.ru
- Update to version 3.8.1:
* meson: Don't install libnemo-private.a
* symbolic control icons: Use icon names rather than gicons.
The gicon api does not support inherited icon themes.
* Use symbolic icons in nemo-desktop actions
* Add mount archive symbolic, fix bookmark icon.
* mime actions: Fix use of gvfs admin back-end.
* nemo-view.c: Disallow creation of directories or files in
admin:// - it does not properly set file permissions (the same
reason copy/paste is not allowed either.)
* nemo-file-utilities.c: Improve symbolic icon logic for mounts,
drives and volumes. For mounts and volumes, check for
too-generic icons and use the backing GDrive's icon instead.
* nemo-places-sidebar.c: Handle missing file info more gracefully.
Some mounted devices (for example, phones,) don't support
GFileInfo.
* Fix symbolic for desktop action.
* Fix build with old meson.
* Update translations.
-------------------------------------------------------------------
Thu Apr 19 20:07:54 UTC 2018 - sor.alexei@meowr.ru