Accepting request 853416 from home:andythe_great:branches:X11:Cinnamon:Factory

- Update to version 4.8.0.
  * Misc cleanup
  * data/nemo.desktop.in: fix icon
  * Add option to preview files up to 64GB
  * Drop Debian menu file
  * Fixed small copy-paste bug.
  * small improves to debian/copyright and debian/not-installed
  * Removed unused variables in pathbar function (#2549)
  * Remove uft8 colon-like char in datetime strings
  * Add XAppFavorites support.
  * Fix for #2513. Avoid single quote escape by checkng for QUOTE_TYPE_SINGLE and QUOTE_TYPE_DOUBLE.
  * nemo-action.c: Fix build from previous commit typo.
  * make sure pango development files are installed
  * Fixes #942. Uses g_content_type_get_description for when mime type is NULL.
  * Fixing small memory leak. Freeing volume_monitor per GIO documentation.
  * Fixes #2499. Changes the option from -x to -- when using gnome-terminal
  * nemo-connect-dialog: Remove Help button (#2562)
  * nemo-mime-actions.c: Don't show mime button if the activation URI is null (#2559)
  * l10n: Update POT
  * l10n: Generate files

OBS-URL: https://build.opensuse.org/request/show/853416
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=157
This commit is contained in:
2020-12-08 10:07:38 +00:00
committed by Git OBS Bridge
parent 1962071e72
commit ba5f5fe981
4 changed files with 29 additions and 5 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Dec 6 16:30:24 UTC 2020 - andy great <andythe_great@pm.me>
- Update to version 4.8.0.
* Misc cleanup
* data/nemo.desktop.in: fix icon
* Add option to preview files up to 64GB
* Drop Debian menu file
* Fixed small copy-paste bug.
* small improves to debian/copyright and debian/not-installed
* Removed unused variables in pathbar function (#2549)
* Remove uft8 colon-like char in datetime strings
* Add XAppFavorites support.
* Fix for #2513. Avoid single quote escape by checkng for QUOTE_TYPE_SINGLE and QUOTE_TYPE_DOUBLE.
* nemo-action.c: Fix build from previous commit typo.
* make sure pango development files are installed
* Fixes #942. Uses g_content_type_get_description for when mime type is NULL.
* Fixing small memory leak. Freeing volume_monitor per GIO documentation.
* Fixes #2499. Changes the option from -x to -- when using gnome-terminal
* nemo-connect-dialog: Remove Help button (#2562)
* nemo-mime-actions.c: Don't show mime button if the activation URI is null (#2559)
* l10n: Update POT
* l10n: Generate files
-------------------------------------------------------------------
Tue Sep 29 19:35:40 UTC 2020 - andy great <andythe_great@pm.me>